Brandon Elam Barker

Results 89 comments of Brandon Elam Barker
trafficstars

Hmm, is it possible to put the relevant dependency coordinates into cabal? I didn't see how to do that so far. Another related question: once this is on hackage, I...

Thanks @ChShersh Sounds like I may have to wait for stack support, assuming the following quote meant stack and not Hackage. > But Hackage needs to support Multiple Public Libraries...

I tried an alternative approach, but it has had interesting (detrimental) results... ```haskell gatherFromA :: (MonadIO m, MonadUnliftIO m) => Int -- ^ Size of the queue to create ->...

I spoke too soon, if I comment out the call to `cancel`, my program is still crashing for some unknown reason, though this is new behavior. **UPDATE**: it appears to...

Some profiling output below. It does appear that the crash is related to the implementation of `gatherFromA` at first glance, though my current guess is that it is more to...

As it turns out, that was a memory leak unrelated to the implementation of `gatherFromA`, so I think this form of `gatherFrom` is still useful - it solved my original...

Perhaps I went wrong somewhere, but here's what I did: ```haskell xsd

I switched to xmonad, but still get a related issue. Actually, I had to make a change to flake.nix to even build it - so I'll open up an MR...

Is there any update on this? just looking for something along the lines of `yarn lock` (javascript) or `pip freeze` (python)

@copumpkin Sorry for the super delayed reply. I never have as much time for Nix (and other things) as I'd like. Is there a way to do `--record` at the...