George9000

Results 10 comments of George9000

I'm on an M1, macOS 12.2.1, using julia built natively against the master branch (currently 1.9.0-Dev). I'm using R 4.1.2, downloaded and installed separately, aarch64 native. After starting Julia, I...

So I tried Julia 1.7.1 on my M1. I'd generated a separate project directory/environment, called "rcall" under which I'd successfully added RCall as above with Julia 1.9-Dev (built for M1)....

Posting a link to Eric Hanson's [post](https://discourse.julialang.org/t/ann-a-new-lightning-fast-package-for-data-manipulation-in-pure-julia/78197/24) on this issue on the Julia Discourse. The concerns raised about unexpected behavior, bugs, and non-composability need to be considered carefully. Data science...

There is [this section](https://docs.julialang.org/en/v1/manual/arrays/#Generator-Expressions) in the manual. It would be helpful to also have the docstring for `Base.Generator` in the manual, though I'm unsure of the best location.

nvim-treesitter is at a51236f Though my current nvim config is driven only by [lazy](https://github.com/folke/lazy.nvim), my `~/.local/share/nvim/site/pack/packer/start` held some old versions of plugins, including treesitter. After removing everything under `pack`, I've...

I wasn't aware of Preferences.jl. That seems promising for a default setting. Is that too much overhead to change one setting though?

In your source, DataSkimmer.jl change line 5 to: `using PrettyTables` on line 10 add: `@ptconf crop = :none` fixed it for me.

Experienced same error as @Jonghyun-Yun on M1, macOS 12.1

Build succeeded. However, using doom, initially `doom install` kept giving error of `emacs not found on PATH.` `/opt/homebrew/Cellar/emacs-mac/HEAD-263c430/bin` had two emacs files. In order for `doom install` to work, needed...

@amake Thanks. Successfully installed port emacs-mac-app-devel (default native-comp during build) without trouble. Also, the tip from @xukai92 was helpful in installing Doom Emacs. `doom install` hangs with native compilation on...