Brian Haslanger

Results 19 comments of Brian Haslanger

Same. Is everything ok?

I believe this commit is actually breaking my jest tests. "SyntaxError: Cannot use import statement outside a module" The previous version of react-md-editor (3.23.3) did not have a `/node_modules/@uiw/react-markdown-preview/node_modules` directory,...

> @bradennapier Synchronized the version of `rehype-prism-plus`. Worked great! Thank you!

Having the same issue with Vite v4.4.9. ``` Failed to resolve entry for package "react-mapkit". The package may have incorrect main/module/exports specified in its package.json. Plugin: vite:import-analysis ```

[Vite](https://vitejs.dev) is a replacement for the dead/dying create-react-app. It's gaining lots of popularity. I looked at @bnussman's repo. Looks like they are using a different package (`mapkit-react` vs `react-mapkit`) https://github.com/bnussman/beep/blob/39849cb8fe6e8912d9b11ded1bcdb87707cfe758/website/package.json#L25...

Any progress on this one?

I'm signed in, but we have a few env vars that are set by previous steps -- not in the `env:` setting or in GitHub's environment, so the plugin doesn't...

I have a similar issue. This works as expected, and prints out "Works! And this says 'true': true" ```yml - name: Shell command if: ${{ (fromJSON(inputs.myinput) == true }} shell:...