Jesse Squires
Jesse Squires
I've discovered that Chisel seems to be crashing LLDB in Xcode 13 when running unit tests. - Chisel 2.0.1 - macOS Version 12.0.1 (Build 21A559) - Xcode 13.1 (19466) (Build...
This is currently in beta. Not sure if it will be applicable to any workflows here. I _think_ this feature is mainly about reusing workflows _within_ a repo — not...
Folks periodically [leave comments](https://github.com/jessesquires/jessesquires.com/issues?q=is%3Aissue+label%3A%22blog+comments+%26+questions%22+is%3Aclosed) about posts. Have a bot close them automatically after 2 weeks with a friendly message. > "Thanks for leaving a comment about this post! After 2...
**EDIT:** It looks like eventually bootstrap will support this: https://github.com/twbs/bootstrap/issues/27514 ------ https://kevinchen.co/blog/support-macos-mojave-dark-mode-on-websites/ example: https://github.com/SwiftWeekly/swiftweekly.github.io/commit/b78a750ef57b9b2a3a03d57694197ea0822dbbe3 Will also need to address #58 as part of this. - https://github.com/vinorodrigues/bootstrap-dark-5 - https://github.com/vinorodrigues/bootstrap-dark
### Jekyll docs: https://jekyllrb.com/docs/configuration/markdown/ ``` highlighter: rouge ``` ### Other resources: Twilight for swift: - https://gist.github.com/kaybutter/e9a451fdfda10c25a2af Pygments: - https://stylishthemes.github.io/Syntax-Themes/pygments/ - https://github.com/StylishThemes/Syntax-Themes/tree/master/pygments/css-github Rouge preview: - https://spsarolkar.github.io/rouge-theme-preview/
How to Favicon in 2021: Six files that fit most needs https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs
Can wrap this to be reusable: https://useyourloaf.com/blog/async-core-data-testing/ (See also: "verifySaveSucceeded/Failed" helpers from my existing projects)
As of Xcode 13, plists can be generated automatically. We can delete them from the framework targets and test targets. Also update `Package.swift` https://useyourloaf.com/blog/xcode-13-missing-info.plist/
Currently aren't configuring tests for the Swift package. https://useyourloaf.com/blog/testing-core-data-in-a-swift-package/