Koshell

Results 13 issues of Koshell

:heavy_plus_sign: Feature request ____ Currently the mod lets you pick how often it runs operations per block. This is really useful but there are two things I would like to...

feature

Specifically a function would be useful since then we could inspect its return value. _For context:_ I am frequently moving my neovim config between machines so I frequently re-downloading my...

Being brief, the memory and memory2 blocks give hilariously different results. Best I can tell the math used by the memory2 block to calculate free ram is wrong. The block...

So as stated in the title, trying to run the universal script causes the app to crash immediately without applying any changes. I'm new to reporting issues with android apps...

```lua { -- [string] Specifies the full name of the package. -- This is the only required field; all other fields are optional. "user/package", -- This should be triggered every...

Updated #201 to allow for easy merging. While I was there I also fixed up the tests to allow them to run on windows. **All current tests pass.** I'm happy...

Versions: `rustc 1.79.0` `clippy 0.1.79` Warnings: `clippy::default_constructed_unit_structs` `clippy::single_char_pattern` `clippy::len_zero` `clippy::clone_on_copy` `clippy::duplicated_attributes` After going back through to check for these I realised all of them, except `clippy::duplicated_attributes`, occur in tests and...

I was reading through the docs to learn about the API and I found something odd. These [id ranges](https://github.com/esi/esi-docs/blob/master/docs/id_ranges.md) don't make sense. Consider this truncated version of the table: From...

Makes the `lookup_host()` function return a `Iterator` as stated in the docs instead of a `Vec`.