-
# tl;dr
Surge's API naming scheme does not quite follow Swift's [API Design Guidelines](https://swift.org/documentation/api-design-guidelines/).
We might want to fix that.
# What
Swift and…
-
| | |
|------------------|-----------------|
|Previous ID | SR-13400 |
|Radar | rdar://problem/67363029 |
|Original Repo…
-
The intuition I want when using Dafny is that "If I'm having trouble, I should be *more* specific."
To that end I suggest that the default behavior for `datatype` `function` and `method` should be …
-
I believe it would be not be too difficult to generate the tags from the atom/textmate syntax files themselves which has a lot of benefits:
1. Every file type that has a syntax could now have symbols …
-
I am using fastlane and [chxcode](https://github.com/klaaspieter/chxcode), and they read Xcode's version from the `.xcode-version` file.
How about making this action read version from the file?
…
-
I just tried building this on an linux machine running Ubuntu 16.04 with swift 3.0.1 and there were several build errors.
[failures.txt](https://github.com/nvzqz/FileKit/files/778986/failures.txt)
…
-
I am having issues related to conversion, whenever I am trying to open xib with button action I am getting this error found nil while unwrapping optional, another issue is related to response http cod…
-
Today most of VB is imperative and immediate but there's this whole separate world of declarative and deferred in queries. Queries don't execute immediately but many programs I see immediately realize…
-
I tried NEAL today and in short time I had a "working" rule. I wanted to provide some feedback on the issues I hit
1. The readme talks about a rules config file, but doesn't mention a file name. I …
-
I have a common parser [grammar](https://github.com/RobEin/ANTLR4-Python-parser-by-PEG/blob/main/PythonParser.g4
) for Java and Python targets to parse Python files:
I'm currently using a 'self' ref…