ByeongUk Choi

Results 10 issues of ByeongUk Choi

I want to publish domain event when changed domain. What should I do? For example ```java public class Account { public boolean withdraw(Money money, AccountId targetAccountId) { // codes.. Event.raise(new...

via. https://github.com/livebook-dev/livebook/issues/1267 It's just copy this: https://github.com/elixir-lang/elixir/commit/f49b3cbec3268a266d995d46fff4775faea5be4a I don't know how. Is there a good idea?

issue https://github.com/livebook-dev/livebook/issues/1126 via https://github.com/livebook-dev/livebook/pull/1128#issuecomment-1111979046 (previous pr https://github.com/livebook-dev/livebook/pull/1149)

### Precheck * Take a look at the open issues and be sure that your issue is not already covered. * Be sure your versions of Dialyxir and Erlex are...

The `default_actions` for all schemas is [:new, :edit, :delete]. Is there a way to control `default_actions` for all schemas without implementing each `default_actions/1` function? For example, I want to prevent...

enhancement

```elixir defmodule MyApp.Products.ProductAdmin do def widgets(_schema, _conn) do [ %{ type: "tidbit", title: "Average Reviews", content: "4.7 / 5.0", icon: "thumbs-up", width: 6, } ] end end ``` This way,...

enhancement

I want to make the data type of all cells "text" in the Excel downloaded.

I want to parse constant. This will enable constant parsing.

`format_tool_to_openai_tool` will be deprecated. So change `convert_to_openai_tool`

deprecations