Jeremy Bradbury
Jeremy Bradbury
@jimmywarting TYVM @t-lock TYVM, I made your code into a js file jimmywarting_tlock.js ``` history.pushState = new Proxy(history.pushState, { apply(target, thisArg, argumentsList) { Reflect.apply(target, thisArg, argumentsList); scrollTo(0, 0); }, });...
Thanks for this @AhmadrezaPRO! Since my use case slightly varied, I moved the filter to the find, so users can only see data they created, this filter is then called...
@davidparys I tried to make your solution work, it was the closest I've come to success. Here is the problem as I see it: 1. Controllers don't work with GraphQL...
So after playing with [Lifecycle events](https://docs.strapi.io/developer-docs/latest/development/backend-customization/models.html#available-lifecycle-events)... I see the example code on that page looks incomplete, especially the second file using `strapi` with no import or definition, and shows TypeScript...
>We are aware of issues with user population including the profile, that isn't a documentation problem but a code problem. @derrickmehaffy how can i help? I found this as a...
Can I help you add a bounty system to your roadmap? This way ppl can put money down on features that (mostly) maintainers can get paid for features that are...
Cool... well if you ever do want some help. Even volunteer help, don't be afraid to ask those clearly offering you help. You presented the lack of spare time and...
@brunophilipe i was just about to start on a standalone tool for GUI + cask, but this tool looks like it would be great to extend, instead. Let me know...
I tried it using a WSL2 platform: OS: Ubuntu 20 NODE: 16.14 it gave me errors about upstream dependency conflicts: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to...
I switched to node 14.9 (maintenance) on Ubuntu 20, it built and ran, but same error from `./node_modules/bootstrap-loader/no-op.js` So, I went all the way back to node 12.22.10 ([out of...