phatmann
phatmann
none, underline, line-through
Right now NUI hooks into `didMoveToWindow` and applies the styling at that time. This can cause major problems when using a subview in a UIScrollView, since `didMoveToWindow` triggers the auto-layout...
If my view slides in from the left and I have `allowDismissByPanningPresentedView` set to true, I would expect a pan gesture on the view to the left to dismiss the...
Same idea as keyDecodingStrategy in JSONDecoder. Would let us use `snake_case`, a very common Firebase idiom.
If you use use `createURL('/')`. you will get a triple-slashed prefix in a standalone app; e.g. "myapp:///". You have to use `createURL('')`, which gives a double-slashed prefix in a standalone...
It is spelled as "localhsot", which stops the connection from succeeding until you edit host name.
On macOS if you run mermaid-filter with the MERMAID_FILTER_FORMAT environment variable set to "svg", you will get the error: ``` Could not convert image /path/to/image/file: check that rsvg-convert is in...
Looks like a great tool. Unfortunately when I click Generate Images a new tab opens in Safari but the zip file is never downloaded. Any ideas?