Jozef Chutka
Jozef Chutka
The setup for reproduction is as follows: ``` $ cat src/project1/main.ts import '../common/example' const a:MyType = "x"; $ cat src/common/example.ts export type MyType = "a"; $ esbuild --bundle src/project1/main.ts --watch...
@evanw can you please have a look?
Just added one more https://github.com/huggingface/transformers/issues/23050
Can we at least consider improvements of current `FileSystemHandle`, I mean there is no obvious narrowing from `FileSystemHandle` to `FileSystemDirectoryHandle` (or `FileSystemFileHandle`) Following would be nice to achieve: ```ts const...
there no such feature in place unfortunatelly
interesting, I can not reproduce though :( is it windows? do you use the latest flashplayer?
_File name too long_ is related to https://github.com/jozefchutka/YHaxen/issues/11 ``` haxe Sys.command("ant hello world hello world hello world hello world hello world hello world hello world hello world hello world hello...
I proposed brotli esp. considering its availability on web: - brotli is widely [available across browsers](https://caniuse.com/brotli) - zstd [eventually might be added into chrome](https://bugs.chromium.org/p/chromium/issues/detail?id=1246971) - lz4 - I am not...
It would be great having piper compilable smoothly into wasm. The last time I tried, it took many manual steps to do so. Merging with https://github.com/wide-video/piper/commit/a8e4c8702ef124a438dc96659904da52cc1aba27 is just a tip...
Following @ken107 work, I have updated https://piper.wide.video/ . Instead of whole piper being compiled into wasm, now it is 2 step process: 1. [piper-phonemize](https://github.com/rhasspy/piper-phonemize) as wasm ([build steps](https://github.com/wide-video/piper-wasm)) providing phoemeIds......