Robert Edström
Robert Edström
I am trying to add support for `permessage-deflate` to do compression of messages sent from server to client. There is an implementation in https://github.com/faye/permessage-deflate-node for https://github.com/faye/websocket-extensions-ruby. However, I can not...
I am attempting to set up a cluster with a mix of `arm64` and `amd64` nodes. Inventory: ``` --- all: consul: vars: consul_autopilot_enable: true consul_group_name: consul hosts: host1: consul_node_role: bootstrap...
 CI will break soon. The quick and easy thing would be to switch to travis.com. Might be worth considering alternatives, the writing is on the wall for Travis IMO....
When changing listening port, connection is attempted to unix socket at incorrect path. E.g., when setting `PGPORT=1337` and `listen: *:1337`: ``` psql: error: could not connect to server: could not...
Samourai Android version 0.99.85 from Playstore Dojo v1.1 When trying to pair to Dojo node by scanning QR code, it shows up as disabled and selecting "Enable" yields `Uninstall Samourai...
A provided dockerfile with capistrano and puma where widgets are built in a first step would ease deployment in containerized environments
**Description of problem:** Provided service files for debian packages don't stop all gluster processes when stopped. This causes issues with stopping volumes and leaves zombie processes that have to be...
Promiscuous types and type unions in signatures are legacy JavaScript code-smell. TypeScript comes with an Expressive Type System that allows for expressions in type signatures. Any Haskell developer who has...
Resolves `npm install` warnings; `hbs`: Depends on `handlebars` version with vulnerabilities; `joi`: `This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is...
Thanks for your work on this @fiatjaf ! Having an integrated wallet with lightningd is great. When setting this up, I have some thoughts on how to improve the security...