Ian Carroll
Ian Carroll
Sorry, can't. I don't know what would replace the uses of `colorama.Fore` on [L58-60](https://github.com/jupyter/nbdime/blob/a74b538386d05e3e9c26753ad21faf9ff4d269d7/nbdime/prettyprint.py#L58-L60). It also looks like the solution should use `from .utils import setup_std_streams`, but that's getting into...
I defer to your better judgement!
I see the same behavior as @gta0anu, the notebooks in the jupyterlab tab remain fully active after "logout" ... which doesn't appear to do anything but open a new login...
In ancient [discussions](https://discord.com/channels/485586884165107732/485596304961962003/823689452269994025) on `foreach` I found a suggestion (by @jorgeorpinel): > I wonder actually if you can just do deps: ${list} (a list from params.yaml) This would add the...
Oh, loophole! dbConnect(PostgreSQL(), dbname = 'postgresql://@/?service=xyz') Achieves what I wanted, if inelegantly. I still think it would be good to provide the `service` parameter as its own argument, so I'll...
No, this feature request isn't about RStudio "connections". I'd suggest you open a separate issue, or switch to the RPostgres package (which is what I did). On Mon, Feb 4,...
A mention of the "--all-pipelines" argument to `dvc repro` would have helped me. Took some Discuss searching to understand how to get the nested `dvc.yaml` files to go with `dvc...
The `--target` option is not recognized by `docker-compose build` (version 1.28.5), so I'm sadly resorting to `DOCKER_BUILDKIT=0`.
I'd like to see guidance specifically targeting civil servants and federal contractors, who need specific information on what software and SaaS is approved.
@brenthuisman If you mean you figured out how to move `cmake_args` into `pyproject.toml`, can you show that result? That and `from skbuild import setup` are the only things left in...