molul
molul
Is there still any chance of this happenning? Android's Gamesome is cool, and Retroarch works very well on Android (especially since last update with touch controls for the menu) but...
> class SupportGBoard { > constructor(quill) { > this.quill = quill; > quill.on("editor-change", this.handle.bind(this)); > } > > handle(eventName, ...args) { > if (eventName === "text-change") { > let ops...
Ok I figured out how to do it, but the provided module doesn't work (throws an error "Cannot read properties of undefined (reading 'focus')" on the line this.quill.focus. If anyone...
> On version 4.4.7, pagination parameters are not working. > > What our team did was insert those with Entity Service API https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/entity-service/order-pagination.html#pagination > > We catch start and limit...
I see. Thanks! However, how to use this with users? Inside /src/api I see all my collections except Users (for being internal, I guess).
I ended up separating User from Profile. User has username, email, password and some other requested fields, and Profile has other fields like country, city, date of birth... And it...
I second this feature request. I really need it for my current project. Hope it comes someday :)
> I just ran into this issue myself, and I think I found a workaround for getting named slots to work. TL:DR: The solution, although not advertised as such, can...
> Please always try to share a repro case in a runnable form - either by providing a git repository to clone or a codesandbox. OSS maintainers usually can't afford...
Well, first off, I'm not an expert, but from what I read when I was trying to improve my Nuxt app, I think I understood there are a few advantages...