Vasile Rotaru

Results 14 issues of Vasile Rotaru

Hi, I'm currently playing with a proof-of-concept Gtk4 bindings and I've run into this issue `CallToExpiredClosure` exception being thrown. It happens when I let window open a rather long time,...

Where PMS stands for Poor-Man Streams, not what you may have thought. What i did is that I've added lexers for `varcc|propcc` tools, but I'm accessing them not directly, but...

The documentation for `GWindow.window` in [src/gWindow.mli#L142](https://github.com/garrigue/lablgtk/blob/034d4fbb1f09431048dd4231bf2ba9c69db59e6a/src/gWindow.mli#L142) is not up date. There are parameters which are not longer present and actual parameters are missing. Here are what the correct values seems...

I have a simple program which works with `lablgtk2` but segfaults with `lablgtk3`. The program ```OCaml class wrapper = let window = GWindow.window ~title: "demo" ~show: false () in object...

Hi, you have a bit of code which sets the `button_save` sensitive property to false when the commit message is empty but the "win.save" action remains enabled can be activate...

That's it. That's the feature wish. I think the introduction of warning names in 4.12 is an improvement, just that it currently takes a bit too much horizontal space.

feature-wish
Stale

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When a song is on repeat and the Spotube is displaying...

bug

Or more generally allow the user to create views types where the memory which is allocated on OCaml side is GC-ed, but the one which is passed to the C...

``` java -cp jmeta-runtime.jar:test Calculator "4 * 3 - 2/2" Exception in thread "main" jmeta.SyntaxError: expected end of input before '/2' (at line: 1, char: 9) at Calculator.start(Calculator.java:22) at jmeta.BaseParser.parse(BaseParser.java:199)...