6 Aug 2021 |
@gtrunsec:matrix.org | In reply to @d4hines:matrix.org Can you link your LogSeq config? https://github.com/zhanghanduo/logseq_forest_theme | 01:21:42 |
| lukasz joined the room. | 07:44:26 |
@kraftnix:matrix.org | wow I have been looking for something like LogSeq, it looks like it fits nearly every requirement for a knowledge base, except the most import (from what I can see from a bit of looking), it looks it's tied to github / not fully selfhostable 😢 | 13:31:31 |
@timdeh:matrix.org | yeah, we started using it for internal docs recently. It's still a fairly young so maybe self hosting is on the roadmap? | 16:25:08 |
@timdeh:matrix.org | * yeah, we started using it for internal docs recently. It's still fairly young so maybe self hosting is on the roadmap? | 16:25:18 |
@d4hines:matrix.org | I have my Logseq db as just local files. So you can do fancy git stuff to sync between machines. I was thinking about GitFS, but I don't know how that would work multiplayer. | 22:15:42 |
7 Aug 2021 |
| David Arnold (blaggacao) changed their display name from David Arnold to David Arnold (blaggacao). | 17:57:50 |
| David Arnold (blaggacao) removed their profile picture. | 17:58:06 |
| David Arnold (blaggacao) set a profile picture. | 17:58:29 |
8 Aug 2021 |
@timdeh:matrix.org | bringing in the big guns now 😉
https://book.divnix.com/ | 19:09:01 |
@timdeh:matrix.org | David Arnold (blaggacao): what Jon and I are trying to decide now, is whether this book should target stable nix, nix unstable or perhaps two separate versions, similar to how the rust book still has older versions hanging around. If anyone has any input on this, that'd be great 😄 | 19:20:02 |
David Arnold (blaggacao) | I've grown up with unstable, so it might make sense to start with a narrower scope? | 19:21:24 |
@timdeh:matrix.org | My vote would be unstable as well, since it is both easier to manage (imo) and the eventual future. It may also end up being more controversial however | 19:22:13 |
@timdeh:matrix.org | Fortunately the expression language really hasn't changed, excepting a few new builtins, so it's only the cli portions we'll have to account for. | 19:23:03 |
@timdeh:matrix.org | Before too long, it may also be pertinent to ask Eelco his opinion directly, since the eventual goal is to host this on nixos.org | 19:24:29 |
9 Aug 2021 |
@gtrunsec:matrix.org | Redacted or Malformed Event | 06:54:27 |
@gtrunsec:matrix.org | Redacted or Malformed Event | 06:54:33 |
@gtrunsec:matrix.org | * error: infinite recursion encountered
at /nix/store/dsz9k3jxlm8dh4j0nzrkxpp9najaqqnz-source/lib/fixed-points.nix:69:67:
68| #
69| extends = f: rattrs: self: let super = rattrs self; in super // f self super;
| ^
70|
(use '--show-trace' to show detailed location information)
| 06:54:55 |
@timdeh:matrix.org | Okay so we decided to do both in order to fairly represent the current state of things | 15:36:27 |
@timdeh:matrix.org | any feedback would be great here:
https://github.com/divnix/nix-book/pull/1 | 19:34:38 |
@timdeh:matrix.org | cc David Arnold (blaggacao) Pacman99 | 19:34:58 |
@timdeh:matrix.org | * cc David Arnold (blaggacao) Pacman99 (and anyone else who'd like to take a look 😃) | 19:35:30 |
David Arnold (blaggacao) | In reply to @timdeh:matrix.org any feedback would be great here:
https://github.com/divnix/nix-book/pull/1 https://youtu.be/rcZp7u_Krp8 | 20:34:30 |
David Arnold (blaggacao) | 😁 | 20:34:33 |
10 Aug 2021 |
@kraftnix:matrix.org | Is there any example somewhere of how to use digga 's mkTest within devos ? The docs point to a tests/default.nix which no longer exists, I tried to scout for that file in git but the latest version I could find is a very old devos/digga from April. I'd quite like to start adding my own integration tests but am scratching my head on how to do it the devos/digga way. | 00:29:06 |
@gtrunsec:matrix.org | In reply to @kraftnix:matrix.org Is there any example somewhere of how to use digga 's mkTest within devos ? The docs point to a tests/default.nix which no longer exists, I tried to scout for that file in git but the latest version I could find is a very old devos/digga from April. I'd quite like to start adding my own integration tests but am scratching my head on how to do it the devos/digga way. Sorry, we did a syntax error with option of tests on doc | 01:45:58 |
@gtrunsec:matrix.org |  Download image.png | 01:46:47 |
@gtrunsec:matrix.org | I'm going to PR this example, you can try this one first | 01:47:02 |
@kraftnix:matrix.org | oh so you can just put it inside of hosts, thats neat, I already cobbled together a hacky solution but far cleaner | 01:47:43 |
@kraftnix:matrix.org | * oh so you can just put it inside of hosts, thats neat, I already cobbled together a hacky solution but this is far cleaner | 01:47:53 |