laund

Results 200 comments of laund

Oh wait, DBeaver uses not just stdout but also stderr for the formatter "result"? That explains why i've been having so much trouble trying to get various external formatters to...

I was able to solve the issue of some picking events getting through egui using this, ensure egui always stops propagation: ```rs app.add_observer(|t: On, mut commands: Commands| { commands .entity(t.entity)...

to note: i'm quite sure the documentation is messed up. djlint is meant to format template tags like the {% if ... %} {% endif %}. I know you have...

Thats exactly what I was getting at: using a lower number to allow user files to be above it. For example, the `filesystem` package increases inotify resource limits etc in...

Do you know what this actually passes to the linker? Its possible the actual resulting argument just needs to be added to the list of the ones getting passed through,...

The StreetComplete issue: - https://github.com/streetcomplete/StreetComplete/issues/5844 about this was jus (re-)closed after adjusting some rotation thresholds, so putting my +1 here for a setting forrotating while zooming

Github, what the hecc? it turned my mentions of `pmm-server` into links - i didn't ask for that.

I've moved this issue over to Jira, as that seems to be more active. https://perconadev.atlassian.net/browse/PMM-13958

Would this truly be good/useful behaviour? A codebase not using type-hints might still want to, and often should, document the expected type.

You can install the unreleased changes without having to compile yourself this way: 1. go to https://github.com/benfred/py-spy/actions/workflows/build.yml 2. click on the first run which lists `master` 3. at the left...