manticore-projects
manticore-projects
Closing this as stale. Feel welcome to re-open when this was still relevant.
java.lang.RuntimeException: com.oracle.truffle.r.runtime.RInternalError: not implemented: **unexpected SEXPTYPE PROMSXP** ``` * installing *source* package ‘parsnip’ ... ** package ‘parsnip’ successfully unpacked and MD5 sums checked ** using staged installation ** R **...
Thanks for the feedback @bobbylight. Its great to know that there has been done some work on ANTLR already! I will have a look at it. Two notes: 1) there...
Greetings again. After thinking this through and experimenting a bit, I think of two ways to make it actually work: 1) language specific parser implements the interface `TokenMaker` and this...
Sorry to bother you, I figured it that Serialization works only with `StandardCharsets.ISO_8859_1`. However, now I am confused even more: Plain Base64 Encoder returns shorter Strings than LZSEncoder?! ```java @Test...
This has been solved quite a while ago.
Greetings, I think I have done the following yet: - cleanup pom.xml --> we use Gradle now - apply https://github.com/google/google-java-format --> enforced by the `Spotless` Gradle plugin - modernize unit...
Can we close this as obsolete?
> SQLite casts to false (0) I can't argue about that because it really depends what DuckDB is aiming for. My recommendation was to aim for H2 or HyperSQL at...
In the meantime, this can mitigate the most common concerns: ```sql select list_aggregate(regexp_extract_all('-1,000.00', '[\+|\-\d|\.]'),'string_agg', '')::NUMERIC ```