jdm204
jdm204
AlgebraOfGraphics is very nice! I was wondering if support for jitter is planned, i.e. adding a bit of randomness to the positions of scatter points to help with overplotting. For...
Hi, Really like Yew so far, but I keep running into a problem where when I tweak something small in the `html!` macro, and then suddenly see nothing in the...
Very cool project, I fixed a couple of typos etc when reading the tutorials if that's welcome (I assume 'typsetting' isn't a branding thing ;) ).
My emacs version: `GNU Emacs 29.0.50 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2022-11-05` During startup, enabling the bookmarks section causes TRAMP to open a remote to...
I assign to a variable in the condition of a while loop in this (working) code: ``` getdata() = rand() < 0.5 ? rand() : missing function dowork() while !ismissing((val...
Thanks for this package, the best ob-julia experience I've had for editing and running blocks! The issue is on export; the results (`:exports both`) don't get updated when the block...
Hi, thanks for the package, nice to have an alternative approach to the Unitful type-based one. Is there a way in this package to convert back and fourth between Quantities...
Hi, Revise is brilliant. I've ran into an issue revising package code that uses ParallelStencil. ParallelStencil provides macros such as `@parallel` to annotate functions with, but before these annotations can...
**Describe the bug** Indexing error when inspecting agents (`enable_inspection = true`) in `abmplot` etc for 3D models. ``` BoundsError: attempt to access 10×10×10 Array{Int64, 3} at index [0, 0, 0]...
**Describe the bug** I'm trying out the new EventQueueABM functionality, and I get an error that my agent wasn't created with the `@multiagent` macro, which is true, but I just...