cr1st1p

Results 8 issues of cr1st1p

**Is your feature request related to a problem? Please describe.** If the repository is protected by Basic Http authorization, the number of calls being done by the browser is double....

enhancement

Example I bumped into, just now: DateTime::toShortDateString() Code does not change internal state of the object, so it should be declared as 'const', so that I'm allowed to use it...

Enhancement

Inside vscode, I get 'Failed to parse exception' for the following code: ```bash #! /usr/bin/env bash f() { cat

grammar bug

Hello, I tried using this in a cluster where I have Istio running - which is injecting a side container for every pod. Because of that, the POD status is...

I created a domain, like ``` const domain = new digitalocean.Domain(BASE_DOMAIN, { name: BASE_DOMAIN, ipAddress: "A.B.C.D" }); ``` Then, I removed that ipAdress line. Code shows that it wants to...

area/providers
kind/question

Issue at hand: a simple json with 1 string field and 1 integer field ("cJSON_addNumber") - fails to be print_unformatted. I saw https://github.com/DaveGamble/cJSON/issues/585 - and someone had a similar problem...

It looks like at a certain point you removed the possibility to completely define the helper pod definition, while you actually kept the helm chart's README.md still mentioning it. Please...

Fixes: - patch applied to one seafdav file to make seafdav *start* - export more environment variables to child processes so that they really are taken into account (like USE_EXISTING_DB,...