ninedraft
ninedraft
Maybe a linter-like functionality for markdown renderer can be a good idea. It can detect suspicious link usage, such as: + `[](INVALID_URL)` + `[](RELATIVE_URL)` + `[](DEFAULT_URL_VALUE)`
Can we tell placeholders from regular operations? I mean those operations that we get from Graph.Operations()?
My IMHOs: + code must be formatted + code must pass all tests + code must pass minimum test coverage level test? (not sure) + code must pass some basic...
[Consistency control in Go](https://habr.com/post/429354/) Linters: * [go-consistent](https://github.com/Quasilyte/go-consistent) * [go-namecheck](https://github.com/Quasilyte/go-namecheck)
Fixed linter issues
Yeah, I will refine the pr
Yes, it's totally possible with right admin rights for bot to delete such messages. Do you want to delete **all** "user X joined" messages or only spamers? In the second...
benchmark diffs for concrete optimisations ``` goos: darwin goarch: arm64 pkg: github.com/jackc/pgx/v5/internal/sanitize cpu: Apple M1 │ benchmarks/0_base_case.bench │ benchmarks/1_buf_pool.bench │ benchmarks/2_append_AvailableBuffer.bench │ benchmarks/3_quoteBytes.bench │ benchmarks/4_quoteString.bench │ benchmarks/5_add_lexer_and_query_pools.bench │ benchmarks/6_drop_too_large_values_from_memory_pools.bench │...
@jackc > But this is obviously a very security critical part of the code, so I'd like if we can get some more eyes on this before merging. It would...
@sean I can incorporate your suggestions into this PR if you don't mind