Fernando

Results 10 issues of Fernando

Maybe it is out of the scope of this framework but it would be useful to have "importing CSV" support. This functionality should do the opposite to what ng-csv does...

Hi, I want ng-csv to download a file only after some validations. Is there any hook to execute validation code and prevent downloading if something is wrong? Thanks.

### [REQUIRED] Step 1: Describe your environment * Xcode version: 13.2.1 * Firebase SDK version: 8.15.0 * Installation method: CocoaPods * Firebase Component: Database * Target platform(s): macOS ### [REQUIRED]...

api: database
macOS

**Short description of the issue**: DisposeBag leaks externally disposed Disposables. **Expected outcome**: DisposeBag should not have references in `_disposables` to already disposed Disposables. Once any disposable reference from DisposeBag is...

### Bug description: If typeahead is editable=false and focus is lost during loading, typeahead-loading get stuck on "true". ### Link to minimally-working plunker that reproduces the issue: https://plnkr.co/edit/pmEfFVWkekOeqYHgYhFZ?p=preview ### Version...

### Description Users sometimes hit keychain errors while logging in using Firebase Auth. We are using `signInAsync(withCustomToken:)` This is the specific error: ``` Error Domain=FIRAuthErrorDomain Code=17995 "An error occurred when...

api: auth
macOS

withLatestFrom doesn't seem to be thread safe when subscribing to two different publishers that emit elements from different threads. This is part of the current implementation of withLatestFrom. Check the...

## Description ## [See session state for teammates] - 2024-04-08 Requires Multi > 0.465.1 - Call Teammate now shows if teammates are currently in a session - If teammates are...

extension fix / improvement
OP is author
extension: multi

### Which version of the Ably SDK are you using? 1.2.19 ### On which platform does the issue happen? macOS 13.3.1 ### Are you using Carthage? No ### Are you...

As discussed in https://github.com/y-crdt/yswift/pull/44#discussion_r1543872104, running this test causes memory to steadily increase if looking at Activity Monitor. ```swift func test_allocateTooMany() { for i in 1...1000000000 { let s = text.observe...