Gabriel Lebec

Results 16 issues of Gabriel Lebec

https://github.com/spion/blue-tape/blob/master/blue-tape.js#L14 P/A+ Promises already have a carefully spec'd [_promise resolution procedure_](https://promisesaplus.com/#the-promise-resolution-procedure) for detecting whether something may be a promise, without potentially throwing errors. The proper way to handle things that...

In #72 @DrBoolean already pointed this out, but since that (closed) issue addressed several sub-issues I think it's ok to make a single issue for this. In [(now-)Chapter 9, you...

second edition

Hello, Doclets.io does not properly handle classes with identically-named static and instance methods. Consider a class `Promise` with static `all` and instance method `all`: * Only one URL is generated,...

I'm trying to understand precisely what the use case for `keytar`, specifically on OS X. For perspective I am writing a CLI and I want to store user credentials so...

question

Pull request #8 fixed a bug but incorrectly applied the fix to the compiled `js` folder un-minified file. The source in `lib` was unaffected, meaning the minified file was also...

Addresses, but does not fully close, issue #250. VSCode uses Java-syntax regex instead of JS for some reason? Also, you need to escape `\` characters because this is a JSON...

For some reason (pun unintended) this extension tries to syntax-highlight markdown code fence blocks that are not annotated with the `reason` language (or any other language). This is yielding false...

Could be cool to collect all req-res cycle info and create an interactive, updating communications view in the browser.

enhancement

When using the `debug` module, intervals are included automatically. It would be nice to have parity even when `debug` isn't used.

enhancement

Would be good to have a template syntax that can incorporate filters, including the ANSI colors. For example `:method|blue :uri|grey :status`.

enhancement