Carl Bordum Hansen
Carl Bordum Hansen
Hey. Ran this, but you left irc before I could tell you :p With `coverage` you can see how many of your statements are covered by tests. ``` Name Stmts...
For example, when I run `nsjail` with `--use_cgroupv2 --cgroupv2_mount /sys/fs/cgroup/NSJAIL`, I still see errors like ``` writeBufToFile():95 Couldn't open '/sys/fs/cgroup/NSJAIL/NSJAIL.10/memory.max' for writing: No such file or directory ``` If I...
It would be very handy to be able to declare which datasource is the default. This is helpful for Organisations migrating to the terraform provider, as they may have tons...
Issue #30 made me realise that `manly` only works on english man pages. Luckily it appears to only be the case, because of the regex here https://github.com/carlbordum/manly/blob/master/manly.py#L154 that parses the...
### Expected behavior When I change a file, and restart deployment, the file change will appear in the init containers that use the same image. ### Actual behavior The init...
When I want to pass along `'custom_fields[Name#3]'`, it gets sent as the invalid `custom_fields/Name#3`
When I do `:Tandem` there are no new `:messages`. `:TandemSession` prints `Session ID: None` and editing the buffer will crash with the following error: ``` python error caught in async...
Before #5 can be merged, we need travis to install `hypothesis`. https://travis-ci.org/carlbordum/datatyping/builds/435807225
It would be cool if we included test data from some open apis. Any ideas? I dont want the tests to fetch the data everytime. It should be hardcoded or...