Nils Petersohn
Nils Petersohn
Hey :) Thanks for your Effort @JLLeitschuh I just tried your library, and was a little shocked that I needed to use the standard ktor routing functions like `get, post`...
the solution from @sbrow worked fine for me BUT it's a clumsy workaround. Hope to see an elegant solution to this like @J-Fields is mentioning.
a list as you see it, nested or not, can be visually wrapped. Its as simple as this.
yeah, the name 'findParams' is misleading. It implies that the result is maybe just one thing (a pair). This would make the typensignature correct. But the implementation of this method...
I had those settings in my `~/.bashrc`: ``` export PYTHONPATH=$PYTHONPATH:/home/me/dev/generative-models export LD_LIBRARY_PATH=/usr/lib/wsl/lib:$LD_LIBRARY_PATH ``` I removed them and the error went away. So probably the `PYTHONPATH` has some issue 🤷♂️
thanks @ka4a this worked on a legacy ruby:2.0 docker image: ``` RUN PATH="/usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16:$PATH" bundle install ```
friendly ping
did you all see this approach ? https://github.com/ndbroadbent/delayed_job_active_record/commit/d311b55f1eb4567d18627b8424c9042b0260776f as discussed in #63
so then close this one here, no?