Athanassios I. Hatzis

Results 5 comments of Athanassios I. Hatzis

Hi Clojurians, this is my setup and the steps to make `figwheel` and ClojureScript REPL work inside InteliJ IDEA 2021.3.3 ```bash lein --version Leiningen 2.9.1 on Java 11.0.15 OpenJDK 64-Bit...

Hi, I have recently started playing with DataView and DatabaseFolder. I tried to create views from multiple records that are written in a single file, each record is represented with...

This Stack Overflow issue, ["FastAPI (starlette) get client real IP"](https://stackoverflow.com/questions/60098005/fastapi-starlette-get-client-real-ip), is highly relevant here. In my case, for example, Gunicorn is running behind an Nginx reverse proxy as described on...

OK after some experimentation, I found how to omit nullable columns from CozoScript `put` command. When you define the relation with the `:create` command you **must specify** default values for...

Hi, thank you for reporting this, I confirm that I have also experienced this issue with `pycozo` library and `Jupyter` installed on a Python 3.10 `conda` environment, the quick fix...