Laurent Arnoud

Results 8 comments of Laurent Arnoud

Hi git-crypt is packaged on alpine https://pkgs.alpinelinux.org/package/edge/community/x86/git-crypt

o/ for other people looking for an example with Heroku git push deploy on pull request with a comment `/deploy` https://gist.github.com/spk/7be27d8f0f9fa0264fa24417ec40c742 secrets needs to be provided and also the HEROKU_APP_NAME...

Hi, I'm using this snippet from this [project](https://github.com/spk/validate-website/blob/master/lib/validate_website/validator_class_methods.rb#L10) to verify tidy is installed on the system: ``` ruby def tidy return @tidy if defined?(@tidy) @lib_tidy = TidyFFI::LibTidy @tidy = TidyFFI::Tidy...

I have read the CLA Document and I hereby sign the CLA

I have a test failure locally not sure why ``` failures: ---- ui::style::tests::test_smoke stdout ---- thread 'ui::style::tests::test_smoke' panicked at src/ui/style.rs:379:9: assertion failed: `(left == right)` Diff < left / right...

> Also is it not possible to be built from source now? I prefer to wait longer to see if there is a solution. its still complicated build at the...

maybe commits can be squashed to `platformsh: 4.17.0 -> 5.0.13`

Look like the bot is using https://repology.org/project/platformsh/versions but since the package is not on any distributions (beside nixos) it fails to fetch the latest one?