Miroslav Paulík

Results 13 comments of Miroslav Paulík

thx. It's quite dirty workaround to me, but it's working =)

@kerosan a workaround was merged recently, no new release was created tho, see https://github.com/styled-components/jest-styled-components/pull/320

Well, it also depends how you use `styled`. For example, we import from `styled-components/macro` and this package does not work properly with it.

@robert-hurst-cmd could you please provide the entire file including imports? It would be ideal if you can provide a standalone repro steps

I'd to define custom data types. This is a perfect use case. I started usingi sql server that has similar data types that do not have any corresponding ones in...

@janedbal I can revert that commit but without any guarantee, that it won't have any side effect. I'm not sure if @Tharos will fix this or not, so at least...

Tak něco jednoduchého: schéma z tvé dokumentace http://www.leanmapper.com/quick-start/kapitola-2 A úkol zní: vypiš všechny výpůjčky (kniha, autor, čtenář, datum), a umožni řadit podle: - datumu půjčení (borrowing.date) - jména čtenáře (borrower.name)...