Bradley Carman
Bradley Carman
I see the below code recommended in some past posts, but it doesn't seem to work anymore (BlinkDisplay does not seem to exist anymore). Is there a new way to...
I was wondering if it would be possible to auto-resize a WGLMakie figure? For example, when the figure is displayed in a VSCode Plot Pane window, would it be possible...
Can one build an app of a package which has an [extras] section? Meaning, I have a test script for my package/app which uses external dependencies (i.e. Test, ReferenceTests.jl, etc)...
When serializing an `ODESystem` it would be good to use a `let` block so when a module evaluates `sys = include("odesystem.jl")` the serialized code is not evaluated globally. In other...
The following code fails... ```julia eq_str = raw"eqs = [0 ~ -1x_f + (ModelingToolkitComponents.inputsf)(t, dt, x_f_input); 0 ~ -1dm_f1 + (ModelingToolkitComponents.inputsf)(t, dt, dm_f1_input); 0 ~ -1dm_f2 + (ModelingToolkitComponents.inputsf)(t, dt, dm_f2_input);...
`step!` fails to build a solution sometimes (i.e. integrator and solution time can fall out of sync)
The below MWE shows that running 24 steps of the integrator using `step!(integrator, dt, true) gives a solution with 25 rows and the solution end time matches the integrator time....
I have developed a Julia package that hosts data that I need for testing. Normally Julia packages are not intended for this purpose, but there are some nice advantages this...
The following code fails to get the observable for `damping.port_a.f`. The error says that `damping.v` is not defined, which can be confirmed when viewing the observed function code.... MWE ```julia...
The following code does not work on my Windows PC (tested on 3 different machines running Julia v1.8.0-rc3 and v1.8.0). Seems to work though on Linux. To test, make sure...
If possible, it would be great if the "attachfile" package could be supported by Tectonic.