Nicolas Goy
Nicolas Goy
I started working on it, and I came up with that: ```rust pub enum DeviceName { company_identifier: CompanyId, data: &'a [u8], } pub struct RawData, uuids_complete: Option, raw: Option]> }...
I'd like to tackle this issue, @Dirbaio what do you think?
I also encountered the `make path=~/...` issue. Took me a while to understand why it was failing. I realize there is no fix at present, but is there a workaround?
For development, it is really handy to be able to proxy some path, like http://tapiov.net/live-server/
I would love to be able to do: ``` http . --proxy=/api:https://myserver.com/api ``` Then, in the html file, any ajax call to `/api` would be forwarded without any CORS required....
There was a suggestion in the chat while you where doing it and I think it could also be considered. It can improve the workflow when `--autofix` is not used....
My example is not clear, it should contain `createStore`.
Yeah, supporting dot in the key would solve it without introducing new API.
I have the same issue, I noticed that calling `getCloseReason()` in the `onDisconnect()` callback would freeze the thread.
I can print the `serverCloseFrame` and it is `` Calling `getCloseReason() ` on this object cause the issue.