Results 15 issues of Juhan

https://github.com/Bowserinator/Periodic-Table-JSON/blob/b1fece0a0e66bfc4f5532315e950f63ce24c8493/periodic-table-lookup.json#L2584

### The bug ![Screenshot_20240410-070642_Termux](https://github.com/gleam-lang/gleam/assets/92646057/b20c215b-bb5f-40aa-97a8-9899f017f5d1) ### 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...

bug

I was using gleam on Android using termux using the aarch64 linux pre-built binary but it was giving me dns error ![Screenshot_20240420-013201_Termux](https://github.com/gleam-lang/gleam/assets/92646057/36bcffc1-8c70-42de-bf31-2bb43821204f) After some [discussion in discord](https://discord.com/channels/768594524158427167/1230964341205897267) we found out...

help wanted
priority:medium

![Screenshot_20240412-175359_Termux](https://github.com/gleam-lang/gleam/assets/92646057/01f22963-f71e-4db3-84aa-4d79cc49055d)

bug
help wanted
priority:medium

## 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 ![Screenshot_20241015-031413_Termux](https://github.com/user-attachments/assets/25f8f675-be36-49f4-8fe6-7fef65e69d60) ![Screenshot_20241015-021822_Termux](https://github.com/user-attachments/assets/c52472bf-a9ea-4996-ab13-e11f02d8dd03) ![Screenshot_20241015-021952_Termux](https://github.com/user-attachments/assets/3c27b83a-f03d-4430-ac12-44d1f1ba2287) ![Screenshot_20241015-021927_Termux](https://github.com/user-attachments/assets/f9eb43fe-f012-4973-8ff2-b2fe30a58a7a)

extras

**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...

enhancement
completions
needs-triage

### Problem description As mentioned in the title ### What steps will reproduce the bug? ![Image](https://github.com/user-attachments/assets/cc14ed24-c96d-4886-b5d6-fc5bba9f51de) ### What is the expected behavior? _No response_ ### System information termux-info: ``` Termux...

bug
untriaged

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....