-
Hey Jonathan!
Thx for your work! Do you have any typescript support plans?
Sorry for issue, your account don't contains any social media link)
-
**Describe the bug**
Depending on the function the format of the returned time coordinates seems to differ. While a dataset created with e.g. `pd.daterange()` has the type `np.datatime64[ns]` , the…
-
When adding this repository as dependency, npm fails installing. After removing the dependency, npm installed successfully.
Using commit `4e9d0e4825110d3fd140cbdcecac6f1bcd7a1840` works.
npm v10.9…
-
Tracker name TS-Tracker
Tracker abbreviation (if applicable) TS
Tracker IRC server address irc.torrent-syndikat.org
Tracker IRC announce channel #ts-announce
https://www.dropbox.com/s/t1e8q0myva…
-
-
1. Use '' instead of "" in typescript.
2. Avoid to use == or !=. Use only === or !== instead. Very critical error.
3. Break long lines.
-
I'm seeing a lot of console.logs being generate from line 539 of https://github.com/pmndrs/cannon-es/blob/master/src/shapes/ConvexPolyhedron.ts#L539
```console.log(`clamped: depth=${depth} to minDist…
-
I would love to generate `myTypes.ts` instead of generating `myTypes.d.ts
`
Is this possible?
`
"build:types": "yarn json2ts -i src/feature/schema/ -o src/feature/type/`
B3Kay updated
2 years ago
-
Hey, I'm having a hard time understanding what the difference is between these two commands. Basically, I've configured two `tsconfig.json` files and I use the `--project` parameter to import them sep…
-
I'm interested if you see any problems with using TS and react union?