web
Here are 9,828 public repositories matching this topic...
Feature request
Support optionalDependencies as NPM and Yarn do:
http://npm.github.io/using-pkgs-docs/package-json/types/optionaldependencies.html
https://yarnpkg.com/lang/en/docs/dependency-types/
It's useful for example when you need to use an package in Windows and other in Mac/Linux and packages support os t
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.
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,
This isn't as much a bug as it is a question/suggestion.
Button material setup and ripple code needs updating.
Should the [Getting Started Guide][1] linked as the first link of the README Important Links be a part of automated testing and quality control to ensure that this 'seemingly simple' first introduction to material-components-web will yield the results that are intended?
I ask
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 2, 2020 - TypeScript
Page Affected: https://developers.google.com/web/fundamentals/web-components/shadowdom
What needs to be done?
In the article it says that "Shadow DOM is one of the four Web Component standards: HTML Templates, Shadow DOM, Custom elements and HTML Imports." However, HTML Imports have been deprecated and no one plans to implement them currently and I believe that should either be m
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 2, 2020 - Java
Description
**I'm submitting a feature request
A real easy change here.
Because Class::push was made to check if a class string was empty (here), there are a couple of unneeded checks in VTag that do the same thing ([here](https://github.com/yewstac
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.
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?
Add examples.
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."
In the solution for the pastebin/bitly system design, the write to cache flow is missing in the second diagram which refers to the scaling aspect. The cache has only a read arrow but not a write arrow. The diagram will be more intuitive if a write-through/write-back cache mechanism was indicated.