Domen Kožar
Domen Kožar
``` (gdb) bt #0 0x00007f31a596940d in poll () from /nix/store/gwl3ppqj4i730nhd4f50ncl5jc4n97ks-glibc-2.23/lib/libc.so.6 #1 0x00007f31a64db2b7 in (anonymous namespace)::wait_fd(int, bool, timeval*) () from /nix/store/zclq81axk9yg3rv4xlimq7vsqik5a2aw-libpqxx-4.0.1/lib/libpqxx-4.0.so #2 0x00007f31a64dc4c1 in pqxx::internal::wait_read(pg_conn const*, long, long) () from /nix/store/zclq81axk9yg3rv4xlimq7vsqik5a2aw-libpqxx-4.0.1/lib/libpqxx-4.0.so...
thanks for this awesome project @nlewo :) I wonder if it would be possible to have a layer that's built impurely on top of the previous layers? Something like running...
``` 🌈 Elm Land (v0.19.5) failed to build project ⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺ -- UNEXPECTED TYPE ANNOTATION ------------------- src/Layouts/Sidebar/Header.elm I found an unexpected type annotation on this layout function. layout : Props contentMsg...
I was hoping that ```elm Auth.Action.showLoadingPage { title = "Error", body = [ Html.text "An error occurred." ] } ``` would do what I'd like. I'd suggest to introduce `Auth.Action.showPage`...
See for more details and a solution https://stackoverflow.com/questions/52708345/a-elements-without-href-or-with-an-empty-href-causes-page-reload-when-using-br
In fact, Unity freezes completely
This most likely won't be enough, we'll have to find a better way to tell it when it's devenv time.
We could use ramdisk (macos) and tmpfs (linux) to run `devenv test` using memory, speeding up tests that do a lot of I/O like postgresql.
Fixes https://github.com/cachix/devenv/issues/1107 ``` nix build PATH=$PWD/result/bin:$PATH ./result/bin/devenv-run-tests --only 'folder with spaces' tests ```
- [ ] https://github.com/seanmonstar/reqwest/pull/1623 - [ ] check if this fixes rubyonrails example - [ ] enable only when tests use process-compose