Tom MacWright
Tom MacWright
prev: documentation.js - https://github.com/documentationjs/documentation/issues/683 I've been uncomfortable with the idea of custom tags in documentation.js for a number of reasons: - if we're loose about tags and allow arbitrary custom...
getdocs & godoc don't care to differentiate comments, and I'm cool with that - my only concern is the chance that someone writes a comment as a note-to-self and it...
Another possibility: decorators: ```js @doc(`Add two numbers`); function add(a, b) { return a + b; } ``` Which would add to a... global WeakMap of documentation like ```js new WeakMap([[add,...
I think a babel plugin could do even better and attach comment-based documentation to exports, right? It could essentially compile ```js // divide two numbers export function divide(a, b) {...
@tcastelli as far as I can see, we don't have any calls to eval() in any of our packages: can you use an uncompressed build of Turf to find a...
Closing: please reopen if you can give a more specific report.
👍 Unfortunately seeing this issue as well in my testing - I wonder if `animationName` has to be a live-recalculated value, or whether we're actually just trying to cache the...
I'll try to work on a sandbox today. Some of the perf issues are visible just on any logged-in page in val.town. We're getting bitten by the [style calculation caused...
Absolutely! Would be super feasible, main challenge is getting the content right. I have no idea how to make a perfect orange twist 😛
Doesn't seem like R2 has documented their key limitations, which makes me think that they're going to be the same as S3: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html