Dariusz Rzepka

Results 21 comments of Dariusz Rzepka

Hello there! What about this issue? I definitely agree with @yakky opinion. I'm new in django cms and I already wasted an hour (btw if I read the documentation more...

How should it work in your opinion @mmiszy ?

FYI: https://github.com/atlassian/react-beautiful-dnd/issues/131#issuecomment-635862957 > a few weeks ago when I encountered the problem in my side project I dived into the source code and I found there is a function that...

I have created a repository with different schema generators to compare its capability: https://github.com/Guidewire/ts-to-json-schema-tests. By introducing the custom formatters feature [here](https://github.com/vega/ts-json-schema-generator/pull/565) (it's exactly what we need!), I was able to...

Still doesn't work in 4.7.2. I'm testing auth after upgrade from v4 and when using cookie storage the returned state is: ![Screenshot 2021-03-15 at 16 00 01](https://user-images.githubusercontent.com/11510581/111174175-83129d80-85a7-11eb-9a05-ede83bad6b77.png) It's a bit...

We are developing a platform for other teams which allows using different storages and in our test env we are using `cookie` storage because of probably legacy requirements (I need...

Found one more case: ```tsx const someDefaultProps = { prop: 'default' } .... defaultProps = { ...someDefaultProps, prop: 'override' } ``` The value `default` is passed to the component instead...

Any further plans with this mr?

I have the same issue. Version: ``` $ ulauncher --version Gtk-Message: 09:51:18.133: Failed to load module "appmenu-gtk-module" ulauncher 5.7.4 ``` System: Pop OS Gnome: ``` $ gnome-shell --version ** (process:9019):...

@tmbtech definitely :) I was looking for it through the issues and did not found it