patak

Results 443 comments of patak

@HawtinZeng when you start working on an issue it is better to do it without sending a message to avoid generating many notifications. You can start working directly, and if...

I think this is a good change, but we should first fix an issue with the back arrow as it will happen after this PR in more cases. The back...

There have been several others asking for this. We can leave it open for people to discuss but I think it is a really hard feature to implement and maintain....

@meyerweb nice idea! I implemented the `.` shortcut here https://github.com/elk-zone/elk/pull/2612, but it seems we have some issues to solve from the latest update to Masto.js v6. It should be in...

This looks amazing @horvbalint!

We tried this already and we needed to revert it, see: - https://github.com/elk-zone/elk/pull/660 - https://github.com/elk-zone/elk/pull/2252 It seems we need something else to avoid the regression

I dont recall, I think there was flickering

Somewhat related https://github.com/vitejs/vite/issues/13503#issuecomment-1589256355

It seems this is an issue that only happens in Vue, moving the issue to vite-plugin-vue. But from what I gather, the SFC compiler is encoding the space as part...

@sapphi-red I wonder if plugin-vue should export some utilities to handle these cases. It could be easier to change internals later