browser
Here are 3,102 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.
Language providers are very powerful, but not all the ones supported in Monaco have examples in the Playground to show how to use them and how they work. Some of the existing samples provide a blank document, so it's unclear on what to do in order to see the key results.
It'd be great for more comments/information for each of the provider samples (like the symbol provider) be given as well as
If specify non-existed file with --file option, mocha throw expection.
./bin/mocha --file non-existed
/Users/mocha/node_modules/yargs/yargs.js:1163
else throw err
^
Error: Cannot find module '/Users/mocha/non-existed'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
at Function.Module._load (internal/modules/cjs/loader.js:508:25
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?
Improvement.
What's the expected behavior?
Since we're already using the docblock comments to power IntelliSense documentation for VS Code (or anything else that supports it), it would be nice to have the API reference automatically generated from these comments.
I experimented with typedoc a while ago, but the project i
Various methods in WebGL objects have fallible arguments that are used to support operations that can fail during object destruction that do not indicate a total failure. We should replace these booleans with a enum Operation { Fallible, Infallible } instead to make the code readable:
Code:
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
Expected behaviour
Karma's documentation should describe how to collect code coverage using the new version of IstanbulJS using the new "karma-coverage-istanbul-reporter" package (https://www.npmjs.com/package/karma-coverage-istanbul-reporter).
Actual behaviour
Karma's documentation should describes how to collect code coverage using the old version of Istanbul (https://github.com/go
What is wrong?
npm run build fails with slightly modified color contrast example
Where does it happen?
Feature request to send to device by adding a frequently used device to the contacts list on the share sheet. TBH, I don't totally understand the STR/flow here, ping @ryanfeeley to explain what is expected here.
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
[DEPRECATED] Please see https://github.com/brave/brave-browser for the current version of Brave
-
Updated
Apr 11, 2019 - JavaScript
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
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
Describe the bug
When adding a mention through the @ matcher, an extra space is added after the mention <span> so that the cursor is located after. When adding a mention programmatically, a <br> element follows the mention span and is replaced with content when some is entered.
Steps to Reproduce / Codesandbox Example
Steps to reproduce the behavior:
- Go to https://tiptap.s
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:



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: