Rui Ventura
Rui Ventura
Been a bit over a year, just wanted to chime in and add that I'm referencing the package using a BiBTeX entry similar to the one generated by [PkgTemplates.jl](https://github.com/invenia/PkgTemplates.jl). Not...
I'm afraid that there isn't a way around this. Like you point out, during development, you can include `__precompile__(false)` in your module source. The only other way that I recall...
I'm not entirely sure if this is what you want, but what I can interpret from the issue is you want to get an array of a C++ mapped typed...
I'm still afflicted by this, even with an override to `queries/ecma/indents.scm`. My config might be a bit more complex, so I'm guessing there may be some more conflicts hidden away....
> Try out https://github.com/nvim-treesitter/nvim-treesitter/pull/4669 Didn't do it for me :\ Config aside, I'm not on nightly right now, so that might not help either. I'll try the patch with a...
Hi, Yes, you'll see that the julia side of things is relatively superficial with some added conversions. Arguably, the bulk of it is in the libcgal-julia C++ wrapper that leverages...
> That's worrying. Could you elaborate ? Yes, I've since left academia and got a job. Sort of have been focusing more on that, and when I have free time,...
There seems to be an issue wrapping your `libcgal_julia` C++ lib. I haven't been keeping up with CxxWrap so I'm not sure what changed there that might cause the lib...
It's ugly, but unfortunately one must add the types manually and resort to the `WRAP_TRIANGULATION` macro for mapping the 3D delaunay triangulation. I did some testing and got it to...
I tried to apply the same principle as done with `Regular_triangulation_3`, but I couldn't get that working at the time, I might've been missing something. Here's a few local changes...