Umut Karcı

Results 32 comments of Umut Karcı

I'm using [linuxserver/wireguard](https://docs.linuxserver.io/images/docker-wireguard) and I'd love to use firezone with that (or better, replace linuxserver/wireguard with firezone). That'd be amazing!

Hi, how may I help with this PR? I want this to be merged as well.

I saw the micropython-typing module. I can provide a hand. I'm also writing stub files for esp8266 port (1.9.2 currently). I'll release it as soon as I finish machine. Stub...

I always use mpy-cross to compile py files before uploading to the board. Type annotations and stubs would help me develop my code faster, not run like a staticly typed...

I'm not sure about `__class_getitem__` 's necessity but I think mpy-cross can ignore that operations.

I can provide a pseudo code. ``` response = GET https://v5.vbb.transport.rest/stations?query=mollstr station = select first from request where name = 'Berlin, Mollstr./Otto-Braun-Str.' response = GET https://v5.vbb.transport.rest/stations/{station['id']} line = select first...

It is a coding challenge for a job application, thus I cannot share the question. I think this API needs an open api documentation, other than that I think it's...

I think the commit @isidentical mentioned is a good start. Celery does not come with a backend or broker driver out of the box (except ), you are supposed to...

This is great. Thanks for the effort. Myself from 5 years ago would be thrilled. I may give sherlock another go in a different project now :)

I'm in for Django REST Swagger support. How can I help?