TheKnarf
TheKnarf
I had a similar problem in a project after upgrading Storybook, turned out I head a react component called `delete` in a file called `delete.tsx` and at some point Storybook...
Any status on this? I'm trying to write a SQL parser and therefor need case independent keyword parsing.
You can overwrite the directory CMake looks in when initially building makefiles with CMake. That way you can fix it on your computer without having to change the build files....
@rexim I do have the same problem building on my Mac, and I solved it by adding the `-DSDL2_INCLUDE_DIR=/usr/local/include` paramater when running cmake (Overwriting where CMake finds SDL2).
That's probably fine. People might forget to check it out, but one could always just make a comment on an issue asking them to check it out if they need...
If I wanted to write my own function that hooked into the spa and rewrote the HTML to insert nonce, does this library export the functions I would need to...
It should probably just follow whatever `git check-ignore` does?
`package.json`: ``` { "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "start:storybook": "cross-env STORYBOOK_DISABLE_TELEMETRY=1 start-storybook -p 6006", "build:storybook":...
I've updated my [test repo](https://github.com/TheKnarf/storybook-xstate-test) to version `2.3.6`. Now instead of crashing when it goes to `docs` and then back, it now just crashes the `docs` page. When switching over...
 Older version seems to work.