Devin

Results 37 comments of Devin

Sounds good! When I remove the `treeview.lua` file, I still end up with some rendering lag that is noticeable when I try and move the window around. My example folder...

>This should now be supported with the addition of the config.ignore_files, the project scan thread uses this to work out what files it should skip -- a .gitignore file could...

Would it be possible to pass the full file path to the match pattern in [`init.lua:38`](https://github.com/rxi/lite/blob/master/data/core/init.lua#L38)? Without the full file path, it is hard to determine from a gitignore a...

There are some great points here around usability when creating a tunnel for the first time from the command-line. We have purposefully opted to not combine the operations of allocating...

Alrighty, so first off, great diagram! Secondly, we typically operate cloudflared operations from a static origin point-of-view. We don't expect the origins to be dynamically added or removed services behind...

Feel free to open a new issue and link to this one if you experience higher CPU usage than expected. Additionally, the more details you can provide from cloudflared (next...

You can disable the auto-update check during the `cloudflared tunnel list` by running with `cloudflared tunnel --no-autoupdate list`. I agree though that this update message shouldn't trigger during basic API...

I see, that's a different check from `tunnel run`. Currently there is no way to omit that check via a flag. As I mentioned though, I will see if we...

The noTLSVerify is only for (not)validating the certificate between cloudflared and your origin service. The error that you are seeing: `This site can’t provide a secure .com uses an unsupported...

If you are looking for keep-alive between cloudflared and your origin service, you can look here in the ingress rules: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/configuration/local-management/ingress/#keepalivetimeout Given that you are serving game server traffic, my...