Peter-Sparksuite

Results 8 issues of Peter-Sparksuite

Hey there. Great work on this tool. Very helpful! But, I have encountered an issue with it. Ok, so I'm using the extension, and, switching git branch using the vs.code...

### Bug description I see the `Query ... is required to return data, but found no record(s)` error. Similar in manifestation to #12783, but, this time without having a Date...

bug/1-unconfirmed
kind/bug
topic: mysql
team/client

I have a Docker image that's using `FROM browserless/chrome:1.61.0-puppeteer-21.4.1`, so I expect `storycap` is using Puppeteer to control Chromium, and I'm finding that when I run storycap with -p or...

#### Issue description: Project is using Yarn 3.x, and it's 'pnp' feature, so, it has a yarn.lock file, but, since it's using pnp, there is no node_modules folder, and synp...

### Replication of the Problem [Here is a replit example](https://replit.com/@peter178/ItchyImperturbableProgram) of the issue I'm seeing. ### Problem Even though the terminal window has plenty of columns available (eg: COLUMNS=205 being...

bug

## Describe the bug Tooling that produces the images shouldn't be producing invalid png images, but, it seems, pngjs is hypersensitive in some regard. When this happens, details about the...

bug

**Prettier 3.1.0** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuc0DOMAEaIFs4wAWAllAOaYC8mA5JpgEYBOAhlGIQIwA63UAVI1btCAJl5R6zNhwDMNAHRoADgBtiMABQ0JNAJR8FAM2Kr4TTZvVQ4eqgD5MwPpgD0rzAEkyUCEzhCMoRwaJiELABupBRQLPihRCxYpAAmxGBJAURwAJ40-pi+WCpwYMQsqi6Y-jAArkySAISaVZjWcAq4SRyargB6ANq8KQC6ANQAtEPcAO4jrnYAPotuHgBytbgMcP4pgSIhrW2kHV0wPa4YLGTRi10YO4sAEgCiAIIAIguYy6uYAMrKUrEExgfYcEKYGAQTB4DRHdqdbqEXp9HD4IjRCYKSYDAAMEwAnCwJkYRsAABwAGgpAF8ACTfdwAvAEEjkKp6ADcfFpBigSj8Wm5fBAVJAEGUMGI6GQoBYTCYEBmAAUFQg0MgQBUZiwcprxdIwABrAj-OJwAAyJ2QRgqaDghtYJrNyhYZXIyBgTFqjpADtwxC9Pr9aGiqjgAEVahB4Lb7X6AFZoAAe-3DUZjcaQdtUDvFAEcs3AVUrlJqUCw0BMbHAUnWxSBvSxTNEAMJ4LpaiqqRth8gRt4wb3EBi1eAqnbWmzxvN+wgwXCqADqJHgKndcH+Go0xCiMByWrAaANIAivs8UHrsH+YCYxClbyv-wPEdn+ZAyiVDuXrGUWq-EIdgiOBG1IB0mBgUtri7HME3FN0mAgrUGBYbZewQ+9YGXYgUiIZAKTxcV-CLYh-GgshYNzD8YDQnC8MIZBRHFWoHQAFTQitqL9OAtjresUktNgyFqa44AAMT8M5pU9StxwgEBaVpIA) ```sh --parser babel ``` **Input:** ```jsx const something = ' branch1\n* branch2\n branch3'.split('\n') .filter((line) => { // Ignore branches having names that indicate they're not special...

type:bug
area:comments
lang:javascript

From what I can see, in GitHub, GitLab and Slack comment/note editors, that a blockquote being started is supposed to include, as part of the quote, subsequent content that follows,...