Tomas Fiers

Results 106 comments of Tomas Fiers

> supporting the limit case Normal(0, 0) `pdf(Normal(0mV, σ))` for `σ → 0mV` should be ∞ / mV no? I.e. same units (mV⁻¹) as for other values, so type stable.

`using Unitful` currently takes 1 to 3 seconds (1.0 seconds on replit, 1.6 to 2.6 seconds on my laptop). Therefore, to minimize the impact of unit support in Distributions.jl on...

For the record, on Windows, I use rbtray, which works well with PWAsFF (right click minimize button to send to tray)

Thanks for the reply :) I'm not familiar either. Excalidraw, and I think also David Vargas's plugins, store their data not as plain text in Roam blocks, but rather inside...

Oops, just found this issue now, after making https://github.com/KristofferC/OhMyREPL.jl/issues/286 @jtrakk @axsk @xh4, yes, you can precompile, to avoid those delays while typing; see the `include("repl-trace-compile.jl")` I linked in that issue.

An update, from the discussion at - https://github.com/PainterQubits/Unitful.jl/issues/595: with Julia 1.9's 'extension packages' (https://pkgdocs.julialang.org/dev/creating-packages/#Conditional-loading-of-code-in-packages-(Extensions)), a unitful core or interface package is no longer needed, and the full `Unitful` would be...

Until #3276 is merged and released, and if you removed your package from `test/Project.toml` as per the above, you might find something like the following useful, if you want to...

Awesome! Yes, it makes sense to split out the DepGraphs module (See also - #32, which is about splitting out the Graphviz dot-specific code, i.e. DotString, SVG, dotcommand.jl, webapps.jl)

Ha no, issues are fine; most issue spam here is from myself Yes, all time is spent in toml parsing, indeed. Btw what profiler do you use? My `@profview` doesn't...

I'm not working on this this week; but if you want to go fast, feel free to factor out DepGraphs to a separate package on your own