Pacharapol Withayasakpunt

Results 38 comments of Pacharapol Withayasakpunt

@lliccien Try this repo -- https://github.com/patarapolw/reveal-md/blob/c5721ded7aeaf60902b4c5b9b08aadc32317bfcf/web/src/lib/reveal-md.ts#L1 Basically, copy `reveal-d.ts` to make it suit your needs.

The best easy way for other people, is someone has to make a Pull Request to https://github.com/DefinitelyTyped/DefinitelyTyped ![image](https://user-images.githubusercontent.com/21255931/152137419-c4123bd2-2edb-48a3-afbe-dda79ba3068f.png) If the PR is somehow accepted, it will automatically (automated) create `@types/reveal.js`;...

Another way is getting the location of `[` and `]` somehow (`s.indexOf(']', s.indexOf('['))` in JavaScript). About avoiding JavaScript, it is also possible via Bash script and Power Shell script. (needs...

If anyone has some `*.apkg`, `*.anki2`, `*.anki21`, or any media files to be tested. Please add to [/tests/input](https://github.com/patarapolw/ankisync2/tree/master/tests/input) and make a PR.

I don't really get how to use.

Regarding AnkiConnect, it would be hard to do in CI, anyway. And [`ankisync2/ankiconnect.py`](https://github.com/patarapolw/ankisync2/blob/master/ankisync2/ankiconnect.py) is already a very simple script.

> You can use pnpm instead of node.js version managers: https://pnpm.io/cli/env Looks interesting. Does it respect `.nvmrc` (for Node version), though? I should mention that nvm in \*nix and Windows...

It doesn't really document how-to on Node, nor does it automatically pick up JSDOM, nor does it give relevant error message (`ReferenceError: window is not defined`). For the quick fix,...

I can easily install `@types/node`, but apparently, this is not compatible with `@types/webpack-env` I found a solution, if I need to browserify or Webpack, ```typescript type Buffer = any ```

I use `// @ts-ignore`. I also both `import $ from "jquery"` and use `expose-loader`.