Ryan Hendrickson
Ryan Hendrickson
This commit adds --overlay, --tmp-overlay, --ro-overlay, and --overlay-src options to enable bubblewrap to create overlay mounts. These options are only permitted when bubblewrap is not installed setuid. --- This is...
Love the work you're doing here. Now that I have commit bits on LiveScript proper, and since gkz has said he'd bless adding an ES6 output mode, I want to...
This covers the use cases that b40cc25 doesn't; namely, if several libraries reference different versions of source-map-support, then they would previously all get their own source map caches, handler arrays,...
This arose from discussion in #838. The basic proposal is to support the syntax a ?op b as equivalent to if a? then a op b for most infix binary...
GNOME Shell (on Wayland) doesn't work with wlrctl, but there is a DBus property that can be read to see if any application has requested that the screensaver not kick...
Elsewhere: * https://gitlab.haskell.org/ghc/ghc/-/issues/15921 * https://mail.haskell.org/pipermail/libraries/2018-December/029299.html This is a visible behavior of a `base` function, though, and so my understanding is that the current best approach for pursuing change is to...
Previously: #67 We currently have: ```hs List.inits, List.tails :: [a] -> [[a]] NonEmpty.inits, NonEmpty.tails :: Foldable f => f a -> NonEmpty [a] NonEmpty.inits1, NonEmpty.tails1 :: NonEmpty a -> NonEmpty...
**Description of the change** Resolves #146. --- **Checklist:** - [x] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")...
What do we think about adding a dependency on `purescript-st` and giving [`MonadST`](https://pursuit.purescript.org/packages/purescript-st/6.2.0/docs/Control.Monad.ST.Class#t:MonadST) instances to all the transformers?
## Problem There might be advantages to presenting the terms in an idiosyncratic order, but the order given doesn't look very intentional to me, and I think the expectation that...