-
files to look at package.json, webpack/ws-scrcpy.common.ts, webpack/ws-scrcpy.dev.ts, webpack/ws-scrcpy.prod.ts
You should write esbuild scripts with respect to the files specified above, including u…
-
This issue is created to assist new team members in setting up their local development environment for the Homebase project. The aim is to ensure a smooth onboarding process and provide clear instruct…
-
### Description
When installing jellyseerr (e.g. using [the AUR package](https://aur.archlinux.org/packages/jellyseerr)), the resulting production build contains 1.3GiB of production dependencies aft…
-
As it seems to be almost impossible to change this afterwards https://github.com/eslint/eslint/issues/7456#issuecomment-256757117 it would be great to be able to create files with more identation, for…
-
### Before You File a Documentation Request Please Confirm You Have Done The Following...
- [X] I have looked for existing [open or closed documentation requests](https://github.com/typescript-eslint…
-
Hey there! I have an issue. Here is it: whem im getting my operations stored on backend theyre pasting to the drawboard properly but when im clearing it i can still choose deleted elements. How can i …
tar04 updated
10 months ago
-
Create Typescript definitions for each export of [./lib/termkit-no-lazy-require.js.](https://github.com/wehriam/terminal-kit/blob/master/lib/termkit-no-lazy-require.js)
Do not use the 'any' type.
…
-
If it isn't obvious, I abandoned LATE this summer to focus on my internship at Blackstone and other personal projects. Throughout my time at Blackstone, I was introduced to new technologies and the pr…
-
As shown in this TIL, I got stuck! https://til.simonwillison.net/javascript/jsr-esbuild
```bash
mkdir /tmp/datasette-demo2
cd /tmp/datasette-demo2
echo '@jsr:registry=https://npm.jsr.io' > .np…
-
```ts
type Includes = {
[K in keyof T]: Equal;
}[number] extends infer Item
? [Item] extends [false]
? false
: true
: false;
```
The `Item` can be excluded, but it adds r…