Mo-Gul
Mo-Gul
Currently https://github.com/zlatanvasovic/ChemEquations.jl/blob/393e520d3e586e93596291519d10f51e1038878f/docs/src/index.md?plain=1#L7-L9 is rendered as  on . But as you for sure know, chemical species should be written in an upright font. I think it should be possible to...
As the title already states there seems to be something "broken" in the CSV file. For example almost at the end of the CSV file (see screenshot). There are two...
It was already "reported" at that `add_hline()` is not working with a secondary axis. Here a bit more simplified MWE than given in the above link: ```python import plotly.express as...
**Justification** Currently also modules and sheets are exported that only contain (stripped) "Option Explicit". **Description** It would be nice if there would be an option to suppress the export of...
- [ ] Further work to do here is stated elsewhere starting at https://github.com/pgf-tikz/pgf/issues/640#issuecomment-645994493 Closes #640 Closes #755 Closes #881
When creating a 2x1 `make_subplots` with `specs` like ```jl p = make_subplots( rows=2, cols=1, shared_xaxes=true, specs=[ Spec() Spec() ] ) ``` the error stack ```jl ERROR: LoadError: MethodError: no method...
I suggest to change the default "Symbol" and "Display" from https://github.com/PainterQubits/Unitful.jl/blob/960e09ef518b0d3ff54747460b9c3872c08df0d7/src/pkgdefaults.jl#L252 to ```julia @unit h "h" Hour 3600s false ``` because this should be the usual/common default. As examples have...
I had a quick look at the manual and I couldn't find an option there that prevents using v2 syntax. It would be great if you could implement this because...