Khiet Tam Nguyen
Khiet Tam Nguyen
### Description One of my services has a long account. This causes the icon becomes hidden, e.g.  a similar issue for using a long name:  Both screenshots were...
Add an option to display the preferred format label, e.g. hex, below the zoom lens (or cursor) similar to Firefox's dev tool: 
### 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...
### 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...
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:  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...
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...
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...