David Gutierrez Menendez

Results 3 comments of David Gutierrez Menendez

I just ran into this repo in my way for making a fast, simple rofi menu. In order to access to my dot files quickly I modifyed the rofigen script...

Hello, I'm trying to implement this functionality for prost+[influxdb](https://docs.rs/influxdb/latest/influxdb/) with the following config: ``` fn main() -> Result { tonic_build::configure() .type_attribute("sensor.SensorReading", "#[derive(InfluxDbWriteable)]") .field_attribute("sensor.SensorReading.id", "#[influxdb(tag)]") .compile(&["./protos/sensor.proto"], &["./protos/"])?; Ok(()) } ``` But...

This is a c implementation issue and it has beeing treated in this post https://stackoverflow.com/a/40424702/13495407. The problem is that the parent proccess dies before the workers and everything goes wrong...