amano-kenji

Results 309 comments of amano-kenji

If I also specify `:bleed`, while process is busy, I want the supply to send everything to `bleed` which will get rid of excess.

If that works properly as expected, then I think it should be okay to merge it without us.

How can I test this without installing rakudo?

I got `rakudo-m` executable which seemed to be what I wanted. I executed this. ``` my $supplier = Supplier.new; my $chan = $supplier.Supply.throttle(1, -> $a { sleep 5; $a; },...

gphotofs used to work for Nikon Coolpix A10. But, after a certain point, it stopped working.

``` *** Error *** An error occurred in the io-library ('I/O problem'): The supplied vendor or product id (0x0,0x0) is not valid. *** Error (-7: 'I/O problem') *** For debugging...

I haven't looked into the code. Did you avoid passing around a context with state monad? When I wrote haskell, I used state monad to carry implicit global state.

I'm just a contributor as you are. I can't merge any pull request here. This should be safe to merge.