Jón Trausti

Results 30 comments of Jón Trausti

Any update on this? I've been trying to upload a file/blob to S3 and other services without luck in React native.

For the colors you can do for example: ``` ```

Great, thanks! It would also be great if we could add more optional fields that could help with 3DS.

Seems like it's possible to search for snaps based on caption. However it doesn't seem to respect the hashtag character. For example, I posted a snap with the caption #verylongtest,...

@MichaCo What about using `Microsoft.Extensions.Caching.Memory` for memory caching in dotnet core? (Nevermind, just found out there's `CacheManager.Microsoft.Extensions.Caching.Memory` - isn't that cross platform or is it Windows specific?)

Hey @navneet-g. I'm already passing some initial state and it fails, because it expects certain state from Redux First Router, e.g. the location/page I'm on, the query string etc. I...

Here's my Stackoverflow question which better explains the issue: https://stackoverflow.com/questions/53062328/problem-with-reselect-when-adding-new-item-to-a-large-array

One method to fix the problem is to add height and width 100% to popup-arrow

Actually a better fix would be to add `left: 0;` to popup-arrow, since it makes the position of the arrow correct.

> Hmm , nice catch @raRaRa , I think this is due to using SVG as an arrow, would like if you can send a PR to fix this issue...