browser
Here are 3,185 public repositories matching this topic...
This issue (webtorrent/webtorrent#1685) mentioned a nice resource that shows how to integrate WebTorrent with various JS video libraries.
https://qiita.com/mehdi/items/22ba55ae30bdcedd0746
Would be nice to add updated versions of these examples to the docs.
some api can do things, but I don't know which api I should use to finsh my work. Thank you!
lint the jsdoc
I'm getting bit with failing documentation builds because I'm writing docstrings that JSDoc doesn't like (specifically, TS-style). But there's no linting happening before getting to Netlify.
We may be able to make JSDoc just check the syntax and exit (and make it part of the lint scripts).
This is moot if we want to move forward with maintaining our own TS types (for which there is an op
Here is the code snippet:
nightmare
.on('console', (log, msg) => {
console.log(msg)
})
.on('error', (err) => {
console.log(err)
})
.goto(url)
.inject('js', 'jquery.min.js')
.wait('#btnSearchClubs')
.click('#btnSearchClubs')
.wait(5000)
.evaluate(function () {
const pageAnchor = Array.from(document.querySelectorAll(
Do you want to request a feature or report a bug?
Bug
What's the current behavior?
In the docs, it says to use useMemo for the editor instance passed to the <Slate> component so it is "stable across renders". useMemo does not guarantee identity between renders (https:
Rename glutin port?
Glutin was removed in #25853 but it is still used for the name of the port. Presumably this should be changed to something more accurate now?
Thanks for publishing this! How about adding it to GitHub.com/topics/terminal-share alongside similar tools by adding that topic to this repo? Thank you :-)
Hi, I've been trying to figure out from the docs (and google) to implement externalization of modules in Browserify with no luck. I've implemented transform-runtime plugins, and used .external(filename) in Gulp and tried to use require() in another module ... but I general cannot figure out from the docs what part or parts I'm missing in making this work.
Could someone please, add a brief secti
Custom auth strategy
We are trying to migrate to v4. But now we are failing because we have no clue how to setup a custom auth (api-key) strategy. In v3 we registered our custom api-key strategy at passport like this:
this.passport.use('apikey', new Strategy(verifier));
// and
app.configure(apikey({ header: config.apiKey.header }));Is there any documentation how to setup a custom (api-key) authentic
Is there any guide on writing a launcher? Looking over the current implementations there didn't seem to be much consistency. Looking for best practices.
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!
Combine the following documents and move them to Wiki
Contributing:
https://github.com/mozilla-mobile/firefox-ios/blob/master/CONTRIBUTING.md
Docs inside the folder should move to Wiki except for Telemetry:
https://github.com/mozilla-mobile/firefox-ios/tree/master/Docs
Update:
https://github.com/mozilla-mobile/firefox-ios/wiki/Firefox-iOS-contribution-(Starter-Guide)
I am trying to run an express app through Visual Studio Code. I have a launch.json file with DEBUG defined like so:
"env": {
"DEBUG": "*"
}
Here is a trimmed down version of my app.js file where you can see the bolded debug line that doesn't output to the debug console (Test 2). Test 1 before it outputs as expected. If I run this from the command li
Clean up README
We need to write an article similar to https://github.com/hdorgeval/testcafe-snippets/blob/master/say-goodbye-to-flakyness.md. There should be a list of best practices that help writing stable and reusable tests.
-
Updated
Apr 11, 2019 - JavaScript
Is your feature request related to a problem? Please describe.
gdb features, such as whether reverse debugging is enabled, is currently guessed at by gdbgui.
Describe the solution you'd like
use -list-feature instead of guessing gdb's features
-
Updated
May 14, 2020 - TypeScript
Version: `0.10.0`
OS & Version: linux
Node version: `geth 1.8.2-stable-b8b9f7f4`
It seems that in "Latest transactions" in Ethereum Wallet there are listed pending transactions from all networks (the real network and several test networks) without displaying which network this transaction is of.
So either show it noticeably or l
Describe the bug
on an Android device using chrome browser
in the editor
with the cursor in front of a mention node
the editor either skips over the mention deleting the previous node
or copying and pasting the contents of the mention node.
these can be observed on the example page
https://tiptap.scrumpy.io/suggestions
Environment
- OS: Android
- Chrome
![Screen-Reco
Can I change the property name that Cefsharp injects to window to hide from anti-robot detecting code?
Now it is CefSharp, used in CefSharp.BindObjectAsync
Improve xUnit Tests
Description
The delete button and search icon UI elements within the history screen are overlapping on smaller screens.
Steps to Reproduce
- Open Brave browser.
- Go to browsing history
- Put a checkmark in one of the boxes of the browsing history:
![i
qutebrowser still uses enum.Enum() as function in some places:
scripts/dev/check_coverage.py
49:MsgType = enum.Enum('MsgType', 'insufficient_coverage, perfect_file')
tests/unit/api/test_cmdutils.py
272: Enum = enum.Enum('Test', ['x', 'y'])
tests/unit/utils/test_utils.py
563: e = enum.Enum('Foo', 'bar, baz')
tests/unit/commands/test_argparser.py
31:Enum = enum.Enum(
-
Updated
May 1, 2020
As CommonMark spec 6.3 states, a single space character is removed from the front and back if the string both begins and ends with a space character (shortened).
But rules.code adds spaces independently, which means false spaces can be introduced into the resulting code span.
The corresponding test is actually expecting a wrong value adding a
When there are several encrypted scripts on the site, each one contains functions rc4(), base64(), md5().
If you added the disable include option for these functions in the CLI, I could add them only to the first script.
messages, buffer-history-tree and [command, variable]-inspect produce an html view, which is pretty bare bones. We could spice them up, make them pretty, probably reactive (sort columns in messages,…) and with more links.
The more we add introspection information into the help, the better.
skills required: html, css and JS, all through Lisp; lisp to enhance the help.
Improve this page
Add a description, image, and links to the browser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the browser topic, visit your repo's landing page and select "manage topics."



Bug report
Describe the bug
When running next using Yarn 2 and visiting a page in the browser that doesn't exist, the 404 error page never shows up. Instead it loads forever ("waiting on localhost...") and then eventually errors with
ERR_EMPTY_RESPONSE.But the terminal shows that the page was compiled: