jjangga0214

Results 97 issues of jjangga0214

Hi! Is there a helm chart, or a plan to publish it? Thanks!

enhancement

Hi! Thank you for this amazing project. I want to host the Stuidio itself, not an app, from a self-managed server. Would it be possible? Thank you again.

Hi! It seems .gitignore take higher priority than the argument patterns. So the user cannot override .gitignore pattern once `gitignore: true`. And I intuitionally expected the opposite priority. Is there...

**Expected behavior:** ```bash $ docker login https://harbor.example.com Username: Password: # And it should just work! ``` **Actual behavior:** ```bash $ docker login https://harbor.example.com Username: Password: Error response from daemon: Get...

In markdown snippet, Grammarly complains about name of programming variable, function, class, etc. Whether to check if variable name is correct should be done by configuring linter, like [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown). 1....

Grammarly complains, but generally it's like a function, class, object, or version number. I think `.` between words without space should be ignored by default. How do you think?

Related to: https://github.com/ytdl-org/youtube-dl/issues/31530#issuecomment-1433324977 It's already resolved from yt-dlp's side. Would it be proper for youtube-dl-gui to ship the latest version of it, though a manual update is possible?

bug

The docs lists [Api.messages.GetAllChats](https://gram.js.org/tl/messages/GetAllChats#messagesgetallchats), but it's actually missing. ```ts const result = await client.invoke( new Api.messages.GetAllChats({ exceptIds: [], }) ); ``` **Info** - version: 2.18.36

Hi! ```yaml jobs: build: strategy: fail-fast: false matrix: settings: - host: ubuntu-latest target: x86_64-unknown-linux-gnu docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian build: |- set -e; apt update; sudo apt-get install -y pkg-config libssl-dev perl; #...

bug

Let's say I have this Rust code. ```rs #[napi(object)] pub struct RequestPasscodeOptions { pub email: String, pub password: String, } #[napi] pub async fn request_passcode( RequestPasscodeOptions { email, password }:...

bug