Loïs Di Qual

Results 14 issues of Loïs Di Qual

Fixes https://github.com/TakeScoop/SwiftyRSA/issues/143

Only happens when random data length is 128.

bug

Thoughts: only change the content insets and document heavily this unexpected behavior.

bug

@krzyzanowskim Here's a proposed fix for https://github.com/krzyzanowskim/Natalie/issues/37, as per [phimage's suggestion](https://github.com/krzyzanowskim/Natalie/issues/37#issuecomment-112368044). This commit modifies `natalie.swift` so it can take a second argument `imports_file_json`. This JSON file must contain an array...

If you modify a VC class in IB to `ViewController` and then remove the `ViewController.swift` file, you'll get an error at runtime. Would be great to catch that with IBAnalyzer.

enhancement

If you set an imageView's image to `back-icon` and remove the back icon from your xcasset, you'll get an error at runtime. Would be great to detect this in IBAnalyzer...

enhancement

### Search Terms `code`. Found [this](https://github.com/TypeStrong/ts-node/issues/1586) but not sure if related. ### Expected Behavior When wrapping an import with try/catch, and when pointing the import to a TS file that...

After updating node-fetch to 2.6.1, it seems that mocks are no longer working. Here's the diff that I think is causing the issue: https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.1

When trying to generate typescript code from an invalid graphql file: ``` $ graphql-schema-typescript generate-ts generate-ts src/chema.graphql Message: null Error: { GraphQLError: Syntax Error: Cannot parse the unexpected character "/"....