Zev Eisenberg

Results 152 issues of Zev Eisenberg

I get all my best ideas from QuickRadar.

If I've submitted a rdar, and then I open the file again, it should show a check mark or the submission date, and maybe the radar number and a link...

The text fields in Brisk currently support some (but not all) options under the Format menu. The Format menu should probably be removed entirely, and all keyboard shortcuts disabled. A...

Might be a stretch, but I always upload my attachments to CloudApp (unless they contain sensitive information). It would be nice to get this automatically.

### Checklist - [x] I've checked that all new and existing tests pass - [x] I've updated the documentation if necessary - [x] I've added an entry in the CHANGELOG...

Would it be possible to speed up `detectCycles` and `detectCyclesAsEdges` by making them run parts of the search in parallel? I don't know whether the algorithm is suitable for parallelization,...

If a string looks like `Gilbert & Sullivan`, the unescaped `&` will break XML parsing. The string must be escaped like this: `Gilbert & Sullivan`. Other characters must be escaped...

https://swift.org/source-compatibility/#adding-projects According to the acceptance criteria, eligible projects must "add value not already included in the suite." I think BonMot satisfies this because of its extensive use of variable lists...

It’s come up once or twice in projects, since some protocols that we use with model or state types require that things be `Equatable` for collection diffing reasons. It would...