mindaugasvcs

Results 8 issues of mindaugasvcs

I can see uv_last_error() in examples but it's unawailable in the last php-uv build. How to check for errors after a function call? PHP Fatal error: Uncaught Error: Call to...

https://github.com/symfony/demo/blob/206f0c9aab07cdc9f7437640b12947d35e9d5e72/src/Controller/BlogController.php#L55 Hi, I think a reference application should not promote unnecessary SQL queries. You fetch a tag object from DB then execute another SQL call, why not just passing a...

Make Glide more customizable by allowing html elements between the "track" and the "wrapper".

https://github.com/glidejs/glide/blob/8dbad8c1d18fb4b03c4012eef6066f16d4feea38/src/components/html.js#L90 Hello, I recommend to use something like a WRAPPER_SELECTOR to get the wrapper element instead of using a simple children property. This way Glide can be even more customizable.

This is how the mentioned element color is styled when focused in current version of MD2 CSS: ``` .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label { color: rgba(98, 0, 238, 0.87); } ``` and ```...

bug

https://github.com/material-components/material-components-web/blob/f80ac92b08dfa1b59cd9faf74f3d19a4b134993e/packages/mdc-top-app-bar/mdc-top-app-bar.scss#L204 1. CSS margin is used to push element. 2. CSS padding is used to push element's boundaries. Now if I use the drawer with top-app-bar then drawer's border will...

This is a very nice Sublime Text extension but unfortunately it's not working with php files that use references to Twig templates like ` return $this->render('some/_some_form.html.twig') ` I understand this...