Sherlock Luk

Results 31 issues of Sherlock Luk

### Discussed in https://github.com/goolord/alpha-nvim/discussions/133 Originally posted by **lockieluke** August 4, 2022 I tried making an auto command function to open alpha on each new tab I open but it didn't...

InjectionIII might not be compatible with SwiftUIX ![image](https://user-images.githubusercontent.com/25424409/180643292-13ff3961-4d8b-4559-88cc-875c4ecfaa8a.png)

I have updated the nativefiledialog library to the latest commit as someone suggested in a previous pr

### Discussed in https://github.com/kyazdani42/nvim-tree.lua/discussions/1496 Originally posted by **lockieluke** August 10, 2022 https://user-images.githubusercontent.com/25424409/183872555-f5b3ae01-252c-46cd-af84-f9d9aae00ade.mov nvim tree is vspliting the first document on the wrong side, it would be working correctly again after...

SPM doesn't always work well, could you please upload the package to Cocoapods please

No matter what values I put for `width` and `height` on the canvas, it still tries to render the chart as large as possible

I have a project that uses `FirebaseFirestore` whenever I make changes to my code when InjectionIII is running, it would complain about `FirebaseFirestoreInternalWrapper` being non-existent The `FirebaseFirestore` module is only...

![image](https://github.com/chinedufn/swift-bridge/assets/25424409/7ce9ba38-26f6-4ddc-945d-8d24288b8dc8) Using code from documentation: ```rust #[swift_bridge::bridge] mod ffi { extern "Rust" { type RustApp; #[swift_bridge(init)] fn new() -> RustApp; fn generate_html(&self, rust_code: &str) -> String; } } pub struct...

This is my struct: ```rust pub struct DiscordRPCAgent { client: DiscordIpcClient, state: Option, details: Option, start_timestamp: Option, end_timestamp: Option, large_image: Option, small_image: Option, } ``` I would like to have...