Máté Kovács

Results 16 issues of Máté Kovács

Project for easy repro [here](https://github.com/mkovaxx/serde-json-bug/tree/21ddca9ff9e2bf4a72be96aeb5137a329ea9f4a3). Code: ```rust const JSON_TEXT: &str = r#" { "things_tag": "animals", "items": [ {"animal_tag": "cat"}, {"animal_tag": "xenomorph"}, {"animal_tag": "dog"} ] } "#; fn main() { let...

Trying to run `rustc` in an environment created by `nix-shell` fails with the following error: ``` bash: /nix/store/74ll1hp30sl0z3md48vxxkri93zk9b3r-rust-1.32.0-nightly-2018-11-29-3e90a12a8/bin/rustc: cannot execute binary file: Exec format error ``` The same issue is...

Submitting frames to the OpenVR compositor invalidates a `glium::Texture2d` (or its contents). The `glium::Texture2d` mentioned above is used to render a textured quad in the main window. Two other textures...

Allow the following: https://github.com/PyO3/pyo3/blob/d1b072222a9a166b3b7078b8e1121b4a794d12bb/tests/ui/invalid_pyclass_enum.rs#L24-L28

enhancement

`Py::new` and `.into_py` are currently inconsistent. Note how the constructed value in the example below is _not_ an instance of the specific variant. This is intended to be fixed before...

I need to set per-face colors on programmatically created shapes, then export into STEP format. Please help me find a way to do this. I'm somewhat familiar with the underlying...

assembly
STEP

When the `JoinType::Tangent` is used in the `offset2d` example, it causes a segmentation fault inside OpenCascade. TODO(mkovaxx): Put link to code here after #145 is merged.

More queries as in: - `nearest_positive()` - `farthest_positive()` - `nearest_negative()` - `farthest_negative()` - etc. See comment here: https://github.com/bschwind/opencascade-rs/pull/147#discussion_r1390318849

Modeling API

This would allow, among other things, finding shape refs in collections, or using them as keys in a `BTreeMap`, etc.

Modeling API