Juhan
Juhan
https://github.com/Bowserinator/Periodic-Table-JSON/blob/b1fece0a0e66bfc4f5532315e950f63ce24c8493/periodic-table-lookup.json#L2584
### The bug  ### Expected behavior If `_function_name` is not allowed in gleam, it should say so If it was supposed to be allowed, you get compiler error Either...
I was using gleam on Android using termux using the aarch64 linux pre-built binary but it was giving me dns error  After some [discussion in discord](https://discord.com/channels/768594524158427167/1230964341205897267) we found out...

## Changes This pr adds the type declarations for the minigame classes Resolves #15 ## Screenshots N/A ## Status - [x] These changes have been tested and formatted properly. -...
## Description Add color config for [termux](https://termux.dev) ## Screenshots    
**Feature description** `termux-clipboard-set` can copy text into clipboard. But if we pass an image file, nothing happens. I would like to be able to copy image files into android clipboard....
### Related problem When defining context aware custom completion, we can inspect previous arguments and based on that we can suggest completions. However, for example when more than one argument...
### Problem description As mentioned in the title ### What steps will reproduce the bug?  ### What is the expected behavior? _No response_ ### System information termux-info: ``` Termux...
https://github.com/nushell/nushell/pull/15888 added support for completions to replace multiple arguments. This allows us to define a completion which replaces all the keywords with the correct file path upon accepting the path....