snoyer

Results 121 comments of snoyer

Looks like this is the right bug but not the right fix. Key points from the Discord discussion: - `with path:` was deprecated and is now gone because it was...

@jmwright > So would we check to see if `contextlib` has `chdir`, and monkey-patch the updated `chdir` (that would probably live in our codebase) in if it does not? Or...

you really went digging for that one! Is there a use for a context manager with no closing (nothing after the `yield`)? For this use-case would it be more straightforward...

`shapes[3]` comes from a self-intersecting path that would be a valid Wire but does not produce a valid Face ```py [w.is_valid() for w in shapes[3].wires()] = [True] shapes[3].is_valid() = False...

I've been testing this and it's been working as expected when it comes to selecting the endpoints :+1: However it seems like there are cases where it's not possible to...

@Poikilos I think you're missing `--up=z` to properly spin around this STL file (adding `--grid --axis` could also help for troubleshooting purposes)

> In the meantime is there any other solution to achieving the same behavior? this PR basically proposes a new syntax for the existing Mod-Morph so you can use that,...

My point was that, as far as I understand, this PR would let you do the following, with a single parameterized `shift_morph` behavior: ``` / { keymap { default_layer {...

> Does this also address #2872 similar to #2873? According to the implementation of #2873, no, this one doesn't expose or react to the advertising state. But according to the...