Pierre VDEV

Results 23 comments of Pierre VDEV

Hey @Anber , friendly reminder of this troubling issue. Any chance you'll have a look at it soonish? I'm currently not confident writing styles when extending components from my design...

Trying to update from Linaria 2.3.1 I also experience this issue where webpack stops without error. When provided with the option `progress`, webpack gets stuck: `10% building 0/x entries 1/y...

I've tried again with latest packages: ```json "@linaria/react": "^4.3.6", "@linaria/core": "^4.2.8", "@linaria/webpack-loader": "^4.1.15", "webpack": "^5.76.1", ``` The above reproduction case doesn't fail silently anymore, and neither does my entire build....

@phyzess The new version of Linaria (v5) should fix the problem. It worked for me at least.

Thanks @Anber! Unfortunately the new release doesn't build in my project yet :/

Sorry, would love to do that but I'm away atm Will try when I'm back. Cheers On Thu, 27 Jul 2023, 21:18 Anton Evzhakov, ***@***.***> wrote: > Well… let's try...

@Anber Alas, the build from latest master branch (da191b50cf9c10c22e0b66f00edbbf35d1b9a524) doesn't seem to fix my build 😢 ``` The expression evaluated to 'undefined', which is probably a mistake. If you want...

This is how I use it, hope it can help: ``` javascript Facebook.dialog( 'feed', { message : postText, link : facebookPostUrl, name : $.video.get('title'), caption : $.video.get('title'), picture : $.video.get('thumbnail')...

It will open safari and ask for credentials, and that's annoying but mandatory. Once it's done you'll get this web-popup (iphone 4 screenshot ftw): ![fbsharefeed](https://cloud.githubusercontent.com/assets/1013904/4991884/c037f600-6999-11e4-8af1-c8be75558459.png) This popup is indeed not...

Hi there ! Have the exact same problem with my custom id (using Parse.com -> "objectId"). `model[model.idAttribute]` is null `model.get(model.idAttribute)` returns my id, so does `model.id` _Example:_ When I updade,...