Andrew Plummer

Results 24 issues of Andrew Plummer

## Motivation Basic motivation here is to "flatten" out RBAC permissions in order to make them more generic, action-based, and human readable. The assumption of different "levels" (ie. ReadWrite ->...

Doing this: ```js import { Info } from 'luxon'; Info.months('short', { locale: 'ja-JP' }); ``` I would expect a result of `["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月",...

issue: bug