CaptainTux
CaptainTux
I want to fuzz [redcarpet][1] using `afl-ruby`. I patched the original afl binary as required and saved the binary as `afl-fuzz-rb`. After setting everything up I tried running afl with...
Will display arrivals and departures currently on the ground perhaps one can display this optionally by toggling it at the toolbar... Of course, one can move the indicators around as...
first of all, great package, fits my use case perfectly. it'd be awesome to be able to lock the mouse in a box (not sure if this would be outside...
### Current Behavior when I add an event listener to an element with the callback function ```ts something.onmousedown = (event) => { event.stopPropagation(); // stuff } ``` the event still...
### Current Behavior When `app.renderer.events.autoPreventDefault = false;` is set and an event listener on some element calls `event.preventDefault()`, all subsequent events always have `event.defaultPrevented` set to `true`. ### Expected Behavior...
### Current Behavior when I add an eventlistener like this: ```ts app.stage.eventMode = "static"; app.stage.addEventListener("mousedown", () => { console.log("meow") }, { once: true }); ``` the option `once: true` seems...
### Current Behavior When I change the `style` property of a `BitmapText` component, e.g. by creating a new object, the rendered output does not update accordingly. ### Expected Behavior When...
So recently, when I do `source peda.py` in `gdb`, I get some syntax warnings  It did never happen to me until a new weeks ago. It probably started after...
It would be awesome to have a native API to manipulate the mouse cursor. Like repositioning it inside the window for given coordinates (for example window coordinates as in the...
after the V2 release I started trying to slowly migrate to deno, and after fixing all the imports it went great. but I could not connect to mongodb, as I...