Brian Guenter

Results 12 comments of Brian Guenter

@mattderstine not sure exactly what functionality you have created but you might want to check out Glimmer.jl, a package written by @galran especially for 3D UI for OpticSim. It's still...

@mattderstine you say you fake a notebook with ## delimiters. Do you use the new Jupyter notebook functionality in VSCode that allows you to have Jupyter notebooks directly in the...

@MichaelHatherly I'll take a look at this if you point me to the places where you think the problem is arising.

I've poked around using dev tools for the browser but I'm not a css/html guru. Not sure where to find the font information for the particular block that has the...

I believe this is the font for the histogram text. Is this correct? ``` code { font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace !important;...

I'll take a crack at getting color working. Where should I look in the publish.jl code to figure out how to add the functionality of ANSIColoredPrinters?

I didn't have the Source Code Pro font installed. Once I installed it the plot came out better but still not entirely correct. The heights and horizontal spacing seem correct,...

I'll take a look at color printing now and see if I can get that working.

@cormullion has a JuliaMono webfonts directory and .css files set up already so it shouldn't be too difficult to set JuliaMono as the default REPL webfont for Publish.jl. Bundling the...

@MichaelHatherly I looked here https://cdnjs.com/libraries/juliamono and found many different versions of JuliaMono, up to 44 now. When creating the webfont url font-face definition is the normal practice to embed the...