gwbres
gwbres
@ggreer, Hello, This is my attempt at upgrading your library to comply with (at least) openssl-1-1-1d (because that's the current version I have here). We're facing problems only in _ssh.c_...
Hello guys, Please note I use GHDL (with --08 attribute) almost exclusively (I rarely do anything in verilog). I can't seem to access a generic value if it bears the...
Hey guys, I faced issues when compiling your tree with more recent target toolchains (the ones embedded in the tree are 5.4+). I know you don't propose recent toolchains directly,...
Hello, I would like to enhance the `GzDecoder` with the `std::io::Seek` trait and `std::io::rewind()` capacities, to rewind the file although we might already have uncompressed some data. Is that even...
Hello @tomaka @bradfier, I added two simple macros, in similar fashion as `start_server` but with an extra local SSL context, so we can deploy an HTTPS server easily
Hello, so I'm working on [this crate](https://github.com/gwbres/rinex) to parse RINEX files, which most of the time come `gzip` compressed. For information, decompression is encapsulated in `src/reader.rs` for hidden/transparent operations. Things...
Hello, It would be great if the code generator would auto implement `From` anytime it encounters a `protobuf::oneof`. I find myself implementing `From` all the time to simplify how to...
Density Mapboxes are very important graph objects do display datasets over an entire or a portion of the world map
Hello is there a particular reason for not integrating UNIX to `TimeScale` ? it coud simplify things a little bit
Hello @ChristopherRabotin, I would be interested in having an `Epoch` construction method similar to `Epoch::from_gregorian_utc` but in `TimeScale::GPST`. `from_gregorian_utc` is the best thing to use when all data fields are...