Jonathan Immanuel Brachthäuser

Results 283 comments of Jonathan Immanuel Brachthäuser

I can also confirm this: running the Intel version of the zoom app does recognize the drivers. Running the native apple version, does not. I am fine with running the...

@dognotdog is there anything I can do to help with this issue of the camera freezing after 30-60min? I could try to gather diagnostics or so.

I'll try to get some logs tomorrow. It would be a great workaround to detect and reboot the camera. This doesn't solve the problem, but makes it more convenient. Otherwise...

I also have the issue with the Nikon D90 (#56) which turns off after about 45 to 60min. It looks like a similar issue (#13) has been resolved last year....

Hey everyone, I just wanted to ask whether there is some progress regarding the scoping of the `typeCheck` method. I ran into the following usecase: I want to analyse the...

@xeno-by The usecase in short: I use the `Type` of the annotated parameter (`Foo` in the above example) to search for Java idiomatic getter and setter methods (getBar, setBar) in...

@xeno-by In order to save you some time I extracted the problem inside of a new branch. This way it is only two short files to take a look at:...

@xeno-by The type alias issue is not so much of a problem right now, since I currently have influence on the client code. Regarding the type parameter problem: Great idea...

@xeno-by In the [example](https://github.com/b-studios/apigen/blob/extractedProblem/src/test/scala/apigen/annotations/StandaloneTest.scala#L24) the macro is applied in the context of the class definition where the type parameters are bound. This way one could query the type parameters and...

@xeno-by Sorry for the late message. Thank you alot! Your fix actually works perfectly for member annotations like ``` scala trait Foo[T] { @annotation def foo: T } ``` I...