Henrique Vicente
Henrique Vicente
# Description Reference: https://github.com/golang/go/issues/62278#issuecomment-1693538776 ## Readiness checklist - [ ] I added/updated unit tests (and they pass). - [ ] I added/updated integration/compatibility tests (and they pass). - [ ]...
# Description Closes #. ## Readiness checklist - [ ] I added/updated unit tests (and they pass). - [ ] I added/updated integration/compatibility tests (and they pass). - [ ]...
### What should be done? Currently, checking if a bson.D is similar to an expected bson.D when writing tests takes multiple steps and it seems possible to make this more...
I'm trying to use the lvoc reporter on my project, but there's just no output from nodeunit. If I invoke nodeunit test only: ``` henvic at henvic-mp in ~/projects/liferay/grunt-cli-config (master●●)...
Hi, the Run function prints directly to os.Stdout. What do you think about adding a function that lets you choose where to print to, or a Proxy field where you...
Just a heads-up with an issue that happened with me. https://github.com/mtfelian/golang-socketio/blob/90487b63a1683c7eedda3a1d2f2916d58508c151/channel.go#L156-L158 isn't correct because sometimes you want to have a guarantee on the order of incoming messages. Instead, you want...
I run the [basic.js](https://github.com/ecto/duino/blob/master/examples/basic.js) example and the event listener 'on message' isn't triggered.
Adding allow-list to have fine-grained control over headers using a new configuration specifically for WebSocket connections). There are some pre-existing integration tests that are flaky. Let's discuss some approaches to...