ristiisa
ristiisa
The current flogs.db file is over 600k lines and 250mb. It is not possible to export any logs as it results in app termination for using too much memory. Also...
``` FormatException (FormatException: Unexpected character (at character 372) ...LogLevel.INFO","stacktrace":"null"}}{"key":6319,"store":"flogs","value":... ^ ) ``` ``` _ChunkedJsonParser.fail (dart:convert-patch/convert_patch.dart:1404) _ChunkedJsonParser.parse (dart:convert-patch/convert_patch.dart:869) _parseJson (dart:convert-patch/convert_patch.dart:40) JsonDecoder.convert (dart:convert/json.dart:506) JsonCodec.decode (dart:convert/json.dart:157) SembastDatabase.decodeRecordLineString (\Users\silver\.pub-cache\hosted\pub.dartlang.org\sembast-3.0.2\lib\src\database_impl.dart:220) SembastDatabase.open..import (\Users\silver\.pub-cache\hosted\pub.dartlang.org\sembast-3.0.2\lib\src\database_impl.dart:793) (Unknown Source:0) SembastDatabase.open....
## Steps to Reproduce HTML ```html Item Item Item Item Item Item Item Item Item Item ```  `HtmlWidget` configuration ```dart void main() { var html = ''' Item Item...
# Issue ## Versions - sequelize: 6.29.3 - sequelize-typescript: 2.1.5 - typescript: 5.0.2 ## Issue type - [x] bug report - [ ] feature request ## Actual behavior It seems...
On the [webpage](https://hunspell.github.io/) the link to Pyrhon libary points to https://pypi.python.org/pypi/org.keyphrene and that does not seem correct
**Is your feature request related to a problem? Please describe.** During the debugging process, where the debugger halts execution for exceptions that are already expected and handled within the application....
## Environment - Xcode version: 15.1 - iOS version: 17 - Devices affected: all - Maps SDK Version: 11.1 ## Observed behavior and steps to reproduce I have given Mapbox...
## Environment - Xcode version: 15.1 - iOS version: 17 - Devices affected: all - Maps SDK Version: 11.1 ## Observed behavior and steps to reproduce Fitting the map to...
## Environment - Xcode version: 15.1 - iOS version: 17 - Devices affected: all - Maps SDK Version: 11.1 ## Observed behavior and steps to reproduce https://github.com/mapbox/mapbox-maps-ios/assets/514571/f77d61ec-655c-4e86-abdf-ae9cf4b3e588 When I import...
It seems that some files will get corrupted when unpacking a zip archive with PPMd compression method. ``` import 'package:archive/archive_io.dart'; final inputStream = InputFileStream('test.zip'); final archive = ZipDecoder().decodeBuffer(inputStream); main() =>...