Kent Bull

Results 71 issues of Kent Bull

This addresses the TODOs in pausing and unpausing the streams. Uses events to pause both streams by clearing their intervals. Resuming the streams is a separate event per stream by...

Time to resurrect this project. Whoever wants to help then respond to this issue and let's get some plans ready. At the very least we need to do a detailed...

Build failed on an Apple M1 Had to do the following to get it to work: go get golang.org/x/tools/gopls@latest go get golang.org/x/crypto/ssh/terminal Maybe a deps update is in order. Build...

The SDK fails a local build on an Apple M1 Macbook Pro arm64 architecture with an error of: ``` Unable to find image 'hyperledger/fabric-tools:arm64-2.2.0' locally docker: Error response from daemon:...

As gobin is now deprecated (see [the gobin repo README](https://github.com/myitcv/gobin)) this SDK should remove the need for gobin and replace it with the supported `go install $pkg@$version` command.

The Running Locally for the ACA-Py demo fails due to indy-sdk https://github.com/hyperledger/indy-sdk/issues/2412 which is caused by apt-get not finding packages.

Support

The https://verified-email-authentication.vonx.io/ site does not allow the "Proceed" button to be clickable. Upon pulling up the inspector there appears to be a problem with the Vue installation or configuration:

Using the latest, as of today, 9.23.0 version of Firebase with this course requires a slight change to wrap the config object in the `clj->js` function so that the `firebase/initializeApp`...

I am getting 1 error running tests near the middle of lesson 27, a NullPointerException saying the "app" is null. It's referring to the app defined in the let binding...

As of Feb 21, 2023 aioredis-py was archived. See the package repo here: https://github.com/aio-libs-abandoned/aioredis-py # Summary of Changes A docs update to correct the ASGI doc to use the latest...