Stefan Luptak

Results 13 comments of Stefan Luptak
trafficstars

> You can currently do `use Boundary, exports: [{Schemas, []}]`. However, since we already support `use Boundary, exports: :all`, I'm not opposed to this idea. I like the `[{Schemas, []}]`...

Not sure if it is related, but I can see this message in my **ElixirLS - server** log of VSCode too. ``` Request textDocument/formatting failed. Message: Cannot format file from...

In case somebody wants to install Stripe CLI to have it available in a GitHub Action, you can try a workflow step similar to this: ```yaml - name: Install Stripe...

Evaluating `$.NSFileManager` returns `undefined`. I guess and hope it's just a temporary issue and will be fixed with the final version of macOS Big Sur. 🙏

Not sure. 🙂 I can try to dig in the VSCode source, to figure out how they do it. But maybe if there are multiple files with the same path...

Looks like it's [this](https://github.com/microsoft/vscode/blob/main/src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkParsing.ts) file or one of the files in that same directory.

This seems to be related: https://github.com/elixir-lang/elixir/issues/6162

Inspiration: https://github.com/thoughtbot/bamboo/tree/master/lib/bamboo/plug

I am running into this too. Is any ETA available, please?