Karsten Lehmann
Karsten Lehmann
I did some quick tests to run absurd-sql in a serviceworker, but it fails like this: serviceworker.js:63 Failed to open the database Yb.w.ErrnoError.w.ErrnoError {node: undefined, Oa: 20, message: 'FS error',...
Is there a way to see the query plan CQEngine is using for a query (e.g. which indices have been used)? Would be useful to optimize the index fields and...
Hi Niklas! Your project looks really cool! We are searching for a grid solution where users can position the items wherever they want in the grid, e.g. some items top...
I just tried to run the code sample (on iOS) and found out that the first parameter for the respond method call is not correct. The sample should look like...
In the Server class (https://github.com/alwx/react-native-http-bridge/blob/master/android/src/main/java/me/alwx/HttpServer/Server.java#L30) you are using a HashMap to store the pending requests. Since HashMap is not Thread-safe, this class needs to be synchronized, e.g. by wrapping it...
The GeoHashBox corners are currently calculated like this: this.corners.topleft = new GLatLng(this.box.latitude[0], this.box.longitude[0]); this.corners.topright = new GLatLng(this.box.latitude[1], this.box.longitude[0]); this.corners.bottomright = new GLatLng(this.box.latitude[1], this.box.longitude[1]); this.corners.bottomleft = new GLatLng(this.box.latitude[0], this.box.longitude[1]); Shouldn't this...
Hi! Thanks for your great project! I just installed it in our customer's environment. FYI: I had to make two code changes, because I was unable to save document updates....
I tried to use UnboundId in an IBM Notes/Domino environment which has a restrictive SecurityManager in place (Java agent in an NSF database). Had to catch AccessControlExceptions in two classes...
I run the following code to build an index from a PDF in the data directory and use the hugging face embeddings (need a model with German support later): ```python...
I get errors when running ai.sh with the current version of the openai CLI. Did you try already to make it work again with the current CLI version and with...