svofski

Results 35 comments of svofski

Long time no see :) I'm trying to sync my project with the current version of libopencm3 right now. I see that audio.h now has the descriptors, this is nice....

I'm here only because of a very humble attempt which I do not have time to develop further, unfortunately, but I'm happy to be a part of this group. Cheers!

@karlp I cannot really update all examples because I do not own every possible supported board/arch. Or rather, I can - why not, I just cannot verify the changes in...

Middle-click paste is a very X11 specific thing. I don't know how to target a web-based browser to a specific host OS, if that's even possible. Not sure what do...

I can't test middle-click paste, but it seems to be a long lasting issue in Ace unfortunately https://github.com/ajaxorg/ace/issues/175 BIN will download binary, raw and simple. You can invoke hexdump or...

Is there a datasheet we can reliably refer to, or does it come from studying SDK or UDK? I'm just 2 days into esp8266 world and finding the information seems...

I changed these lines in the main darknet (image.c line 285) ``` int left = (b.x-b.w/2.);//*im.w; int right = (b.x+b.w/2.);//*im.w; int top = (b.y-b.h/2.);//*im.h; int bot = (b.y+b.h/2.);//*im.h; ``` And...

@jpcima thank you! That makes it clear.

This is as expected. I recognize the need for some interactivity though. There's a Godot-based GUI version in the works, perhaps this should be addressed in it.