Daniil Nevdah

Results 6 comments of Daniil Nevdah

It works for me in dry-system-rails, but not in dry-rails

It doesn't work for me either. It happens when I'm coping jpg. google_api_storage v0.29.0 tesla 1.4.2 Another issue related to copy: https://github.com/googleapis/elixir-google-api/issues/8009

It start working in VSCode after adding `"pluginSearchDirs": ["."]` to `.prettierrc` .prettierrc: ```json { "pluginSearchDirs": ["."] } ``` VSCode setting (e.g. `.vscode/settings.json`) ``` "[svelte]": { "editor.defaultFormatter": "esbenp.prettier-vscode" } ```

You can use NextLS while waiting for ElixirLS to be fixed. ``` "elixir": { "lsp": "next_ls" } ```

In my case I was missing organization permission * Go to Github settings -> Applications -> Authorized OAuth Apps -> GitButler client -> Organization access * Click "Grand" next to...

Accepting atoms seems a way to go, but there was a reason the library was designed as it is. I noticed you've added processor steps to dry-schema, this might be...