Michael Manganiello
|
7c6dfa8e50
|
feat: Use ContextVar to share httpx AsyncClient instance between requests
|
2024-07-23 01:29:32 -03:00 |
|
Michael Manganiello
|
6d8a8714f5
|
misc: Migrate MobyGamesHandler to async
Convert `MobyGamesHandler` methods to be asynchronous, and use an
`httpx` async client, instead of `requests` sync client.
|
2024-07-22 01:09:36 -03:00 |
|
Georges-Antoine Assi
|
176c57c792
|
run trunk fmt
|
2024-06-23 18:17:19 -03:00 |
|
Michael Manganiello
|
33ac3ca56d
|
misc: Apply changes generated by pyupgrade
Changes automatically made by
[`pyupgrade`](https://github.com/asottile/pyupgrade), using the
`--py311-plus` flag, to be compatible with Python 3.11.
|
2024-06-23 18:17:08 -03:00 |
|
Michael Manganiello
|
fc53d77a58
|
misc: Compile constant regular expressions
Improve efficiency on reusable regular expressions, by compiling them.
|
2024-06-23 00:36:22 -03:00 |
|
Georges-Antoine Assi
|
fcb34f9088
|
Merge branch 'master' into trunk-io
|
2024-05-23 10:06:13 -04:00 |
|
Georges-Antoine Assi
|
1840390c8a
|
finish mypy fixes
|
2024-05-21 21:28:17 -04:00 |
|
Georges-Antoine Assi
|
2b60402a04
|
start fixing mypy issues
|
2024-05-21 19:22:14 -04:00 |
|
Georges-Antoine Assi
|
b2085f87a8
|
bunch of fixes for trunk
|
2024-05-21 17:10:11 -04:00 |
|
Georges-Antoine Assi
|
a7cf0d389a
|
run trunk format on all files
|
2024-05-21 10:18:13 -04:00 |
|
Georges-Antoine Assi
|
7b61972401
|
Fix search by ID for mobygames
|
2024-05-21 10:00:35 -04:00 |
|
Georges-Antoine Assi
|
2749aaee4a
|
rename back to old names
|
2024-05-05 16:59:30 -04:00 |
|
Georges-Antoine Assi
|
dc33054ba1
|
more name refactoring
|
2024-05-05 16:45:58 -04:00 |
|
Georges-Antoine Assi
|
9ad28f3294
|
more refactoring again
|
2024-05-05 16:32:40 -04:00 |
|