Alex Arslan

Results 490 comments of Alex Arslan

> You mean you find `x = groupkey.x` much cleaner than `x = first(groupdf.x)`? :-D Not cleaner so much as clearer; a colleague of mine asked what the `first` was...

@Gnimuc, can you add more GCC versions in CxxBuilder, or was there a reason you did 7 only?

`pointer_to_array` is an old function; the documentation here is simply out of date. The function was deprecated in Julia 0.5 and removed in Julia 0.6. It should now be `unsafe_wrap(Array,...

Is this only with the Julia package in AUR or do you get the same behavior using the official Linux binaries downloaded from https://julialang.org/downloads?

That's not really a functional problem, it's just what happens when calling `make` with the `-j` flag.

I can't speak to whether what you want to achieve is possible, but this package is not what you'd need to do that. This package is for calling C++ from...

Seems this has been fixed now that the package can precompile?

It also works to do `autocmd BufRead,BufNewFile *.jl set filetype=julia` before `call plug#begin()`, but it's weird that it's necessary.

I don't understand, I thought the resolution of #85 was that this should work?

That's really cool! I'm not sure we want to add a dependency on Lasso for this package though. What are your thoughts, @simonster?