Ryan Murphy

Results 49 issues of Ryan Murphy

Was reading up on how `ON CONFLICT DO NOTHING;` works in the PostgreSQL docs (which is a *great* addition), and saw that `ON CONFLICT DO UPDATE;` is also an option,...

enhancement

**If you're reporting a bug, please include _input code_, _output documentation_, a description of what you expected to happen, and what happened instead.** * What version of documentation.js are you...

JavaScript has built-in functions for doing rounding calculations via the [Math object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math). But what is missing is a way to supply a precision value to control where the rounding takes...

This would be a **breaking change** if done. Frankly in the majority of scenarios that I'm attempting to use `apdate` the very first thing I do is peel off the...

A variation of AP style on months is that in extremely tight scenarios you can use what they consider the "tabular" forms of month abbreviations, which is the first three...

enhancement

I think it'd be good to rid this function of the regex that figures out where to place commas and migrate to the [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat) API. This in theory would create...

enhancement

Unless I'm super missing something (always possible!) I don't see where the `mrm` package gets used anywhere. https://github.com/mapbox/rehype-prism/blob/fb4174fce30a1cde8d784fa94e7c04d8a7fa6d28/package.json#L33 This is unfortunately the cause of some security issues being flagged on...

Hello! This possibly overlaps with `@octokit/endpoint` — we noticed today after updating to the latest version of `@octokit/rest` (`v19`) that any API requests that we make that result in a...

Hello! This is great. I have [an example repo](https://github.com/rdmurphy/actblue-ticker-tracker) that is set up in a way that seems mostly compatible with this but [tracks a single value in a `.txt`...

research