Emiliano Parizzi

Results 66 comments of Emiliano Parizzi

> For easier maintenance, I don't want the burden of supporting multiple source of truths, we expose the same information as JSON. > > But I will expose a `subsets`...

> I'm also a bit doubtful to be honest, this comes from here: > > https://fonts.googleapis.com/css2?family=Noto+Sans+SC > > > /* [4] _/ > > [@font-face](https://github.com/font-face) { > > font-family: 'Noto...

I'd still like to use variable fonts when possible as it's much more network efficient. This is the font info for "Noto Sans" that Remotion has on the package. It...

Are you, at least, going to propose alternatives to the deprecated APIs? For example, forced alignment? https://docs.pytorch.org/audio/stable/generated/torchaudio.functional.forced_align.html#torchaudio.functional.forced_align

> @empz the current status is still https://github.com/pytorch/audio/issues/3902#issuecomment-3160818888. In all likelihood, we'll be able to preserve forced_align and the other C++ / CUDA operators of torchaudio. Oh really? That's great...

This hasn't been working for the past 7 months. Latest version that exports `Registry` is 2.21.1. How did nobody noticed this in 7 months....???

+1 to automatically bind both ipv4 and ipv6 addresses, or at least provide a flag to `Deno.serve`. Not binding to IPv6 addresses break the experience of running private Deno apps...

> Try this " \n" (space important) > > ``` > { > "key": "shift+enter", > "command": "workbench.action.terminal.sendSequence", > "args": { "text": " \n" }, > "when": "terminalFocus" > }...

> 1. Enable Keybinding Debug Logging > Ctrl+Shift+P --> Developer: Toggle Keyboard Shortcuts Troubleshooting > This will open Output tab.. > 2. Make sure 'Window' (or in some versions: 'Keybinding...

Also, the `/ide` command shows "No available IDEs detected". ![Image](https://github.com/user-attachments/assets/2de120ac-9bc6-462d-be8c-20a00bc4e0c2)