Jonathan Curran

Results 10 comments of Jonathan Curran

I'm seeing the same thing with `kind 0.11.1` and `istio 1.11.3`. ### To reproduce the issue: kind-config.yaml ```yaml apiVersion: kind.x-k8s.io/v1alpha4 kind: Cluster nodes: - role: control-plane extraPortMappings: - containerPort: 32000...

It's not entirely certain what the future of lpaste is - https://www.reddit.com/r/haskell/comments/862k28/looking_for_new_maintainer_of_lpastenet/ Would it be ok to use GitHub OAuth and then create the gist as the editing user?

The following is a result of the PureScript hack session: If we decide to go down the oauth route to store gists on behalf of users we'll have to: 0....

FYI the latest (23.03) release's provided binaries no longer work on Debian 11 due to a newer linked `glibc` being used while building the releases. The previous (22.12) release's binaries...

I've had this happen when attempting to only load a test target after a clean. e.g. with the following I've seen `Didn't find expected autogen file` ``` ghcid --command='stack ghci...

Bump for status. Should this repo be moved under the purescript-deprecated organization as it is no longer being worked on?

Work is in progress as a result of today's hack session - https://github.com/joncfoo/pursuit/tree/338-opengraph

Yea, I'm not sure what the best way is to obtain the description. I was thinking to utilize the package lookup functions that are already built ... the pages are...

Instructions from the link above for CentOS 8: ``` yum install epel-release yum module enable nodejs:13 yum install v8-devel ```

This is a known issue and is a result of how we gather logs for a deployment. In short, we begin gathering logs when associated builders are run and not...