Simon Lipp

Results 32 comments of Simon Lipp

Same need here. [http://pastebin.com/J41Kur5S] fixes that.

Pretty sure endpoint refers to `http://s3.{}.amazonaws.com`, so it can be used with alternate object storages like minio/scaleway…

Unfortunately the info bar is still drawn over the image I’d like something like this : https://github.com/sloonz/pqiv/commit/87bc6f7bcac9fd73d90b85972f15090f82082bee My end goal is to have it available in montage mode in order...

I updated my branch to demonstrate what I envisioned : https://github.com/sloonz/pqiv/tree/status-bar With this the status bar is available in montage mode, and can be set by an external command. The...

I’ve used GtkLabel because there is some nice things coming with it, like pango markup, set_line_wrap and set_ellipsize that would be a pain to do by hand. Maybe we can...

OK, seems possible with pango-cairo. Before remaking the first part of the patch, a few questions : - Do you prefer a status bar in addition to the info text,...

I have advanced a bit but I’m stuck on something, maybe you can enlighten me. If the size of the info box changes (which is detected at the start of...

> This occurs only for API pages with… > > ```export const config = { > api: { > bodyParser: false, > }, > }``` Can you confirm this part...

No need to implement `writev`, it's optional method that is here for optimization purposes if you can handle multiple chunks at once, which we can't since we just pass them...

Okay, found why some tests where failing on Windows and not Linux, but that raises more questions @sindresorhus It’s on unit tests testing this code path : https://github.com/sloonz/execa/blob/28ac048159f6ea1fa2c27499451c014a74e80265/index.js#L268-L287 I tried...