web
Here are 9,861 public repositories matching this topic...
📚 Docs or angular.io bug report
Description
Currently, the "Tour of Heroes" services page (toh-pt4
Bug report
What is the current behavior?
Before 4.31.0, webpack never referenced document when it is not defined. After this release, there is code somewhere which assumes a global document is available. This makes it so server side rendering does not work in our application.
If the current behavior is a bug, please provide the steps to reproduce.
Using webpack > 4.31.0
In = syntax,
- double quotes (
") - back slashes (
\) - non-ascii characters
$ http -v httpbin.org/post \
dquote='\"' \
multi-line='line 1\nline 2' Bug Report
Ionic version:
[x] 4.x
Current behavior:
Preferred tab as per property selectedTab when opening tabs is not selected
Expected behavior:
Preferred tab as per property selectedTab when opening tabs is selected (as per documentation).
Steps to reproduce:
Take sample code as per `https://github.com/ionic-team/ionic-docs/tree/master/src/demos/api/tab
the post_add icon can be found on material design official website. But this icon is missing in this library.
Can any one help me know how I can use it.
🐛 bug report
Having a .env named folder at any level of the path of the package directory results in parcel throwing
[Error: EISDIR: illegal operation on a directory, read] {
errno: -4068,
code: 'EISDIR',
syscall: 'read'
}
Was provided this repo: https://github.com/y-a-v-a/lighthouse-async
run it async to see the error:
lighthouse-async Error: no known mark: lh:gather:afterPass:OptimizedImages
lighthouse-async at Object.exports.stop (/Users/cjamcl/src/tmp/lighthouse-async/node_modules/marky/lib/marky.cjs.js:76:13)
lighthouse-async at Function.timeEnd (/Users/cjamcl/src/tmp/lighthouse-async
What version of Go are you using (go version)?
1.12
Which database and its version are you using?
mysql 5.7
Please provide a complete runnable program to reproduce your issue. IMPORTANT
The documentation isn't to clear when it comes to querying by nested associations. For example, consider following structure.
// User has one Profile and belongs to many InstitIssue Description
Echo provides support for a not found route handler, (as described in Echo struct), yet this is not documented in any way in the documentation.
Checklist
- [] Dependencies installed
- [] No typos
- Searched existing issues and docs
Expected behaviour
Actual behaviour
Steps to reproduce
Working code to debug
package maWas somebody able to make this thing work with react and functional components? Would be great if somebody could share some ideas.
Fix dependencies
Missing comma
Is your feature request related to a problem? Please describe.
In overall I've enjoyed ZeroNet very much. However, when I've reached "How can I create a ZeroNet site" section I've found non-obvious that instead of using zeronet.py as a Windows user I could use zeronet.cmd from \lib folder. Since I've found pip package manager UX quite frustrating I think that this is a thing that should
Description
While reading the wifi doc , I see
You need to install the wireless-tools package on your system.
The manpage doesn't give information as to what is really used behind, all I can find is:
W Show/hide Wifi module
And the WiFi plugin doesn't show up in my glances terminal view.
Unfortunately,
Feature Request
The current mdc-switch component uses role='switch' but not the required aria attribute aria-checked as described by MDN:
The aria-checked attribute is required when using the switch role, as it represents the current state of the widget that the switch role is applied to. A value of true represents the "on" state; false represents the "off" state; a value of mixed is
Please add documentation about what value should TERM contain, and where to set it (in the gotty session from the browser, or from CLI before running gotty?).
I noticed an undocumented behavior with listeners, where some of them run in reverse order of registration
- What is the rationale for that?
- Can this be added to the docs?
Additional context
Relevant lines of code from https://github.com/huge-success/sanic/blob/master/sanic/app.py#L1356
# -------------------------------------------- #
# Register start/stop eHi! I'm creating this issue to list Aurelia features that are not documented yet.
I can make the PR's to update the docs, but I want to be sure that I'm right before doing anything. So please, tell me if these changes are welcome.
Let's keep this list up to date!
Documentation Improvement List
Build Systems
- CLI
- CLI now supports SystemJS and Webpack. Update the
Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.
-
Updated
Jan 7, 2020 - TypeScript
Page Affected: https://developers.google.com/web/tools/chrome-devtools/network/reference#filter
What needs to be done?
This confused me for a while - the images in the docs show the old "Regex" checkbox. This no longer exists (and several other things look different). Instead the solution seems to be to denote regex like this: /foo/
Is there an overview, how the config object for the constructors of the neural network are defined?
This would be interesting:
- Has brain.NeuralNetwork and brain.recurrent.RNN the same config attributes?
- What is the description of the inputSize attribute?
Thank you for the great work with this library, it is realy amazing!
VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
-
Updated
Jan 7, 2020 - Java
Description
I'm submitting a feature request:
Going along with #745, this would be a very nice usability improvement (as also mentioned in #756).
For example, this:
let placeholder = if something { "Something" } else { "Something else" };
let maxlength = if blah { 7 } else { 10 };
html! {
<input type="text" /* ... */ placeholder=placeholder maxlength=maxlength I think it's unexpected. I have to use Detector.canCollide on my own when I want to use Query.collides. I think it should be changed or at least mention in documentation.
Add examples.
Using Debian 9 via WSL (Windows Subsystem for Linux).
As anticipated, install steps 1 & 2 gave no issues. Realised needed to sudo for :80, as documented by you.
All widgets are populated and it's running nice and smoothly.
Is this now Linux Dash on Windows?
Thanks for the fantastic library!
I have been reading through documentation and examples to learn about Rocket. One thing that confused me is the use of macro_use, extern crate, and serde_derive, none of which I believe are necessary any more (or at least they do not appear to be in my testing). For example, the tera_template example currently begins with:
#[macro_use] extern Improve this page
Add a description, image, and links to the web topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web topic, visit your repo's landing page and select "manage topics."
Are there any references on how to create a good design diagram? What do the different colors mean? What do the dashed lines mean?
Sorry if this is a basic question but I don't even know where to start searching for more information. This is the first page I saw that had the diagrams in the format that I've seen before.