silverwind

Results 266 issues of silverwind

* **Browser**: Firefox 64 and 66 * **Operating System**: all * **Stylus Version**: 1.5.2 Trying to style a non-HMTL page like https://raw.githubusercontent.com/openstyles/stylus/master/.gitignore (notice that no `Content-Type` header is sent by...

external
Firefox

This reference makes it easier to discover the source repo.

### Version 16.5.0 ### Reproduction link [https://www.npmjs.com/package/vue-loader](https://www.npmjs.com/package/vue-loader) ### Steps to reproduce Since v16.0.0, it appears that `package.json` metadata is no longer being included in the `vue-loader` npm package and https://www.npmjs.com/package/vue-loader...

I'd like to import only the `dereference` method (the other parts of this module should ideally be tree-shaken out), but it seems this is currently not possible because of this...

help wanted

Inside Docker containers it's often unavoidable/necessary to run processes as uid 0 but this module stubbornly refuses to run as uid 0. I've monkey-patched the module to remove [that check](https://github.com/etingof/snmpsim/blob/7c1f5bd5fc36bd68dde326f1b1988efcfef93fa9/snmpsim/daemon.py#L136-L139)...

With a query parameter defined like this: ```yaml parameters: time: name: time in: query required: true schema: type: string anyOf: - format: time - pattern: "^[1-9][0-9]*$" ``` Validation will fail...

Along the lines of "features node-fetch doesn't intend to include" would be support for fetching from unix sockets. For the URL format, one option is to support the same format...

This allows one to employ custom logging facilities during an interrupt, like for example when one wants to log both to a file and to lines above the bar.

In iTerm, my backspace key sends the escape sequence `^H` but this sequence does not appear to be accepted on the pattern input. The cursor is advanced one position back...

# What / Why The [maxSocket](https://github.com/npm/make-fetch-happen#--optsmaxsockets) option does not appear to be respected in case a HTTPS proxy is in use, e.g. on a typical `npm install`, a proxy may...