Alex Hedley

Results 20 comments of Alex Hedley

You can use the [ContainerView](https://developer.apple.com/library/content/featuredarticles/ViewControllerPGforiPhoneOS/ImplementingaContainerViewController.html) to embed other ViewControllers and set that to the size you wish.

Interesting thread: https://twitter.com/bradygaster/status/1375147944760930305 https://fluidframework.com/docs/advanced/summarizer/ Fluid uses Mermaid in their docs, with accessibility addressed: https://github.com/tylerbutler/FluidFramework/commit/2597379ae57b5a01aee33fff9482d64ae1212c01#diff-cf2a02b7ba760f1160fc918b8f2b175dad122a4fd64790689e7cf6e3b9ed0fed

GitHub adds support [Include diagrams in your Markdown files with Mermaid](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/)

The only issue here is if you've selected a colour in IB you then have to set it again in code (selectedColor) which would be confusing and not intuitive.

I've had the same issue with some ObjC gists I've been creating, added the .m and it worked but I've got older gists with no file extension that saved fine...

Hi @twsouthwick I’ve see you comment on other issues for this repo, would it be possible for a comment on this? Also is there a reason why this would be...

@twsouthwick if you have some time that would be great, thanks.

@twsouthwick I'm not sure how reading the last element would allow for replacing an item anywhere in the document, unless I'm missing something?

Is this similar to https://github.com/FritzAndFriends/StreamDeckToolkit/issues/158