Steve Brazier

Results 45 issues of Steve Brazier

Currently any killable process has to change some application code to make sure the PIDS get registered as something killable. It may be better to hook in to some erlang/elixir...

enhancement
Needs discussion

Following on from #88 I don't really use elixir these days so I'm looking for someone to take over ownership of this project. Reply with your interest and we'll discuss...

question

Currently only the README.md. This is woefully incomplete.

I've been lazy and I feel bad.

ready

Making a put request with image data as a payload results in the mock service returning a 500. The following errors are logged in ``` E, [2018-12-04T09:01:40.958484 #9] ERROR --...

Can give a speed boost

The TLDR goal of this work is to be able to build [@strawberry](https://github.com/strawberry-graphql/strawberry) data loaders like this: ```python class AuthorLoader(DataLoader[str, Author]): def __init__(self, some_dep_db: DB): super().__init__(self.get_authors) self.db = some_dep_db async...