Tom Forbes
Tom Forbes
Also, as a side note, in the future with this we can potentially test on MacOS (while not a deployment platform, it's a huge development platform) and Windows. A full...
Oh right! Unfortunately that is not possible without the build context being Django (unless we duplicate the requirements files here). Docker `COPY` commands are relative to the build context, so...
Thanks for your feedback Carlton! I'll try and address a few points below. Moving under Django: yes please! I can transfer the repo directly or we could create a new...
> I'm using Docker on macOS. Just default settings. Ok, let me dig into this a bit. As @jarshwah mentioned there are some volume options we can play with, so...
I would be more than happy to move it below virtualenvs in the quickstart, I guess it is a more specialized test suite. If you are making changes to views...
I'm not sure I can add you as a maintainer, I only see options for a collaborator (which you already are). I can transfer this repo to you @apollo13 (if...
Thanks for all the feedback in this issue everyone. The repo has been migrated, however I can't migrate the issues. That's not too much of a problem, so I'm going...
The idea behind this tool is that disk space is cheap, and you may indeed want to switch between repos you're not _currently_ interested in at a future point in...
Same, I've tried with the bundled MacOS llvm as well as the latest.
Hey there, The iSortCol_0 syntax for requests is a legacy format, this library uses the [new format](https://www.datatables.net/manual/server-side), so the syntax for ordering is "order[i][column]". If you look in the readme.md...