twoco

Results 27 comments of twoco

This feature would be nice. A few thoughts from the members and contributors would be nice too. **Current behavior** ```ts export class MyClass { // ----------------------------------------------------------------------------------------- PrintWidth -> | public...

Tested in latest (nightly) version `1.7.3137`. This bug still exists.

@jeremybris Thanks for your [list](https://github.com/PCSX2/pcsx2/issues/883#issuecomment-1053714682) of existing issues or duplicates (If this bug is caused by the same reason). Btw. you have a mistake in your list. For Need for...

@DanTup Yes, thanks. It's much better. The closing labels are very helpful. But it's also annoying when they look like comments. I don't like comments behind a line. And the...

I see that there is one `d.ts` file for the types. Crafted by hand, right? Not automatically generated from the sources. ... The class `Runner` should extends or implements from...

For such rare cases you can just right click (explorer context menu) and select "run as administrator" or create a link with admin flag. My current workaround is to change...

I don't understand why the icon is scaled. There is no legit reason. The (rounded) icon shapes are always smaller than the source icon. Who had the brilliant idea to...

Is a migration guide planned? Especially for breaking changes like `OpenSimplexNoise` to `FastNoiseLite`. **Godot 3** ```gdscript var noise = OpenSimplexNoise.new() randomize() noise.seed = randi() noise.octaves = 2 noise.period = 10.0...

Afaik, there is no (simple) 1:1 replacement as a lot has changed. Some things work better, others worse. More or less. You can find almost nothing on the internet by...

I can always reproduce it. I don't think that a record helps in this case. And I have no error log. The error occurs only on Chrome. It's maybe a...