-
ES6の本も読み終わったので、次はgolangでもやろう、という気分に。
ちょうどepubを生成する為のCIを作る為にgoを使う予定なので。
といってもgolangは細かい言語仕様とかを教養として覚えよう、というよりは、普段の雑用を片付ける為に復習とイディオムを覚える、くらいの気分でいる。
だから一冊何かの本格的な本を読むよりは、細かいドキュメントとかフリーのebookを幾つか軽く読む、くらい…
-
### Proposal
Mermaid.js should implement [Extended Backus–Naur form](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form) (EBNF) for [syntax diagrams](https://en.wikipedia.org/wiki/Synt…
-
Hi,
I am trying to connect to multiple markets but the program keeps crashing in UpdateWidth function (orderbook.go).
Here's the code to reproduce this issue. It takes a minute or so to get the er…
-
Currently, the gcmask scanning only supports heap gcmask and does not support stackmap, gcbssmask/gcdatamask. This may lead to some memory being missed in extreme cases.
FYI:
https://github.com/go…
-
Hi,
I'm trying to find a way to implement [atan](https://www.php.net/manual/en/function.atan.php) PHP function with arbitrary precision, but I can't find any implementation.
It seems you can use…
-
There is an unnecessary "```markdown" line in the documentation that causes the following text to be incorrectly styled as a code snippet on the book webpage.
https://github.com/Alan-TheGentleman/…
-
Operating System: KDE neon 5.26
KDE Plasma Version: 5.26.0
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6
Kernel Version: 5.15.0-52-generic (64-bit)
Graphics Platform: X11
Event Calendar 76
…
-
### **Фидбек №1**
сборка простая (есть taskfile и минимальный makefile), но нет документации как собрать проект без этих посторонних средств (например на windows)
не go-way обработка ошибок
пан…
-
Observation: The current `Peerstore` does a lot of things, but it doesn’t any of them well.
Problems:
- It’s a giant interface (32 methods in total (!!!), plus 2 for the `CertifiedAddressBook`)…
-
Spotted a wee issue in the parallel-letter-frequency documentation:
```markdown
- [Concurrency in the Golang Book](https://www.golang-book.com/books/intro/10)