web
Here are 10,164 public repositories matching this topic...
Tell us about your environment:
- Puppeteer version: 1.14
- Platform / OS version: Windows
- Node.js version: 10
What steps will reproduce the problem?
try to pass a promise to await page.waitForResponse(response => condition) instead of urlOrPredicate.
What is the expected result?
expect async function to work
What happens instead?
no waiting as promise
📚 Docs or angular.io bug report
Description
Sample code is out of date in universal guide is out of
Bug report
In = syntax,
- double quotes (
") - back slashes (
\) - non-ascii characters
$ http -v httpbin.org/post \
dquote='\"' \
multi-line='line 1\nline 2' 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
The double dollar assertion: https://github.com/GoogleChrome/lighthouse/blob/e87a8b76e66208be0266c6e3a3b648dbebe79521/lighthouse-core/scripts/i18n/collect-strings.js#L344
Is a bit aggressive, it should check for basic $$ but allow $ICU_0$$ICU_1$. This should be validated with regex like \$([^$]*?)\$ and asserting that each capture group isn't empty instead of a more basic \$\$.
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
-
Updated
Feb 19, 2020 - Go
Was somebody able to make this thing work with react and functional components? Would be great if somebody could share some ideas.
I'm not in favor of ZeroID so I propose to have documentation on how to create a similar service. For example if I register anonymousID.bit I want to use that for ZeroBlog etc... Will be nice to have documentation on this.
Monitor open files
Description
This utility can monitor open files number count (in real-time)?
Example count open files in the Linux machine, and count open files group by existing users.
Versions
Nothing
Logs
Nothing
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 e-
Updated
Feb 19, 2020 - TypeScript
Hi! 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
Page Affected: https://developers.google.com/web/updates/2020/01/devtools
What needs to be done?
Call (Ctrl+P) Print dialog and save page as PDF
Actually:
Call (Ctrl+P) Print dialog. Dialog somehow closes himself and deny access to print page at all.
User agents:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 OP
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!
The message sending api for ComponentLink<_> could be more flexible and user-friendly if it accepted Into<Msg> instead of Msg.
pub fn batch_callback<F, IN>(&self, function: F) -> Callback<IN>
where
F: Fn(IN) -> Vec<COMP::Message> + 'static;
pub fn callback<F, IN>(&self, function: F) -> Callback<IN>
where
F: Fn(IN) -> COMP::Message + 'static;
pub fn send_message(Add examples.
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.
Is your feature request related to a problem
Is your feature request related to a problem?
It's still not documented how to do redirections.
The solution you would like
We need a short section in the docs, in the Advanced User Guide, about how to do redirections.
It would have to explain how to use [Starlette's RedirectResponse](https://www.starlette.io/responses/#redirect
I think an "added value" to Linux Dash should be the ability to facilitate the creation of custom plugins besides official ones but I haven't found any "getting started" tutorial about this.
Do you think it would be a great idea, too?
Thanks!
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. "