Wes Lord
Wes Lord
New URL for the same post
The more people in a channel, the more distracting it is to see all the joins and parts, but for smaller channels it's not such a big deal. It would...
Addresses #4852 #### Changes Add tests for `p5.Vector.prototype.toString()` Add class method and tests for `p5.Vector.toString()` #### Notes Adding class method `p5.Vector.toString()` for consistency's sake, as per #4852, but noticed that...
https://github.com/tldraw/tldraw/blob/main/CODE_OF_CONDUCT.md?plain=1#L40 > ...may be reported to the community leaders responsible for enforcement at [email protected]. I think this email address might be a copy-paste artifact?
If I create a new heroku dyno with the buildpacks: `https://github.com/heroku/heroku-buildpack-apt` `heroku/python` And then I push a commit with an empty `requirements.txt` and an `Aptfile` containing: ``` poppler-utils ``` I...
### Description Discovered that `migrationsTable` was actually a required property when converting some JavaScript files to TypeScript. I had been calling `runner()` without providing `migrationsTable` and it seemed to work...
For instance, the "Edit this page" link at the bottom of https://turfjs.org/docs/api/nearestNeighborAnalysis points to `https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/versioned_docs/version-7.2.0/api/nearestNeighborAnalysis.mdx`. https://github.com/Turfjs/turf-www/blob/master/docusaurus.config.js#L46-L49 https://github.com/Turfjs/turf-www/blob/master/docusaurus.config.js#L53-L56
Tags for SDL3 releases are now available in the SDL_ttf repo
Markdown links of the form `[SDL_somestring](https://someurl)` get transformed into `[[SDL_somestring](SDL_somestring)](https://someurl)`, which is rendered on the wiki as a broken link followed by the full url. Here's how I stumbled upon...
## Description Kept adding docs until `wikiheaders.pl` stopped generating warnings. I'm not an SDL expert, so some of these have been left a bit vague (eg `\param bExclusive boolean exclusive.`)...