MikeMoolenaar

Results 17 comments of MikeMoolenaar

Had the same problem with the latest update. As a temporary solution, the `moved-modules` branch can be installed with the following command: `python3 -m pip install -U https://github.com/leovoel/BeautifulDiscord/archive/refs/heads/moved-modules.zip`

> To those using Firefox, can you try using an older version of Refined GitHub? Like from November `quick-comment-edit` also caused performance issues, disabling it in the newest version fixed...

This also confused me, and I didn't know how to use hx-validate (with the value "true") which your text change also solves. I could create a PR if you are...

> The `search` input type is supported [even by IE11](https://caniuse.com/?search=input%20search), why change it to a simple text input here? You are right, I mistakenly thought it wasn't supported on other...

Thanks to @i7N3, I also got the global htmx working: ```ts import * as Htmx from 'htmx.org'; declare global { var htmx: typeof Htmx; interface Window { htmx: typeof Htmx;...

Hey could you show me the output of the command `mkvinfo` run with both one accepted file and one rejected mkv file? Mkvinfo is a tool that comes with [MkvToolNix](https://mkvtoolnix.download/downloads.html),...

Ohh I see thanks for figuring it out. Maybe I'll fix it if enough people have this problem, to me it seems like not many people will encounter this. Also,...

Hi, what media players did you try? Vlc should work. If it also doesn't work with MkvToolNix then it will also not work with this app, maybe the file is...

I'm willing to contribute this. How about calling it `DerivedStats.MemoryMB` to make it clear it's in megabytes?

I'm thinking about adding `DerivedStats.MemoryMiB` (I believe MiB is more correct and `docker stats` also represents it that way). Users are then able to use this value as a graph...