Mikhail Katychev

Results 79 comments of Mikhail Katychev

@Natr1x what else needs to get done for this PR to move out of draft. This would be extremely useful for sql injections and would remove `#offset!` guesswork.

So I can confirm this happens to me when a `size=1` pane is split into children panes with fractional sizes: ```kdl layout { pane size=1 split_direction="vertical" { pane size="50%" borderless=true...

@imsnif I've written a test case that reproduces the issue: https://github.com/zellij-org/zellij/blob/56963ab40bf0e57305cb3a415094d2e88f110e86/zellij-utils/src/session_serialization.rs#L1144-L1148

Doing a browser based sign-in to https://developer.apple.com/account helped put up the OTP prompt on a subsequent `xcodes install`

Yes scadformat is better in my opinion

@Lenbok yeah scad-format has no configurability but I still found it better than using clang-format, barring any alternative suggestions I would suggest https://topiary.tweag.io/ be looked into, I've used `tree-sitter-opecad` to...

@Leathong I have built my own formatter that is quite customizable: https://github.com/mkatychev/topiary/blob/feat/openscad/topiary-queries/queries/openscad.scm I have not fleshed out all the rules but it can compile and format dynamically. This will be...

The new openscad formatter is fully working: https://github.com/tweag/topiary/pull/845

With the caveat of comment alignment still [being in development](https://github.com/tweag/topiary/pull/500), [Topiary](https://github.com/tweag/topiary) formatting is ready for general use and I think is a superior drop-in replacement for `clang` (disclaimer: I implemented...