Dan Hansen
Dan Hansen
+1 @jbrooksuk did you ever find a solution to this?
This is resolved in #837
If you wish to style the button, create a new component that handles the login/logout functionality manually. You can style that component as you wish to. See https://github.com/magus/react-native-facebook-login/issues/73#issuecomment-176380610
I was able to implement the `postSart` hook as suggested above by using the alpine image with this script- ```python sidecar = k8s.V1Container( name="cloud-sql-proxy", image="gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.7.2-alpine", # .... lifecycle=k8s.V1Lifecycle( post_start=k8s.V1LifecycleHandler( _exec=k8s.V1ExecAction(command=[...
Hi @mattn, how can I help in getting this merged?
A friendly bump on this @rittneje
@mattn This would be very helpful to get in for the users of https://github.com/goccy/bigquery-emulator I cannot merge my feature branch into the project as it uses a forked `go-sqlite3`. Is...
I wouldn't recommend using this fork in your apps, as I'm less likely to do any maintenance than the repo owners here. If y'all can verify that it solves the...
I can take a look at this soon if you could assign it to me @totem3. I have a pending PR up that fixes some API-level value encoding issues similar...
I haven't taken a look at this yet. If you have some time @totem3, that'd be appreciated. I'm currently looking at if it'd be possible to rewrite how go-zetasqlite handles...