Vadim Tsvetkov

Results 31 issues of Vadim Tsvetkov

RN docker socket is hardcoded: https://github.com/blaise-io/acelink/blob/0291aff7f28823b431be8a1b0a0ca2538f9be592/Ace%20Link/Extensions/Process.swift#L21 Which may work for some docker runtimes, tho is not guaranteed to work in the future, or with the default one. Much better solution...

bug

Hey, Amazing work here, but how do I use it on macOS to edit macOS game saves? I'm thinking of 2 options: - running it via CrossOver (wine basically) -...

question

When using `@decorate trace()`, warnings for underscored arguments are emitted, however these arguments are not being used in the function itself: ```elixir # ... @decorate trace() def index(conn, _params) do...

When running generation with `additional_files`, i.e.: ```elixir config :oapi_generator, tink: [ reader: [ file: "spec.yaml", additional_files: ["spec.additional.yaml"] ], naming: [ base_module: Service, default_operation_module: Operation, operation_use_tags: true, field_casing: :snake ], output:...

Primary use case is @decorate_all. Functions, starting with `_` won't be traced

When including Sibyl into other `__using__/1` macros, comilation breaks in several ways: - inline default arguments result in error `...defines defaults multiple times. Elixir allows defaults to be declared once...

### Current Behaviour When launching Minecraft 1.21.1 it freezes on Mojang logo ### Expected Behaviour Minecraft launches & loads as normal ### Screenshots ### Reproduction Steps 1. Install the instance...

bug

Hi! As of now `mix compile.machine` at ``` Erlang/OTP 26 [erts-14.2.5] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [dtrace] Elixir 1.17.2 (compiled with Erlang/OTP 26) ``` fails due to match error in...

scope/format

- [x] I have read [CONTRIBUTING.md](https://github.com/iina/iina/blob/develop/CONTRIBUTING.md) - [x] This implements/fixes issue #3210 #5443. --- **Description:** This pull request implements new build process for the IINA using nix to achieve the...