Thanabodee Charoenpiriyakij

Results 79 issues of Thanabodee Charoenpiriyakij

Hi, I found memory pressure issues when encrypting ~200 MB bytes and decrypting it. Let me show reproduce steps: First, setup vault in project: ```elixir defmodule CloakBug.Vault do use Cloak.Vault,...

The cipher configuration must be tuple not a list.

LINE login support [OAuth2 login](https://developers.line.biz/en/docs/line-login/web/integrate-line-login/). It's good to see LINE login endpoint add to this repo.

endpoints

Use `kyaml/yaml/comments.CopyComments` to copy comments from the original kustomization source file to the updated file. Fixes #5158

cncf-cla: yes
size/M
lifecycle/stale
ok-to-test

**Is your feature request related to a problem? Please describe.** I'm a user from Jenkins-X, which extends chatops command from Prow. The command I like is `meow`. I have a...

priority/high

### What are you trying to do? I see from https://discord.com/channels/707636530424053791/1230428619755753553 and realize that we didn’t export the GraphQL client. Solution that come to my mine at the moment is...

kind/user-request
sdk/elixir

* Upgrade `ex_doc` to latest version. * Update documentation on the `Dagger` module. We’re switch to httpc but no document about how to start the application to make httpc works....

Follow-up conversation in https://github.com/dagger/dagger/pull/6559#discussion_r1539733323. The function in backquote should convert to snake case only deprecation message. Fixes #6939

From conversation in https://github.com/dagger/dagger/pull/6559#discussion_r1539733323. Function in backquote must be convert to function name only in deprecation message.

sdk/elixir

Similar to Python SDK, uses introspection from `t.Dagger.instrospection` to generate schema file and mounting it to the container to generate code.