Bastian
Bastian
8 or '8' didn't do any difference. tried both. looks like its ignored completely. but syntax-errors in the query are not ignored (changes are recognized) @ARolek i will look into...
where is the output of the logs? I'm using kubernetes, i think debugging is enabled? but the service doesnt output debug-infos and /var/log is empty in the tegola-pod tegola-deployment.yaml ```...
@iwpnd Thank you! That works. Now i see whats happening: With only this single Layer ``` const adminLinesLayer = new VectorTileLayer({ declutter: false, source: new VectorTileSource({ minZoom: 14, maxZoom: 18,...
I had to install LLVM from http://releases.llvm.org/download.html (for me Windows (64-bit)), after that formatting works. I had the same problem with "write EPIPE"
i just ran into this issue: Then i tried to delete the row via phpstorm that gives me this error: ERROR: update or delete on table "users" violates foreign key...
But now... What is the best way that users can only delete their own files? With my policy, every authenticated user can delete every file. Maybe with a db-table with...
Am i correct? The solution could be to have two instances of the supabaseClient, one with user-context with anon-key for updating the profile-table, and the other without user-context and with...
Okay, forgot the port ip:3000 on the endpoint! now that works! many thanks :-) Any suggestions about the www-authentication popup. it still pops up. "http://ip:5984 requires a username and password"...
Do you mean that part? $rootScope.$on('sl:login', function() { // Make sure data from previous user is erased destroySequence() .then(function() { startSequence(); }); }); i do this, but i still get...
It seems to work with pouchdb version 4.0.0, i used 5.1.0 Yes, all fine on device with ionic and in browser (chrome) with pouchdb 4.0.0