Jesse Kleve
Jesse Kleve
From [a discussion](https://github.com/copier-org/copier/discussions/683) we had about creating a directory structure, it was proposed to use `replace(".", "/")` in a task script. As this is specific to unix like filesystems it...
I was able to install soundcloud2000 on Korora 24 (Fedora) but when I try to run it I get the following error ``` /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in 'require': /home/jesse/.gem/ruby/extensions/x86_64-linux/2.3.0/audite-0.4.0/portaudio.so: undefined symbol: mpg123_plain_strerror -...
My auto generated docs appear correct but when sending a POST, django is receive the parameter as a string. What it's expecting is ``` { 'ids': [, , ...] }...