Lukasz Stafiniak
Lukasz Stafiniak
The completion exception cannot easily be patched in a vscode extension, because it seems to be happening between VSCode and the LSP without the LSP client having a say. So...
https://twitter.com/karpathy/status/1779354343013269929
https://twitter.com/karpathy/status/1781387674978533427 achieved parity with PyTorch FP32
Maybe `Explicit_excluding_prefixed` is better overall -- especially for the current semantics of `Prefixed [||]`.
Also consider this course: [Deep Learning Do It Yourself!](https://dataflowr.github.io/website/#deep_learning_do_it_yourself)
Is it possible to have cross-package module links? I'm guessing they aren't possible neither.
I think this is not worth it as a global setting, but would make sense as a frame style setting, with a small number of styles that are not too...
I could implement this (eventually) because I have a use-case for it: flame graphs. Questions to consider before resorting to extensions: 1. Can the functionality be layered on top of...
I face the problem of `ocamlmklib` not getting the library that it's supposed to link with for both the manual "vendored" setup, and using `pkg_config` (where I generate the `.pc`...
> @lukstafi does this PR fix the problem for you? Yes! For `(build_flags_resolver pkg_config)`, this PR solves the problem -completely-. For `(build_flags_resolver (vendored ...))`, with this PR (not synced/rebased) I...