KimSia Sim
KimSia Sim
### Is your proposal related to a problem? While trying to solve #212, i discover issues when trying to upgrade the tox.ini which was using whitelist_internals, a deprecated keyword. Sent...
Related issues: 1. tox no longer supports whitelist_externals See https://github.com/python-poetry/poetry/pull/7341 for details 2. tox cannot detect tool.poetry.dev-dependencies, so the solution adopted is to use tool.poetry.extras instead. Drawback is whenever use...
I have something prepared in figma and i have a team member who's more comfortable in NuxtJS/VueJS. Is this something that my team member can change the look and feel...
this is my asgi.py ```python """ ASGI entrypoint. Configures Django and then runs the application defined in the ASGI_APPLICATION setting. """ import os import django from channels.routing import get_default_application from...
I don't understand how you do this. I know the following: 1. **Signal Handling in AppConfig**: The `class_prepared` signal is connected to the `pgh_setup` function in the `__init__` method of...
similar to #1 ``` Include ~/.orbstack/ssh/config ControlMaster auto ControlPath /tmp/%r@%h:%p Host ssh-cpopv2 HostName abc.. ```
I opened the mysql command line client and I get Warning: World-writable config file '/etc/mysql/my.cnf' is ignored Is this to be expected?
I followed your instructions, but I get the following error. No command 's3cp' found, did you mean: Command 'scp' from package 'openssh-client' (main) s3cp: command not found When I run...
fixed #27