squidjam
squidjam
Update better-sqlite3 to version 7.4.3 to avoid compilation error.
Using loki with the addon-jest to show test-results on the component's storybook page will produce an error. Packages and versions: - storybook: 7.0.15 - adodn-jest: 7.0.15 - loki: 0.31.2 Reproduction:...
## Bug Report Installing docz leads to a myriad of errors. Installing docz from the "new" branch leads to a different set of errors A clear and concise description of...
## Describe the bug Setting cds-motion to off on CdsSelect (react) doesn't turn off the inner `cds-button-expand`'s animation, making it so that visual regression testing doesn't pass. ## How to...
## Describe the bug Resizing a `cds-grid-column` without width can be made to hide the resize-handle. If you resize too much, the content is hidden, and so is the handle...
## Describe the bug cds-dropdown seems to be fixed in the first area where it shows, rather than scrolling with the anchor or the surrounding viewport. ## How to reproduce...
## Describe the bug Clicking on the resizing handle triggers click on the column header ## How to reproduce Build a table using a resizable column, making sure at least...
**Describe the bug** When you issue the --junit parameter to generate a junitXML test report, the --outputFile parameter doesn't allow you to set the name of the output report file...
Hi. I am using loki 0.34.0 with storybook 7.6.10 and I'm experiencing random instances where the fonts seem to move 1 or 2 pixels, but only on the one story...
electron-devtools-installer is working properly for React Development Tools but not for Redux DevTools. Given: "electron-devtools-installer": "^3.2.0" "electron": "^9.4.4" in electron.js: `const { default: installExtension, REACT_DEVELOPER_TOOLS, REDUX_DEVTOOLS } = require (...