@mvacha@borekb pro vyřešení mizejících itemů pod notchem mi přijde o něco vhodnější snížit spacing mezi itemy
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 6
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 6
+ logout & login
Swift is used on Apple devices, servers, in machine learning... now, let's make it a thing on bare metal!
Excited to open source my latest project – Swift for Embedded Systems! ✨
https://t.co/PLBSHFY0x8
#swift#embedded
@dgregor79 @layoutSubviews Next: cooperability with C (some trivial C macros don't get exposed to Swift; making a function callable from C), public @_silgen_name, or placing a declaration to a specific section. Just from the top of my head. But don't get me wrong – Swift [on embedded] is already awesome 🙃
@dgregor79 @layoutSubviews Thanks! My #1 is still code size: dead code elimination across modules would be great (Swift's metadata tie everything up so linker can't remove much). Otherwise, for example, a parallel to `volatile` to prevent optimizing-out access to peripherals 🙂