Bruce Edge
Bruce Edge
Here's an example:  Both `local` and `name` were selected, and are not highlighted in the subsequent occurrences. While I can highlight the other occurrences manually, they are...
**Describe the bug** Editing a goole slides shows odd text visibility behavior **To Reproduce** Steps to reproduce the behavior: 1. Create google slides 2. click on text to edit 3....
From a clean clone, & import into intellij as gradle project, reports: ``` Groovyc: unable to resolve class com.mkobit.jenkins.pipelines.codegen.LocalLibraryRetriever ``` Something missing to resolve this? ![Screen Shot 2021-06-01 at 16...
I understand that this is targeted at lambda, which is stateless. We have a need to keep a large model in memory, ~1GB deserialized from s3, so doing so for...
Unbound does not chain lookups for CNAMEs from configured stub or forwarding zones. Example: Local zone: example.com; contains numerous A records injected by DHCP server. ``` host.example.com A 10.1.1.100 ```...
I'd like to log the retry `attempt_number` in the wrapped/decorated method. Is there any provision to access this from the method being retried? eg: ``` @retry(retry_on_exception=retryable_write_exceptions, wrap_exception=True, wait_exponential_multiplier=10000, wait_exponential_max=600000) def...
With this extension loaded, the syntax highlighting breaks for methods with a non-scalar type-annotated ret val. I disabled all extensions one at a time and confirmed that this is the...
I was looking into how best to wrap my own backoff/retries around this as it seemed like I wasn't getting any retries. Digging into it, it appears that the exception...
As with anything, the ability to search through data is vital. One cannot do this with any of the jFrog plugin panels. This forces one to scan manually/visually for the...
Most jFrog CLI upload commands have a --build-id and --build-name option to associate this metadata with the artifact. Given this appears to be the only non-curl option available for jFrog...