Kevin Malakoff

Results 28 comments of Kevin Malakoff

I tried to port gitignore tests from libgit2 to to this module and stopped. The problem is that actually implementing gitignore to be fully compliant is very complex. I've moved...

Here's the patch file I used to move all the code to use import rather than mixed module systems in the same file: ``` diff --git a/node_modules/react-native-calendars/src/calendar/header/index.js b/node_modules/react-native-calendars/src/calendar/header/index.js index bd75364..f87b905...

Sorry for the delay. I've taken a look and fixed the example: Was: ``` // Passing in parent instead of null works but in my case I don't have parent...

Sorry, I didn't fully appreciate the differences in the code. I was able to get it working by adding another line: Was: ``` vm.children = kb.observable(null, "children", vm.shareOptions()); vm.model(parent); ```...

I've been thinking about if there is an easy way to automate this. The problem I have is that if you do not create the observable through the view model,...

Here's the same error I saw, but in a different esm cdn: https://esm.sh/@react-native-aria/[email protected] ``` /* esm.sh - error */ throw new Error("[esm.sh] " + "esbuild: No matching export in \"../esmd/npm/@react-native-aria/[email protected]/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@react-native-aria/interactions/lib/module/usePress.js\"...

I ended up using the trace flags for the cli and manually calling source graph over http using graphql syntax and then getting the package.jon contents over http directly from...

I see from the "electron" issues that @natew says this should work "as is" or it would be great to see a vite plugin developed by the community. Can someone...