-
## Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [ ] coreutils: `echo, env, cat, wc, head, tail, yes, true, false, tree` (use gobyexample to speed up things)
- [x] [Testing funda…
-
I always assumed that since NixOS went out of its way to create a `/usr/bin/env`, that it would be available inside a sandboxed build as well, but that appears not to be the case.
It seems like we …
-
atm it is sorted like this:
spring 100.0
spring 98.0
spring 99.0
should be:
spring 98.0
spring 99.0
spring 100.0
-
Should return:
```
-rw-r--r-- 1 sylvestre sylvestre 0 15 juin 2022 01.ts
```
Currently fails with:
```
touch: Unable to parse date: 2022-05-15 +01 month
```
Used by gnu/tests/ls/abmon-al…
-
As a dyed-in-black goth, I absolutely love the terminology of the rip flags/commands. But my muscle memory with most coreutils is that if a tool has something approximating `list things`, it should do…
-
### Steps to reproduce
* git clone https://github.com/razvan-panda/postgresql-simple-migration-patches.git
* checkout branch `stack-build-failure`
* run `stack build --verbose`
### Expected
…
-
**Describe the feature:**
Currently goss decides which package manager and service manager to use based on your OS. This feature is to allow users to overwrite this.
**Describe the solutio…
-
According to [this post](https://unix.stackexchange.com/a/18679/19157) `ln -sfn` isn't actually atomic, despite the comment [here](https://github.com/dimo414/bash-cache/blob/59bcad6/bash-cache.sh#L165…
-
This does not seem to work on NixOS unstable. When I when I rebuild nixos with
```nix
imports = [
(fetchTarball "https://github.com/nix-community/nixos-vscode-server/tarball/master")
…
-
### What happened?
I ran `bazel sync` on Linux in a workspace which depends on `aspect-build/bazel-lib`. It failed with an error about a dictionary not containing a key for a different platform.
###…