Sebastian Weddmark Olsson

Results 34 comments of Sebastian Weddmark Olsson

I'm having the same problem, switching out to `shutil.move` helped. Please accept and merge :)

it doesn't, but according to the examples it seems it does :( I think all the examples should be updated wrt this case. I couldn't even get `$env:PATH = "${{...

> > I couldn't even get $env:PATH = "${{ steps.install_erlang.outputs.erlpath }}\bin;$env:PATH" to work. > > Are you doing something like https://github.com/erlang-lager/lager/blob/master/.github/workflows/ci.yml#L43? The `|` and `&` are relevant there, IIRC. Ah...

I opened #11 as proof of concept, please give me feedback

haven't been able to look at it yet, but you suggest opening a PR changing this row? https://github.com/inaka/katana-code/blob/9ae6f99ac8709f576bdf3f4a1ff638e307765f48/src/ktn_code.erl#L96 ``` {ok, Forms} = ktn_dodger:parse( IoString - , {1, 1} + ,...

sorry missed this message, looking into it now

I've done `1. Rename elisp/edts/edts.el to something like elisp/edts/edts-misc.el.`. For 2 I guess that https://github.com/sebastiw/edts/blob/master/edts-pkg.el is not the way to do it anymore then, should I remove that file?

@tarsius does this look ok? https://github.com/sebastiw/edts/pull/284

I've started an effort of removing mochiweb as dependency, but it is not as easy as both elisp + erlang code need some communication format (currently json). OTP 27 introduces...

I've seen that mochiweb is finally updated for later OTP versions, so I'm working on fix (actually working on the test cases), and hopefully will finish it up today.