Vladimir Panteleev

Results 783 comments of Vladimir Panteleev

> Inside the post view `.` doesnt work to open the context menu, it only highlights the menu button and then you need to click enter to open it. I'm...

It's possible, but this is stretching the limits of my front-end development knowledge, so I can't answer for sure. If it's transient and the feature is not a commonly used...

> Adding a `KeyboardEvents` react component (doesn't even have to be generic, since all the functionality and events are so different), loaded at the **screen level**, IE `home`, `community`, `post.tsx`,...

> On the `home.tsx` page for instance, near the top of the page you'd do Thanks. Would you mind illustrating how you envision this to work e.g. on the user...

Hi, it's possible that the compilation is hitting an inefficient code path in the DMD compiler. However, I think the compilation time should still be finite. Can I ask how...

Thanks! Could you share the DMD version this was with? You can get it with `dmd --version` or e.g. `pacman -Q dmd`.

I can reproduce the problem with DMD 2.111.0. However, the problem does not occur with 2.110.0 or current master. So, you can: - downgrade your D compiler to 2.110.0 -...

There is now a Nix flake in master, which is verified to build in CI. This is now the recommended way to build and run btdu, as it ensures all...

Let me know if you feel there's anything else to be done here; closing for now.

It's probably this bug: https://github.com/dlang/phobos/issues/10548