Jacob Magnusson

Results 46 issues of Jacob Magnusson

It would be nice to be able to install specific versions of the extensions. For example with the following syntax for the `.yml` package description: ``` yaml homepage: http://postgis.net/ latest_version:...

Is there any way to uninstall an extension, say if I want to downgrade to an older version?

Similar to homebrew it would be nice to have some "caveats" info regarding the installation of an extension. For example I was unable to install `postgis` as my brew package...

I noticed in the guide that you set 172.20.0.1 as the IP address for the provisioner. Is there any specific reason for this? At least with my UniFi router it...

Pressing `Cmd` + `/` doesn't toggle comments. Would be a great feature to have.

I'm working on building completely static versions of soplex and scip. But currently I have had to change the [cmake file a bit](https://github.com/scipopt/soplex/compare/master...jacobsvante:soplex:no-libsoplexshared-so). Perhaps there should be an option for...

We currently use SOS1 with coin-cbc in good_lp, but would like to be able to try out SOS1 with SCIP instead. It seems that it's [implemented by SCIP](https://scipopt.org/doc/html/cons__sos1_8h.php), and good_lp...

enhancement
good first issue

Using the new feature [from-source](https://github.com/scipopt/russcip?tab=readme-ov-file#from-source-feature), available since 0.3.3, I'm unable to run the built binary. Here's my MRE: Dockerfile: ```dockerfile FROM rust:1.77 WORKDIR /work RUN apt-get update && apt-get install...

See attached screenshot. Margin on the right is about 40px while on the right it's the standard ~20px. Restarting the app, or the apps on either side doesn't fix the...

Getting this error for a `CHAR(2)` column: ``` × Couldn't register SQL type. ╭─[./spotpilot-db/queries/site.sql:6:1] 6 │ -- 7 │ --! select_one: DbSite · ─────┬──── · ╰── this query contains an...