Simon Streicher

Results 18 issues of Simon Streicher

The idea is to download JuliaMono from: https://github.com/cormullion/juliamono/blob/master/juliamono-ttf.zip and add the `.ttf`s to `packages\fonts`. Then before any VSCode launch, the following code can be adapted and run to ensure all...

enhancement

The path additions are a bit outdated: https://github.com/heetbeet/juliawin/blob/fe27565822085077660da8e337802ee3d5677090/bin/activate-juliawin-environment.bat#L29

https://github.com/heetbeet/juliawin/blob/fe27565822085077660da8e337802ee3d5677090/bin/activate-juliawin-sh-path.bat#L32

Create a `julia-daemon.exe` launcher with the following characteristics: - `julia-daemon.exe` should be similar in nature to `julia.exe` - on first run (e.g. `julia-daemon foo.jl`) it will start the daemon and...

enhancement

The reason for these `(weird-looking.exe)` files is that I want to suppress executables (without deleting them) if the underlying support structure isn't installed. This is to bypass situations where (for...

Currently everything is windows specific and written in batch. Adding a linux (specifically debian/ ubuntu) version would entail writing all the glue in bash. This might actually be easier than...

enhancement

#### What actually happened Pycel seems to return a value error if a `NOT` is applied to a range. Here is an example: `=SUM(--NOT(Table1[b]))` ![image](https://github.com/user-attachments/assets/9f76251d-6d1c-4424-a089-6b9145b7db08) This gives a `#VALUE!` error...

- [x] tests added / passed - [x] passes ``tox`` Pull request to add Excel function `search`