Cristian Vargas

Results 31 comments of Cristian Vargas

We fixed this like this: ``` try: from pyppeteer import launch except ImportError: from typing_extensions import Coroutine typing.Coroutine = Coroutine from pyppeteer import launch ``` Something similar should work for...

This is a limitation on django itself. Whenever you create an abstract model only its subclasses have access to the manager (.objects) due to the fact that the model does...

@wenottingham can you please check if what I ask in ansible/ansible-runner#51 makes sense? It should be easy to setup, but need some kind of confirmation before proceeding.

I have not worked on windows for years, so i wouldn't know about channels support. @burhan how can i help to test that?

I just ran a project with channels on windows with linux subsystem, just like @andrewgodwin. Works as expected. Do we need someone to test this directly on windows before proceeding?

Ok, i get your point @pydanny. I will test this directly on windows before proceeding. If it does not work I will start the implementation following those guidelines.

Yes, it just requires adding a single file to the repo. The installer should ask for the option (travis, drone)? Or just add them both?

@mAAdhaTTah that is great! Currently, on master, we have the sqlite database working. We can now start working with `django-rest-framework` to enable a proper API (Like @pirate mentioned). What are...

@mAAdhaTTah We have discussed those topics before. I think that @pirate has some progress on the timestamp issue, and it will be changed once we come up with a good...

> So my thinking/proposal is to actually remove the Link schema, migrate what is currently considered a Snapshot to be a Link instead (mostly as a naming convention change), then...