Gary Fung

Results 22 issues of Gary Fung

## Expected Behavior yarn add should work. ## Current Behavior README has ``` yarn add @postlight/parser ``` Running that results in ``` yarn add @postlight/parser yarn add v1.22.19 [1/5] 🔍...

Trying to set default bucket max_upload_file_size to 5gb per file hits this error in hasura console: ![image](https://user-images.githubusercontent.com/3803466/194173643-b9fc4ecc-20fe-473d-8a84-a53562366cee.png) `max_upload_file_size` on storage.buckets should be a bigint

As this repo is most useful and beautiful, it's a shame PRs aren't being tended. I've just made a PR fixing React.PropTypes warnings since RN 0.45 (#77), and merged 2...

After hitting delete while on a single collection document, I get this in console: `f72b4b1c2cf265cff6c3fbd9864e676d531d3f66.js:3 Exception in template helper: TypeError: Cannot read property '_id' of undefined at Object.r._houston_document_view.helpers.document_id` The page...

Updated houston from 2.0.3 to 2.0.5. On a collection where there are rows with more optional fields than the rest, those fields doesn't appear as columns at all on the...

I'm dropping in Tooltip as a replacement for my existing components, iterated as rows inside a listview over a data array. For example, a row: ``` console.log(index, `Summary ${rowID} onLayout:`,...

Address RN error: `Warning: StatusBarIOS has been merged with StatusBar and will be removed in a future release. Use StatusBar for mutating the status bar` - StatusBarSizeIOS module renamed to...

Exception: ``` Wox version: 1.3.524 OS Version: Microsoft Windows NT 10.0.17763.0 IntPtr Length: 8 x64: True Python Path: pythonw.exe Everything SDK Path: C:\Users\Gary\AppData\Roaming\Wox\Settings\Plugins\Wox.Plugin.Everything\EverythingSDK\x64\Everything.dll Date: 12/28/2018 21:37:42 Exception: System.ComponentModel.Win32Exception (0x80004005): Access...

Context: in nhost.toml, standard config for roles.allowed: ``` [auth.user.roles] default = 'user' allowed = ['user'] ``` When roles.allowed includes other roles, such as moderator. "allowed" implies a list that could...