John
John
> * [ ] Add `minify` option to `@core-js/builder`, bundles minified by default I've implemented this in #1442, submitted against the v4 branch. I hereby agree for you to use...
FYI on my #1442 implemenation: It cannot properly generate source maps. See the last comment there for some details going forward. To maintainer: I apologize for wasting your time on...
@zloirock I believe CONTRIBUTING.md should be updated to remove the fact that you should only use stdlib and syntax for tools, scripts, and tests on line 73 because in your...
@zloirock Thanks! Sorry, I should be posting more asking-for-help messages in the Temporal thread, not this.
Hmm... maybe an enable, disable, or follow native feature? I've seen some macOS users get mad where they're using Chrome for the first time and text fields online doesn't have...
iOS: ``UIView.traitCollection.userInterfaceStyle`` Also for some platforms the UI dark/light can autochange, so we need to probably implement something similar to a "color set" specifying different colors to display under dark/light...
I've created #3696 to track this since I realize that is sort of a separate feature. I'm going to mark my comment as off-topic since there is now another place...
I think we need to start rubicon swift because some stuff like structs cannot be exposed to objc. MusicKit, for example, on the homepage of its docs, links *exclusively* structs....
Similarly, all views in SwiftUI seems to be structs. Per official docs structs can’t be exposed to objc. Is there any way to get to swift structs using python? I...
OK did some more research on this. This is definitely nontrivial. There should be 2 parts to make this happen: - Figure out mangling of the Swift functions into C....