Remi Thebault

Results 50 comments of Remi Thebault

> On the other hand, I can imagine people working around it or expecting the current behavior somehow, and it will be very annoying for them to debug the issue...

> Maybe we can call the new version `generator` (similar to `joiner` and `splitter`). I've made a fixed copy of `generate` in my own project and called it `hatch`.

There is the `vue3-konva` npm package. I don't know if it is an official konvajs package or a fork, but it seems to work for me with `vue-3.0.5`

@FaultErrorFailure92 I wrote too soon. When I tested I saw a scene rendered and wrote the message. May have been due to dev-server cache or whatever. Sorry for confusion. I...

Consuming Dub dependencies from Meson is not really difficult. What I would like essentially is to be able to build my Dub package with Meson, because Dub is unable to...

What I can do with Meson and can't with Dub (or not easily): - build C/C++ code as part of the build process and link it with D - compile...

@Panke In the [Meson wiki](https://mesonbuild.com/D.html), it is shown how to generate a pkg-config file for a D library, so we can expect that Meson is also able to use such...

> You can use `$DC -run program.d` I didn't know that, for sure it will help in many situations. > You can use the platform suffixes to restrict the commands...

> How do we make build artifacts that are not build with dub available to other dub users (the D ecosystem). If you build binaries with meson, you can place...

See ~~https://github.com/mesonbuild/meson/pull/10019~~ https://github.com/mesonbuild/meson/pull/10045