Nicholas Wieland
Nicholas Wieland
Hi, I'm deploying a Rails app that makes use of bower and nvm. The problem I'm having now, is that it appears that Capistrano is not running nvm.sh, without being...
Hello, I'm having problems using elm-form with a custom API to validate one of my fields. My solution ATM "kinda" works but I think that an example on the documentation...
## Expected Behaviour I expect Neomutt to work normally instead of freezing. Normally I start Neomutt and "forget" it in a terminal, it normally goes through a couple of sleep/wake...
I'm dealing with an errbit installation that went south. The problem is that the database is becoming too big as developers don't resolve the issues, and basically use errbit just...
It would be very useful to have a section on how to decrypt the encrypted vars from other languages/technologies, even without code but with a description of what to do,...
https://elixirforum.com/t/piping-toniq-jobs/2794/4 I'm trying to enqueue the same data structure to 2 different workers and it doesn't appear to work, apparently enqueue_to returns something different than what receives when everything works...
Hi, I need to upload some files on S3, and I would like to cleanup the tmp structure I created before on_success. ``` def upload_file dir, file f = dir...
It doesn't seem to work with a controller Forum::TopicsController, that comes with altered beast. uninitialized constant TopicsController
Hi, I would like to ensure my ranked model never has nil in the ranked position, but for some reasons if I do that it doesn't populate the position attribute...
The simple config.gem 'rack-uploads' makes my rails application crash. I only sudo gem install rack-uploads. Doesn't work from script/console too.