Uttarayan
Uttarayan
I was wondering if there is any way to handle custom status codes other than 200. I get the redirect to callback_url with something like this ``` https://b5f6-45-251-234-73.ngrok.io/auth/instagram?code=AQBwRfNKQFHiv-X6m0-O8M9iLDrM-uVMwDcjYSyLRzIUeXylPVhu4V7qIZcEuT37yi21QtBjhiuvBAdi1g2jo_ddS68I3bIIcEddezdbsDo8GOLrxVVxupQpPKH5Fz6WaxGEbkzfUu9nhdiLy5Pa5Ri1sFm1GksUmK9jWRfHPfS73jgiL0jO45w91EQgR5kui3vHzchklRx-H_xDh9-YIb8i9ScdJsYXJZydBNZ5s4V9cA&state=3INTGxYIbi5lBu9ROTtUXw#_ ``` but...
## Description ```rust let down = Table::drop() .table(RootFolderIden::Table) .table(FolderIden::Table) .table(FileIden::Table) .build(SqliteQueryBuilder); ``` That generates the following sql ```sql DROP TABLE "root_folder", "folder", "file" ``` ## Steps to Reproduce 1. Generate...
``` 2023-09-19T20:55:56.018067Z INFO presage::manager: generating qrcode from provisioning link: [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] 2023-09-19T20:56:02.123034Z ERROR panic: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: InvalidDigit }': /home/runner/.cargo/git/checkouts/libsignal-service-rs-e91a0c40cab55da9/791c521/libsignal-service/src/provisioning/manager.rs:346 2023-09-19T20:56:02.123181Z...
- **fix(parser): Tread [m same as [0m** - **feat: Fix all tests**
ratatui has introduced `Style::reset()` function which and `Color::Reset` color types which is different from `Style::default()` which we compared for resets.
Hello. I was using windows 11 / Linux. I installed `macchina` from master using `cargo install --git https://github.com/macchina-cli/macchina` On both machines it shows up as the following.  Edit: Added...
## Description According to the [window-defn](https://sqlite.org/syntax/window-defn.html) page in sqlite.org All window definitions in sqlite should have a brace around them but the generated sql for sqlite doesn't do that. ##...
 Relevant information: OS: Arch Linux Compositor: Picom DE: bspwm Monitors setup like. ```sh xrandr --output DP-0 --mode 2560x1440 --refresh 170 --pos 1440x538 --rotate normal --output DP-4 --mode 2560x1440 --pos...
**Describe the bug**. I'm trying to link to an existing c++ library but If typedef is used on overloaded function arguments. it makes the system not be able to compile...
Fixes #50