Skip to content
#

logos

Here are 321 public repositories matching this topic...

codyd51
codyd51 commented Jul 4, 2019

It's easy to make a mistake with theos by placing a method-hook under the wrong %hook class, or adding a typo to a selector name. In this case, the hooks will silently fail, and the methods will not be swizzled, leading to confusion of whether the target methods are being invoked at all.

Instead, theos should loudly fail when I provide an 'invalid hook'. This would catch this bug much earlier

louistsaitszho
louistsaitszho commented Nov 2, 2018

During a pull request for another repo, we found out that the color is a little bit weird:

  1. In the README here, Blueberry = #3892e0
  2. In the branding page, Blueberry on the top = #3689e6, which is 500, but the text of it is white on the "header" and gray in the list
  3. In logomark-blue.svg, the background is #64BAFF, which i
TriangleDraw-iOS
neoneye
neoneye commented Jan 19, 2020

Tapping this button multiple times is not good. It creates several documents in an undefined state.

There is a slight delay from tapping the "Create Document" button until the document have been fully created in the file system. A blocking mechanism is needed. That stays invisible if the document gets fully created within a reasonable amount of time. Otherwise a HUD is to be shown. Or an error

bug

Improve this page

Add a description, image, and links to the logos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the logos topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.