Maxim Vorobjov

Results 9 issues of Maxim Vorobjov

This is not directly related with this crate's source code, rather some dependencies. Though when compiling to WASI for instance there are lots of errors from `net2` which should be...

wasm

``` _load(url: string) { sigma.parsers.gexf( this.props.path , this.props.sigma , this.onLoad ) } _onLoad() { if(this.props.sigma) this.props.sigma.refresh() this.setState({loaded:true}) if(this.props.onGraphLoaded) return this.props.onGraphLoaded() } ``` can be written as: ``` loadGexf() { return...

See example on https://github.com/Linkurious/linkurious.js

enhancement

Right now if I add latest react-redux to my project `yarn check` fails with error: `error redux-react-firebase#react-redux@^4.0.6 doesn't satisfy found match of [email protected] ` I am on [email protected], please see...

This will help to aviod collision with CDN where they can deliver old version of bundle if it's named the same also to be able to employ static hosting. Can...

This PR would upgrade to latest yew 0.17. See issue #7 [X] Upgrade to yew 0.16 [ ] Upgrade to yew 0.17

For [wasi-worker-cli](https://github.com/dunnock/wasi-worker/tree/master/crates/wasi-worker-cli) add option `--yew` so that `wasiworker init --yew` should create yew worker template Yew worker template should be based on [wasi-worker-yew](https://github.com/dunnock/wasi-worker/tree/master/crates/wasi-worker-yew) crate as per example

enhancement
help wanted
good first issue

It appears that using custom serializer/deserializer for performance benefit is not so obvious. I had an issue discussed on [reddit and few people suggested solution](https://www.reddit.com/r/rust/comments/eg9cfm/it_seems_bincode_is_surprisingly_slow/), but for most this was...