Nicholas Bauer
Nicholas Bauer
Due to the way Pluto works, with a notebook process operating in the background and a browser tab just being a view into a notebook, it's possible for users to...
Attempting to assign to a variable starting with a number leads to cryptic "function argument" error
``` 2x = 5 #ERROR: syntax: "2" is not a valid function argument name ``` This is a sneaky problem. A novice user doesn't know (and even an intermediate user...
There could be a couple ways to look at this issue, depending on what is intended and what the goals should be. Here, I'm loading two items from a JLD2...
I have a `CounterButton` intended to toggle state reactively. Another cell changes behavior based on whether the counter is odd. However, I have noticed that if it has been a...