Mini

Results 11 comments of Mini

I have done an implementation for this functionality on MacOS previously that worked well, using the `IOHIDManagerSetDeviceMatching` function really makes the implementation pretty short & sweet. My implementation is currently...

Glad to hear it, I finally had some time to build an example this week, it can be seen [here](https://github.com/mini-ninja-64/macos-hid-example). It shows how to make dictionaries that will match on...

Hello, yes i updated it in my fork to not crash on pan and also did quick migration to using a `Pipfile` because i like them (but would clean it...

@Symbian9 sure thing, will have some time to enable github actions this week

Yep, apologies, it wasnt quite ready yet as I was still testing but then life got in the way and I had to take a break, currently fixing it I...

Woooo, i expect to properly release v0.3.1 tonight, time permitting. Thank you for your patience (⁠ノ⁠◕⁠ヮ⁠◕⁠)⁠ノ⁠*⁠.⁠✧

I have the github actions working nicely now, and as such have pushed release for [v0.3.1](https://github.com/mini-ninja-64/beeref/releases/tag/v0.3.1)

Thank you for the response! That makes sense, I can have a look at doing this and raise a PR, if it would be helpful?

Hi! Thank you for the prompt reply I have written a small test case that I think should pass but does not to better outline the issue ```java import org.junit.jupiter.api.Test;...

That makes a lot of sense, however if there is a feature unsupported in javaparser that is valid in the java language, then this problem still occurs such as in...