Boonyasuk Dheeravongkit
Boonyasuk Dheeravongkit
@Uninen If you look at recent changes made to vitepress, Evan seems to [suggest the team to use Volar instead of Vetur for now](https://github.com/vuejs/vitepress/pull/137#issuecomment-733868635), so maybe you can try using...
@zynth17, @arafatamim, and others If you take a look at how Evan recently [responded](https://github.com/vuejs/rfcs/discussions/378#discussioncomment-1158805) about the recommended approach going forward, it seems that [volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) is currently the extension of choice...
@ivan-bragin That I don't really know. I'm just a regular vue user who happens to follow Evan closely on Twitter and Github, so I noticed the change in recommendation. If...
@mipastgt Exactly this. I was trying to compile a code that modifies and re-exports PDFs, requiring `BufferedImage` for raster images and `Point2D` for SVGs and vector fonts. Obviously my code...
FYI, Graalvm team recently announced its [Community Roadmap](https://medium.com/graalvm/announcing-the-graalvm-community-roadmap-b8d77201b497). In its [Native +Compiler tab](https://github.com/orgs/oracle/projects/6/views/1), there's [one ticket](https://github.com/oracle/graal/issues/4921) for improved AWT support, though unfortunately it's not prioritized for upcoming releases just yet....
FYI, Firefox 120 now enables Wasm GC by default (it was hidden under a flag for quite some time). I'd say the browser side is quite ready now. Kotlin team...
A friendly reminder worth noting here is that, even the current `vuex` itself is being [implemented with a regular `vue` component](https://github.com/vuejs/vuex/blob/dev/src/store.js). And that's the main reason why the concepts used...
Another FYI, K1 compiler is being [deprecated](https://blog.jetbrains.com/idea/2025/12/the-deprecation-of-k1-mode/), so this "switch back to K1" approach is no longer feasible in the long term. From the post, Jetbrains admitted that "[n]ot all...