Seth Friedman

Results 38 comments of Seth Friedman

Hi, any update on this? It was noted that work would begin soon, but it's been 8 months since then. Thanks!

Reopening, as there is still demand for this rule based on #3579 and prior comments on 2020.

Hi @ebgraham, how are you running SwiftLint? If you're just running the `swiftlint` command by itself from the root directory, I'd expect this to work. If you're passing in individual...

If anyone wants to help with the fix for this issue, this is where the PR is currently blocked: https://github.com/realm/SwiftLint/pull/3534#issuecomment-830863143

I haven't found docs yet for the `.dia` file format, but here's the code in Clang responsible for reading `.dia` files. Should be able to reverse engineer from this worst...

And here's the code responsible for writing `.dia` files, which might be more helpful: https://clang.llvm.org/doxygen/SerializedDiagnosticPrinter_8cpp_source.html

I'm currently working on getting Nidyx to spit out plain Swift models (no JSON serialization or deserialization support at first). There are a ton of JSON frameworks out there for...

@jph00 Digging into the build logs, it actually looks like the `setupconda` workflow is running into the same thing I hit in #37. It's hitting a 404 when trying to...

@jph00 Seems to work on [my fork](https://github.com/sethfri/fastconda/actions/runs/6446108447/job/17500868671)! That solves `setupconda`, but `condabuild` is still failing and I have no idea why. The traceback in the logs is unfortunately quite nondescriptive:...