Gerhard Wesp

Results 10 issues of Gerhard Wesp

Environment: Ubuntu 18.04.4; Linux bach 4.15.0-109-generic #110-Ubuntu SMP Tue Jun 23 02:39:32 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 aprsc master branch On make test, the following...

bug

**Describe the bug** `max_seconds` doesn't work for me currently, it leads to: ``` Starting MIP optimization Unrecognized parameter - maxSavedSolutions=10, exiting... ``` This is with: ``` Welcome to the CBC...

bug
cbc

**Describe the bug** `check_optimization_result()`crashes CBC on some models. From the error message, it looks like an off-by-one error. I'm calling the function after verifying that an optimal solution was found:...

bug
cbc

Maybe I missed it in the docs, but there doesn't seem to be a way of retrieving the domain of a color scale. More specifically, I'd like: ``` const scale...

- `three` version: Current - `@react-three/fiber` version: current - `@react-three/drei` version: current - `node` version: not relevant - `npm` (or `yarn`) version: not relevant ### Problem description: I'm pretty sure...

bug

- `three` version: not relevant - `@react-three/fiber` version: not relevant - `@react-three/drei` version: [current](https://github.com/pmndrs/drei/blob/master/src/core/Instances.tsx#L108) - `node` version: not relevant - `npm` (or `yarn`) version: not relevant ### Problem description: ``...

bug

- `three` version: 0.149.0 - `@react-three/fiber` version: 8.10.4 - `@react-three/drei` version: 9.56.18 - `node` version: v18.12.1 - `npm` (or `yarn`) version: 9.2.0 ### Problem description: Setting `visible` to `false` on...

bug

- `three` version: 0.149.0 - `@react-three/fiber` version: 8.10.4 - `@react-three/drei` version: 9.56.18 - `node` version: v18.16.0 - `npm` (or `yarn`) version: 9.5.1 ### Problem description: We have to turn off...

bug

We'd love to use maptiler-gl in our project for vector -> raster rendering, however we need dynamic styles set by the client. Are there any plans to add that? Would...

To reproduce: Create `lines.py` as follows: ```python import plotly.graph_objects as go import plotly.express as px import time import random N = [50, 100, 200, 400, 800] def plot_random_lines(n): fig =...

P2
performance