Daniel Moore

Results 8 comments of Daniel Moore

Bumping to see if anybody else has a good workaround?

Thanks for all the work on this! New to GitHubCI but I think my CI failing is related to this. I'm using ed22519 keys and for one repo which is...

I was having the same problem and was able to get it to work. Try changing to this: ```julia uparse("MyMeter", unit_context=MyUnits) ``` I think this is okay if you have...

Just running into this issue again and I was able to understand a bit better. The suggestion in the error message did not solve the problem: ```julia ArgumentError: Symbol `kip`...

Seems like a straightforward fix but I can't figure out how to contribute. In the mean time, this is working. ``` module MyUnitPackage using Reexport @reexport using Unitful import Base.parse...

Hi, thanks for having a look and the tip about the `fill_z`. Now that I'm more alert, let me provide a better MWE. ``` begin using Plots, Unitful, UnitfulRecipes plotly()...

Thanks for the update and the work trying to solve it. It looks like this pretty well solves it? Lmk if there's anything you want me to progress

Ok I'll add this to my TDL. Hopefully I'll have an update one way or another towards the end of the week.