Robert Fischer

Results 42 comments of Robert Fischer

Having server problems: it's giving 403 to Java GETs (but not web-based GETs). Trying to move over to SonaType as we speak.

https://www.npmjs.com/package/cross-fetch works in RN already...why not just use that?

@pcowgill @hugomrdias What's the status of this? I've got some spare cycles that I'd like to throw at it.

I've been working on the side to get IPFS on React Native. As a part of that, I've created an implementation of Node's `dns` module which is based on `fetch`...

I've also got a library that's a pure implementation of `randomBytes`: https://github.com/RobertFischer/randombytes-pure On Sun, Jun 13, 2021 at 4:15 PM André Costa Lima ***@***.***> wrote: > @chrisdukakis I'm sorry, I...

+1 for allowing partial versions in String parsers. I'm having to special-case those for parsing out REST API versions, which the users want to specify as the string, "2".

@zafarkhaja — If this is still outstanding, I'll work on it and submit a pull request for it.

If I were to build you a JAVACC-based parser, would you be interested?