Stefan Novak

Results 7 issues of Stefan Novak

Hello, Currently the [Project Templates](https://github.com/rustwasm/team/blob/bd8a919abc113f1693326737374e33fe92a8ded2/goals/project-templates.md) documentation links to [`rustwasm/rust_wasm_template`](https://github.com/rustwasm/rust_wasm_template) which has been deprecated in favor of rustwasm/wasm-pack-template or rustwasm/rust-webpack-template. It'd be nice to update the documentation here to reflect that....

Hello! The documentation states: > Currently, Cap’n Proto is not well-suited for _writing_ via `mmap()`, only reading, but this is only because we have not yet invented a mutable segment...

Hi all, I'd be interested in making contributions towards adding symbolic aggregate approximation representations (along with the other corresponding flavors), a collection of distance measures to calculate similarity between TimeSeries...

First off, awesome project! As the documentation mentions, using DTW is computationally expensive. Would the project benefit from using other timeseries indexing methodologies such as [Symbolic Aggregate Approximation](http://www.cs.ucr.edu/~eamonn/iSAX_2.0.pdf)? In this...

It would be great if RT.js was bundled up as a Webpack loader so that a user can integrate RT.js seamlessly into their project. This would require creating a new...

RT.js looks like an exciting project! I'm interested in exploring RT.js to orchestrate the handling of multiple data streams that are used to update multiple WebGL plots concurrently. I look...

### Feature Request / Improvement Hello, The Java API supports performing a table scan for just the incremental changes between two snapshots: https://iceberg.apache.org/javadoc/latest/org/apache/iceberg/IncrementalChangelogScan.html How feasible would it be to support...