ldeluigi

Results 38 issues of ldeluigi

## Summary From https://stackoverflow.com/questions/73064859/pyomo-how-do-i-run-multiple-solve-concurrently-in-parallel-on-the-same-model: > I'm using opt = pyo.SolverFactory('glpk'), and I'd like to call opt.solve(), multiple times, inside a map function of a ThreadPool, but it gives error caused...

bug
pyomo.solvers

**Describe the bug** When using "ngd" command inside the root folder of an Angular 10 project an exception is thrown: ``` [20:30:05] using tsconfig: C:\Users\_\tsconfig.json internal/modules/cjs/loader.js:1238 throw err; ^ SyntaxError:...

https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/blob/9cfce40942c83dd15834fb879caa4171a426ecdd/mkdocs_git_revision_date_localized_plugin/util.py#L127 When an error occurs with git commands, I can't debug the reason. For example, I can't distinguish between: 1. git is not installed 2. not a git repo 3....

enhancement

Reading #56, I'm thinking that you should add (opt-in) support for the https://github.com/rabbitmq/rabbitmq-delayed-message-exchange plugin. At the present time, it is considered stable and is officially mantained by RabbitMq

When I run schickling/postgres-restore-s3 (from Docker Hub) this error pops out: ``` restore.sh: line 70: psql: not found ```

**Project details:** [ldeluigi/markdown-docs](https://github.com/ldeluigi/markdown-docs) is my GitHub Action powered by mkdocs and mkdocs-material to allow straightforward usage and integration of mkdocs with GitHub Actions. The rationale is zero-configuration-needed, you specify a...

add-project

Containers running this image throw errors when trying to remove them through `docker compose down`: ``` Delete "http://docker.example.com/v1.41/containers/00faf040af3d961331a939748b80e9cc151f18034b89a0cb194daee42990abd6?force=1&v=1": command [ssh -l ubuntu -- 3.234.133.243 docker system dial-stdio] has exited with...

bug
needs repro

I feel this deserves a standalone issue. _Originally posted by @ldeluigi in https://github.com/cryptpad/cryptpad/issues/1372#issuecomment-1934254903_ ### Expected behavior It should wait at least a second of standstill of the thumb before considering...

Bug
Mobile support
Kanban
UI/UX

### Expected behaviour I'd like to whitelist all the possible subdomains of a domain I trust. ### Actual behaviour Currently this is not possible unless I'm whitelisting all the *existing*...

When I attempt to call `help(Var)` on a class named Var directly imported from the jar (which is in the same path as its javadoc jar counterpart): ``` File "C:\Users\_\AppData\Roaming\Python\Python310\site-packages\jpype\_jclass.py",...