Jeff Kehler

Results 11 comments of Jeff Kehler

I just installed this updated addon and tried the sensitivity adjustments. They don't seem to have any affect on my laptop. I still have to literally drag my fingers from...

I have submitted pull request #366 that has fixed this issue. All http exceptions are now returned in JSON format without requiring manual implementation with preprocessors.

Also encountering this. I just want to have a simple and fast route guard and only want to call `getUser` when necessary. Calling `getUser` is currently adding around 1800-2000ms latency...

I'll look into this one more later. I was unaware Ad.ly had these types of links.

This is a known issue. LinkBucks has some very challenging obfuscation techniques.

Python 3.11 support has just been merged in.

Sorry guys for not being that active here. I've just merged this in. Thanks for the contributions!

I was able to work around the issue by passing a fetcher instead and then adding checks on the fetcher formData to determine which action is being triggered.

I also just ran into this issue today. I want to populate my `x-data` attribute with data passed in from Go. I guess the hack provided means that I would...