Ricardo Loureiro

Results 6 comments of Ricardo Loureiro

This request is a bit too broad. There are reasonable use cases for spawn which are not covered by `coroutine.wrap`. As you are probably aware, `spawn` delays the execution until...

For the sake of long-term support, it would probably be wiser to add the ability to provide multiple objects to clean _as a table._ If we were to add varargs,...

I experienced this issue while setting up my instance too. Did you change the `BASE_URL` environment variable to the browsable subdomain, in your Planka docker configuration?

What kind of proxy are you setting up? In my case I was using NGINX, which requires the following headers be setup to function as a WebSocket proxy: ``` proxy_set_header...

> This change only adds special syntax highlighting for those types, does not adds the types nor implements their behaviour. Could you point to where this could be implemented? It's...

Unfortunately, that feature makes the assumption that we are using or overriding `require`, which we are not. Even if we did change that, it would not support more complex patterns,...