Vasilis Themelis

Results 22 issues of Vasilis Themelis

I tried by: * Changing the version of the dune language to 3.9 * Adding ``` (executable (name main) (modules main) (modes byte exe) ...) ``` (ie the byte mode...

At the moment, it looks like once I open the `git blame` side bar on VS Code, it looks like it's occupying about half of the available horizontal space. As...

feature
blocked: vscode
blocked

**Problem description** Sometimes, I want to restore the working tree files in a different commit (`fa1afe1`) without changing `HEAD` **Preferred solution** When right-clicking a commit add a 'Restore this commit's...

When exporting .xlsx files from Numbers on the Mac it is possible to get an alternative capitalisation of the name of the `general` cell format. Fixes #15

Hi, Thanks for the library. I was using this with an xlsx document produced through Numbers on the Mac. While reading the sheet, I got `Got format string with ID...

Fixes https://github.com/facebook/errpy/issues/4 I'm not sure if this is correct for a multi-target CICD though. At the moment it just looks into the Rust build output and copies the `.so` or...

CLA Signed

The command here: https://github.com/facebook/errpy/blob/main/README.md?plain=1#L46 fails due to https://github.com/ocaml/opam/issues/3460 I locally worked around it by modifying the `opam` sandbox script but there may be a better solution to this. Could we...

I would think that this is a good thing to add as it allows reproducible builds. When I first tried to build this package, I wasn't sure if there was...

If I try to run the executable of this library as bytecode, I get the following: ``` ◦ dune exec ./parse_and_print.bc File "dune", line 35, characters 7-22: 35 | (name...