More about Unions in Vala
In a previous post I speculated about adding tagged unions to Vala. Let’s do that again.
In a previous post I speculated about adding tagged unions to Vala. Let’s do that again.
I’ve started to use Kotlin professionally, and keeping an eye on Rust. Both offer a lot of niceties that I wish we could adapt for Vala, but there’s one that...
I needed a way to emit the notify signal of one of my objects from another place, and Vala didn’t show me a straightforward way to do it. If you need it for ...
There was a time when Vala was really popular, and a plethora of Vala apps spawned. A lot of them are dead right now, so since i don’t have time to revive an...
If you want to use the GTK+ composite templates in Vala, please remember: you have to use a GResource. The syntax is pretty simple, here’s an example:
The only way to make this work is by using it vía network, forget about USB. Also, it only works as a printer, not as a scanner, blame Canon for not even imp...
Being in the zone is amazing: your productivity skyrockets and the code just flows. Then somebody talks to you, the boss starts to scream discuss things on t...
Received: from stat.stellar.outer.ganymede (sent as byte stream [10.60.26.56]) for ; 3015-07-26T08:07:24-04:00 DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/re...
In a previous post I speculated about adding tagged unions to Vala. Let’s do that again.
There’s currently a “bug” (not really a bug, but it works for me in MySQL) that prevents jOOQ from reusing a forcedType when it appears as an array instead o...