Jamie Thompson
Jamie Thompson
@terrancesnyder thank you for providing this fix. I believe changes should be requested to the Semantic-UI repository, this one is automatically deployed. i.e. https://github.com/Semantic-Org/Semantic-UI/blob/master/src/themes/material/elements/button.overrides
Same issue here. I want to index my already checked out SVN repo.
👋 @DeMoorJasper looks like there has been a regression. The examples above are failing again. Here is an additional example: https://codesandbox.io/s/carbon-react-typescript-template-kq7zh
~~Actually, `_callOnStore` handles this logic. So the real issue is that the open promise is resolving whilst an upgrade is happening.~~ ... Which I believe is handled by `makePromise` which...
I've investigated this further. ``` /** * This works around various browser inconsistencies dealing with microtasks, queues and schedules. * IndexedDB runs in its own 'thread' and therefore has its...
> Did all your projects have the same name in package.json? Different project name but same file name.
Pull request #27 should fix both of these issues :smile:. `Factory::attributesFor('Pages'); and Factory::attributesFor('pages');` will now use the `pages` table unless a `public $table` variable is declared in the model.
I found you can customise the events https://craft.js.org/docs/api/editor#override-default-event-handlers I tried using `setIndicator(null)` and `clearEvents()`, but neither worked. Even when pressing the ESC key, the component is dropped to the last...
I have the same issue. @tudi2d, the updated launch.json makes no difference. I'm using a generated project. ``` { // Use IntelliSense to learn about possible attributes. // Hover to...
You can get work around this by creating an app and then importing it - I had the same problem.