Florian Peter

Results 18 comments of Florian Peter

Update: There's one that works here: https://github.com/abevoelker/haskellbook-solutions/blob/master/ch11/exercises.hs

In the meantime, here's a simple fork for the decimal comma people: https://workflow.github.io/ynab-csv/ (also strips out any dots)

@emilianosantucci thank you! @fabienb4 please merge, switching to @emilianosantucci's fork in the meantime.

@emilianosantucci Thx for the pull request! Contrary to what I would have expected, the problem persists with recent meteor versions. Could be a problem with `jsdoc` itself, or maybe `ejs`,...

> Something I would like is to be able to track/share the devenv configuration with others until things mature enough to transition them to the project. > > I would...

> FYI, to prevent the same problem in systemd initrd, you need your service to have `after = [ "local-fs-pre.target" ];` @ElvishJerricco FYI [the folllowing](https://github.com/workflow/dotfiles/blob/b8e2da4ee84e169a9e06b4b0f33a8052abecc0a8/system/impermanence/default.nix#L70) seems to work to bypass...

Hi @otavio, does [the following combination of options](https://github.com/workflow/nix-shell-action/blob/10ebd4e80eae8a5bc5147c0a36ebb568d1b277bd/.github/workflows/test.yml#L149) work for your use case?

@otavio You can already do this with existing nix/flake functionality. For example, you could have a CI "base flake" under `/ci/flake.nix` where you define the inputs wanted for CI only:...

@otavio `v3.4.0` (latest) now supports a `custom-devshell` attribute, see [README](https://github.com/workflow/nix-shell-action?tab=readme-ov-file#options-with-) [Here's an example](https://github.com/workflow/nix-shell-action/blob/5fdff26c1325df635247f72cba79ffc370303fdb/.github/workflows/test.yml#L161) in action.

Hmm sorry @otavio at first look I have no idea what could be going on here. It seems to be pulling the exact same versions of dependencies like `west` between...