cdtut
cdtut
### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) ### Describe the user story All projects in monorepo should be able to define own version...
### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) ### Describe the user story Workspaces need pnpm-workspace.yaml which is extra file. Other package manager let...
Can benchmarks https://github.com/nebrelbug/squirrelly-benchmarks/ be updated for latest versions of Node and templating engines and more updated hardware?
To get proper indented output like this: ``` 1 2 3 ``` You need to write: ``` 1 {% for xxx %} {% if xxx %} 2 {% endif %}...
### 📚 Subject area/topic Imports ### 📋 Suggested page https://docs.astro.build/en/guides/aliases/ ### 📋 General description or bullet points (if proposing new content) There is native way to have import aliases: https://stackoverflow.com/questions/70158055/how-to-have-aliases-with-nodejs-import....
### Background & Motivation EditorConfig is very convenient standard for setting indent style and to trim trailing whitespace to do minimal formatting during saving. It is also standard that work...
### Describe the Bug Braces aren't highlighted properly without closing tag. ### Steps to Reproduce These braces aren't highlighted properly because there is no closing tag. There are html tags...
### Describe the Bug Autocomplete uses wrong closing tag with fragment. ### Steps to Reproduce Put `
### Describe the Bug When there is code like this and you toggle comment on the middle line it shows like the 2nd example instead of 3rd. This is not...
### What is the feature you are proposing? Routes get request body with functions like `await c.req.json()`. In middleware you should be able to intercept and change the value the...