Nico Domino

Results 76 issues of Nico Domino

## ☕️ Reasoning - A critical dependency for running our E2E tests, [tauri-driver](https://crates.io/crates/tauri-driver), is not compaitble with Mac OS. Therefore, we decided to create a linux-based container for our Mac...

@gitbutler/desktop

Hey folks, I'm trying to customize the `user` module a bit, but it doesn't look like there are any CSS classes for the various elements. The [wiki entry](https://github.com/Alexays/Waybar/wiki/Module:-User) doesn't list...

custom

### Verify canary release - [X] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue https://github.com/gitbutlerapp/gitbutler ### What package...

kind: bug

### Environment - `[email protected]` - `[email protected]` - `[email protected]` ### Reproduction ```ts import { Hono } from "hono"; import { cors } from "hono/cors"; import { logger } from "hono/logger"; import...

bug

### Describe the bug We have a component which uses an `enum` as a value in a `.svelte` file. When using `@sveltejs/[email protected]` the following works as expected. However, when upgrading...

bug
triage

## ☕️ Reasoning - Add a `$history - 1` keyboard shortcut ## 🧢 Changes - Update `Board.svelte` to runes syntax

@gitbutler/desktop

## ☕️ Reasoning - Triggered by ESLint error when spreading rest props into a var (would cause 1st char of file to throw `declaration_duplicate` eslint error) ## 🧢 Changes -...

@gitbutler/desktop
@gitbutler/ui
@gitbutler/web

## ☕️ Reasoning - Allow both adding and removing "description" field to series via kebab menu "Add/Remove description" option on Series header (`StackingBranchHeader.svelte`) - Extract `InputLabel.svelte` into own component and...

rust
@gitbutler/desktop
@gitbutler/ui

## ☕️ Reasoning - Svelte 5 migrator was [released](https://x.com/BenjaminMcCann/status/1839792141956198633) - I let it run over `apps/desktop/src/*` ### Notes - There seem to be some issues with the types in the...

@gitbutler/desktop

### What is the improvement or update you wish to see? There's a new Tauri function exposed to the FE called `get_pr_template_contents` that can be modified to also return binary...

enhancement
good first issue