fabb

Results 72 issues of fabb

In several WWDC talks, Apple suggests to set the Input and Output files in all run script phases, so the build system can choose to skip a run script phase...

difficulty: easy
type: enhancement

since #22, if there are merge conflicts that cannot be resolved by the 3-way text merge, the conflict markers stay in the file (good), but the file gets marked as...

Currently the Third Party dependencies are delivered with this repo. It could be served via CocoaPods by specifying the `dependencies` in the `podspec`. You could still reference version 0.2.0 of...

enhancement

Sometimes the editor inserts tags when inserting line breaks. ### Correct Handling - Switch to HTML View, delete all content, and switch back to editor - Press "P" toolbar button...

enhancement

**Use Case**: A view with several `UITextFields` + a rich text input view. **Tried Solution:** Put `ZSSRichTextEditor` into a container view. **Problems:** - The toolbar of `ZSSRichTextEditor` also appears when...

bug

`ZSSRichTextEditorToolbarBold` and `ZSSRichTextEditorToolbarItalic` are represented by the same bit: ``` ZSSRichTextEditorToolbarBold = 1, ZSSRichTextEditorToolbarItalic = 1

bug

Is there a reason that AGWindowView does not call `setNeedsLayout` for its child views on rotation?

Using `NSNotification.Name.reachabilityChanged` in swift 3 for the notification does not work, as it gets translated to `"kNetworkReachabilityChangedNotification"`. This is different from the constant defined in this library `"kReachabilityChangedNotification"`.

# Bug report ## Description / Observed Behavior I'm using `useSWR` in a component that I test with react-testing-library. In most cases the unit test passes, but sometimes it fails...

Repro: ``` echo "asdf" > blah ``` After pressing enter, the command is finished, but the cursor does not appear again. It only appears again after pressing a key, e.g....