CodeDoctor
CodeDoctor
Closes #950
Closes #992
### Is your feature request related to a problem? Please describe Paragraph styles will be applied to the whole element. ### Describe your feature request! * Change paragraph -> paragraphs...
### Is your feature request related to a problem? Please describe _No response_ ### Describe your feature request! See https://pub.dev/documentation/syntax_highlight/latest/ for the package ### Additional context _No response_ ### Code...
## Proposed changes I added an option to add horse inventories to minestom. To do this I have: - Split Inventory to ViewableInventory - This ViewableInventory has two subclasses: Inventory...
Hello, I have the same problem like here: https://github.com/brendan-duncan/archive/issues/42. Maybe this is a regression bug? I use `ZipDecoder().decodeBytes(bytes, password: password)` and then `ZipEncoder(password: state.password) .encodeBytes(export(), autoClose: true)`. When reading a...