Tony Narlock

Results 710 comments of Tony Narlock

Thank you! I will give this a try in the AM tomorrow (Texas time)

I got here via Google. I was expecting to see the _opposite_: "Move website from sphinx to Docusaurus". I'm surprised. I'm a python programmer that uses sphinx-doc on 10+ websites...

I don't see what AGPL being different GPL has to do with it? I can't use the package since it has viral clauses, and just wanted to leave a note...

Off-topic: As of django 1.11, there is no ``--natural`` There is: ``--natural-foreign`` and ``--natural-primary``. Which one(s) would be used if doing it correctly now?

The other thing is as of django-polymorphic 1.2, django.1.11.3 If I do a dump-data on a parent model, I get all the data, *except* the ``_ptr_id``. So polymorphic queries don't...

When using ``loaddata``: If I'm using ``post_save`` signals, I'll get an error the model isn't found (which is expected, no models are found if only the table data for the...

This is only with fixtures. By the way. If I create models on the fly through python or through the normal website, relationships are correctly created and show fine.

Here's the good news: I do get the ``"polymorphic_ctype":`` data in ``dumpdata``. The bad news is loaddata doesn't actually help populate the relation. For instance, assume the ``core.Node`` parent and...

I switched to https://github.com/HerringtonDarkholme/yats.vim as in @eloytoro's comment, but also noticed i had multiple typescript plugins fighting each other ```vim Plug 'leafgarland/typescript-vim' Plug 'peitalin/vim-jsx-typescript' Plug 'HerringtonDarkholme/yats.vim' ``` Check your own...

Off topic, but related to a popular ASGI and werkzeug case (I don't want to derail this issue, but don't want to create a duplicate issue without substance to add):...