Mitsutoshi Aoe

Results 23 issues of Mitsutoshi Aoe

It would be nice if we could check an increase in SMART counters rather than just checking the current values. Could we? A motivating example is Ultra DMA CRC Error...

Status: Help Wanted
Type: Enhancement

In go implementation, you reset the `id` if it's above 10,000. It seems that the reset is missing in Perl's `fetch_memcached`, Ruby's `fetch_mysql` and `fetch_memcached`.

When `cargo build` in a clean checkout, I get: ```console % cargo build Compiling implot-sys v0.4.0 (/Users/maoe/src/github.com/4bb4/implot-rs/implot-sys) The following warnings were emitted during compilation: warning: In file included from third-party/cimplot/implot/implot.cpp:69:...

The following snippet used to type check with constraints 0.4.1.3 but now it doesn't as of 0.6: ``` haskell import Control.Concurrent.Async.Lifted.Safe -- lifted-async >= 0.7 import Control.Monad.Reader import Control.Monad.Trans.Control --...

The eventlog file uploaded by @Unselfish at https://github.com/haskell/ThreadScope/issues/108#issuecomment-602936002 causes `ghc-events inc` to fail: ``` ghc-events: Ix{Int}.index: Index (23637) out of range ((0,164)) ``` It was produced with GHC 8.6.5 on...

I think we should add CONTRIBUTING.md which suggests that every new event support should be accompanied by a small example eventlog and its expected `ghc-events show` output.

It's been a common practice in the Haskell community to put internal functions to `Internal` modules, which are not meant for a public API but for a semi-private API that...

enhancement
Specification

haskell-gi seems to be better maintained than gtk2hs is. I think we should consider switching to haskell-gi. There are some questions: * Is cross-platform support of haskell-gi good enough? In...