Khiet Tam Nguyen

Results 33 issues of Khiet Tam Nguyen

### Description One of my services has a long account. This causes the icon becomes hidden, e.g. ![ente-auth-long-account](https://github.com/ente-io/ente/assets/86177399/e09243f2-8548-47ab-911c-3e99a9432968) a similar issue for using a long name: ![enta-auth-long-name](https://github.com/ente-io/ente/assets/86177399/eb22c14d-0797-4cc9-bff3-55d90872a9e0) Both screenshots were...

- auth

Add an option to display the preferred format label, e.g. hex, below the zoom lens (or cursor) similar to Firefox's dev tool: ![image](https://github.com/hyprwm/hyprpicker/assets/86177399/1eb83f34-7d45-4d4a-8753-d16a11c9b90a)

### Description I use the `~/temp` folder to test programs/scripts and for general purpose tasks. Noticed that it kept getting wiped, so I used `inotifywait` and auditd to track it...

--desktop
- auth

### Description When using ente, a directory and sqlite3 database is created in the user's home folder: ```sh $ file ~/ente/.ente.authenticator.db /home/nktnet/ente/.ente.authenticator.db: SQLite 3.x database, user version 1, last written...

--desktop
- auth

Hyprland module to display the count of windows in the current workspace. E.g. if the current workspace (in this example, workspace 2) has 4 windows/clients opened: ![image](https://github.com/user-attachments/assets/8d130ebd-bbfb-4ace-bbad-eb045c15fa42) This was requested...

Here's a short video showing the issue: [demo.webm](https://github.com/user-attachments/assets/ba80465c-49ec-42a2-9a64-ad4d5a6c6ad1) The keybinding command I used was: ```sh hyprshot --freeze --mode=region --raw | swappy -f - ``` (the swappy part doesn't make a...

### Regression? No ### System Info and Version System/Version info ```sh Hyprland, built from branch main at commit 01ff5fdf6a00a9231bd3b56400d8bcab378c4257 (cursor: make inactive_timeout setting a float (7268)). Date: Sun Aug 11...

bug
stale

Below is the code I'm currently using: ```ts const serviceAccountAuth = new JWT({ email: process.env.GOOGLE_SERVICE_ACCOUNT_EMAIL, key: process.env.GOOGLE_PRIVATE_KEY, scopes: ['https://www.googleapis.com/auth/spreadsheets'], }); const doc = new GoogleSpreadsheet('', serviceAccountAuth); await doc.loadInfo(); const data...

### Which package is this bug report for? If unsure which one to select, leave blank @crawlee/core ### Issue description 1. Create a dataset 1. Push an object, e.g. ```js...

bug
t-tooling

As noted in https://github.com/Dokploy/dokploy/pull/1276#issuecomment-2655974236. Similar to `superset`, we may want to document this for `metabase` and `grafana` as well, now that #1276 has been merged and these data analytics services...