-
Might be neovim regression and/or breaking change, see https://neovim.io/doc/user/news.html:
```
LUA
API functions now consistently return an empty dictionary as [vim.empty_dict()](https://neovim.i…
-
Before:
```ts
bring cloud;
let bucket = new cloud.Bucket();
new cloud.Function(() ~> {
bucket.put("greeting.txt", "hello, world!");
});
```
After:
```ts
bring cloud;
let bucke…
eladb updated
8 months ago
-
We should run a prettier such that code style is consistent, furthermore ideally prettier and eslint are first tried seperately in the ci/cd, and if they fail do not attempt other CI/CD checks, to pre…
-
Greetings,
I am a security researcher, who is looking for security smells in Puppet scripts. I noticed instances of MD5 uses in one of the Puppet scripts. MD5 is vulnerable to attacks, and should b…
-
For example, when I change directory 2 levels inside the "program files (x86)" directory. Error message will prompt:
"\xxx was unexpected at this time". (xxx is the level 1 directory name inside "pr…
-
I've tried to run it on my newest server. Wild error message showed up: "Nope!". Pc shutted down, I saw white smoke and some funny smell hit the place. Checked out HW too and saw that processor and RA…
-
Enforce a maximum number of lines of code in a unit
Some people consider large functions a code smell. Large `fn` or `filter` in `sample` can make it hard to follow what’s going on. This rule shoul…
-
http://purl.obolibrary.org/obo/CLO_0000266
http://purl.obolibrary.org/obo/CLO_0000266 immortal uterine cervix-derived cell line cell
EquivalentTo: derived from anatomic part some uterine cervix
…
-
The following routine is used for password generation and will lead to weak passwords a (relatively) large percentage of the time:
`openssl rand -base64 10 | tr -d OoIi1lLS | head -c12;echo`
The f…
-
```
SCENE_GRAPH_DELEGATE seems to be implementable as a property change listener
on the root node of a scene and then setting parent property masks
accordingly.
I suggest we remove it. It has bad c…