Skip to content
#

browser

Here are 3,053 public repositories matching this topic...

LadyDzidzor
LadyDzidzor commented Mar 2, 2020

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 build
The JWT token is created and signed, but the error seems to happen when it calls

  context.res.setHeader(
          'Set-Cookie',
JeanPerriault
JeanPerriault commented Mar 10, 2020

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

JKAnderson409
JKAnderson409 commented Jul 25, 2019

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

zebiiii
zebiiii commented Jun 10, 2019

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'
  })
jdm
jdm commented Jan 30, 2020

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

blaasvaer
blaasvaer commented Mar 1, 2020

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

PowerMogli
PowerMogli commented Sep 9, 2019

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

WowItsDoge
WowItsDoge commented Feb 22, 2019

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!

shanekwheeler
shanekwheeler commented Dec 3, 2018

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

tiptap
akirarika
akirarika commented Jan 22, 2020

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 = w
qutebrowser

Improve this page

Add a description, image, and links to the browser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the browser topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.