morenol
morenol
We could use something like: https://github.com/rusty-celery/rusty-celery/blob/41efda696132bff7451b191d185a48129ca1b2e3/.github/workflows/ci.yml#L19
The only remaining crate is `fluvio-protocol-derive`
gotcha, I think that we can use generics to define the type that we need to use instead of passing a blank parameter that is not used
Even though, it looks like more easy to use this passing the parameter, it looks weird to me to pass an unitialized empty struct, instead we can take advantage of...
> @morenol from a programming perspective I agree, but writing `::` is really not viable for an interface that has to face an end-user. Think if you had to write...
> Hey guys! My team and I have just started using this library for our project. This functionality would be awesome for what we're doing. Is there any update on...
Seems correct, but I have to check because in one hand, I never have used `wasm-bindgen-cli` to build the wasm file directly and instead I have used wrappers like https://github.com/wasm-tool/rollup-plugin-rust...
Seems to be an edge case that we are not handling. I see that in the `get` method of DenseMatrix, we [check](https://github.com/smartcorelib/smartcore/blob/d52830a818dba413c5c14e0438b81ddb70349f1c/src/linalg/basic/matrix.rs#L308) the index and panic if it exceed the...
I think that we don't have the exact same data in our tests cases, right? We added a random test but it is not necessarily the same data. We would...
Thanks for the clarification!