Laszlo Szathmary

Results 30 issues of Laszlo Szathmary

I'd like to use Julia in .Rmd files but the initialization is too slow. `julia_setup()` takes 44 seconds on my machine. Is that normal? ``` > library(JuliaCall) > julia_setup() Julia...

At the beginning of the README, state clearly what it is good for. Now you have this: """ ndjson Support for ndjson. Plain and simple. """ But what is ndjson?...

I think INim is the most promising REPL for Nim: https://github.com/AndreiRegiani/INim . Maybe you could add it.

Hi, I followed the installation instructions but I keep getting this error: ``` SafeExecException: Couldn't execute jailed code: sudo: no tty present and no askpass program specified ``` Do you...

Some comments are left in Korean: # 이미지 크기 self.img_width = ... Since 90%+ of the comments are in English, I think these should be translated too. Nice project!

Hi, Iteration over a list contains a bug: ``` N = 31 nums = get_list(key) for i in range(N): nums.append(i) back = [e for e in nums] assert len(nums) ==...

## Description of the problem or steps to reproduce I store my config files (`bindings.json` and `settings.json`) in Dropbox and I put symbolic links on them in my `~/.config/micro` folder....

I have a Python source code that has dos fileformat. I have a plugin that automatically reformats the code using the black formatter. However, after saving the file, the source...

Rename `minebash` to `minebash.py`. Minor remark: when I saw the name "minebash", I tought it was implemented in Bash. The name of the project is a bit misleading.

I don't use Powershell but I would like to see an example of what it does. It'd be nice to include a Python script in the README and once it...