Marc Schipperheyn

Results 99 issues of Marc Schipperheyn

I have a rendering bug that doesn't occur with the normal ListView. It occurs when I use section Headers. After some scrolling, the items start overlapping each other. I'm assuming...

I've noticed that the onLayout event is only called on the initial render, but not when additional rows are added. Not sure if this is a bug in sglistview or...

Hi, I'm trying this out and basing my test on v0.11.0 as indicated by the README. - `serverless 1.28.0` So, I created `config.json` and `yarn test` completes successfully. Now for...

I tried installing the current master bc of some problems I was having with 3.3.0 and I get this error with a cookie such as this: `set-cookie:"MSA_SESSIONID=f62080eb-c236-4a97-a2134-95ff8a8a42a2; Path=/"` ``` ExceptionsManager.js:84...

The support for cookie values seem to be incomplete. I'm not seeing: - MaxAge - HttpOnly - Secure

enhancement

What is the best to avoid including harmony-reflect by default. It's quite big and it would be nice if the library would not be loaded if the client already supports...

https://github.com/staylor/react-helmet-async/issues/32 I have the problem described above and it's indicated as happening in react-async-component. Any suggestions?

I tried out the async resolve on a React Universally project and I ran into a lot of nasty little issues that were hard to debug. I'm still not sure...

I'm trying to optimize my loading strategy. My number one concern is SEO. I want server side rendering, but I also want the end user to have a smart incremental...

There is no really great way to reconnect available it seems. I'm currently implementing a timeout which recreates the client after a failure. That just seems like a very poor...

enhancement
question