Jason Kuhrt

Results 363 comments of Jason Kuhrt

Personally going to close this as it's not a big deal to re-export `r` in an application context. Others though might want to open their own issues about this :)

@rxhanson Hey, my trial is up, this is the feature I need to use on a daily basis and what my purchase decision hinges on. It seems to work better...

``` Multitouch: 1.27.23 | 178 macOS: Version 14.0 (Build 23A344) Model: MacBookPro18,3 Devices: ["internalTrackpad2:144115188075855923:51"] Multitouch Configuration: [{"gid":{"gesture":"threeTap","appId":""},"r":{"type":15,"action":1511}},{"r":{"type":15,"action":1505},"gid":{"gesture":"threeSwipeLeft","appId":""}},{"r":{"type":15,"action":1506},"gid":{"appId":"","gesture":"threeSwipeRight"}},{"gid":{"gesture":"threeSwipeUp","appId":""},"r":{"type":15,"action":1516}},{"gid":{"appId":"","gesture":"threeSwipeDown"},"r":{"action":1515,"type":15}},{"gid":{"appId":"","gesture":"threeClick"},"r":{"action":230,"type":2}}] | tap-to-click | three-finger-drag ```

Hey @rxhanson sure I'll explain the ideal experience I'd like to have, thanks for asking! So I think my ideal is: 1. Perform gesture 2. Perform next gesture in line...

Hey @rxhanson when using: ``` defaults write com.brassmonkery.Multitouch subsequentExecutionMode -int 2 ``` I see some form of cycling being performed but when I try: ``` defaults write com.brassmonkery.Multitouch subsequentExecutionMode -int...

Raw request does not work with `DocumentNode` type so not sure what is expected here.

This is one fix: ```json { "name": "@cloudflare/pages-plugin-honeycomb", "version": "1.0.2", "type": "module", "exports": { "." : { "import": "./index.js", "require": "./index.js", "types": "./index.d.ts" } }, "files": [ "index.js", "index.d.ts", "tsconfig.json"...

@lvbreda awesome, I will give it a shot now.

Just confirming that the currently published files are missing the typings: ``` ❯ ls node_modules/jasmine-check LICENSE README.md jasmine-check.js package.json ```