Max Lantas

Results 4 issues of Max Lantas

Hello, I am trying to host a WebView control (`Windows::UI::Xaml::Controls::WebView`) in my C++ Win32 app. I saw that [the docs](https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/xaml-islands#limitations-and-workarounds) listed the following as a limitation: > Adding a WebView...

question :grey_question:
WebView :desktop_computer:

I recently updated ocaml-lsp to the latest version and immediately I noticed that important features weren't working on Windows: - The language server does not see external modules and marks...

bug

In vscode-ocaml-platform, we are attempting to support choosing between a project's available configuration files (https://github.com/ocamllabs/vscode-ocaml-platform/pull/415). From my understanding, esy can read its configuration from `.opam` files, `package.json` files with an...

editors

Closes #433 This PR adds a new target, `NanobindImath` for the `nanobind` version of the `pybind11` bindings. To build the `nanobind` bindings, the `-DNANOBIND` CMake option must be `'ON'`. `pybind11`...

devdays24