Nicolas Mattia
Nicolas Mattia
Reviving this since I came across the following example in the [`ref.ts` docs](https://github.com/lit/lit/blob/4431cbb85428e54bafa090088056a325fe623aa1/packages/lit-html/src/directives/ref.ts#L145-L147) which AFAICT does not work: ```ts * // Using callback * const callback = (inputElement) => inputElement.focus();...
Thanks for the quick reply, Both steps that `uses` `add-and-commit` actually are the "same" step, they are just executed as part of a different matrix combination. Here's an example: ```...
Oh it's been a while! If I (re) understand the issue and solution correctly, I ended up doing this: > I think I'll try to extract the add-and-commit into a...
Hi @koraa, Looks like I missed this. > The name is kind of non-specific. Right, the idea was to keep things as simple as possible. That being said you can...
I got an even simpler one: ``` > data Foo = Bar Int > let a = Bar 2 > :printHeap a ``` I'm using `stack ghci`, ghc 7.10.3. Any...
Thanks, I'll have a look when I get the time. To be honest I haven't looked at the research before getting started, though better late than never.
Thanks for a good read! I wish I had known about it when I first implemented `stutter`. A few thoughts: * I realize that `stutter`'s operators don't have the same...
hey @shajra , Thanks for the message! > The evaluation time for these were both at times around 2x the speed of just going into a Nix shell directly. @zimbatm...
Interesting. I'll have a look, in the meantime you can `rm -rf /home/grmpf/.cache/sorri/mach-nix/v2/701eded07fcffa8542ed4cf355fdf56f`.
That is correct, I somewhat consider running `shellHook`s to be a security issue. The rest of the build is sandboxed (if you have sandboxed enabled) whereas the shellHook would just...