Kuba Podgórski
Kuba Podgórski
This part should not touch k8s in any sense. In my opinion it's up to us how many CPU we allow to use (GOMAXPROCS). The whole thing sounds to me...
Do you have the python file on that container? How does it look like?
It's also partly related to https://github.com/bblfsh/bblfshd/issues/293
@bblfsh/maintainers I moved this design to the doc: https://docs.google.com/document/d/1671ApmxFCOmerVKloVC6Q6j8BsJr8xZHbhuE40ZK-as/edit?usp=sharing So far, there is nothing more (just copied the current proposal), but we can continue discussion in the doc (like @creachadair...
I made this task as epic/umbrella task. Following sub-tasks may also be _tracking_ tasks, so if it's needed we can split them as well, as needed: - [ ] "Design/Prototype...
rust implementation is just _inspired by_ https://github.com/google/re2. btw. these libraries are not _huge_ and can improve performance for many projects/teams, so why not to start porting one of solutions to...
`go-mysq-server` already switched to `go-oniguruma` as a default regex engine, so gitbase will auto-switch after upgrading mysql. Regarding race condition - it was already solved in gitbase by introducing a...
yeah, looks like it was in mysql: `plan.(*loggingKeyValueIter).Next` Can you give some details (repo) how to reproduce it, or if it happens just in docker, how did you mount volumes?...
@dpordomingo - I need some repo, so I'll try to reproduce it locally. So far, based on 10 repos from PGA I could not reproduce it.
I don't need repos (maybe just command how did you get them). Maybe it's fixed on the master, but from the log it looks that in happen in `LogKV` in...