Tim Searle

Results 3 issues of Tim Searle

I have a question around producing the following output: ``` 1111.2222.3333.4444 4000000000000065 31122019 ]]> ``` How can I use XMLEncoder to produce? This element is nested within others but they've...

When trying to use oauth2c on a GitHub Actions Ubuntu runner, having installed via: ```bash curl -sSfL https://raw.githubusercontent.com/cloudentity/oauth2c/master/install.sh | \ sudo sh -s -- -b /usr/local/bin latest ``` The command...

Given two bounding boxes, return a new bounding box that is the intersection of them both.

enhancement
good first issue