-
Here is the complete list of all possible scalar type + their optionnal args.
The problem is that I don't yet understand what some of them means (no docs found) and we then can't generate specs on th…
-
```html
//import deepmerge from 'deepmerge'
import stache from 'can-stache'
function BabelHTMLElement(){
const newTarget = this.__proto__.constructor;
return Reflect.construct(HTMLElement, …
-
This is not an actually bug, the code in branch `1.21` works in an environment with `fabric-api` installed. (Yeah, `fabric-api` is installed via the jar-in-jar manner).
However, I want to mention t…
-
The conversion from Source to Core can be simplified a bit.
Lets are currently converted to a tuple of the input value and the let-bound expression. This was necessary in the original Core language be…
amosr updated
8 years ago
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
…
-
* terrascan version:
* 1.10.0
* Operating System:
* Windows 10 x64
### Description
Enable terraform expierments support
terraform {
experiments = [module_variable_optional_attrs]
}
##…
-
When an configuration value will be removed from `func.yaml`, it will be not removed from the container environment context after a new deployment.
**how-to-reproduce:**
1) add config val to `func…
-
Hi,
Thank you for pykeepass!
I noticed what I believe is a security issue with the way that pykeepass saves a database (I've tested only KDBX). None of the four seeds are regenerated. These are:…
-
When a stream (chain of observables) completes, subscribers will stop receiving events (as expected), but any observables higher up the chain that would have been evaluated if the stream was still act…
-
Hello,
I don't know if it is really a bug or just an improvement, but the behaviour of modelmapper was not consistent.
The problem is that modelmapper mixup getRed() and isRed() function.
- som…