Yakau Bubnou
Yakau Bubnou
Hi @owulveryck, thank you for the project, it looks awesome. A minor note from `go mod` specification: in order to correctly use this module through `go.mod`, you have to specify...
The OpenFlow specification mentions about the message padding, that forces some of the structures with variable size to be aligned up to 8-byte boundary. Currently the ```ofp``` package does not...
The library more or less is covered with unit tests, but is lack of integration tests, therefore in terms of this issue, should be introduced integration tests with Open V-Switch,...
Consider adding support to `FuncView` initializers, so that could be created from both `Array` and `ArraySlice` instances.
The model loading was introduced in #25. This approach is entangled and requires rework.
Attempted to execute `terraform plan -out tfplan`, received the following error during refresh of resources: ``` │ Error: Plugin did not respond │ │ with yandex_mdb_clickhouse_cluster.clh1, │ on clickhouse.tf line...
Currently, this documentation is missing from the documentation website.
This patch extends a section "Other libraries" in README.md and adds a reference to a PyTorch extension that implements modules for geospatial machine learning.
This patch fixes a unescaped string symbols, like "\s", which are raising SyntaxError in Python 3.12 by replacing strings with raw strings. Also patch changes series iteration `iteritems()`, which was...