JasperAlgra
JasperAlgra
I'm running into the same issue as @RichardBronosky . I tried to add a custom block, but it won't show up in the GUI. Block: ``` { "name": "narrowcasting", "text":...
At the moment I see some pretty random behaviour. Almost immediately after posting my last message the narrowcasting plugin/block I've made was indeed available in the setting list. I even...
I've installed electron-debug (https://www.npmjs.com/package/electron-debug) and I'm trying to debuggin the app now via Jetbrains IntelliJ, wich is quite a pain in the ass due to the elevation and killing of...
On debian/ubuntu: - postgresql-server-dev-9.6 - libpq-dev I've did: ``` - name: PostgreSQL | Extensions | Make sure the development headers are installed | Debian apt: name: "{{item}}" state: present update_cache:...
Also, I've had similar issues before in 1.5.x. Maybe to circum/prevent this issue there could be a `--generate-config-file` option or so? Or a config file template on github instead of...
Hi @ShahriyarR , After this merge I've got this: ``` root@dev:/home/jasper/autoxtrabackup# python3 mysql_autoxtrabackup/autoxtrabackup.py --generate-config-file Missing config file : /root/.autoxtrabackup/autoxtrabackup.cnf Traceback (most recent call last): File "mysql_autoxtrabackup/autoxtrabackup.py", line 321, in all_procedure()...
Thanks a lot man! What is your plan with this project? Are you planning to continue to use it yourself in production ? I've got a taste from the mongodb...
I'd say regarding the logging; let both the logfile and the console logging be set with the same log level. Or create two log levels (e.g. file_loglevel and console_loglevel), maybe...
I have the same sometimes. Worked for months now, but not today. Unable to figure out why exactly.
Great, that works! Thanks a lot. :) I'll try to setup a MR for the docs when I have some time. Probably helpful for others as well.