Ciro S. Costa

Results 128 issues of Ciro S. Costa

### What challange are you facing? Concourse workers can only be deployed with a root user. Currently, to deploy workers using the Helm chart, folks need to have privileged containers...

enhancement

Hey, Although `Quantize` already includes tests for overlapping https://github.com/cirocosta/asciinema-edit/blob/c33b7f43737dadee57739ac3d1a602bb4c40c372/editor/quantize_test.go#L75-L80 we don't make use of it after parsing the ranges. We can make an `O(n^2)` checking over the ranges and that...

enhancement

Hey, i'd like to give it a try to git2go storing users' repositories through https but keeping them in a database (either redis/mysql) - i.e, not in the local filesystem....

If the user rotates the device while it is logging in the request is not stopped but for the user it seems like. That shouldn't happen as the user should...

bug

Even if nothing is inserted at the login fields the request is made. That's unecessary and easy to fix doing a simple validation for that.

bug

Hey, for some workloads where too much concurrency gets in the way in the form of too much context switching it's interesting to have limited concurrency. The easiest approach is...

enhancement

Hey, right now we advertise the possibility of setting `Directory` as the default directory to be used as `cwd` but we're not actually using it at the directory resolution method....

enhancement

Right now we're making use of `[ /bin/bash -c ]`. It might be interesting to replace that with something custom. The easiest way to do so is by changing `Config.Runtime`,...

enhancement

Hi! I'm currently working on an automated setup for ASBs, and while it's great that it has some neat trace-based logging, to derive dashboards and set up alerts, one needs...

enhancement