BppleMan
BppleMan
Compiling ts with swc is blazingly fast, and its advantage over esbuild is that it supports decorate metadata, which is great. I hope that swc-loader can support appendTsSuffixTo in the...
[pbandk-kotlin-native-demo](https://github.com/BppleMan/pbandk-kotlin-native-demo) Is it possible to put this link in README.md, or it's up to me to create a pr?
### Reproduction steps ``` git_remote_push("origin", "refs/heads/*:refs/heads/*") ``` ### Expected behavior like git cli ``` git push --all ``` push all local branch to remote ### Actual behavior get error: code:...
All examples do not describe the use of unit tests and integrate tests. Which is required for #[source]\#[source_code]\#[source_from]\#[diagnostic_source]? I need to manually copy the source code myself and bind to...
I use intellij-rust. For std rust test, the IDE can make some friendly instructions based on #[test] that this is a test case ready for testing. 
I have reviewed #78 and [#144](https://github.com/yaahc/color-eyre/pull/114) But the problem is still not fixed https://github.com/yaahc/color-eyre/blob/4a7b4d6988c6b0da5e04e29c9d6e10595b5dc302/tests/install.rs#L4-L7 I modified with ```rust fn double_install_should_not_panic() { install().unwrap(); install().unwrap(); install().unwrap(); assert!(install().is_err()); } ``` it's still panic
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...
archive version: 3.4.2 ```dart // with flutter_test void main() { TestWidgetsFlutterBinding.ensureInitialized(); test('temp', tempTest); } Future tempTest() async { var baseDir = Directory.systemTemp.createTempSync('demo_archive'); /* source ├── child_dir │ ├── child_file_1 │...
Currently, both `MaterialApp` and `GetMaterialApp` support setting `theme` and `darkTheme` separately, but `Get._rootController` can only use `changeTheme`, so I seem to have to [use any higher level widget than GetMaterialApp...
As the title says, I think adding an `indentationBuilder` will allow me to customize the `indentation` I want more freely, such as using different colors and widths for different levels....