Peter John

Results 74 comments of Peter John
trafficstars

Yep. I'm not able to use the latest version of the package anymore. This is the error that I get, ``` ==================================================================== == greenlock.js (v2.2.0+) == ==================================================================== Please specify 'version'...

Ohh.. I just thought this was an issue for auto-sni to be updated to latest upstream changes you made. I want to stick to the latest le version also and...

+1 Keeping the dream alive

Hi Meris, Thanks for the quick reply. The union value makes sense. I was trying to figure out a way to do that (was thinking of finding if it was...

Thanks it works now. I had built a simple use-promise library to work with react suspense. https://github.com/pyros2097/use-promise/blob/master/index.js using the same concept i just ported useAtom to handle suspense for now...

I don't know if this helps but it seems parceljs has got support for rust functions. https://medium.com/@devongovett/parcel-v1-5-0-released-source-maps-webassembly-rust-and-more-3a6385e43b95

Yep this breaks. I'm using react-navigation and it uses a lot of static props the moment I use a branch the props are lost and my navigation header is gone....

I think since typescript version 2.0 you can have the typings inbuilt in the package so we won't need typings.

Scripting support should use lua since all redis like database ledisdb, nodb support lua scripting. Then all lua scripts would be it would be portable. I think extending other redis...

@qxqxq have you taken a look at the [example](https://github.com/pyrossh/rust-embed/blob/master/examples/actix.rs), You should be able to handle it with the single route handler. It seems to me that you could be missing...