Grigory Starkov

Results 26 comments of Grigory Starkov

Has there been any progrees since then? When I try to use L"..." in jupyter notebook with plotlyjs, the LaTeXString part is not rendered, while the rest of the plot...

The way I see it, one just needs to add an alternative pkgdefaults file and provide an interface to choose the needed one. What do you think about this idea?...

> This sounds reasonable to me. UnitfulBase.jl and Unitful.jl could both be in this repository, minimizing the maintenance overhead, sharing docs, etc. UnitfulBase.jl would be a subdirectory. ~~If UnitfulBase is...

By the way, can you tell me who are the main maintainers (decision makers) of the package?

I have asked about supported Julia versions on discourse. The answer I got is [here](https://discourse.julialang.org/t/usage-of-subdirectories-to-store-multiple-packages-in-a-single-repo/55534/5?u=gregstrq). The gist of it: one should be able to use subdirectory packages with any Julia...

Currently, pkgdefaults file defines CGS units in terms of SI units. Correspondingly, pkgdefaults file of UnitfulGauss would also define SI units in terms of CGS units. These definitions should handle...

To illustrate the separation of units and dimension systems, consider the following example. In current pkgdefaults, there is a separate dimension for temperature. However, we can decide to put boltzmann...

>Multiple definitions for the same unit will prohibit the packages from being used together. For most use cases this is probably a nonissue. That is true that it would be...

> To avoid similar issues, in PhysicalConstants.jl I decided that loading the main package would not load any constant into scope. Constants are actually defined in different submodules corresponding to...

>UnitfulGauss could also provide its own string macro (maybe @cgs_str instead of @u_str?) to avoid name conflicts. Is it really convenient for the users? Also, the users potentially might want...