Marc Quinton
Marc Quinton
I had same isssue, with: ``` ... Could not create Makefile due to some reason, probably lack of necessary ``` and did install before gem install mysql2: ``` # on...
NocoDB est une alternative sous forme de GUI, assez proche de MS-Access et qui permettrait de s'interfacer avec la base SQL : https://www.nocodb.com/
> il y a donc une incidence sur l'environnement docker. Merci pour l'évolution.
manifestement, quand je lis la doc en lien avec l'[API](https://dbarzin.github.io/mercator/api/), on peut constater qu'il est nécessaire de s'authentifier avant de faire un GET.
et la même chose en bash: ``` # valid login and password data='{"email":"[email protected]","password":"password"}' # get a token after correct login token=$(curl -s -d ${data} -H "Content-Type: application/json" http://localhost:8000/api/login | jq...
this full stack docker-compose may help you : https://gitlab.open-mind.space/pandel/excalidraw-docker (unreadable) ; have a look at : https://github.com/flywindy/excalidraw-docker
WIP for me : Excalidraw is working fine ; I have change configuration because I need to setup this stack behind an apache reverse-proxy. Persistant room qtill not working now....
some information about flow and AC measurement : https://www.eevblog.com/forum/projects/how-to-measure-the-direction-of-a-c-power-flow/
hello, seems to be very simple: ``` mkdir -p $HOME/tmp ; cd $HOME/tmp git clone https://github.com/gadael/gadael.git cd gadael # checkout latest version ; use git tag to list tags. git...
I found an issue about Gadael running on Docker: bower_components directory is not in the search path for HTTP server, so you need to issue this command in gadael directory....