The Wayback Machine - http://web.archive.org/web/20200417203332/https://github.com/topics/browser
Skip to content
#

browser

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

jonaskuske
jonaskuske commented Apr 1, 2020

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:

[ event ] build page: /next/dist/pages/_error
[ wait ]  compiling ...
hawkerm
hawkerm commented Mar 28, 2020

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

outsideris
outsideris commented Oct 5, 2019

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
ashwin-yardi-10
ashwin-yardi-10 commented Sep 29, 2018

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(
ianstormtaylor
ianstormtaylor commented Dec 13, 2019

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

jdm
jdm commented Mar 27, 2020

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:

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

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

gdbgui
tiptap
tcitworld
tcitworld commented Dec 11, 2019

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:

  1. Go to https://tiptap.s
bug
qutebrowser
lwilletts
lwilletts commented Feb 16, 2020

When using Mouse 4 or Mouse 5 as a global hotkey for another application, for example a voice chat program such as Discord or Mumble using either button as push to talk, qutebrowser still receives the button press and goes forward and backwards through history while focused. Some way to disable Mouse 4 and Mouse 5 from being used by qutebrowser would be cool.

martincizek
martincizek commented Mar 31, 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

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.