web
Here are 9,970 public repositories matching this topic...
📚 Docs or angular.io bug report
Description
The GDE list at angular.io is not compatible with the di
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(angular, ios): routerDirection is reversed, when tapping current tab on root page of the tab
Bug Report
Ionic version:
4.11.1
Current behavior:
If you tap the current tab on the root page of the tab, the page transition other than the routerLink directive will reverse routerDirection on iOS.
Expected behavior:
No matter how many times you tap the tab, it should become the appropriate routerDirection.
Steps to reproduce:
- enable iOS mode
- go
Hello everyone !
Is there a documentation page that lists all the icons available (code name + image) in material design icons ?
I've found 2 websites but there are missing icons on both :
- https://material.io/resources/icons : where there's no "file_download" icon
- https://www.materialpalette.com/icons : where there's no "unfold_less/more" icon
But both "file_download" and "unfold_less
🐛 Bug Report
I tried passing --open to the parcel src/index.html command, but nothing happened. This feature works perfectly in the latest stable parcel-bundler package.
🎛 Configuration (package.json)
{
"scripts": {
"start": "parcel src/index.html --open"
}
}🤔 Expected Behavior
Parcel should open http://localhost:1234 in my default web brow
followed the docs for has manyhttp://gorm.io/docs/has_many.html for sqlilite
package main
import (
"fmt"
"github.com/jinzhu/gorm"
_ "github.com/mattn/go-sqlite3"
)
type User struct {
Id string
Name string
CreditCards []CreditCard `gorm:"FOREIGNKEY:user_id;ASSOCIATION_FOREIGNKEY:id"`
}
type CreditCard struct {
Id int
Number string
UserID
Issue Description
Starting in version 4.1.7 the colors no longer show up in the middleware.Logger output for ${status}. I suspect this is because of #1336.
(Note that the output in the command line of the echo version number in my screenshots seems to have been off by one. Probably related to 09d415cefca8c1d470a80566f344d98652ba5728.)
Checklist
- Dependencies installed
Was somebody able to make this thing work with react and functional components? Would be great if somebody could share some ideas.
Documentation/Question: How do I configure ZeroNet not to send any requests not through TOR?
I know when in the console you can select TOR only, but for high risk users wouldn't their IP already be leaked? Is it not possible to set it to not use clear-net whatsoever?
Note: This issue is more related to high-risk users, as most people could just use a VPN.
But, nonetheless anybody m
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,
Bug repor
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 eInside of the variadic function, func Sum(a int, more ...int), more is a slice of int, []int. Since it is the compiler converts the variadic parameters into a slice of type int.
But when defining the variadic function, it is incorrect to claim more ...int int 对应 []int 切片类型.
Tyring Sum(1, []int{2,3,4}) causes a stack overflow error. Since more is already a slice and compiler
better error logging
I'm submitting a feature request
- Library Version:
aurelia-script 1.3.1
Current behavior:
If you make a typo, or on this case I forgot to add async to a function, you get a long but useless stacktrace pointing to inside of aurelia but nowhere in the stack trace does it give me any clue of what view, class, file is at fault. I've had this issue for years, ever since Aurelia w
Is your feature request related to a problem? Please describe.
Reduce duplicate code
Describe the solution you'd like
Includes many date + time pattern in our designs
Describe alternatives you've considered
Packed instead of HOC
Additional context
N/A
Page Affected: https://developers.google.com/web/tools/chrome-devtools/storage/cookies
What needs to be done?
The document currently entitled "View, Edit, And Delete Cookies With Chrome DevTools" seems to be the main "cookies management" document but it makes not mention of the ability to add new cookies too. If such were added this would be more complete.
Suggestions:
- Rename
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 19, 2020 - Java
Add examples.
Description
I'm submitting a feature request
So with a 1.0.0 release in the foreseeable future, it seems like a reasonable course of action to address any missing features, code-structure issues, or subtle bugs before that is released. Thankfully, many of these problems have been annotated with TODO.
I suggest that
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?
Feature Request
It just took me about half an hour to find out how to define a custom 404 handler. I was trying to get a #[get("/<path..>")] route to work for that, and the only reason it didn't work is because I also had another, high-priority catch-all NamedFile route. Finally, I found out through this issue that I could just write
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."
A description is incomplete. It should mention:
These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.
right after
"There are two main patterns to support high availability: fail-over and replication. "