Dmitrii Kosarev

Results 103 issues of Dmitrii Kosarev

I have a dune project that puts extracted files to `_build/default` during build. But when I walk through `TestCo.v` in interactive way the phrase `Extraction "TestCo.ml" stream.` creates files and...

It should allow declaring types in OCaml ``` class MyMegaItem = object ... end let () = registerMetaType_MyMegaItem () ```` ad use them in QML ``` Item { MyMetaItem {...

See [wiki description](https://github.com/Kakadu/lablqt/wiki/Inheritance-problem-with-mixed-C%2B%2B-OCaml-object-model) It seems that some classes can't be instantiated in OCaml, hence they cannot be inherited and hece we will lose a lot Qt power in lablqt.

conceptual bug

It seems that we can pass values to QML which are not QObject's (i.e. are not pointers) but they are values. It should be more safe to use them without...

think about integeration lablqt with react.

wishlist

And build final one using `make user.js`. At the moment it generated exactly same config as current `user.js` This will allow us to apply fixes for the config without touching...

For the demo below when I pu cursor somewhere inside `[%expr ....]` LSP gives weird highlighting both in QtCreator and VsCode. We have [the following ](https://gist.github.com/Kakadu/e47801d135ae0356aba17faf7480a3e0) log file. There are...

It would be great to see why authors are making a new language, which languages inspire them and in which aspects new on ErlangVM-based language will be better then alternatives...