Shai Mishali

Results 29 issues of Shai Mishali

The previous regular expression in `genstrings.swift` doesn't support capturing strings such as `"Please tap \"Allow\" to continue"`. This fix solves this issue. I've tested it on my own project with...

Is this still happening? Or even part of the roadmap ? I remember an older issue open and came back to install again and try but it's still poorly behaving...

Hey there @mchoe ! Seems like you have a real solid project here, I wonder if you're still maintaining it though? I'm looking for options for somewhat of a polyfill...

Hey there, We noticed there's a somewhat repeating crash on JustLog that looks like this: ``` Crashed: com.apple.root.default-qos.overcommit EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000 ``` Over-comitting basically means the queue can't handle the...

Based on discussion in #31, it could be nice to support basic operands of equality and inequality for tokens, e.g. : ``` {{% IF color.alpha == 1.0 %}} ``` This...

feature

Adding this here and self-assigning so I don't forget: We have Swiftlint running successfully with no issues on CI, the problem is - it doesn't actually do anything with warnings....

tech debt

We're trying to figure out a good naming scheme for operators that target a collection of something. For example, like our existing `mapMany` operator. One of the newer ones is...

Polls

### Description This ticket continues discussion on one of the point form #127. Would appreciate some opinions on what you guys would consider optimal Folder Structure and file-naming for RxSwift...

roadmap
discussion

This continues discussion from #124, but decided it would be better to start a clean one since this is already "Calls to Action". I'm assigning myself as I'd like to...

roadmap
discussion

_IGNORE THIS PR ;-)_

invalid