browser
Here are 3,053 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.
Hello,
I'm trying to use monaco-editor inside a Dojotoolkit based application.
If this is something you've already tried, it will be great to get an example. I know that dojotoolkit is not a new kid but giving the number of industrial application using it due to its past popularity + the fact that it is not providing this kind of widget (they have a rich text editor but not more), that might b
Is your feature request related to a problem or a nice-to-have?? Please describe.
I wasted a good deal of time trying to get the "exports" interface (which I think is perfect for organizing tests for a large OOP project) only to find that it just does not work in the browser. I can get my demo test to run on the command line (node) just fine but Firefox and Chromium ignore the exported test s
hey
at a lign in my code I want to edit a variable and do a redirection.
When I use the .then() method I receive the "ReferenceError: document is not defined" error.
However I havent this problem with a simple .evaluate. But here I have to use .then (due to the scope of finaltime variable)
.then(function() {
finaltime = Date.now()
document.location.href = 'LINK'
})
Do you want to request a feature or report a bug?
Bug
What's the current behavior?
The walkthrough doesn't seem to reflect the changes in 0.57
For example in Defining Custom Elements
import { Editor } from 'slate'
/* ... */
Transforms.setNodes(
editor,
{ type: 'code' },
{ match: n =>It should be up to the embedder to decide what user agent to report in network requests, rather than deep in the engine in https://github.com/servo/servo/blob/8e0d037ee82da747fa9c13234d5c3677f930e690/components/config/opts.rs#L480 (and #25372 would have exacerbated this). We should add a method to the EmbedderMethods trait that returns the default user agent string, so that we can pass that to [th
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?).
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!
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
-
Updated
Apr 11, 2019 - JavaScript
https://www.technipages.com/safari-popup-blocker
Also, we can try to check a status of the pop-up window blocking for Safari before test running.
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
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
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
Is your feature request related to a problem? Please describe.
I need a floating element like menu bubble, difference is that it always float on cursor
Describe the solution you'd like
I am a novice.. is there a function to get position(x and y) of cursor?
Describe alternatives you've considered
getCursorTop() {
let range, rects, rect;
let document = wVisual line mode?
Coming from Vimium, one feature I often lack is visual-line mode, which is typically more convenient when copying big chunks of text/code from the browser. Any chance shift+v will be introduced into qutebrowser?
Operation System:
macOS 10.12.6
Beaker version:
v0.8.8
Tried to go to docs from start page:
dat://beakerbrowser.com/docs/
Beaker said:
It doesn't seem like anybody is sharing this page right now.
Woul
-
Updated
Feb 5, 2020
-
Updated
Mar 16, 2020 - HTML
When using asciidoctot.js with object-hash, object-hash will throw error during hashing Object.__proto__.constructor, because it finds the $$base_module property on Object.__proto__.constructor, then try to hash it.
The $$base_module property on Object.__proto__.constructor is enumerable:
As a proper lisp program, Next needs an --eval command line option!
CLI args are defined and parsed in start.lisp, with the unix-opts library (https://lispcookbook.github.io/cl-cookbook/scripting.html#parsing-command-line-arguments). load-init-file in this file shows a usage of eval.
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
NEXTJS Examples api routes and apollo not working on build
https://github.com/zeit/next.js/tree/canary/examples/api-routes-apollo-server-and-client-auth
Describe the bug
The examples project does not login user after I run
next buildThe JWT token is created and signed, but the error seems to happen when it calls