puck puck
  • Joined on 2024-03-01
puck pushed to main at lix-project/lix-website 2024-05-06 16:52:50 +00:00
6708953867 Merge pull request 'Update info for Rebecca' (#13) from rebecca-info into main
c206ecd0c5 Update info for Rebecca
Compare 2 commits »
puck merged pull request lix-project/lix-website#13 2024-05-06 16:52:49 +00:00
Update info for Rebecca
puck commented on issue lix-project/lix#272 2024-05-06 05:27:43 +00:00
kill aws-sdk-cpp with fire

Related: using the curl support to add s3 capability https://gerrit.lix.systems/c/lix/+/926

puck pushed to main at lix-project/lix-website 2024-05-05 23:54:01 +00:00
6715c2256f static: add well-known matrix files
puck pushed to main at puck/gerrit-rewrite-branch 2024-05-05 15:02:51 +00:00
22e3f70987 add support for streaming stdin changes
puck pushed to main at puck/gerrit-rewrite-branch 2024-05-02 18:27:33 +00:00
31902a9df3 Add lifetime comment
9fda734c7b Add cutoff time
Compare 2 commits »
puck created branch main in puck/gerrit-rewrite-branch 2024-05-02 18:02:30 +00:00
puck pushed to main at puck/gerrit-rewrite-branch 2024-05-02 18:02:30 +00:00
5c96beea07 Initial commit
puck created repository puck/gerrit-rewrite-branch 2024-05-02 18:02:06 +00:00
puck commented on pull request lix-project/buildbot-nix#1 2024-04-29 19:16:28 +00:00
feat: support Gerrit in Buildbot

We should probably merge this in, or just remove the PR and set the gerrit branch as default, and keep working in there. No strong opinions on which of these two.

puck commented on issue lix-project/meta#26 2024-04-29 18:04:34 +00:00
Conflict of Interest Declarations

Puck is working on an NLnet project involving Nix. Should a governance decision involving these financial ties arise, she will recuse herself from decision-making.

puck commented on issue lix-project/lix#246 2024-04-24 23:53:49 +00:00
modernize curl usage

We probably want to replace any of the existing S3 support with CURLOPT_AWS_SIGV4 - sending a PUT to an S3 endpoint with the encryption flags…

puck opened issue lix-project/lix#244 2024-04-21 10:43:40 +00:00
Sourcehut fetcher uses regexps
puck created branch parser-rewrite in puck/lix 2024-04-17 23:29:28 +00:00
puck pushed to parser-rewrite at puck/lix 2024-04-17 23:29:28 +00:00
93dc1b1b13 rewrite the parser with pegtl instead of flex/bison
af2bca2ad1 add expr memory management
68062e920a pass Exprs as references, not pointers
aa4c8695ea store ExprConcatStrings elements as direct vector
6bcdd2c39a don't immediately throw parser errors
Compare 10 commits »
puck created repository puck/lix 2024-04-17 23:28:51 +00:00
puck opened issue lix-project/lix-installer#8 2024-04-12 15:36:00 +00:00
"Already has Nix installed" error message should be changed
puck opened issue lix-project/lix#224 2024-04-05 17:50:16 +00:00
Objectie safety
puck commented on issue lix-project/lix#187 2024-03-26 14:34:02 +00:00
--log-format bar-with-logs breaks nix repl's line editor

I believe this is the same underlying cause as #168.

puck commented on issue lix-project/lix#28 2024-03-18 13:54:08 +00:00
Fix builtins.getFlake to handle Git based flakes properly

Ah! That's a more actionable issue ("absolute paths are parsed as path flakes, rather than as git flakes"); and one that seems a lot more reasonable to fix (and we probably want to fix, as well.)