AriaN

Results 18 comments of AriaN

All style problems have been fixed.

@c02y This pr gonna merge with #772, Wait for that to get ready.

@beyond9thousand no idea

> Paging @Arian8j2, do you think you can adapt your work to this? @dccsillag maybe you could give them a hand? This is huge animation system and that is so...

I'm new to **TeaSpeak**, and I'm sure that `getconnectioninfo` is TeaSpeak command and is not related to TeamSpeak so where these commands are listed? why they are not shown in...

Still not fixed in 1.5.6, The `clientinfo` get worse even, It doesn't have `connection_connected_time` property anymore. 😞

Is `connection_connected_time` intended to removed or that is bug too?

You can also achieve your private key from solana-keygen cli itself, use this if your mnemonic phrase is from Trust Wallet: `solana-keygen recover 'prompt://?key=0' -o my-tw-wallet.json`

**Same issue**, with bordered: ![image](https://user-images.githubusercontent.com/56799194/218878711-e9e12b43-2a89-433d-bdda-f191ce2ae569.png) without bordered: ![image](https://user-images.githubusercontent.com/56799194/218878952-d8d8ca72-51a8-47a2-af21-f52a513d6834.png) my output of **CursorLine**: ``` :hi CursorLine CursorLine xxx guibg=#525156 ``` Edit: Seems like a color scheme problem, on [aura](https://github.com/Arian8j2/aura.nvim) it's broken,...

Seems like environments in **CI** that failed uses old version of `rustc` and doesn't support format like these: ```rust let name = "alex"; format!("my name is {name}") ``` and formats...