Damian Stasik

Results 40 issues of Damian Stasik

### New Pull Request Checklist - [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [ ] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-dashboard/issues?q=is%3Aissue). ### Issue Description...

## Description The SVG pattern used for the glowing backdrop is quite big, fortunately thanks to compression instead of transferring 50kb only around 6kb is sent through the wire. There...

This PR simplifies specifying type of the resolved value from the `show` function. Currently, if you want to provide a precise type of the value resolved from a promise, you'll...

Currently any image that has `objectFit` property will be centered without any way to control this behavior. This PR adds a limited support for `objectPosition` for images, by tweaking what...

This PR changes how `router.add` works: ``` js // Name after route path + no need for an array when using more than one middleware router.add('get', '/user/:id', 'user', isAuthenticated, someOtherMiddleware,...

If you are using this module with Express, you can create a named route like that: ``` js app.get('/user/:id', 'user', (req, res) => { res.send('Hello!'); }); ``` It's clean and...

This PR adds an ability to provide a query selector to the `container`. Any feedback is more than welcome! https://github.com/rmariuzzo/dom-navigator/issues/16

## Description Since we no longer have the section we can simplify the config by removing the custom blog plugin and all remaining files. ## Motivation and Context ## Screenshots...

Right now the search results page is in a quite rough state, we need to swizzle it out and refactor it to use Tailwind.

Nice to have