emanuel

Results 5 comments of emanuel

I can port it to TypeScript

The frontend is fairly doable since it runs through webpack and we can easily add a ts-loader in there. The server will be a bit trickier, I'm afraid you have...

Also, it'd be a great idea to move everything to `async/await` since you're doing TypeScript. No need to resort to callbacks.

Hey @Stratus3D, apologies for the delayed reply and thank you for taking interest in my issue. I did try `asdf reshim` and sadly it didn't help. Both `type -a` commands...

Digging further I found that `exec-path-from-shell` may help. I installed it and magically my executables are found by emacs, I reckon this is not an issue with asdf or asdf-elixir...