Thomas Tanon

Results 102 issues of Thomas Tanon

The build was failing when `size_of:: < 8` with the error "this arithmetic operation will overflow". This error is not emitted when running "cargo check" and hence not caught by...

## 🐛 Bug description Compiling [oxigraph JS](https://github.com/oxigraph/oxigraph/tree/master/js) with `wasm-pack` fails with the following error: ``` error: failed to parse input file as wasm Caused by: locals exceed maximum (at offset...

First, thank you so much for RocksDB. It's an amazing library I am using happily in [Oxigraph](https://github.com/oxigraph/oxigraph). `MockFileSystem::GetAbsolutePath` implementation [fails if the path does not start with `/`](https://github.com/facebook/rocksdb/blob/e1b176d27462145b10d7ba6cbe0964ff72ad51a3/env/mock_env.cc#L610), causing problems...

enhancement
windows
up-for-grabs

First, thank you so much for `peg`. I am an happy user since 2018. I have one feature request, would it be possible to limit the recursion depth of parsers...

feature
requires-breaking-change

This makes it possible to easily build this project using tools such as Webpack 5. - Generalizes readable-stream instead of node:stream - Upgrades dependencies to versions without node:stream dependency -...

To ensure the type safety of the code it may be nice to use the Java 8 `Optional` construction where it is relevant.

Not nullable version of `Snak.getValue` and `Statement.getValue`.

Wikidata-Toolkit should support entity id values pointing to external repositories e.g. structured data on commons.

When parsing some big revision dumps this error is raised: ``` sept. 23, 2016 7:05:46 PM org.wikidata.wdtk.dumpfiles.MwRevisionDumpFileProcessor processDumpFileContents SEVERE: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[291117,14066] Message: JAXP00010004: The accumulated size of entities...

Rust 1.62 has some nice utilities: - [`f32::total_cmp`](https://doc.rust-lang.org/stable/std/primitive.f32.html#method.total_cmp) and [`f64::total_cmp`](https://doc.rust-lang.org/stable/std/primitive.f64.html#method.total_cmp) - [`#[default]` enum variants](https://blog.rust-lang.org/2022/06/30/Rust-1.62.0.html#default-enum-variants). - [`rust-version` Cargo parameter](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field) We might want to make use of them.

enhancement