Klaus Reimer
Klaus Reimer
Can you please give me an example how to use @cc_off? I can't find any documentation about this or any example and when I try to use it in IE...
Doesn't work here. I still can get the @_jscript_version after @cc_off. That's what I mean, it has no effect. Maybe it depends on IE version? Tested on IE9 standard mode....
By the way: It looks like IE is caching expression results. So if you run @_jscript_version BEFORE @cc_on and then trying again with the same expression AFTER @cc_on then you...
What do you mean with "I am not allowed to do a pullrequest"? I don't know of any pull request restrictions. Anyone can fork the repo and create pull requests....
I made a very simple change to implement a blinking tray icon: https://github.com/RocketChat/Rocket.Chat.Electron/compare/develop...iplabs:feature/blinking-tray-icon When an alert tray icon is to be displayed then it blinks (Toggling between normal tray icon...
Currently the javax.usb implementation of usb4java uses synchronous transfers of libusb which can't be canceled because the thread is blocked by libusb. In future versions we should use asynchronous transfers...
One minor update: In 1.2.0 bulk-in and interrupt-in transfers will now block indefinitely without setting the timeout to 0 but still check for pipe-abortion after each timeout interval. So there...
Because of lack of time and knowledge I'm open for pull requests for this issue.
Unfortunately my USB (and especially javax.usb) knowledge pretty much faded away so I'm not sure if the implementation in usb4java is wrong or the spec sucks. So I'm open for...
I'm currently trying to get BEE compiling on Linux (Which is quite a nightmare...) But regarding this issue I can report that BEE tries to copy a file named `BEE2.ico`...