smolck
smolck
> The `nvim_exec_lua` doesn't work tho. The type of args should be `Vector{Any}`, but after fixing that it still fails, everything else seems fine, I'm not sure about what fails...
@alex-rvz Hello! I don’t know much about using Reason on Windows, but it appears to me that your problem is due to there being a space in the directory name....
> You haven't run opam lint :) because the lint say we must add a . at the end of synopsys and description. Sorry about that, should work now. >...
Is there a dependency we're missing in the dune-project file that's causing the Linux build to fail? It seems it "cannot find -lGL" and "cannot find -lGLU": https://dev.azure.com/revery-ui/revery/_build/results?buildId=3681&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=6c939d89-0d1a-51f2-8b30-091a7a82e98c&l=147. Apparently the...
Hmm, so maybe we use a later version of dune then? I’m not sure about getting dune to recognize the config, I’d have to look into that.
@karl-f This works for me (note that I'm on Linux, so some commands may be different for you): ```console $ git clone https://github.com/qmlnet/qmlnet-examples $ cd qmlnet-examples/src/Features $ dotnet run Program.cs...
Wow, thanks for the really quick response and fix! Using `styledPage` works great! I am curious though what adding `Styles` to a `window` does? Because doing that doesn't seem to...
Yup, that was it; the page's styles do in fact override the styles of the window. Thanks again! So, should I close this issue now, or would you rather it...
Okay, sounds good! Oh, one last question; is there a way to make the background color the same color as the terminal background? Or would that require truecolor support in...
> -[ ] widget.id() -> @smolck do we need this for vim.ui.layout? I don't think so, but so I understand, what would be the purpose of this in general?