Gérald Lelong

Results 16 issues of Gérald Lelong

I'm having an issue when building opencv-rust with nix. I got a **Permission denied** error. The build system is probably trying to write or delete some file in a folder...

How about adding a constructor to pulse for specifying the max sample count to store ?

FEATURE-REQUEST

The union of two polygons can produce a polygon with self intersecting edges. Below are an example of the issue and the code to reproduce this example. # Example ![gj1](https://user-images.githubusercontent.com/16281175/60600904-60c7f480-9db1-11e9-93fb-b54bd95cc547.png)...

help wanted

I need to draw a map from a pbstream produced by cartographer. I have the submaps pose from the trajectory field and the local_pose from the serialized Submap, however I...

Is there a way to set targetHost at runtime ? The IP address of the host can change depending on the network I'm on.

When compiling a project using actix-http as a dependency, `actix_tls` seems to be missing the `connect` feature. This issue is reproducible at https://github.com/lelongg/dream2nix-bug ``` error[E0432]: unresolved imports `actix_tls::connect::new_connector`, `actix_tls::connect::Connect` -->...

bug
rust

Trying to build a project depending on opencv-rust, it fails with the following error: ``` error: package ID specification `opencv-binding-generator` did not match any packages ``` Here is the dependency....

bug

This is how I try to override the preConfigure phase for a crate in my workspace but the phase is never run. ``` cargo-outputs = (nix-cargo-integration.lib.makeOutputs { root = ./src/rust;...

question

ArrayDeque used to compile but suddenly I'm stuck with this error. Does anyone know where it came from ? ``` error[E0554]: `#![feature]` may not be used on the stable release...

It might be desirable to have a string with truncation behavior when it is written beyond its capacity.

enhancement