Keiichi Hirobe

Results 9 issues of Keiichi Hirobe

Doc of `max_right`/`max_left` in `segtree`/`lazy_segtree` says as below. https://github.com/atcoder/ac-library/blob/master/document_en/segtree.md?plain=1#L135 https://github.com/atcoder/ac-library/blob/master/document_en/lazysegtree.md?plain=1#L145 But, as far as I read source code, `max_right`/`max_left` doesn't need Constraint `f(e) = true`.(Maybe I'm missing something) Why does...

`defer context.Clear(c.Request)` does not make sense now because this library depends on `github.com/gorilla/sessions v1.2.0`. So delete `defer context.Clear(c.Request)` and, `go mod tidy` to delete dependency to `gorilla/context`(UPDATE: https://github.com/gin-contrib/sessions/pull/131 made a...

Current implementation always parse all of sql files, so may require a lot of time and memory if there are too many files or too big files in directory. But,...

This is not a bug report, but a feature request. Current implementation always parse all of sql files, so may require a lot of time and memory if there are...

Change to log hammer message only when actually hammered. Before this change, hammer message is confusing when parent process is already STATE_TERMINATE and doing another job after Serve.

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...

feat

I want to delete dependencies on github.com/satori/go.uuid because it is vulnerable. ``` # master branch of https://github.com/jackc/pgx $ pwd /home/go/src/github.com/pgx $ go mod graph | grep satori github.com/jackc/[email protected] github.com/satori/[email protected] github.com/jackc/pgx/[email protected]...

GitHub sends two events when refs are deleted. One is Delete event and the other is Push event the field `deleted` of which payload is true. And the field `head_commit`...