Brian Guenter

Results 12 issues of Brian Guenter

deploy creates a directory with the version number, something like 0.1.0, and puts the html there. If you run deploy twice without changing the version number it will print a...

The version of julia used in the Publish.yml file was 1.5 and the version I used to write my code was 1.7.2. This caused very confusing dependency errors when executing...

on this page https://michaelhatherly.github.io/Publish.jl/dev/docs/getting_started.html there is this line: ``` Open it up in an editor and find the line with julia --project=.. -e 'using Publish, USER; deploy(USER; root="/USER.jl", label="dev")' and...

github servers are headless so if you have a plot in your documentation you will get a run time error when the Publish.yml action is executed on github. The error...

This should improve the quality of REPL plotting because the JuliaMono font has the required glyphs. @MichaelHatherly, I'm not quite sure how to add tests for this since the difference...

The histogram output from @benchmark looks like this in the REPL ![image](https://user-images.githubusercontent.com/75225425/164877266-644a7303-4ed8-4f39-9d36-676ad46e978f.png) But displays like this in the html generated by Publish.jl ![image](https://user-images.githubusercontent.com/75225425/164876795-c8e37ca7-e4ce-400b-a227-37d1e3e9a20d.png) The fact that it's not in color...

Documentation doesn't build on github when using Plots in a documentation .md file. However it does build and display correctly on my local machine using either serve or deploy. If...

Publish.jl is very cool! But I'm having trouble getting some features to work. serve() works with localhost and displays the documentation correctly in the browser but it does not work...

Is there a flag to pprint to tell it not to print out large array fields, or to print out the first and last few elements only with an ellipsis...