Haokang Den

Results 11 issues of Haokang Den

I saw you already have AWS Kinesis streams and Azure Event Hub in mind. It might be an interesting strategy to be cloud and stream agnostic. FYI: Currently we are...

C-feature
T-community

It would be a huge architectural improvement if we can turn the Atlantis server into a stateless container with external transactional storage for locks. An abstract key-value store that implements...

feature

Fix #31 ## Issues - [ ] Should we catch error packet (`packet.type === 4`)? - [ ] Write Tests

When used with Lacinia, it is useful to allow a field resolver to modify the application context, with the change exposed just to the fields nested below, but to any...

Some system might be need to interpret the error down stream. Maybe we can propagate the errors? https://github.com/oliyh/superlifter/blob/master/src/superlifter/core.cljc#L90-L95

Error while de-serialising the following package: `'\x85\xa8Coalesce\xc3\xa5Event\xa4user\xa5LTime\xcc\x01\xa4Name\xa4test\xa7Payload\xc4\x03foo'` It should be decoded to the following object: ``` >>> import msgpack >>> p = '\x85\xa8Coalesce\xc3\xa5Event\xa4user\xa5LTime\xcc\x01\xa4Name\xa4test\xa7Payload\xc4\x03foo' >>> msgpack.loads(p) {'Coalesce': True, 'LTime': 1, 'Payload':...

## Context I was trying to create a connection manager for a cloud function. Since it's estimated that the function will be will be invoked in a very low frequency...

Since JS client allows multiple parameters, perhaps we should allow the same behavior in obj-c? ``` JavaScript socket.emit('eventName', 'foo', 'bar', {baz: 'nyan'}); ```

The changelog can be found here: https://github.com/duct-framework/core/blob/master/CHANGELOG.md#080-2019-11-28

## Environment * Node: `v12.14.1` * OS: `macOS 10.15.2` ## Error ``` > [email protected] postinstall /Users/hden/Development/looker-custom-action-hub/node_modules/looker-action-hub > tsc -d -p tsconfig.npm.json src/hub/action_request.ts:4:35 - error TS2497: This module can only be...