Piet van Leeuwen
Piet van Leeuwen
MeQuery doesn't check user.status.verified should it be using the verification_required decorator?
Just like User model can be replaced and customised, can we do the same for UserNode? e.g. `user = get_user_node()`. This would be really useful for overriding the querysets /...
With inheritance, e.g. Writing, Event, etc all inheriting from Content. Creating Writing doesn't trigger (or implement) the admin mixin applied to the Content model. They add with the default value...
To be fair this isn't an 'issue', but wasn't sure where to ask this. Is there a way to run a bash script every time I run `pew workon ...`...
### Describe the bug When upgrading from **Super Table 3.0.15, Vizy 2.1.23 and Craft CMS 4.13.1.1**, to **Super Table 4.0.2, Vizy 3.0.5 and Craft CMS 5.5.3** The [data migration](https://github.com/verbb/super-table/blob/craft-5/src/migrations/m240115_000000_craft5.php) doesn't...
### Describe the bug Similar issue : https://github.com/verbb/vizy/issues/115 When upgrading from **Vizy 1.0.23 and Craft CMS 3.9.10**, to **Vizy 2.1.23 and Craft CMS 4.13.1.1** Character were previously stored in the...
### Describe the bug When upgrading from **Super Table 3.0.15, Vizy 2.1.23 and Craft CMS 4.13.1.1**, to **Super Table 4.0.2, Vizy 3.0.5 and Craft CMS 5.5.3** The [data migration](https://github.com/verbb/super-table/blob/craft-5/src/migrations/m240115_000000_craft5.php) doesn't...
First time running PubSub locally, I tried to name topic/subscription like so -`"Process Webhook X Event"` that fails with the error - ``` thread 'tokio-runtime-worker' panicked at runtimes/core/src/pubsub/nsq/topic.rs:28:52: called `Option::unwrap()`...
I'm getting the following error - ``` error: Internal compiler error [E0001] An unhandled panic occurred in the Encore compiler: runtime error: invalid memory address or nil pointer dereference This...