Simon Streicher
Simon Streicher
Tested with Git-Bash: ``` $ cp polyshell.txt polyshell.cmd; ./polyshell.cmd; sh ./polyshell.cmd; mv polyshell.cmd polyshell.ps1; powershell -exec bypass ./polyshell.ps1; rm polyshell.ps1 I'm PolyShell, a batch script! ... and a Unix shell...
I have implemented a macro to replicate the `from module import a as b, c as d` syntax as `@pyfrom module import a as b, c as d` https://github.com/AutoActuary/PyFrom.jl Would...
Suppress warning: ``` ┌ Warning: Assignment to `#6#exc` in soft scope is ambiguous because a global variable by the same name exists: `#6#exc` will be treated as a new local....
Once we get movement on https://github.com/JuliaLang/juliaup/pull/143, we should add some tests to make sure that julia-init works on a wide selection of platforms, and that new releases to https://github.com/JuliaLang/juliaup/releases doesn't...
```julia (@v1.8) pkg> status OhMyREPL Status `C:\Users\simon\.julia\environments\v1.8\Project.toml` [5fb14364] OhMyREPL v0.5.12 ``` Say I want to paste the following code into a Julia instance with OhMyREPL running: ``` function example() for...
A suggested fix is to replace `run_app_no_console.bat` with `run_app_no_console.vbs` with the following content: ``` '************************************************* ' Run the run_app.bat file silently '************************************************* 'adapted from http://superuser.com/questions/140047/how-to-run-a-batch-file-without-launching-a-command-window/390129 ScriptFullPath = Wscript.ScriptFullName ScriptName =...
I want to maybe add DaemonMode to Juliawin: https://github.com/heetbeet/juliawin and so that the user has an option to run julia scripts with something like `julia-daemon name_of_script.jl` in stead of `julia...
## Problematic aspects of Juliawin - Currently releasing Juliawin from my home computer is not sustainable or auditable (from a security standpoint). - Also, Juliawin needs to find a way...
From https://www.reddit.com/r/Julia/comments/gbedwz/julia_windows_installation_script_with_batteries/fp7s8xl/ - write python or bash code to replace the Windows `.bat` parts - get to the Julia part as fast as possible, and try to cross-platform generalise as...