Jakub Olek

Results 9 issues of Jakub Olek

I have a ```js const [ getData, { error } ] = useLazyAxios({ url: `path`, }); ``` and when an error occurs I'd love to show a dialog sth like...

I saw that sometime ago you added https://github.com/mrmckeb/typescript-plugin-css-modules/pull/103 readonly classes, but it got never merged. Any chance that you'd accept a PR for this? With added 'readonly' option, so users...

enhancement
help wanted

**Describe the bug** If drag has any children other than text - drag with shift will not start. **Reproduction** [Live Reproduction](https://codesandbox.io/s/staging-darkness-10d01) Steps to reproduce the behavior: 1. Go to https://codesandbox.io/s/staging-darkness-10d01...

So they could find all topics that they were mentioned in This helps if agenda is made for large group of people and you want to find out if you...

enhancement
ready

Since it works when scrolling up and down if user quickly scrolls down some elements will be shown only for a fraction of a second this might mean that they...

enhancement

I wanted to add version checker to ember-cli-create but this is not an addon. Is there a way to use this outside an addon? This is what I'm trying to...

currently to remove e.g. scroll listener one have to `window.removeEventListener('scroll', this.scrollHandler);` this is using 'private' stuff of ember-responds-to what do you think about adding an option to remove listeners e.g....