1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-20 10:58:42 +00:00
farside/lib/farside
Ben Busby 5235f5a3bf
Replace poison dependency w/ jason
The dependency took a long time to compile, and was causing problems for
a user who was attempting to build the project.

Since it wasn't a strictly necessary dependency, and `jason` was already
included in the project, all instances of `poison` have been replaced
with `jason`.

The only additional code that this introduced was converting from
generic maps returned by `Jason.decode` into Service structs.
2022-02-14 11:21:32 -07:00
..
application.ex Remove FARSIDE_NO_ROUTER env var 2021-12-09 15:33:58 -07:00
instances.ex Replace poison dependency w/ jason 2022-02-14 11:21:32 -07:00
router.ex Preserve redirect with /_/ path prefix (#13) 2022-01-27 11:57:41 -07:00
scheduler.ex Use quantum core for update scheduling 2021-11-24 09:35:21 -07:00
server.ex Use format str for search engine queries 2021-11-29 16:31:55 -07:00
throttle.ex Fix formatting 2021-11-12 14:40:05 -07:00