Jacob Daitzman

Results 10 comments of Jacob Daitzman

@JamesValero @artk47 I've opened a pull request (#47)

You should check out my nodejs powered web app that uses ffmpeg to stream screen to iphone and then uses gyroscope to control mouse: https://github.com/jdtzmn/node-vr-controller

Knowing nothing about Vite either, wouldn't you have to include the imported `Buffer` in your `defineConfig`? ```js import { Buffer } from 'buffer'; export default defineConfig({ plugins: [ ... ],...

@MrJackdaw two things to try: 1. Try putting the `Buffer` override in the `alias` section (like with `path-browserify`) instead of the `define` section. 2. Try adding a slash to the...

@chrisballinger I added haptic feedback when dragging on the touchbar (see pull request above), however I will keep searching for a way to target sliders/scrubbers only.

@niw tbh, I've never written Objective-C code before, so feel free to make edits/adjustments if something is not written the "correct" way.

@duffman Can we get @Acathur's PR merged? Are we waiting on something?

I'm having this issue as well, with static modifiers and whatnot:

Is this package expected to work with TypeScript or not? I assumed it was because it includes `@typescript-eslint/parser`, but then in the ignoring files section it has the example of...

You are correct. I figured out that my issue was with eslint. `static`'s can't be private.