Andreas Richter

Results 32 issues of Andreas Richter

It would be really useful to setup a way to specify a child parser so that it's possible to use it for hugo templated js file as well as hugo...

enhancement

- Operating System: Windows 10 Pro - Node Version: v12.16.2 - NPM Version: 6.14.5 yarn: 1.22.4 - webpack Version: 4.43.0 - worker-loader Version: 2.0.0 ### Expected Behavior When pointing to...

priority: 4 (important)
severity: 4 (inconvenient)
semver: Patch
flag: Needs more info
type: Bug

During dev, if you include the @xstate/cli into your dependency list, the xstate plugin should use the exact version (or preferably the same binary) to execute the typegen. Recently the...

The current app is not very resilient to states which are too complex and throw an error during JSON serialize. The safe JSON does return a value, but it removes...

Hi I wanted to see whether I could learn things about other types of text but it seems to be problematic. Is there something specific about the headline chapter format...

If you want to send logging somewhere else then it's not easy to redirect. I realize that this is not a deal breaker but I'll look into a pull request.

Seems that event emitters in node 0.8.8 have a domain member that conflicts with your usage of domain. There is a problem in events.js at line: events.js:80 this.domain.enter(); ^ TypeError:...

https://github.com/web3/web3.js/blob/d8b64a831defaf52a302002ce6e6051f32edaaaf/CHANGELOG.md?plain=1#L296 For some reason I am not finding stripHexPrefix in the correct monorepo package

4.x

## Description When refreshing the page or tag the code runs autoConnect. Currently the providers are not being passed the desired chainId and address making it not possible for the...

The wasm is loaded using new Module() instead of required. This cannot be supported in a manifest 3 chrome extension since it requires wasm-unsafe-eval in the CSP and this is...