Joe Previte
Joe Previte
Love the sound of this! The environments that I see often: - nginx - Docker - Railway Those seem to be the most common. I think that's a great starting...
This is blocked until Jonathan and I fix bug in `RenderChart`
> I think this should be unblocked now, but may be kind of tricky as a lot of things have changed in the API. Might be best to reset your...
Looks like it is possible to send commit messages using the [GitHub API](https://developer.github.com/v3/git/commits/#create-a-commit)
There may be a few ways to do this: 1. Create a new file with each log. 2. Update a file (may require a GET + PUT). I'll need to...
Made some progress today. Started messing around with API using cURL and also Postman. Couldn't figure out some stuff about creating a file. Will need to mess around more with...
It looks like this was added in https://github.com/Dexus/pem/commit/7ec825744b9cf1a9cab37983302fa6d7da8a9b22 But GitHub releases only has up to 1.14.4 and NPM has 1.14.6 but not 1.14.5 even though the `package.json` in the repo...
> The proposed change is dependent on the settings of your tsconfig.json. These is no right or wrong. Really depends on your project... Ah well I was just trying to...
We're seeing a similar issue in cdr/code-server: see [logs](https://github.com/cdr/code-server/pull/3450/checks?check_run_id=2655525849#step:6:1) ```logs Run github/codeql-action/upload-sarif@v1 Uploading sarif files: ["trivy-image-results.sarif"] FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory [2047:0x42960e0] 211606 ms:...
> once MDX get's Deno support Is there somewhere to follow this? I couldn't find anything in `mdx-js/mdx`