Rachel Chen
Rachel Chen
I have an application running v2.1.0 and updated the dependency to v3.1.3, and the queue stops working after some period of time. It works when I initially start up the...
f5425ddff5853566991e3b72f380384ce021bc4e introduces regression with dnsmasq configuration (target hosts are Debian 11): ``` TASK [consul : Create Dnsmasq configuration] ***************************************************************************************************************************************** changed: [swarm5] => (item={'dest': '/etc/dnsmasq.d/10-consul', 'group': 'root', 'when': 'ansible_os_family|lower != "freebsd"'})...
Inspired by CockroachDB's implementation of "follow-the-workload", moleculer caller can call endpoint based on locality. For example, when you register a service, the Broker can specify some attributes (region, datacenter, racks,...
There were pending PRs regarding to reusing buffers #2928 #2885, but they seem to be stale atm. Quick profiling on relatively idle servers: ``` > go tool pprof .\allocs File:...
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? 1.14 ### What operating system and processor architecture are you using...
Current test/alpha/beta implementation of the Configurator is using a Terminal based UI. However, development has been proven difficult, and it is not very flexible nor very beautiful. Since the underlying...
This PR tracks the progress of making a configurator in js instead of terminal.
@aredden expresses interests for integrating electron-G14Control's GUI with G14Manager. High level abstract: - electron-G14Control: responsible for exposing an GUI interface for user to view/set configurations - G14Manager: responsible for setting...
Currently, I/O related functions are not being tested in `go test`. Tests should be added to ensure that binary buffer matches what we expect it to be.
This may require some plumbing in the Github Action workflows. Currently release is done directly by tagging `main` branch and change log is populated in tag annotation. They should be...