-
First, thanks you very much for this tool.
---
- [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [x] I have read the documentation and ca…
-
```ts
// tailwind.config.ts
import type { Config } from "tailwindcss";
const config: Config = {
content: [
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
"./components/**/*.{js,ts,jsx,tsx,mdx}"…
ktm72 updated
6 months ago
-
### Describe the bug
I was following the [Shadcn/ui Vite installation guide](https://ui.shadcn.com/docs/installation/vite) but when I tried to download a button it downloaded it in the wrong place.
…
-
### Describe the bug
According to the step 2 of [`Number::toString` spec](https://tc39.es/ecma262/#sec-numeric-types-number-tostring), both signed zero should be regarded as normal zero resulting in …
-
### Describe the bug
The inlined result should be same even if the argument order is changed.
### Input code
```typescript
console.log(Math.min(-0, 0))
console.log(Math.min(0, -0))
console.log(Ma…
-
The following errors were reported by 5.7.0-dev.20241006, but not by 5.6.2
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipel…
-
第一次在掘金发文章,有点啰里啰嗦,大家见谅。
当前大部分UI框架设计的Webpack配置都相对复杂,例如[Element](https://github.com/ElemeFE/element)、[Ant Design Vue](https://github.com/vueComponent/ant-design-vue)和[Muse-UI](https://muse-ui.org/#/…
ziyi2 updated
5 years ago
-
### Which @angular/* package(s) are the source of the bug?
core, Don't known / other
### Is this a regression?
No
### Description
The current implementation of signals uses a function to access t…
-
### Describe the bug
There is a [special step in specification (4.b)](https://tc39.es/ecma262/#sec-math.max) for handling negative zeros in comparison.
### Input code
```typescript
console.log(Math…
-
I'm migrating a website to Shiki and the Twoslashes Twoslash from Shikiji, and discovered that the `@include` functionality is missing from this version. Is that intentional?
Thanks!