William Poussier
William Poussier
Hello I have been working on writing a WebTorrent tracker in Go, and I would like to propose a breaking change regarding the encoding of the `info_hash` and `offer_id`. Currently...
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) This CL introduces a new plugin `watcher` that allows to add new watcher usernames to...
Hello, Following my Issue #22 I have made some changes to allow multiples tables in the templates. I also added the field `Title` to type `hermes.Table`. With HTML, a ``...
Hello Could you consider using a slice of type `Table`, so it is easier to show multiple tables ? Regards, William
The OS independent type `Poller` does not implement the `Close` method that can be found in type `Epoll` and `Kqueue` (although) it isn't implemented for the last. I am writing...
**Setup** - OS: macOS - Shell: zsh - Terminal Emulator: iTerm2 - Locale: en_US.UTF-8 --- Using the [help](https://github.com/charmbracelet/bubbles/blob/master/help/help.go) bubble, I noticed that I couldn't properly align horizontally a multi-column (full)...
Hello. I tried to experiment with the latest version of `controller-gen` (`v0.10.0`), to use a parametrized type, like this: ```go type MyObjectCondition Condition[MyObjectConditionType, MyObjectConditionReason] ``` It appears that this generics...
Hello @tidwall, I have a use case where I need to "insert" a value at a specific indice in an array. However, the current behavior with `SetBytes` is a replacement...
Hey Could you please consider adding the map runtime implementation for Go 1.8 ? Thank you very much. Regards
Hello I know that the https://github.com/gwendall/meteor-simple-schema-i18n/ package add support for the default validation messages, but i would like to translate custom validation messages that i defined in `Schema.forms.myform.messages({})`. For example...