Stian Lågstad
Stian Lågstad
Is there a way to automatically show a specific list instead of my default stream when I start rainbowstream? Instead of going through: $ switch list $ @person/listName
- Type: - [X] Bug - [ ] Enhancement - [ ] Feature Request - [ ] Question --- - `zplug --version`: 2.4.2 - `zsh --version`: zsh 5.1.1 (x86_64-ubuntu-linux-gnu) -...
I'd like to validate the generated swagger.json file (using swaggersuppoert) in the build. A build plugin such as https://github.com/int128/gradle-swagger-generator-plugin can be used to validate a swagger.json file, but there doesn't...
It would be nice to be able to have a foreign key to a field in another table that's not an id uuid field.
Ref post on slack: https://ihpframework.slack.com/archives/C01DX8592H0/p1638265584076000?thread_ts=1638115415.071200&cid=C01DX8592H0 And this code: https://github.com/digitallyinduced/ihp/blob/1096fa83932f848af4c478c4557676980feadf97/IHP/Controller/Render.hs#L37 It's stated there that: ``` -- In dev mode we force the full evaluation of the blaze html expressions to catch...
Ref Slack: https://ihpframework.slack.com/archives/C01DQE0F4F8/p1636101919110500 Could smaller helper functions such as a formatNumber :: Num a => a -> Text which turns 2260 into 2,260 be built-int to IHP? I'm using https://hackage.haskell.org/package/format-numbers-0.1.0.1/docs/Data-Text-Format-Numbers.html...
It makes sense to have a max length on setErrorMessage, setSuccessMessage, and setSession because - browsers won't handle accept too large cookies - if you're using nginx or something else...
I ran into this issue today, and found this: https://github.com/NixOS/cabal2nix/issues/423. The solution, as stated in that thread, was to run `cabal update`. Could that be a hint that's given along...
I discovered that if my `DATABASE_URL` has specific characters, such as the `#` character in a password, then `yarn check-db` fails: ```bash yarn run v1.22.19 $ node scripts/check-db.js ✓ DATABASE_URL...
Similar previous issues: - https://github.com/pachterlab/kallisto/issues/399 - https://github.com/bioconda/bioconda-recipes/issues/42633 I thought that the release 0.50.1 should have fixed this, since release notes for 0.50.1 [here](https://github.com/pachterlab/kallisto/releases/tag/v0.50.1) say: > Fix some compilation issues in...