Kim Ebert

Results 14 issues of Kim Ebert

I followed an example of using node-oauth2-server, and it seems the example is non-compliant with OAuth2 standards. https://github.com/pedroetb/node-oauth2-server-example/issues/10 When I return the json of the token, I get accessTokenExpiresAt instead...

When connecting, a race connection can be created. Some invitees will process messages out of order, and a connection may not be in a state that is ready to receive...

Linux may cache a stale copy of the block device. To work around the issue, you could use O_DIRECT or flush the buffers for the lvm blockdev --flushbufs /dev/mapper/snapshot_cow before...

git log --no-merges --date-order --graph --decorate origin/main ^origin/stable ^origin/ubuntu-20.04-upgrade --stat > ~/dev/j/task/00009-indy-node/indy-node-main-origin-unbutu2004.md ``` * commit 387cdcaa3c9e8aabe86a0ed90a71026c7b3787e2 (origin/main, origin/HEAD) Author: Ry Jones Date: Wed Oct 19 09:11:18 2022 -0700 Move inactive...

I went through the output of: git diff origin/stable..origin/ubuntu-20.04-upgrade And determined things that may require further review. See gist for complete review https://gist.github.com/reflectivedevelopment/f7b1f8ab8fae6dab96dccb3627fde316 I believe the following need to be...

We had a node that could not connect to the indy network. We saw the message in the log file on the node it was trying to connect to `aaaaaa...

Here are the commits that we need to consider from main to ubuntu 20.04 git log --no-merges --date-order --graph --decorate origin/main ^origin/stable ^origin/ubuntu-20.04-upgrade --stat > ~/dev/j/task/00009-indy-node/indy-plenum-main-origin-unbutu2004.md ``` * commit 994ff8a6404296501c3187d44d7ca1c84e8d707e...

Files that may need to be reviewed between stable and unbuntu 20.04 * [ ] diff --git a/.gitignore b/.gitignore * [ ] diff --git a/ci/windows.dockerfile b/ci/windows.dockerfile * [ ] diff...