Joep Meindertsma

Results 335 comments of Joep Meindertsma
trafficstars

Thanks for sharing your thoughts on this. I fully agree that following conventions should be the default, but I'm not sure if there's a convention for creating `.env` files. Most...

>Let's maybe start at the beginning, then: What is .env files for? The `.env` is used for when you run `atomic-server`, as is, in some directory. This is a pretty...

related: https://github.com/ontola/atomic-data/issues/21

@rasendubi thanks for the suggestion. Not sure if I fully understand it, though. How could the Query Planner API look? Should the `Query` or `QuertFilter` API change? One possibly related...

Makes sense and seems reasonable! I'm pretty sure this will be a small change. I'll look into it.

Using from python currently entails using any HTTP + JSON parsing library, I guess. But ideally, we'd have something similar to `@tomic/lib` for Python. Although, I'm not sure if we're...

I think the JSON-AD path is the easiest for this. I’ve added some pages to the docs about this. Doesn’t mention python, but should be enough for an intermediate dev...

Since github, gitlab and others should implement the git SSH protocol, I think this could suffice. It is secure and standardized.

For some reason `tauri` won't build. https://github.com/atomicdata-dev/atomic-data-rust/runs/6723553931?check_suite_focus=true#step:7:487 I guess I should try older versions

@AlexMikhalev If I try to run `atomic-server --rebuild-index` (which uses `all_resources`), I get issues: ``` 2022-06-05T08:35:39.570694Z ERROR atomic_lib::db: Error sending resource in pool in all_resources: sending on a disconnected channel...