Eduardo Nunes
Eduardo Nunes
Hey dude 👋 , have you considered this project: https://github.com/madewithlove/illuminate-psr-cache-bridge in order to add auth cache? It would be abstract from laravel point of view, you could pick whatever cache...
You can also use [Doctrine](https://github.com/doctrine/dbal) library, it provides a set of cache mechanisms, e.g. `Apc`, which works fine.
I think in this case it is better to leave the lowercase components as their blessed pair and create upper case ones following react standards. It might be good to...
You can think of it like HTML -> React, Blessed -> React. When you create a react (browser) component you do it based on HTML tags, when you create a...
I'm not sure if it will decrease performance, Vjeux from Facebook developed a javascript version of flexbox which converts to absolute positions (usually absolute positions are faster than calculate everything...
Any news on this one?
I've faced the same issue when using [dialogs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog). I've fixed the issue by doing small changes in the `getAncestorsOffset` function: ```js function getAncestorsOffsets(p){ if (p.tagName === 'DIALOG') return {top: p.offsetTop,...
Hey folks, I've just bought a Halo65. I have access to linux/windows/mac machines. I haven't looked the code yet to try to understand what it does and how support to...
Is there any plan to add support to it? I have a query that I want to repeat the parameter in a subquery. ```sql insert into products (list_id, name, cycle)...