Matt d'Entremont
Matt d'Entremont
I think I have it, I was running `dotdrop.sh` (old version) instead of `dotdrop/dotdrop.sh`
Whoops, it seems that's how I'm supposed to do it 😛 - bootstrap.sh creates that file
So it seems that running `./dotdrop.sh` triggers the auto-upgrade, but `./dotdrop/dotdrop.sh` does not: ``` â•â”€[12:48:41] ~/dotfiles ╰─➤ ./dotdrop.sh Submodule path 'dotdrop': checked out 'ebd31e41aa469b3b7e79174d8d9891cee147b674' Submodule path 'dotdrop': checked out 'aa3defd11752247909e03eaf14da197a6eda90f7'...
But that makes sense -- in both cases the: ``` git submodule update --init --recursive git submodule update --remote dotdrop ``` gets triggered, but when that happens inside of the...
So for me, the workaround for my init script can be to also do `git submodule update --remote dotdrop` before installing my requirements
I would be overjoyed if this feature could bring Switcheroo closer to: https://contexts.co/ 😃
@cho-is Would you be able to prefetch the filtered list using the new Prefetch objects (ex: `qs.prefetch_related('lookup__field', queryset=filtered_qs)`?
Our project had some code like this and we wanted to change `trackInlineScript`, but the "browser" exported bugsnag variable doesn't export its type: ``` const bugsnagClientPromise = new Promise( (resolve)...
@johnkiely1 Any chance this'll get in soonish?
@johnkiely1 Any chance you'd like to sneak this in now?