Paul Cosma

Results 8 comments of Paul Cosma

Thanks @89luca89 for the reply. Regarding the --sudo export solution: as far as I know, some apps are expected to be run in "user mode" and only elevate to root...

Aren't `interface`s basically `trait`s but under a different name?

@D-Brox this is not true. We can offer our own API for personal servers that serves the cached bulk export.

`JSON` would be the easiest format for us to implement. Regarding [Repology Exports](https://github.com/repology/repology-exports), it seems to only parse a data file and doesn't actually download or connect to any API.

Ideally, the more data we have, the better. However, the essential fields are: `repo`, `subrepo`, `srcname`, `binname`, `visiblename`, `version`, `origversion`, `status`, and `projectname`. Here, `projectname` would be the path variable...

Would it be fine if we used [this export script](https://github.com/saenai255/repology-export) until you finish yours? It fetches all the Repology project pages sequentially and aggregates them in an SQLite database. We...

https://github.com/saenai255/odin-wsserver Odin bindings to the C websocket library wsServer Thanks!

https://github.com/saenai255/odin-sqlite3 Odin bindings to the C SQLite3 library Thanks!