kamulos

Results 15 issues of kamulos

I am porting my program from `chrono` to `time`. One thing I am stuck with is serializing a `Vec` with the `rfc3339` format. This seems like a small but very...

C-feature-request
A-well-known-format-description

To match fwrite the ptr in FCGI_fwrite should be const.

The `chrono` crate is affected by a difficult to solve CVE that triggers in environments using `cargo-audit` as a security check. As I understand it, there is a feature flag...

tracked-in-jira

This is really strange # Reproduction ``` rust use bson::doc; use mongo_driver::client::{ClientPool, Uri}; fn main() { let mongo_uri = Uri::new("mongodb://127.0.0.1:27017").unwrap(); let pool = ClientPool::new(mongo_uri, None); let ping = doc! {"ping":...

I am using a patched `mongoc-sys` which I also depend on at a different point in my program, so this might be a less common issue, but I think it...

I moved the panel of the gnome shell to the bottom of my screen using the dash-to-panel extension. Now the drop down terminal still keeps distance to the top of...

This makes the env variable `DEP_JEMALLOC_INCLUDE` available to the build script, where the include file for C code can be found.

### Detailed Description of the Problem So this might be perfectly intentional, but I wanted to raise awareness, that this broke our system: On Arch Linux the Docker Engine got...

type: bug
status: reviewed

Using Visual Studio 2019, when I switch to linking the libc statically (/MT) I get the error "unresolved external symbol" (LNK2001) for the following symbols: __imp_getenv, __imp_close, __imp_wcsncpy, __imp_wcsrev, __imp__wcsrev,...

This just came up in my automatic license check using `cargo-deny` and I wanted to raise awareness, because in my project and company this is a problem. #14 brought in...