Aaron Namba
Aaron Namba
I am using ActiveNode::Timestamps. I noticed that if the declared properties remain unchanged, but undeclared properties are changed, the updated_at timestamp is not updated. I can work around it, but...
**Question 1: What is the problem?** ``` --> Downloading a Phusion Passenger agent binary for your platform Could not download https://github.com/phusion/passenger/releases/download/release-6.0.5/agent-aarch64-linux.tar.gz: The requested URL returned error: 404 Not Found Trying...
Although it is not necessary for Crystal to mirror Ruby in every way, Ruby makes an important distinction between `File.rename` and `FileUtils.mv`, which is the handling of files that are...
Sometimes I get different data (same object saved at different points in time) after reloading: 1.9.3p194 :009 > u = User.first ; u.first_name => "Aa" 1.9.3p194 :010 > u.reload ;...
Relative paths in the remote specification (i.e. starting from `$HOME`) should be left unharmed. Currently, `git deploy setup` appears to add a '/' before the path, which will break any...
Currently, I am trying to see whether it is possible to iterate through the template DOCX file and build a list of the fields. I am still in the process...
Currently, in Sablon::Statement::Insertion, when expr evaluates to nil (i.e. there is no entry in the context), it simply removes the field (basically, `nil` is the same as an empty string)....
I looked through lib/gollum_rails/setup.rb, and it looks like config.startup is never checked. I worked around it, but it might be nice to fix this someday.