wugeer

Results 11 issues of wugeer

### Background https://github.com/daeuniverse/daed/issues/211 daed resetpass need to set custom password ### Checklist - [ ] The Pull Request has been fully tested - [ ] There's an entry in the...

not-yet-tested
feature

This environment configuration setting hook allows administrators to alter different database connection parameters on the fly based on user information and hook strategy. This can be use for a variety...

size/L
data:connect
enhancement:db

solve issue: https://github.com/bootandy/dust/issues/432 fix: man-page and completions missing in debian package

This Pull Request fixes/closes #2347. It changes the following: - Remove the `line` field from the `Command` struct, along with its corresponding initialization - Remove the `cmdbar_extra_lines_bg` field from the...

This Pull Request fixes/closes #2372 . It changes the following: - `stash_pop` not remove stash from list even when there are conflicts before change [before1005.webm](https://github.com/user-attachments/assets/fe0ae937-bdd0-4fb3-b266-6e89a458586f) after change [after1005.webm](https://github.com/user-attachments/assets/89c6f304-af9e-4dbb-a83e-ce5fc0145198) stash pop...

This Pull Request fixes/closes #2370 . It changes the following: - add keybinding to copy commit message - Run `cargo clippy` to format the code. I followed the checklist: -...

**Describe the bug** In my terminal, Kitty, I've customized the font size. In the GitUI window, when the commands do not fully display on one line, and I press `.`...

bug
good first issue

python 3.11安装toad后,环境和版本如下 ``` (py311) [root@rock9 ~]# pip list | grep -P 'toad|numpy' numpy 1.26.4 toad 0.1.0 (py311) [root@rock9 ~]# python -V Python 3.11.9 ``` test.py内容如下 ```python import pandas as pd...

Closes: https://github.com/apache/datafusion-sqlparser-rs/issues/1471 Closes: https://github.com/apache/datafusion-sqlparser-rs/issues/1473

Hive does not support the syntax `a!`, although it is supported in Postgres. However, the current project's Hive dialect supports the `select a! ` clause. ```bash cargo run --features json_example...