Paul Gray

Results 9 issues of Paul Gray

For #209 Just trying to collect some code around these implementations: ||`applyTo`|Tests|Law tests| |-|-|-|-| |Async|:white_check_mark:|:white_check_mark:|:white_check_mark:| |Const|:white_check_mark:|:white_check_mark:|:heavy_minus_sign:| |Either|:white_check_mark:|:white_check_mark:|:white_check_mark:| |IO|:white_check_mark:|:white_check_mark:|:white_check_mark:| |Identity|:white_check_mark:|:white_check_mark:|:white_check_mark:| |List|:white_check_mark:|:white_check_mark:|:white_check_mark:| |Maybe|:white_check_mark:|:white_check_mark:|:white_check_mark:| |Pair|:white_check_mark:|:white_check_mark:|:heavy_minus_sign:| |Reader|:white_check_mark:|:white_check_mark:|:white_check_mark:| |Result|:white_check_mark:|:white_check_mark:|:white_check_mark:| |State|:white_check_mark:|:white_check_mark:|:white_check_mark:| |Unit|:white_check_mark:|:white_check_mark:|:white_check_mark:| |Writer|:white_check_mark:|:white_check_mark:|:white_check_mark:|

Addresses #23 Progress: ||hoc|explanation| |-|-|-| |✅| mapProps()| this is just cc.map(a => b)| |✅| withProps() | this is just CC.of({})| |🤔|withPropsOnChange()| |✅|withHandlers()| |✅|defaultProps()| is just CC.of({})| |✅| renameProp()| is just...

I'd like to have direct replacements for or at least an explanation of how one would emulate every hoc from recompose, as that library is so prevalent I took a...

This commit fixes the message type for LtiResourceLinkRequest messages in Dynamic Registration https://www.imsglobal.org/spec/lti-dr/v1p0#lti-message

This change allows the Dynamic Registration configuration to be extended with properties that can be set per-installation (As opposed to once at the top-level for all installs). This is done...

In go 1.21, `go env` changed the way it printed values go version < 1.21: ``` GOPATH="/vaulted" ... ``` go >= 1.21: ``` GOPATH='/vaulted' ... ``` Which causes `spawn_test.go` to...