Toshio Ito

Results 14 issues of Toshio Ito

Do you have plans to put digestive-functors (and possibly other back-end specific packages) on stackage? It would be very useful because this package has light dependency.

In elm-bootstrap-5.2.0, `attrs` function is not exposed by `Bootstrap.Alert`. Is it intentional?

I'm not sure if this is expected or not, but it is not safe to call `process_post` in an interrupt handler. This is because it may cause inconsistency in the...

bug

I use amazonka-iot from amazonka-2.0.0-rc1 (commit 0ccede621e56fb6f240e4850e205cde82d0e4a4b). I ran something like the expression below. ```haskell import Amazonka (trying) import qualified Amazonka import qualified Amazonka.IoT as IoT runResourceT $ trying IoT._ResourceNotFoundException...

bug
generator

Maybe you are already aware, but doctest-discover has been removed from stackage nightly. See https://github.com/fpco/stackage/commit/a5eb3ee41d03e4f238704ce6a0a7245cd9dbddac If it successfully builds and tests with nightly, could you re-enable doctest-discover in build_constraints.yaml?

This p-r fixes #764, i.e. it makes it safe to call `process_post` in an interrupt handler. To protect access to the event queue (the shared resource), I used sys/mutex. I...

An alternative solution to #883. Instead of modifying ringbufindex, I made a new data structure. This pull-request adds a new data structure, os/lib/mpmc-ring, and its test program, examples/libs/mpmc-ring-interrupt. mpmc-ring is...

In [haddock](https://hackage.haskell.org/package/beam-postgres-0.5.3.0/docs/Database-Beam-Postgres.html#g:23), `runBeamPostgres` function is so hard to find. Because it is one of the essential functions, it should be listed a lot earlier, say, the next to `Pg` type.

docs

I fixed package meta-data (hi.cabal and stack.yaml) to fix tests for new environments. I tested with stackage lts-12.26 and lts-14.7. The diff is: - stack.yaml: Upgrade the resolver. - stack.yaml:...

When the focus is on the menu items (e.g. by pressing Alt + B to pop up "Bookmarks" menu), keysnail keybindings are not enabled. In my setting, extensions.keysnail.keyhandler.global_enabled = true...