Christian Bourjau
Christian Bourjau
The current code base makes use of nom's macros at many places. The latest release of nom has removed macros entirely. In order to be able to smoothly update nom...
When this project was started `failure` was the way to go. However, time has moved on and the current recommendation for error handling seems to be `thiserror`. It would be...
It would be great to add some minimal example projects to this repository on which we could run CI as well as work to figure out some corner cases. Project...
Hello, I am using irony and its company-irony completion every day and I love it. However, today I noticed an issue with protected members. Everything works fine in the class...
I am working on a [proof-of-concept](https://github.com/cbourjau/alice-rs) to run an entire analysis involving(ALICE's) ROOT files in the browser using webasambly (wasm). Unfortunately, opendata.cern.ch does not serve files with a [CORS header](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)...
Hello, Requesting files from `opendata.cern.ch/eos` returns a 502 response. `opendata-dev.web.cern.ch/eos/` seems to be working as expected. Examples: Not working: http://opendata.cern.ch/eos/opendata/alice/2010/LHC10h/000139038/ESD/0001/AliESDs.root Working: http://opendata-dev.web.cern.ch/eos/opendata/alice/2010/LHC10h/000139038/ESD/0001/AliESDs.root This used to work earlier and is currently...
This Draft PR adds a failing test showing the (IMHO) unexpected renaming of the input variable of the ONNX graph if it is identical to the output variable name.
# Bug Report ### Describe the bug There appear to be two issues around the `CategoryMapper` as it is today. I am happy to make a PR for this if...
### Describe the bug The ONNX package on PyPI contains all test files found at https://github.com/onnx/onnx/tree/main/onnx/backend/test/data . These constitute ~40MB unpacked or more than 70% of the total package size....
# Bug Report The Cast operator is under- or unspecified in a variety of ways: ## Floating point to String The standard does not specify the format in which floating...