Evgeny Kuznetsov

Results 25 issues of Evgeny Kuznetsov

When working with logs, it's common to `tail -f` a log to view it in realtime, and then pipe it to `grep` for interesting data. `bat` fails to produce output...

bug

[Stadium-shaped](https://mermaid-js.github.io/mermaid/diagrams-and-syntax-and-examples/flowchart.html#a-stadium-shaped-node), [subroutine](https://mermaid-js.github.io/mermaid/diagrams-and-syntax-and-examples/flowchart.html#a-node-in-a-subroutine-shape), [cylindrical](https://mermaid-js.github.io/mermaid/diagrams-and-syntax-and-examples/flowchart.html#a-node-in-a-cylindrical-shape), [hexagon](https://mermaid-js.github.io/mermaid/diagrams-and-syntax-and-examples/flowchart.html#a-hexagon-node) and several other shapes make the diagram fail to render.

If you try ``` httpFs := afero.NewHttpFs() fileserver := http.FileServer(httpFs.Dir("/"))) http.Handle("/", fileserver) ``` you'll find that your fileserver successfully lists the directory, but gives 404 on any file. However, if...

bug

## While trying to do this: Find a link to /admin/statistics/ page somewhere. ## I encountered this error: There is none. ## Some other notes: /admin/statistics/ page works OK and...

## While trying to do this: 1. Create a post with at least one non-ASCII character in it. 2. Observe how in can be searched via builtin search functionality. 3....

Next release

## While trying to do this: Log in into my known instance via http. ## I encountered this error: ``` Something went wrong. Invalid token. Click here to try again...

Let's say there's a repo that only recently started using conventional commits. The repo, however, has somewhat decent changelog in one of the proper formats covering its history. ## Expected...

Either as source: ``` curl -i -d source="https://evgenykuznetsov.org/reactions/2020/%D1%82%D0%B5%D1%81%D1%82/" -d target="https://evgenykuznetsov.org/reactions/2020/test/" https://webmention.io/evgenykuznetsov.org/webmention HTTP/2 400 content-type: application/json;charset=UTF-8 content-length: 79 status: 400 Bad Request cache-control: no-store access-control-allow-origin: * x-content-type-options: nosniff date: Tue, 31...

With more and more Raspberry Pi 3 and 4 out in the wild, looks like `arm64` architecture is very much called for, isn't it?

enhancement

People [are running](https://github.com/profzei/Matebook-X-Pro-2018) MacOS on Matebooks, and it looks like `matebook-applet` [would be welcome](https://github.com/profzei/Matebook-X-Pro-2018/issues/29#issuecomment-755396097) there. It should be relatively easy to add MacOS-specific endpoints and have them probed when running...