Eric HG

Results 6 comments of Eric HG

This feature feels to me like there should be some third-party library/crate out there that can help with this. It seems like that minimessage format is in Java, but is...

Ah, that works perfectly! I guess it's unfortunate that we need to go to JS to do it, but it doesn't involve the boilerplate of ports, so it's an easy...

I think it would be good to make a note in the readme -- I think it'll save people some time in the future. My issue is solved, so I'm...

I experienced an issue like this on Windows, but only if you release the button while dragging the window. This is using `if keyboard_input.pressed(KeyCode::...) {...}` Correct behavior with losing focus,...

Added detail, now that 0.7.0-exp sorts imports: Before 0.7.0-exp, I did what jinjor describes (separate external and internal imports) by using comments. `elm-format` set the spacing like the following: ```elm...

I think there's a pretty big logical distinction between my own imports and external imports -- for internal imports, the reader/coder can go edit that source code to fix bugs...