Vasile Rotaru

1 Followers
26 Following
19 Posts
@josephholsten Does it have AI?

@typeable

x.is_some() // ?

Maybe, I'm missing some context.

@ohmrun

You may consider asking for help on - https://discuss.ocaml.org/

OCaml

A friendly place to discuss OCaml: an industrial-strength programming language supporting functional, imperative and object-oriented styles

OCaml

@ohmrun To me it looks like some kind of opam error.

do you have any `opam pin ... `?

@argv_minus_one

Can a cat swim ? Yes. Can a cat swim the Atlantic Ocean?

Linked lists can requires millions of alloc/free operations. You have what, maybe 20 file handle to take care of them in same program.

#cosmic #compositor now supports letting xwayland apps scale themselves. This is how #kde #plasma handles fractional scaling for xwayland apps by default, but for cosmic you need to enable the setting in the display settings.

What this means is that HiDPI aware xwayland apps will no longer have to be blurry on wayland!

Works great! Don't mind the small cursor, I'm sure that will be ironed out hehe

Thanks to Drakulix and the System76 team for the awesome work!

@mmstick Good Job

@itsfoss I have a guess why.

They release a new version of GTK with new widgets but they are not porting the applications which already existed.

The cynic in me thinks that this is because this just hard to do. So they take the new widget and add a minimal application wrapper around it and call it a day.

Gedit -> gnome-text-editor
gnome-terminal -> console
eye-of-gnome -> loupe.

and now Showtime

@AlexMillerDB

It is better to raise that on discuss.ocaml.org. I just share what I saw in debugger, when trying to understand why some of my callbacks were not working.

I may look into it at some point.

@AlexMillerDB

Curious, what is the benefit of `_caml_init` function?

I happen to write and debug some C <-> OCaml bindings and `caml_callback` always seem to go through `caml_startup` ?