Mitsutoshi Aoe

Results 76 comments of Mitsutoshi Aoe

@mboes I think the write back functionality can be useful. For example, we can write a tool to slice and/or filter specific events from a huge eventlog file to a...

Also it's used publicly at least in this package: https://hackage.haskell.org/package/linux-perf

Sorry, I didn't mean to close this.

Do you have the shared library installed? It's called gtk-mac-integration in Homebrew. I'm personally hesitant to statically link GTK+ libraries or distribute GTK+ shared libraries because * GTK+ is huge....

> I think that the doc should say the binary distributions also require gtk-mac-integration by brew. Thanks for the suggestion. I'll make a fix. I'm wondering if there's gtk-mac-integration in...

> I think that the doc should say the binary distributions also require gtk-mac-integration by brew. Apparently we have this in README: > On OS X, gtk-mac-integration also needs to...

> I read it for building, not for binary release ones. Okay, it's under the "Using pre-built binaries" section though. Maybe the REAME should be refined a bit. > It's...

Ah yes, the macOS binaries in the releases are for Intel Macs. We need to configure GitHub Actions to make a binary for Apple Silicon. I don't know if GitHub...

> I don't know if GitHub provides runners that have Apple Silicon though. Looks like they don't yet. https://github.com/actions/runner-images/issues/2187

https://github.com/gtk2hs/gtk2hs/issues/163 looks relevant. Could you try `LANG=C stack build` as suggested [here](https://github.com/gtk2hs/gtk2hs/issues/163#issuecomment-212704324)?