Dennis Schneidermann

Results 9 comments of Dennis Schneidermann

Also fails on the same for `go install github.com/yudai/[email protected]` The workaround is to clone this project and use `go mod replace ...` before installing? Alternatively, I guess we can fork...

Hah, misspelled license in my commit message :(

> vite uses rollup this module needs webpack for treeshaking. > > Maybe my own module https://github.com/EC-Nordbund/vuetify-module works with vite (uses nuxt components module for treeshaking). I did not test...

Hello, yes sorry I can see it is not very clear :) Here is a reproduction: ```elixir defmodule GraphingTest do use ExUnit.Case, async: true test "graphlib" do {graph, edges} =...

I have to disagree with the expectation here. It may be technically correct according to the wording of the docs, but it's a really weird edge case (hah) to actually...

> @dsschneidermann I tried running your repo in a Ubuntu install, and I couldn't reproduce your issue: ![image](https://user-images.githubusercontent.com/4332460/272278597-597a250d-c87b-4b3a-a068-ad58aed667c3.png) > > Do things start working properly if you do `npx nx...

The workaround that is possible here is to prevent the OPTIONS pre-flights all together by hosting all endpoints on the same domain name (eg. **same port for Gitpod**). It means...

The file to use is `dkr2sh.sed`, which is a sed script, note how it starts: ``` #!/bin/sed -f # Convert Dockerfile to shell script. ``` To use it, normal sed...

I don't really expect that this will get merged, so for any newcomers, take a look at the branched version here https://github.com/dsschneidermann/dkr2sh