Yacht Shaver

Results 326 comments of Yacht Shaver

Someone who has a live and running version with 1.11 can clicking the edit link on the file, but it will need a project member to merge for sure. We...

@gamesbook Could you try removing the "research:" and "core:" prefixes of your urls ? Could you paste the output HTML ? Including the data- attributes particularly. It doesn't look like...

I think that there is a mistake in your URL configuration.

Workaround: add `use_in_migrations = False` to your manager class

It would also be great if we could add them to a router, so that they be documented with the rest of the endpoint.

Can Coffescript transpile without resolving imports? (maybe transpiling a bundle per file?) In this case, you can import by path and the browser will understand it: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules Paths must be...

Didn't that work for you? https://github.com/ansible/awx-operator/issues/685#issuecomment-990883346 I don't remember the case but reading the issue again makes me believe that a simple fix could be contributed: wherever that glob was...

Wrong execution of my plan to automate releases from github actions: don't do a commit --amend in there :facepalm:

Nonetheless, as explained in the comments, we have a policy of leaving older python/django support code as long as it's not hurting support for current releases, we don't maintain it...

I'm not forcing anyone to install django-autocomplete-light, however, I am trying not to break it for users who have deployed it. I'm compiling a Python 2 so that I can...