Robert Sköld

Results 25 comments of Robert Sköld

It's not invisible in Chrome on my Android, a OnePlus 6s I think? What device do you have? Click the hamburger on the top left of the screen for it...

Yeah it would be great if it could be ignored somehow because I can't npm install expresso on no.de (fails with `config.mk:167: ref-config/SunOS5.11_i86pc.mk: No such file or directory`)

what about binary modules though? or do you mean the tarballs will be generated on the server?

any plans to release this? as for the "breaking functionality" I'd say while it might be something accidentally done it is [the documented behavior](https://docs.convox.com/configuration/environment/): > Environment variables must be defined...

Weirdly enough making this buffer smaller (I've tested 512 and 256) seems to make this test pass: https://github.com/convox/convox/blob/master/vendor/github.com/convox/stdsdk/client.go#L236

I believe I found it! After hours of debugging and adding logs everywhere I've distilled it to this: The issue was that a TextMessage io.Reader might not be fully read...

Ah interesting. I have only tried it on the client side (using a build from this PR when I want to proxy successfully) and didn't even realize that it's also...

@AlgoTrader @yohjizzz you can use https://github.com/publicclass/express-partials if you're using ejs and express 3. It has partials and layout basically copied from express 2 into a middleware. It's far from perfect...

Cool! I'm sorry for still not providing any tests yet. I've left this experiment for now but I'll be back as soon as we launch. Cheers!

Oh no! Sorry about that, I didn't think of it as a breaking change but I realize now that I changed so the payload argument is now hashed inside the...