Gleb Popov

Results 148 comments of Gleb Popov

I stumbled upon http://hackage.haskell.org/package/unliftio-0.2.13/docs/UnliftIO-Async.html and it suits me well.

Another idea pretty close to this one - make it possible to list all tasks with a given tag. Maybe in form of special collection, or something.

I'd really like to make this happen, but i fear my Haskell skills might be too lacking for this. If i understood it right, we first need to support Template...

How do I use `purs-bundle` on the output? I tried `psc-package sources | xargs purs bundle`, but that didn't work. Why there is no `psc-package bundle` in the first place?

@JordanMartinez Thanks for the pointer, I'll try this out. It would be nice, BTW, if `psc-package` or `spago` would be mentioned in https://github.com/purescript/documentation/blob/master/guides/PureScript-Without-Node.md

``` % pkg autoremove -n Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 4 packages: Installed packages to be REMOVED: libpthread-stubs: 0.4 qt5-buildtools: 5.15.8p157 qt5-testlib: 5.15.8p157...

I just bumped into this issue when adding a custom `stage-qa` step to my USES. The `bsd.port.mk` puts `stage-qa` into the stage sequence conditionally via ``` . if defined(DEVELOPER) _STAGE_SEQ+=...

Oh, so this is why testport doesn't work on Linuxulator ports? It'd be great to get this fix in.

I do not get these warnings anymore, which means that the code uses a correct ifdef case for `rz_debug_desc_native_list`.

It'd be great to include this PR in the release: https://github.com/sddm/sddm/pull/1622