about summary refs log tree commit diff
path: root/dev.sh
Commit message (Collapse)AuthorAgeFilesLines
* dev.sh: optional cargo-watch and systemfd supportVika2022-05-071-3/+11
|
* More logsVika2022-04-171-1/+1
|
* update dev script to use systemfd and cargo-watchVika2022-03-021-1/+1
|
* Fix the dev script to use the proper token endpoint and log settingsVika2022-02-211-2/+2
|
* WIP: convert to Tokio and WarpVika2022-02-151-1/+1
| | | | | | | | | | | Warp allows requests to be applied as "filters", allowing to flexibly split up logic and have it work in a functional style, similar to pipes. Tokio is just an alternative runtime. I thought that maybe switching runtimes and refactoring the code might allow me to fish out that pesky bug with the whole application hanging after a certain amount of requests...
* Added a dev env scriptVika2022-02-141-0/+9