Chigozirim

Results 46 issues of Chigozirim

Open menulibre and select an installed application. The app has to be the only one in its category. Now uninstall that application. Menulibre will show a dialog: ![ArcoLinux_2020-12-07_09-42-35](https://user-images.githubusercontent.com/8305511/101371888-2ebe9a00-38a3-11eb-801b-62ab08d7c9dd.png) This dialog...

Confirmed

``` react-chatbot-kit version: 2.0.0 ``` --- I am trying to save the chat history, but the `saveMessages` callback is not being called. I have traced the problem to be caused...

My website already uses redux persist with the same key as this library is using i.e. `root`. I didn't realize this, until I started to notice that I was loosing...

When a sequence command is nested, `bubbletea` does not wait for the nested sequence to finish before it executes the sibling command. Bug can be fully reproduced by cloning and...

### Affected Version yay v12.2.0 - libalpm v13.0.2 ### Describe the bug The docs says that the `-B` option can be used to build a `PKGBUILD` in the given directory....

Type: Bug
Status: In Progress

### Discussed in https://github.com/uptrace/bun/discussions/804 Originally posted by **smac89** March 16, 2023 So my question is two-fold 1. Say I want to have a base model for which all my models...

fix comparison inside single brackets to work with zsh

## Here's what I did Added the following config to my workspace settings.json: ```json { "standard.engine": "ts-standard", "[typescript]": { "editor.defaultFormatter": "standard.vscode-standard" }, } ``` I've also installed ts-standard locally ##...

My modular application is failing to run under java 11 with modules but works with java 8. After a while of debugging the same application under both versions, I came...

At the moment, it requires one to pass in an already existing stream as parameter. It would be nice if instead, one can pass in a function which returns a...