Glen Hertz

Results 16 issues of Glen Hertz

I'm using remote VSCode to a remote ssh backend and trying to precompile ProfileView but it fails with: ``` Failed to precompile ProfileView [c46f51b8-102a-5cf2-8d2c-8597cb0e0da7] to "/home/glenhertz/.julia/compiled/v1.10/ProfileView/jl_Ay2Daz". ERROR: LoadError: InitError: Cannot...

I'm trying to work through your excellent example to learn Compose but the funcgeo example is broken. Can you take a look and see if you can get it to...

I'm not sure what is meant in the last change but adding a `+` to the end of a version number isn't documented and seems to cause issues on 0.4:...

Maybe it is my unfamiliarity with working with NamedTuples but I found it awkward to get a subset of columns when I was porting my DataFrames code to use TypedTables....

I'm trying to use this library but I get the following: ``` julia> Single(1.0) - Single(0.0) ERROR: - not defined for DoubleDouble.Single{Float64} Stacktrace: [1] -(::DoubleDouble.Single{Float64}, ::DoubleDouble.Single{Float64}) at ./promotion.jl:337 ```

The transistors with a `.subckt` wrapper have `dtemp` on the `.subckt` line but `dtemp` isn't passed to the model instance so it does nothing. For example: https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/blob/9f992d5a9186d1f7820c58f039c484ad35b2edea/models/ngspice/sm141064.ngspice#L47034-L47057 Would you accept...