Joshua McFarland

Results 19 comments of Joshua McFarland

https://github.com/parcel-bundler/watcher/issues/156 is the cause of the issue and it looks like AWS Amplify my have patched it be downgrading this package version, not sure if they've released the patch yet...

I can open a new issue for this but I'm seeing this issue again. Might be related to https://github.com/fi3ework/vite-plugin-checker/issues/238.

I was only able to get the linting errors to resolve after also adding the implementation directly in the `build.gradle` file as well. ### variables.gradle ```gradle ext { facebookLoginVersion =...

For swift 3 you'll need to change the function to the follow: ```swift func sayHello(_ command: CDVInvokedUrlCommand) ``` It was frustrating to find the solution, but just adding `_ `...

@kingyue737 thanks for linking the discussion! I realize it might not be easy/feasible to do but it would be nice if all components came bundled with required stylings based on...

I think I've got most of them memorized by now with the exception of needing to check `d-flex` and the other flexbox classes. I know there is some VSCode extension...

I find myself wanting to get the exported interface shape of emitted events frequently. I don't see it mentioned specifically here so I'm posting in my use case with needing...

Thanks @jheyer159 for the tip of looking in `firebase/auth` for at least pieces that can be used to recreate the `AuthResult` based on the Firebase SDK version being used. That...