Colin Kennedy
Colin Kennedy
https://github.com/statechannels/statechannels/pull/3736/commits/61b01068dd371b8c723f9008fa2efca390d02df1 :question: Which events should be emitted by `claim`?
# Why: Problem description :confused: Recent refactor work suggests to me that we may be considering access modifiers as a boolean choice between external and internal. This results in a...
When a challenge is issued on a channel under the ninja-nitro protocol, which on-chain contract emits the related events? Is it: - the proxy contract, or - the master adjudicator...
**Describe the bug** When viewing a page from a URL that includes a `#topic` fragment pointer thingy, internal links are broken. (Firefox 86.0.1, Ubuntu) **To Reproduce** Steps to reproduce the...
Bubbletea is a nice toolkit for building tuis. One major point in Go's favour in this domain is that its built executables contain the language run-time: ie, can be run...
Excalidraw SVG outputs have the option of a transparent background. Where excalidraw is being used to produce images for a site with light & dark modes, it'd be nice if...
**Describe the bug** `JoinVertical` is adding extra newLines (or otherwise something weird is happening) to the topmost passed text. **Setup** Please complete the following information along with version numbers, if...
A potential new check: Consider ```golang if testValue := someFunc(); testValue { // do some stuff which doesn't use testValue } ``` `testValue` passes the compiler's check for an unused...
**Describe the bug** vite projects fail to consume js-big-decimal. **To Reproduce** Repro repo is here: https://github.com/NiloCK/vite-bigdecimal-import-reproduction See the readme. **Expected behavior** In the repo, `yarn dev` should serve the sample...