Flier Lu

Results 25 comments of Flier Lu

hi @SSheldon and @kvark, I'm working on a PR for dispatch block/data/io, but the iOS test case [always failed](https://travis-ci.org/SSheldon/rust-dispatch/jobs/424235637), it could load other crates but can't find `log`, could you...

[WriteBatch.PutLogData](https://pkg.go.dev/github.com/tecbot/gorocksdb#WriteBatch.PutLogData)

You should try [WriteBatch.Destroy](https://pkg.go.dev/github.com/tecbot/gorocksdb#WriteBatch.Destroy).

[BlockBasedTableOptions.SetCacheIndexAndFilterBlocks](https://pkg.go.dev/github.com/tecbot/gorocksdb#BlockBasedTableOptions.SetCacheIndexAndFilterBlocks)

for `/proc/sys/vm/`, I think we need a macro or proc macro to define value base on filename. I guess those could be reused to export `/proc//tasks`

@eminence as you known, we need a macro system to define values. The macro system should supports * defne value by name and type, such as `drop_caches: DropCache` * define...

Tests seem crashed at `src/int.rs - int::PrimInt::unsigned_shr (line 173)` ``` ---- src/int.rs - int::PrimInt::unsigned_shr (line 173) stdout ---- error: literal out of range for i64 --> src/int.rs:176:9 | 6 |...

Hi @erikbrinkman and @cuviper The PR has be updated * The trait has been renamed to `ToFromBytes` * Use `autocfg` to check the expression * Implements `ToFromBytes` for integer and...

> Linuxbrew also exists; can you include support for that? Okay, I'll see how it works.

no problem, thanks for your effort :) Florian von Bock [email protected]于2015年8月3日周一 上午9:35写道: > thanks a lot for the PR. > had no time to look at it in detail over...