Dan
Dan
If you use something like ``` -(void)growingTextViewDidBeginEditing:(HPGrowingTextView *)growingTextView { growingTextView.placeholder = nil; } ``` On your controller, it wont work (Maybe just in iOS 7) if placeholder has been set...
# Feature Request ## Description Currently, it is impossible to add an async authentication like firebase auth token function is async. ## Proposed Solution `FoldableRequestInterceptor` should support a `Task` ##...
Sometimes you'll want the FAB to be GONE from the layout after animating. Maybe make INVISIBLE default and add an option to make it use GONE instead? Thanks, Dan
Will soon add a docker-compose.yml for local fast development. Just run `./setup/docker/build.sh` to build a docker image and tag it with the latest version.
Fixes #119 https://expressjs.com/en/guide/behind-proxies.html
I'm using ``` FileEntity entity = new FileEntity(fileToUpload, mimeType); Header[] headers = { new BasicHeader("x-amz-acl", "public-read") }; // For uploading to S3 getClient().put(mApplication, signedUrl, headers, entity, mimeType, new AsyncHttpResponseHandler() {...
Looking at https://github.com/matrix-org/matrix-spec-proposals/pull/3202 seems like a pretty straight forward implementation. I think I can contribute that part, but would love for direction on which files it should be implemented on.
Using the following lines: ``` ARLazyFetcher* fetcher = team.users; User* asker = [self asker]; if (asker != nil) { [fetcher where:@"'user'.'serverUserId' != %@", asker.serverUserId, nil]; return fetcher.fetchRecords; } ``` crashed...
**Is your feature request related to a problem? Please describe.** Recoil is obsolete, project should use jotai or zustand. Recoil is not supported in React 19. **Describe the solution you'd...