corpix

Results 23 issues of corpix

Hello. I am a haskell beginner. I am trying to create a simple website with hakyll where menus could be declared in JSON files. As I see here https://github.com/jaspervdj/hakyll/blob/67ecff7ad383640bc73d64edc2506c7cc648a134/lib/Hakyll/Web/Template/Context.hs#L119 the...

Because ID should not be predictable. Currently we could predict IDs because they are timebased.

Given following `info.rkt`: ```lisp #lang info (define collection "corpix") (define deps '("racket" "net-ip")) (define build-deps '("scribble-lib" "racket-doc" "rackunit-lib")) (define scribblings '(("scribblings/firewalld.scrbl" ()))) (define pkg-desc "Rule based firewall daemon") (define version...

**Describe the bug** Packages specified inside flake devShell packages is not listed in `PATH` inside `nix develop` shell. Is it different from `nix-shell`? Why? **Steps To Reproduce** Create `flake.nix` with...

bug

``` { "mounts": { "rw": [ "~/code", "~/dotfiles", "~/.emacs.d", "~/.cache/emacs", "~/.cache", "~/.config", "~/.local", "/tmp" ], "ro": [ "$XAUTHORITY", "~/.ssh", "~/.gitconfig", "/" ], "tmpfs": [ "/tmp", "/home", "/run/user", "/run/user/$UID" ] },...

I've seen similar topic was mentioned in: - https://github.com/gomodule/redigo/issues/238 - https://github.com/gomodule/redigo/issues/133 I see this package used by https://github.com/gocelery/gocelery which is used by one of the services I maintain. I think...

This patch force Gerbil (and Gambit) to write intermediate compilation objects into `(current-compile-output-dir)`. Motivated by this error: > Some more context could be found on Gerbil support channel [here](https://matrix.to/#/!IDWhkcxckGboGwYSUp:gitter.im/$5Ci1bHxV3TnwWZpt7ug64_7L6C3R_DNz-4vMjGcm8dQ?via=gitter.im&via=matrix.org&via=benkard.de). ```...

I have discovered there are some undefined references to OpenSSL when building with `--disable-shared`. Probably because linker flags `-lssl -lcrypto` is missing when building with `--disable-shared`. If I disable OpenSSL...

just got this printer, discovered this project and been wondered it is not working, so decided to fix :) related: https://github.com/labbots/NiimPrintX/issues/8

Main motivation was fix to `ListChain` error to be able to handle `errors.Is(err, unix.ENOENT)`, but then I found more errors which doesn't pass underlying error information and decided to fix...