Eric Leijonmarck

Results 54 comments of Eric Leijonmarck

yea, it goes to the bin right away :(

> If anyone is looking for a replacement to use in the meantime (albeit, a less feature-rich option), [macOS supports screen recordings natively](https://support.apple.com/en-us/HT208721). > > Thanks for your hard work...

thats okay, i just do not want to download the nightly or dev builds. ```bash $ cargo install leetcode-cli --features pym ... error: failed to run custom build command for...

``` 1 % cargo +nightly install leetcode-cli --features pym error: toolchain 'nightly-aarch64-apple-darwin' is not installed (base) ``` on m1 unfortunately so it does not work :( even following: https://www.reddit.com/r/rust/comments/lleh8v/having_trouble_compiling_on_apple_m1/ ```bash...

@elliotchance I am unable to setup a tunnel locally. Cannot give you a complete working example. But maybe you could help out in creating a complete example setup w. docker...

okay that was maybe not representative of the functino I am calling: ```go func downloadFiles(s *service) error { portForwarded := "3333" tunnel, err := getTunnel(portForwarded) if err != nil {...

@elliotchance I have updated the example with the lookForFile function that I am using. But it is only closing the sftp client that is using the sshClient that is connected...

@fullpwemium sorry If I am bothering you but you seem to have made it possible with this starter kit and the latex rendering. Could you help me get it set...

@fullpwemium hmmm 🤔 I get the correct output now with images and latex. But no syntax highlighting Interesting I may have found the issue. Since I want code highlighting as...