Lukáš Němec

Results 14 issues of Lukáš Němec

rustc 1.11.0 (9b21dcd6a 2016-08-15) ``` src/main.rs:4:5: 4:26 error: unresolved import `std::io::timer::sleep`. Could not find `timer` in `std::io` [E0432] src/main.rs:4 use std::io::timer::sleep; ^~~~~~~~~~~~~~~~~~~~~ src/main.rs:4:5: 4:26 help: run `rustc --explain E0432` to...

Herd does not work on windows machines, here is the traceback: ``` src\main.rs:102:20: 102:37 error: failed to resolve. Could not find `unistd` in `nix` [E0433] src\main.rs:102 let _pid = nix::unistd::fork();...

Hello, would it be possible to make default "_t" format more precise than seconds? Ideally `ms` or `us`. The reason for this is following: If you have some log parsing...

I have a issue opening large DB files on Windows. The code does not do much here: https://github.com/lunemec/ed-router/blob/96c8fa872b48b5eb83c6afb2b31b24d8106ddbc5/pkg/db/boltdb/boltdb.go#L46 The error I get: ``` Error: unable to open database: unable to...

type/bug
area/bbolt-core