Max Barnash

Results 13 comments of Max Barnash

I’m really sorry for being so slow, but neither of those approaches worked for me. Here’s what I’ve tried: ``` clojure (e/deftransformer emitter :e #(throw (Exception. "!")) :processed) (e/add-handler emitter...

May I ask what your usecase is? Reading the blogpost, I see > Any legal judgments required when dealing with open source – regarding ownership, infringement, compliance, breach, etc. –...

Thanks! Fixing grammar in the readme is especially appreciated. I left a couple of comments, will get back to this when they get addressed.

Interesting, I’ve never seen this before. I agree that multiple licenses should be supported, and that we should support overrides (alongside with fallbacks). Also we probably should introduce tests at...

just a heads up: I did some digging and isolated the issue, alongside with finding a very low-effort workaround: https://github.com/pytest-dev/pytest-forked/issues/67#issuecomment-1964718720 If anyone has any ideas on how to sync `SetupState`...

Wouldn't changing the stage we customise from entirety of `pytest_runtest_process` to `pytest_runtest_call` allow us to sidestep caring about setup state management at all? Setup/teardown that is reliant on being ran...

I’ve hit this issue as well, and it appears others have too: https://github.com/rust-embedded/discovery/issues/495 I’m not sure what’s the process is for re-queueing for review, especially since there are conflicts now,...

+ https://github.com/rust-embedded/discovery/issues/511

@eldruin opened #519 that re-uses existing (and imo, better) solution. Let me know if you'd like to see a note added about why symlinks are there.

Good call, I was not paying attention to the OP’s platform. It does not, in fact, work on Windows due to symlinks being a [breaking new feature](https://stackoverflow.com/questions/5917249/git-symbolic-links-in-windows/59761201#59761201) there apparently. I’ll...