Nick Jennings

Results 108 issues of Nick Jennings

`sync.js` has an F on codeclimate, and is in need of documentation, refactoring, and reduction in overall complexity. Who here knows the most about sync.js? Maybe we could start with...

improvement

This makes sure the feed fetching results, which is an array of activity objects, is passed back to the client. Includes integration tests to make sure any breakage is caught...

type:bug
state:ready
kredits-2
package:platform-feeds

This PR updates the CredentialsStore to use SecureStoreRedis version `2.0.5` which switches to all `async`. Rather than wrapping the async in callbacks, I rewrote the `Middleware` to also use all...

```DevTools failed to load source map: Could not load content for http://localhost:10550/socket.io.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE```

**Describe the bug** Recently started seeing this exception raised without any context on what may have caused it: ``` StreamError: bad-namespace-prefix at Function.fromElement (/Users/njenning/code/projects/sockethub/packages/platform-xmpp/node_modules/@xmpp/error/index.js:29:19) at Client._onStreamError (/Users/njenning/code/projects/sockethub/packages/platform-xmpp/node_modules/@xmpp/connection/index.js:116:31) at Client._onElement (/Users/njenning/code/projects/sockethub/packages/platform-xmpp/node_modules/@xmpp/connection/index.js:101:12)...

### Describe the problem I'm working on a shared component library to use with a number of different projects. The release process of this library needs to be different than...

enhancement
svelte-package

I've got a situation where sometimes the GET request returns successful but the data is empty. This means subsequent requests return a cached empty object. I can force a re-GET...

In the documentation for `format::strftime` `%Z` is supposed to print the name of the local time zone (e.g. `CET`), but instead it prints `+1:00`, which should be displayed with `%:z`....