Claudio Bley
Claudio Bley
I've implemented an LDAP authentication backend in gitit. Here's the code: https://github.com/avdv/gitit/commit/075892367608ea609506463d2a5ceebbf3330c2f It is not ready yet ready for inclusion into gitit proper, but I think it proves that it...
Because I had a preexisting nodejs module which I wanted to integrate with honeymap whereby I did not wanted to learn and rewrite my code in Go, I took the...
Currently, scala-steward silently assumes that SBT's home directory is `~/.sbt`. There are various launcher options for SBT (configured system wide in `/etc/sbtops` or via `SBT_OPTS`) which relocate that directory. I...
It is not good practice pinning versions in `install_requires`, it should only define minimal required versions. See https://packaging.python.org/discussions/install-requires-vs-requirements/ > It is *not* considered best practice to use install_requires to pin...
Hi. I am using q 2.0.19. ```console $ ./q -d , "select replace(c1, ' ', ' ') from - "
**Describe the bug** The `//tests/repl-targets:hs_lib_repl_test_bindist_4_1_0` test fails for the "bindist" job on macos-10.15. CI run: https://github.com/tweag/rules_haskell/runs/7301831096?check_suite_focus=true (#1778) **To Reproduce** ``` bazel test //tests/repl-targets:hs_lib_repl_test_bindist_4_1_0 ``` **Expected behavior** The test should pass....
**Is your feature request related to a problem? Please describe.** There has been some work already to support using `rules_haskell` natively on darwin_arm64. But currently we have to test changes...
**Is your feature request related to a problem? Please describe.** When testing `rules_haskell` I noticed that the nodejs toolchain could not be found. The reason for this is that the...
This PR takes bzlmod migration a step further and tries to lay ground for future work in that area. Currently, there are a few components / modules which were all...
## Bug report | Question | Answer | ------------| --------------- | PHP-Scoper version | 0.14.0 | PHP version | 7.4.16 | Platform with version | Alpine Linux 3.13.2 Scoper does...