Re: GSoC proposal research - type hinting

2020-03-30 Thread Carlton Gibson
Hi Nikita. Thanks for the follow up. C. On Mon, 30 Mar 2020 at 13:56, Никита Соболев wrote: > Hi everyone, > > I am one of the django-stubs core-devs (https://github.com/sobolevn). > > I would love to mentor Kacper and help with anything django-stubs related. > You can count me in! > > Best

Re: GSoC proposal research - type hinting

2020-03-30 Thread Никита Соболев
Hi everyone, I am one of the django-stubs core-devs (https://github.com/sobolevn). I would love to mentor Kacper and help with anything django-stubs related. You can count me in! Best regards, Nikita Sobolev суббота, 28 марта 2020 г., 2:08:07 UTC+3 пользователь Kacper Szmigiel написал: > >

Re: GSoC proposal research - type hinting

2020-03-28 Thread Kacper Szmigiel
Hello, I've sent emails to Mr Kurnikov and Mr Sobolev, Typed Django project maintainers. Looking forward to get an answer from them. Kind regards, Kacper On Saturday, March 28, 2020 at 4:16:26 PM UTC+1, Carlton Gibson wrote: > > Hi Kacper. > > The question of type hints in Django itself is

Re: GSoC proposal research - type hinting

2020-03-28 Thread Carlton Gibson
Hi Kacper. The question of type hints in Django itself is currently under consideration (the draft DEP plus this PR: https://github.com/django/django/pull/12405 ) If it weren’t for the current covid-19 situation we would likely already have a more

Re: GSoC proposal research - type hinting

2020-03-28 Thread Kacper Szmigiel
Thank you for your response! :) I was thinking to start with adding type hints to some basic Django packages, i.e. django.utils, and then move on with other ones, depending on how much time I have left. But, I'm not sure what way to do this is more reasonable. I wrote an email to Daniel

Re: GSoC proposal research - type hinting

2020-03-27 Thread charettes
You might also be interested in this Django Enhancement Proposal to add type hints to Django https://github.com/django/deps/pull/65 Cheers, Simon Le vendredi 27 mars 2020 19:08:07 UTC-4, Kacper Szmigiel a écrit : > > Hello everyone! > > My name is Kacper, I'm 22 y.o. CS student from Lodz,

Re: GSoC proposal research - type hinting

2020-03-27 Thread Tom Forbes
As an avid user of type hints I think it would be fantastic. I believe with the upcoming release we only target Python versions that support type hinting, which was one of the issues holding us back before. I would recommend choosing a specific part of Django and investigating adding type

GSoC proposal research - type hinting

2020-03-27 Thread Kacper Szmigiel
Hello everyone! My name is Kacper, I'm 22 y.o. CS student from Lodz, Poland. I've started researching some nice feature for my GSoC proposal, and I have a few questions to you, dear Community :) Unfortunately, due to this whole mess caused by covid-19 I had like no time to sink into Django