Miroslav Matějů

Results 8 comments of Miroslav Matějů

> As far as I know this is impossible since `installer manual:` just means "we can't script this install" so we wouldn't know what to do either. Thank you for...

> Specific Homebrew code change in [Homebrew/brew#11378](https://github.com/Homebrew/brew/pull/11378) Thank you for the link, @cho-m! (I had seen the other issue before but not this one.) The mentioned change added the error...

> This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. The problem has not been...

Thanks for your reply, @bevanjkay, but I am not sure you are aware of how `libreoffice-language-pack` (LLP) actually works. Please read [my previous post](https://github.com/Homebrew/homebrew-cask/issues/106790#issuecomment-860404798) carefully as I think it answers...

> This can be fixed by adding `"gitlens.keymap": "none"` to settings. I find it worth mentioning there is another option: `"gitlens.keymap": "alternate"` if you still want to have GitLens features...

@medihack > I gave it a [quick shot with Claude Code](https://github.com/procrastinate-org/procrastinate/compare/main...medihack:procrastinate:claude/add-non-django-migrations-011CUsNMXVhLL4BBTNY8sSGr), but I don't really have the time to try it out or improve it right now. I tried a...

The link target is still available in the [Google cache](http://webcache.googleusercontent.com/search?q=cache:mKRfLSLcd6cJ:lists.ssl.berkeley.edu/pipermail/boinc_dev/2015-February/021622.html). I am copying it here because Google probably won’t keep it forever. However, I would need to perform more investigation...

Similar problem here while using mypy==1.3.0. My example code: ```python data = """ {foo} bar > baz """ prompt = None reponse = None lines = data.splitlines() for line in...