ParetoOptimalDev
ParetoOptimalDev
I found a related issue: https://github.com/mamba-org/micromamba-docker/issues/368 But it was closed in favor of: https://github.com/mamba-org/mamba/issues/2501 It recommends workaround: ``` docker build --ulimit nofile=262144:262144 ... ``` So I'm trying: ```diff modified docker-cuda/docker-compose.yml...
That didn't fix it, same error.
I understand why you don't want to provide an APK, but offering my use-case as a datapoint that may or may not sway your opinion. > If you need a...
Firstly, thanks for the assistance! Secondly, perhaps I can make a convincing argument this should be the default or a configuration option. > If you open the same result twice,...
What I'd really like is if github offered context for their searches from the API and I've created a discussion about it here previously: https://github.com/orgs/community/discussions/69789 After trying out the code...
Something similar but not the same is that forge has an open pull request for CI build statuses: https://github.com/magit/forge/pull/586 It would be great to interact with actions from within emacs...
I just figured out this can be done by adding it to the directives/system prompt. I'm not sure if this is functionally different that the above... though maybe so since...
This is blocked by org-ql not supporting time ranges for now: https://github.com/alphapapa/org-ql/pull/237
It might be nice to also bind `C-n` and `C-p` and/or `TAB/shift-TAB` to navigate through the org-timeblock-list with `org-timeblock-forward-block` and `org-timeblock-backward-block`. I have easy to access arrow keys on my...
The scheduling interface is pretty fast if you get used to it, but I'm not sure if it's a big enough improvement to be different from how rescheduling in org-agenda...