Big Boss
Big Boss
Our extension is finally live running with this pull request, and with around 80 users only one saw the service worker not starting correctly. Will keep you posted. Chrome extension...
@AnitaErnszt what version are you importing with? I'm also impacted by this `422 Fail to create protected rule` to create the environment and then finally add some secrets to it....
This is still an issue with v5.2.0. stacktrace ``` Stack trace from the terraform-provider-github_v5.2.0 plugin: panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1...
> @0xBigBoss, I saw you close the PR. How did it go with your approach to support Manifest V3? Did you see any issues that drove you to close the...
Just encountered this today. The following code reproduces it. ```ts export function assert(condition: boolean, message: string): asserts condition { if (!condition) { throw new Error(message); } } class TableHandler {...
> I had the same `Error: Invalid file coverage object, missing keys, found:data` error and fixed it by patching `istanbul-lib-coverage`. > > ```diff > diff --git a/node_modules/istanbul-lib-coverage/lib/file-coverage.js b/node_modules/istanbul-lib-coverage/lib/file-coverage.js > index...
hey @Olshansk issue description is updated. > I believe the module should simply upgrade the protocol rather than needing a handler registration. Need to think about this, probably safe to...
I'll be moving and grooving on this issue on this branch [0xbigboss/gov/upgrades-and-params](https://github.com/pokt-network/pocket/compare/0xbigboss/gov/upgrades-and-params)
> 1. Are you working on this prior or in parallel to [ Implement MVC E2E Feature Path F.1-4: E2E Feature Flags #879](https://github.com/pokt-network/pocket/issues/879)? I am only reading that code path...
@Olshansk draft is up https://github.com/pokt-network/pocket/pull/948. Things have been great so far, not too many things that I've been doing differently. Was just a lot more code for me to read...