G.
G.
https://webpack.js.org/concepts/ would be one.
TailwindCSS 2.0 comes with Dark Mode support (https://tailwindcss.com/docs/dark-mode) so i'm foreseeing the trend. StackOverflow switches modes too.
https://share.getcloudapp.com/5zudGmWQ
great. thank you!
btw using SwiftSoup 2.3.2, Swift 5.3.2, and XCode 12.4.
> i've tried removing optimization levels for release for SwiftSoup but doesn't help. i might believe that i've done that correctly but maybe not. i've made the changes in XCode,...
ok so i've compiled the release through Xcode and the issue seems to be with the `Swift Compilter — Code Generation`. if `Optimization Level` is set to something else than...
i was able to create a CLI that works from SPM with following command: `swift build -c release -Xswiftc -Onone`. it passes the `No Optimization` to the Swift Compiler and...
this has been closed without any hello but the issue is still there. just tested.
hello. (haha.) sure, here you go: https://gist.github.com/godbout/2fafd288d4c55d36405f93072975755c works totally fine until i create an archive that turns the optimizations on. at the end i can still compile something, it's just...