Tanguy ⧓ Herrmann

Results 60 issues of Tanguy ⧓ Herrmann

Hello, I was looking at camlistore for a while, but their UI is generic (and filled with geeky stats at the moment), and therefore, for photo album it isn't great....

enhancement
0 - Idea box

I was trying to compile EffecTV on my ubuntu 20.04, but it failed because it asked to have `sdl-config` on my box ``` gcc -DDEFAULT_VIDEO_DEVICE=\""/dev/video0"\" -O3 -fomit-frame-pointer -funroll-loops -I.. -I../v4lutils...

Hi Kentaro, glad you updated EffecTV for v4l2! :champagne: I'm missing the vloopback feature so we can chain effects. I updated some headers (`videodev.h -> videodev2.h`), but then, I'm expected...

### Summary / User Story `eth_sendRawPrivateTransaction` is used in goquorum to send initially preprocessed transaction (already signed, etc). They need to be exposed on the nodes interface so goquorum clients...

### Describe the bug In the code at several places some errors are ignored. We should always handle them, even if it is to log them and not return them....

T: Tech Debt

There are some projects that reads some `docker-compose.yml` to generate some graphviz/plantuml graphs. We could add a makefile target that would generate this into the README. ### references https://dev.to/krishnakummar/creating-block-diagrams-from-docker-compose-files-7kf https://hub.docker.com/r/leoverto/docker-network-graph/...

## Makefile dependencies All Makefile targets are not self-sufficient and requires that some target have been called before. It is not really clear which one, and in what order. Reading...

T: Tech Debt

The Makefile has different targets that are not equivalent in naming while having some similar functionality: eg. some start with `down-`, some stop with `-down`. In general, it is not...

T: Tech Debt

We should have a way to automate mocks generation, maybe as a git push pre-hook. It would avoid forgetting doing it. Or at least to have a check in the...

T: Tech Debt