Adrián
Adrián
# Description Kubebuilders `Makefile` is not compatible with windows as it uses unix-style paths, among other things. Update the Makefile to provide Windows compatibility without loosing Linux and Mac compatibility....
# Description Achieving full compatibility with Windows machines requires several changes that will be tracked in this issue. If any other compatibility fix needs to be provided, in order to...
# Description Test should be runable in Windows systems. **Additional info:** - #300 - #1126 *Please, comment here before taking this task to coordinate development efforts.* ***Note:** this task is...
# Description Scaffolded `Makefile` is not compatible with windows as it uses unix-style paths, among other things. Update the Makefile scaffolding to provide Windows compatibility without loosing Linux and Mac...
# Description `make` is not installed in Windows. This dependency should be added to the book. There are several methods to install `make`, providing some alternatives or a link to...
`./generate_golden.sh` does not work under Windows. I tried to do some modifications to make the script work in windows, like using `bash ...` instead of `./...` notation and converting all...
Both the [walkthrough](https://github.com/kubernetes-sigs/kubebuilder-declarative-pattern/tree/master/docs/addon/walkthrough) found in this repo, and the [implementation](https://github.com/kubernetes-sigs/kubebuilder/tree/master/plugins/addon) found in https://github.com/kubernetes-sigs/kubebuilder are out of date. Addon should be implemented as a kubebuilder plugin that builds over the base...
The discovery response message type is being send with both the same type and id as the request: ``` 178 res := &coap.Message{ 179 Type: msg.Type, 180 Code: coap.Content, 181...
### Issue description Currently, `Listener` objects are asyncio-ready but are not truely async. Let me first clarify that `AsyncBufferedReader` is not a truely-async listener, it is a sync listener (sync...
Fixes #29 It uses the `default` case lower priority to check first if the `Channel` sink is closed.