Nuno Campos
Nuno Campos
1. as soon as i type something in a .jsx (react) file this happens **Atom Version**: 1.3.2 **System**: Mac OS X 10.11.2 **Thrown From**: [atom-ternjs](https://github.com/tststs/atom-ternjs) package, v0.12.1 ### Stack Trace...
It passes now. When was this failing?
Not sure whether we should support this, but we should definitely check that the user doesn't define both on the same mapping, since only `then` will be called. (same is...
the tab bar items flicker on load when using a tabs screen, see movie on the url for details I'd guess it's due to using `animated: true` https://github.com/airbnb/native-navigation/blob/master/lib/ios/native-navigation/ReactTabBarController.swift#L167 here, https://www.dropbox.com/s/oxdi8t1r2fmqmie/native-navigation%20tabs%20flicker%20bug.m4v?dl=0
ie. if they're different, when you visit the tab, the tab bar item title changes. this issue is described here http://stackoverflow.com/questions/21615637/how-to-change-uiviewcontroller-title-independent-of-tabbar-item-title I'm happy to fix this, do you guys have...
Would it make sense to add a `titleView` prop to `Navigator.Config` to be able to use a custom view in place of the title? Something like: ``` ``` where `SomeView`...
# Bug report ## Describe the bug Hi, I'm unable to enable any extensions, with the following error "Failed to toggle PG_NET: failed to create pg.extensions: cannot drop view pgsodium_masks.warehouses...
# Bug report ## Describe the bug `supabase start` errors with `Database is not healthy` ## To Reproduce ``` nuno@Nunos-iMac platform-api % supabase start --debug 2022/11/13 13:57:36 Sent Header: Host...
Hi @hwchase17 Thanks for making this, amazing open source project. I'm looking to make Agents more usable in production environment (eg for building a user-facing "chatbot") and some parts of...
Any class with `verbose` property should now implement an (optional) `logger` prop (which if not specified defaults to global logger as before). BaseLogger now inherits from pydantic.BaseModel so that it...