Peter

Results 76 comments of Peter

Noticed version 0.1 of CUDA is being used in the Project.toml. Is there a reason for this using this older version?

Just tested some code against the master and indeed the deprication warnings I saw before (cause by CUDA.jl) are gone. Thanks!

Facing same issue, is there already some idea/agreement if moving to sqlite for future releases might be the right approach? @mhberger saw that you continue to update your fork. Is...

Thanks, just tried it out and compiles and runs fine on my M1 and even feels faster (btw my website uses asciidoc + freemarker) But it seems it doesn't handle...

I guess the easiest way would be to clone my website (small one): ``` git clone https://github.com/neurallayer/roboquant.org.git cd roboquant.org jbake . docs ``` But if a dedicated example is more...

P.S the default type is a custom type. So these two lines in the jbake.properties files are relevant: ``` template.doc.file=doc.ftl default.type=doc ```

That's is quick, thanks!!! If there are some test or samples that required that I can help with, just let me know.

Just tested it also and it works great!!! My website generates correctly and also very fast. Possible part of this is due to the M1 chip, but I also think...

@jonbullock Would you consider moving (or supporting) JBake to SQLLite in the future, or are there obstacles in doing so?

I also didn't look into the details of the SQL Lite implementation, but I'm having some custom content types and properties and they seem to be working fine. A simple...