Noorul Islam K M
Noorul Islam K M
I have the following configuration ```elisp (use-package color-identifiers-mode :diminish color-identifiers-mode :init (add-hook 'after-init-hook 'global-color-identifiers-mode)) ``` With above configuration tangling functionality from org-mode is taking a lot of time
I work on multiple projects with multiple compose files. project1 -> compose-p1-1.yaml, compose-p1-2.yaml project2 -> compose-p2-1.yaml, compose-p2-2.yaml Every time I need to run compose command I have to switch to...
### Expected behavior What should have happened? Should not have had any CVEs ### Actual behavior Found CVEs What actually happened? ### Steps to reproduce 1. trivy image --security-checks vuln...
Fixes #1614
The latest version of docker_registry2 has the fix for #3989.
Today, DB layer timeout is not configurable by the user. This makes it difficult for the user to upload bigger jars. DB API uses shared-timeout which is part of application...
Here is the [traceback](https://pastebin.com/utUj69Cs) from jobserver log. It looks like we are creating multiple contexts with hive enabled.
When upload big jar the API times out. Document spray configuration parameters.
For example, I have the following values set ```elisp (setq kubernetes-poll-frequency 3600 kubernetes-redraw-frequency 3600) ``` When I switch context, I see that screen is re-drawn with "Fetching..." message.