alichtman / alichtman/rofi-insect
First expression doesn't get cleared properly if you start a brand new one
Aberta
- Linguagem predominante
- Shell
- Estrelas
- 2
- Forks
- 1
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
```
500 [ENTER] # Should = 500, and does.
500 + 400 [ENTER] # Should = 900, and does NOT.
= 500 500 + 400 = 250400
```
Insect handles this just fine. I have no idea what's going wrong here. `bash` is such a pain.
```bash
$ insect
>>> 500
500
= 500
>>> 500 + 400
500 + 400
= 900
```
Current workaround is clearing when things stop making sense, but that's such a cop-out. The bug should get fixed.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.