Timothy Harding

Results 20 comments of Timothy Harding

I had to add `--legacy-peer-deps` to make the installation work. However, I have yet to make the compatibility work. One thing I've found is that you need to initialize the...

Thank you for the report. May I ask what the font is that's giving you trouble? I'd be curious to dig in more on this issue.

The metrics issue has come up before: https://github.com/tim-harding/neophyte/issues/10#issuecomment-1891083020 Maybe because the font is patched it is reporting a larger max-width property than what the base font uses. I'll look into...

I am able to reproduce the issue. Looks like Neovide has an example of addressing this by using the metrics from 'M' specifically, so I'll have a shot at incorporating...

Thank you for the report. It may be that I need to add support for `winit`'s IME stuff. In the meantime, you probably want to use Neovide, which I know...

No, there has not. I recommend Neovide at the moment, which does support IME input.

The latest commit allows you to do this: ```bash neophyte -- wsl $SHELL -lc "nvim" ``` Not sure what the exact command will need to be, but this is roughly...

Thank you for the report! It looks like I forgot to remove several GPU feature requirements that are not longer being used. Could you try with the latest changes on...

Seems like GLES does not like `vec2` push constants. I've changed them all to `vec2`. See if that helps. Thank you for the reports, by the way. This is the...