Eiríkur Fannar Torfason

Results 5 issues of Eiríkur Fannar Torfason

# What Add a JavaScript port of the TokenStreamRewriter that includes most, but not all, of the methods from the Java implementation. # Why So that JavaScript developers can benefit...

I've used Guice in the past for registering and instantiating plug-ins using the multibind extension. I found that straight-forward to do based on the [Guice documentation](https://github.com/google/guice/wiki/Multibindings). However, I'm struggling to...

In an attempt to abstract away the concrete logger implementation, I'd like to inject logger objects into my classes. However, I would also like the `name` of the injected logger...

**Describe the bug** We received an alert from our error monitoring system. There are 3 log lines from `aiokafka` loggers at the time of the incident: ``` 2020-07-04T18:06:27.135 - Unable...

For some routes, we make use of the [background tasks](https://www.starlette.io/background/) feature in Starlette. The timing metrics we have gathered indicate that time spent executing these background tasks is being included....

bug