dqh-au

Results 6 issues of dqh-au

If the server sends a message and then closes the connection, it's possible for the client to fail to `recv()` the message due to an attempt to send a pong...

bug

I'm soon to release a JSX based template engine for Express (powered by [NakedJSX](https://nakedjsx.org)), and I've tentatively named it @nakedjsx/express-jsx. I have opened this issue to ask whether you are...

meta

I used CSSTree to shorten the css variable names in my project, which saved quite a bit of additional space in my files. Not something to enable by default for...

version 5.16.1 If I pass the `enclose: true` option to minify() (along with `sourceMap: true`), the generated source map file will be empty: `{"version":3,"file":"","sources":[],"sourcesContent":[],"names":[],"mappings":""}`

EDIT: I have a simpler way to trigger this behaviour, see following comment I have a breakpoint inside dynamically import()ed code that sometimes works. I can reliably make it work,...

bug
info-needed

**Prettier 3.2.5** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAeADgPlQeixgJzm0gBNjcyK8jMQAaECdGAS2gGdlQBDAgiAHcACnwRcUPADaCeATy6MARgR5gA1nBgBlHgFs4AGVZQ4yAGbSOcZao1bt6NSYDmyGAQCuNkNb2t3Lx84AA90OAJWA1hpABUIqD5WOAlLKWtGDlcpOABFTwh4CysfACsOEO1svIKipDSMkABHWrhhAXQJEB4OAFpTOHJSBhAPHlYpVwBhCD09HmRuqSkRrKgXHIBBGA9WJU94YQjjU2L0nwALGD0pAHUL1ngOJzA4bXFH1gA3R7lFjl2YBgIy+3gAklByLBtGBIixNpDtDA5Dkzo10AJrLdVOhFhiUhEvmZGCZrAQYO0eC55mifE4CGTFlcbiMMSYYLdWKQYBdkAAOAAMjCILVYREp1IW9RKjBgPCUnO5vKQACZGJ5rLF5akZSA4HolIMhoYeOtPFS4AAxCAEeY7VyLHgHCAgAC+rqAA) ```sh --parser html --html-whitespace-sensitivity strict ``` **Input:** ```html ``` **Output:** ```html > ``` **Expected output:** ```html ``` **Why?** In html strict whitespace mode, Prettier is injecting...

lang:html
status:needs investigation