Diego Gaustein

Results 13 comments of Diego Gaustein

I resorted to doing something like this, though it's not reactive, it does work. ``` computed: { isCompleted() { return this.row["completed"] } }, methods: { updateRowColor(value) { if (value) {...

The current functionality only checks for a `page` attribute, and the cursor implementation exists only in the docs, so I can't really test it without adding further changes to the...

Thanks for the input, I haven't tried using a ManyToMany with through, which does work. But to complicate matters further, my Node model is polymorphic (using inheritance), and the SideloadSerializer...

That's correct, and adding a PrimaryKeyRelatedField with source='get_nodes' also works. The thing is, when you include a polymorphic model, you need to specify not only the ID but also the...

I am having a similar issue, hybrid mode works fine using the internal display, but as soon as I plug in an external monitor everything becomes extremely choppy. For example...

Pull requests are welcome

This is currently preventing us from adopting pytest-celery > 1 as the clash breaks our existing tests

@Nusnus No problem, thanks for the response. We are currently using `celery.contrib.pytest` for unit tests, and we use the `celery_worker` fixture often, ie ``` def test_webhook_task(self, mocker, celery_worker): ... ```...

This is still an issue on 2023.10.5