Victor Batarse

Results 8 issues of Victor Batarse

### Describe the bug I get a ```Request("Type error: failed to fetch") ``` on android, when on ios/web/desktop it works perfectly fine ### Reproduction 1. Install tauri-cli and add the...

type: bug
status: needs triage

**Describe the bug** In the normal cli, I authenticated my gh with their cli but continue to use `git pull` or `git push -u origin main`, nonetheless, it seems gitui...

bug

### Describe the bug Cant use leptos with ssr in mobile but can in desktop, in mobile i just get crashes ### Reproduction Heres a link to the [repo](https://github.com/Alt-iOS/tailwind-leptos-tauri-template.git) simply...

type: bug
status: needs triage

**Describe the bug** Gitui cant read ```theme.ron``` file on macos **To Reproduce** Steps to reproduce the behavior: 1 Place the following on your theme.ron ```ron ( selected_tab: Some(Reset), command_fg: Some(Rgb(205,...

bug

Hi, when trying to open more than one terminal, I get an error saying my database is locked. I am also using it with direnv and tmux to open multiple...

### How can we reproduce the crash? Try to install any global package in macos with bun, for example `bun install --global tailwind ` ### JavaScript/TypeScript code that reproduces the...

crash

Add to the readme that if even after calling TSUpdate it doesn’t work try`:TSInstall rust_with_rstml` and if that fails try cleaning `rm -rf ~/.local/state/nvim/lazy/cache` and then `:TSUpdate` again

Hi, this config ```nix let packageSet = import ./packages.nix { inherit pkgs; }; opencode-package = pkgs.callPackage ../custom/opencode { }; in { sops.defaultSopsFile = ../secrets/secrets.yaml; sops.age.keyFile = "/Users/victor/.config/sops/age/keys.txt"; # needed to...