om-ha
om-ha
### Question Is it possible to do a dry-run of `_calculateFontSize` without having to use `AutoSizeText` widget? My use case requires calculating maximum number of lines and use the output...
PeopleInSpace uses [Build Sources](https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#sec:build_sources) (`buildSrc`). Is there a reason why [Composite Builds](https://docs.gradle.org/current/userguide/composite_builds.html) is not used instead? As I was checking how PeopleInSpace manages versioning, I saw this PR https://github.com/joreilly/PeopleInSpace/pull/116 and...
## Some Background I have used this awesome state management approach for quite some time. Its minimalism and usage outside `BuildContext` is superb. This point is unrelated to the question:...
If protocol is `wss` instead of `https`, then [`secure`](https://github.com/socketio/socket.io-client-swift/blob/a1ed825835a2d8c2555938e96557ccc05e4bebf3/Source/SocketIO/Client/SocketIOClientOption.swift#L100) is not set to true. https://github.com/socketio/socket.io-client-swift/blob/a1ed825835a2d8c2555938e96557ccc05e4bebf3/Source/SocketIO/Manager/SocketManager.swift#L569-L570 This should be: ``` if socketURL.absoluteString.hasPrefix("https://") || socketURL.absoluteString.hasPrefix("wss://") { _config.insert(.secure(true)) ```
This is an issue open for discussion. [This](https://stackoverflow.com/a/42829233/10830091) comparison prompted it. If this change is not needed please feel free to close this issue. Change suggested: implement AVMutableAudioMix-based method for...
I really do not get the difference between BlocBuilder's `buildWhen` (docs [here](https://github.com/felangel/bloc/blob/6b61110e5b72c6183e85c17f507ce205383592df/packages/flutter_bloc/lib/src/bloc_builder.dart#L48), and [here](https://github.com/felangel/bloc/blob/6b61110e5b72c6183e85c17f507ce205383592df/packages/flutter_bloc/lib/src/bloc_builder.dart#L9)) and BlocSelector (docs [here](https://github.com/felangel/bloc/blob/6b61110e5b72c6183e85c17f507ce205383592df/packages/flutter_bloc/lib/src/bloc_selector.dart#L9)). In the sense of, what really is the difference between the two?...