Ben P.

Results 37 comments of Ben P.

Hoping to see this come along.... really want to manage secure files via CLI.

@chliangGoogle - @gpfister has responded to the issue, and [has a suggestion for firebase to workaround](https://github.com/apple/swift-package-manager/issues/5866) Thoughts?

I am having the same issue- it's protected whereas detach is public. What's up? It's described as if it were public in the ReadMe. Love the repo though, excellent quality....

Wow, that's wild. Swimming upstream, huh?

It's been since November 2020 that this hardware became available. What's the holdup?

@msramalho - is there active development that you're aware of right now to support a mobile-friendly layout? I'm hoping to contribute to this project (I have relevant mobile experience) if...

Tried downgrading to node v16.x.x per the note on the https://github.com/forensic-architecture/timemap readme. Same issue.

Issue seems 'resolved' when downgrading to `v14.20.0`- albeit with plenty of warnings. Will create a PR to note this in the readme of this repo.

Update for iOS 15: ```swift content .padding(.bottom, self.bottomPadding) .onReceive(Publishers.keyboardHeight) { keyboardHeight in let keyboardTop = geometry.frame(in: .global).height - min(0, keyboardHeight) // putting a floor on negative keyboard hight fixes a...