RobertAron

Results 11 comments of RobertAron

Had the same error. I went and changed the source code on `messageReader.js` to `console.log` the header since it seemed to be causing the problem. It returned an array containing...

The error actually occurred because my JAVA_HOME was set but to the wrong location. Probably a lot more fringe than I initially thought so it's probably not the same issues...

I'm running into this issue as well. The warning is quite long also, which makes it difficult to parse other logs that appear in the inspector. I understand this could...

The relative path would be extremely useful if you have protolint installed via npm. In my case I tried to... - run `npm install protolint` - in `.vscode/extensions.json` set `"recommendations":["plex.vscode-protolint"]`...

I would really appreciate if these changes were considered 🙏

I had to come back around to this. It seems like the core issue has to do with the bounding sphere. It's not being updated properly. I'm not exactly sure...

Ended up with a DIY method in gitlab CI. The preview URL is based on the GitLab merge request ID and Amplify App ID. You can curl GitLab to make...

@yusukebe @sor4chi I think I have a working package that will work... any recommendations/guidance on publishing this, or general 3rd party packages in general?

It does depend on `eventsource`. My plan is to have two different exports. One for `server` which can be used in runtimes that need the polyfill, and another export that...

[Here's the repo](https://github.com/RobertAron/hono-type-sse/tree/main). I haven't actually published the package but I think I'm 95% ready. I'll probably make a few more tiny tweaks tomorrow and post about it in the...