-
- Plugin Name:
- Plugin Version: 6.17
- OS Name: Mac OS X
- OS Version: 10.15.7
- Java Version: 11.0.10
- App Name: WebStorm
- App Full Name: WebStorm
- Is Snapshot: false
- App Build: WS-211.6693.10…
-
I want to use TailwindCSS instead of SASS, but I really lack of the knowledge to set up the boilerplate. Maybe add another template for setting up Electron + React + TypeScript + Tailwind CSS?
-
Los subheadings deberia terminar con `:`
https://github.com/Laboratoria/bootcamp/blob/main/learning-objectives/data.yml#L276-L294
```
typescript:
- basic-types:
- static-type-checking
…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```
Operating System:
Platform: win32
Ar…
-
### Description
I only changed one line of code in a file, but when executing the git commit command, the execution speed of lint-staged is very slow. I don’t know if it is a problem with the confi…
-
### Describe the bug
I am trying to use Vite + React for performance optimization and faster development. I am not too much familiar with Vite at all, but as much with React with the extension `.js`…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
…
-
Hi,
While using Sublime Text 4143 on macOS Ventura 13.4, TypeScript syntax highlighting seems to be broken.
After adding `lang="ts"`, highlighting seems to work.
However, using attributes…
-
i want to build some third lib into my current lib, but the index.d.ts in these third lib can't not build the real declare code into the current lib index.d.ts, like below:
```typescript
export * fr…
-
### Describe the bug
The minified output is invalid JS.
### Input code
```typescript
var globalArray = [1, 1, 1];
module.exports = function () {
var localArray = globalArray;
loca…