Billie Hilton

Results 51 issues of Billie Hilton

I'm using this to style hyperlinks and the `` wrapper messes up the flow of the page content. I can work around it for now using `className` and an external...

I thought I'd start collecting my notes on the various hooks the plugin architecture will need to support. ## ☑ fs provider (added in #382) Note: only one `fs` provider...

help wanted
discussion

BREAKING CHANGE: methods will return `Uint8Array`s instead of `Buffer`s. Reasoning: - `Buffer` is not isomorphic, and using it breaks Angular. (You can polyfill it manually but it doesn't work out-of-the-box.)...

I'm thinking about making a backend for this module for my [`dukboot`](https://gitlab.com/wmhilton/dukboot) runtime. I didn't see any instructions on how to actually write backends though. Do I use `eshttp` as...

Hi there! I removed the hard-coded "/tmp" directory assumption in favor of `os.tmpdir()` and modified `assertCopiedFiles` to skip the symlink test on Windows. How about it? 😀

### Context I am trying to figure out where my application is importing a very heavy npm module that _should_ only imported by code that is behind a dynamic `import`...

enhancement

Currently Langium supports generating syntax highlighting for TextMate (sublime) and Monarch (vscode). It would be nice to generate syntax highlighting for [Pygments](https://pygments.org/) which is often used in the Python community,...

help wanted
highlighting

Right now, there's no public API to take advantage of the RefSpec resolver. It would be good to expose RefSpecSet.translateOne as something like `getRemoteTrackingBranch({ref})`.

chore

I encountered an error running the installer. Was I supposed to install something else first? I was trying to install this so I could have a virtual keyboard like in...

I'm trying to build a better node "require" algorithm, and your module has been very helpful! However, I run into a problem when packages have circular dependencies. Because of [this...