Mislav Marohnić

Results 833 comments of Mislav Marohnić

I consider this a bug. It should be possible to use Rack::Cache on the server (e.g. as you would use Varnish) and on the client as well (e.g. as web...

I don't think an option is the way to go. It puts the responsibility in the hands of the user, and the user doesn't care. He/she just wants it to...

Getting Windows support would be tricky. Anyenv works by [generating shims](https://github.com/mislav/anyenv/blob/96fae054550be3fdff5b97c1327b93ce2e352b79/commands/rehash.go#L18-L39) for executables in the `shims/` directory, and those shims won't work on a Windows system because they are shell...

I'm not terribly attached to my name, but I don't have much better ideas. Since we're not talking about registered trademarks or "brands" necessarily, I think it's OK that some...

Thanks @riywo. I've looked at your code and I've found that you've implemented the shared root for all the version managers in a similar manner that I have planned to...

@jasonkarns yes https://gist.github.com/mislav/116ba3305b6a2974980f

Interesting, thanks for letting me know. Why is this feature baked into pyenv? Doesn't it make it difficult to be certain about which exact version will be used for running...

> If you use python you'll get the first/locked version, but the other versions might provide the other interpreter (python-2.7), or some tool, which was installed using pip2 (instead of...

Thanks for reporting! I'm not sure how to fix this. Here is our version-related code: https://github.com/mislav/bump-homebrew-formula-action/blob/main/src/version.ts > Perhaps by supplying some kind of regex to extract the version and ignore...

I've never used this lib with Windows Live, so please do patch and document any issue you come across.