nathanielvirgo
nathanielvirgo
The minimal feature that would enable this workflow is simply an option for the `display` method to block until the window is closed. Potentially, for some users, it might be...
Thanks for reopening, that's appreciated. Regarding global variables, I am new to Julia and might be overcautious because of bad experience with Python, where it's quite easy to accidentally refer...
I'm not sure how useful it is to have this conversation, since it's just an argument about my workflow versus your workflow, and it's not actually giving you any information...
if it's just "to read later" then why does it generate a notification to the OP when you click it? "Favourite" is an odd name for this functionality - it...
Ah, that's much better. Just to note: if I go to the project page at https://github.com/regl-project/regl and click on "Docs", it links to https://github.com/regl-project/regl/blob/gh-pages/API.md#props , which has the same text...
I was a bit confused about that. `purs repl` just says: ``` % purs repl purs repl: No input files; try running `pulp psci` instead. For help getting started, visit...
It does help, but in terms of documentation it's not very clear - it's a very complicated example and that particular aspect of it isn't really explained. I guess the...
Great, that's really helpful, thank you
I'm having trouble using species created this way in reactions: ```julia @variables t @parameters α # species created normally @species x(t) @species y(t) # species created programmatically strsym = Symbol("A")...
Just to note that someone at [discourse](https://discourse.julialang.org/t/errors-when-building-some-packages-on-os-x-10-11/24646) suggested adding GLFW#master, which worked, in that I can now build GLFW and use Makie, which uses it. However, I have a bunch...