Yoan Tournade

Results 27 comments of Yoan Tournade

@domhaas Thanks for the feedback. :) Do you have any suggestion for the file name? It should ideally be something derived from the domain lists (ensuring no collision if we...

I'm still using this solution and it does the job for me.

> I'm on the fence on this; I don't generally like to pollute managed directories with files to track state, and that's what this seems to be doing (maintaining a...

> I just hate adding state and complexity that this role introduces and then relies on. Either we add state, or we use the state already accessible. There is now...

We could even create the playground on the fly with the CLI (will requires a login tough, and to parse the output to get the sandbox link) https://docs.phpsandbox.io/phpsandbox-cli/cli.html#export-command

Sorry I just see I put `backoff:increment/1` in my examples. There were intended to be: ``` 1> backoff:exp(1). 2 2> backoff:exp(2). 4 3> backoff:exp(3). 8 ``` The `backoff:increment(1 bsl FailCount)`...

Yep, it would be nice that the `/pending` endpoint reports the status of the current task. Maybe it could return a json payload that look like that when compiling: ```...

Speaking of being slow, I won't make any remark. :) My scenario is : > I have an util application to edit and produce my quotes and invoices for my...

@yegor256 if you'd like to try an API with multiple documents, you can look at [Latex-On-HTTP](https://github.com/YtoTech/latex-on-http#compiling-latex) There is an [open alpha](https://github.com/YtoTech/latex-on-http#open-alpha--latexytotechcom) of the API you can use https://latex.ytotech.com. I use...

@mhucka It'd sure be great to have this package on PyPi. May I do a PR to help provide the scripts and setup for publishing to PyPi? Seems like it's...