-
*(Initially copied this from a Discord thread)*
I think I figured something out
![NBTML demo](https://github.com/user-attachments/assets/02baeb0c-ba7e-470f-b14b-c60f6045139b)
I think NBT is i…
-
The Exp. Balance item is currently implemented in a way that leads to less than desirable outcomes. A summary of the current implementation follows.
Current Exp Balance implementation
- Normal…
-
# Background
Today, TypeScript has two uses of the `module` keyword.
The first is called an "ambient module declaration".
```ts
declare module "some-library" {
// ...
}
declare module…
-
Has anyone built a tool that transforms TS interface declarations into Runtypes declarations? After using Runtypes for a while, I like the runtime API and the flexibility of adding additional logic (…
-
### Describe the bug
When following the vite project setup guide you will get an error when you get to the step where you run the `pnpm dlx shadcn@latest init` command. This is due to the index.css m…
-
I use types in the form of fix-ci and ci/cd, which doesn't get picked up by the regex \w* due to the - and / in-between the words
I propose changing (?\\w*) to (?[a-zA-z-,\/]+) on this line:
https:/…
-
## 🐛 Bug Report
## To Reproduce
1. Try to publish an update to your module
## Expected behavior
Module gets updated
## Actual Behavior
Unexpected error occurs.
![i…
-
The error is only for the first import. It says "Parsing error: Cannot read file "/home/usera/workspace/projecta/tsconfig.dev.json'.eslint"
the actual directory of the projen project is "/home/user…
-
For tracking purposes, please don't work on this without discussing with Ry or myself.
Having a public API that is similar to how we perform TypeScript compilation is a good idea. It would allow J…
-
经过这段时间的沉淀使用,最终还是决定自己建站搭一个博客来使用。主要思考原因如下:
1. 方便按照自己喜欢的布局去排列内容
2. 方便去为博客开发新特性和功能(邮件订阅推送、评论点赞什么的),虽然说其实很多主流的工具都已经有这类型的提供,但是使用它你需要去了解并且适应人家的方式,那么麻烦何不自己实现一个更好呢?(也当做自己实现能力的一种嘛)
3. 想把自己博客建起来作为一个信息集合平台,虽然说…