Michael Carter
Michael Carter
In PowerShell, scripts that are in the current directory must be written as `.\build`
@AnthonyLzq so Manjaro is a Linux distro? Did you copy the Operator Mono fonts into the `./original` folder? Make sure they are named like this. No spaces. ``` OperatorMono-Bold.otf OperatorMono-BoldItalic.otf...
Hmm.. first for PowerShell, did you make sure the `.\original` folder contains the correct Operator Mono fonts? (see comment above as to name format) As for WSL, what happens if...
Hmm.. I'm not sure how Iosevka does that. I'll have to download it and check it out. However, I have fixed the repeating ligature problem in the branch `features/contextsubst`. Look...
Hmm. Are you using the latest version of the script? Also what OS are you using?
Ok, I just checked an it's working for me on Windows 10. BTW: What language setting do you have it set to where `` is a valid token? Sometime VS...
I'm not sure if it was intentional or accidental. `MetaArgs` is different from `LoaderFunctionArgs` in that: 1. It's an `interface` and not a `type` 2. It's also a generic type...
No, I'm not sure of the reasoning behind it. Anyway, it looks like the naming was an oversight. In the Remix v2.0 release, they renamed `LoaderArgs` => `LoaderFunctionArgs`. They might...
I think they could just add the `MetaFunctionArgs` as an alias, deprecate `MetaArgs`, and drop it in v3.
Hmm... seems like something with your project, as my `remix-vite-template` also exports `` and does not have any issues. ```ts export function Layout({ children }: { children: React.ReactNode }) {...