-
The peer review of paper 1 is all based on the "What to look for in a code review" in Google. 2022. “What to Look for in a Code Review.” Google Engineering Practices Documentation. https://google.gith…
-
This is now broken due to changes in Graylog 3.x (and a critical support package dropping support for underscores).
https://github.com/Graylog2/graylog2-server/issues/5704
https://github.com/thekr…
-
It seems there is some inconsistency in the binary name. I use Arch (btw) and the binary is called `baloosearch6`, yet it seems on different distros, it's simply called `baloosearch`.
Would be perf…
-
* https://dev.to/hahnmatthieu/2fa-with-nestjs-passeport-using-google-authenticator-1l32
* https://dev.to/backendless/2fa-login-plugin-featuring-totp-1hcd
* avec sms :
* https://dev.to/hackmamba/…
-
consider using repl from boot cljs repl ? or figwheel repl ?
pros fig side:
- figwheel repl will bring the ability of node.js seamlessly with `(figwheeel.client/start!)` and
pros cljs repl si…
-
Hi,
how were the packages for the current debian-control-texlive-in.txt in the repo chosen? I installed texlive on my Ubuntu 17.04 system and read the warning. Then I thought that it may just be all …
-
Just took me about twenty minutes to figure out what was wrong with this:
```ts
const commonParameters = parametersBuilder()
.addHeader("authorization", z.string().min(1))
.addHeader("email"…
-
A general question rather than an issue, really ---
I've been experimenting with the use of HNSW for a (very slightly) different problem than k-nearest neighbors, and wanted to ask whether it's rea…
-
Hi Adrian, could I make it work with NERDTree's create file method(keys: m -> a)?
https://github.com/scrooloose/nerdtree
-
Hello Team,
I have used FasterRCNN to train/evaluate AlexNet caffe model on custom vehicle dataset. Downloaded around 150 images with different objects and annotated with 4 categories using VOTT to…