Ivan Yurchanka

Results 14 comments of Ivan Yurchanka

@ghiculescu Do you think you can fix the conflicting files? 🙏 I believe many will very appreciate your fix!

@carlosantoniodasilva Do you think you could find some time and energy to play with the PR? Devise is super important gem ❤️ and it would be so cool to have...

@guilhermecomum thanks for the link!! Your suggested command did not work for me but I found the solution in the linked PR: ``` brew install [email protected] export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix [email protected])"...

if you need to hide tab - dont render it: ``` {condition ? ... : null} ``` If you want to style content: ``` ... ```

@vcunat could you please elaborate more on how it may cause constant memory growth. 5 mins ttl seems harmless to me.

Thanks for pointing that out. It was not obvious to me.

I'll definitely investigate your suggestions. Thanks for sharing. 🙇‍♂️ @vcunat But I am still puzzled by the fact that using such a simple setting as `max_ttl` causes this problem and...

This particular case should be relatively easy to fix with: ```ruby # lib/dotenv/substitutions/variable.rb:28 (env[match[3]] || ENV[match[3]] || "").gsub('"', "\\\"") ``` But I'm not sure what other characters should be escaped...

@mrj Unfortunately this PR does not fix the issue you reported.

@bkeepers this PR is ready to be merged. **Context.** Kamal released a new version that includes the backward compatibility [fix](https://github.com/basecamp/kamal/pull/1346) which this PR was waiting for.