David P. Chassin
David P. Chassin
It work fine for the first equation, but thereafter it does not work.
- [x] Change to version 4.3.3 - [x] #1307 - [x] #1310 - [x] #1312 - [x] #1314 - [x] #1315 - [x] #1317 - [x] #1319 - [x] #1321...
Changed most instances of "HiPAS GridLAB-D" to "Arras Energy"
Fixes issue #1328
### Describe the bug The scroll action used to zoom in and out of mapbox images isn't working anymore (it used to). Instead the scroll action is now passed to...
### Describe the bug Mermaid cannot handle codespan markdown even though regular markdown does. ### Environment Wasm ### Code to reproduce ~~~ import marimo __generated_with = "0.11.31" app = marimo.App(width="medium")...
### Describe the bug Opening the dashboard project https://marimo.io/p/@lfenergy-fidopower/optimal-sizing-placement with the `show_code=false` option raises a permission error sometimes. Here is the problem link: https://marimo.io/p/@lfenergy-fidopower/optimal-sizing-placement?show_code=false When it does work, it doesn't...
## Description 1. Allow `Problem.get_problem_data()` to use `solver=None` as the default call. 2. Update `Problem.get_problem_data()` docs to make clear that cache invalidation even when providing the name of the default...
**Describe the bug** The following code does not end up using the parameterized problem in the second call, despite the call the `get_problem_data()` using the solver chosen by default. **To...