João Santiago

Results 17 comments of João Santiago

@konradsemsch from the code @schloerke mentioned above at https://github.com/jcpsantiago/protoplumb-playground : ``` echo "a : 123" | \ protoc --encode=protoplumb.TestPayload prototest.proto | \ curl -v --header "Content-Type: application/x-protobuf; messagetype=protoplumb.TestPayload" -X POST...

I also see this error when using `parsnip::set_engine("xgboost", params = list(eval_metric = "aucpr"))` without setting the `objective` argument. I came across this error after updating parsnip to 0.1.5 from 0.1.4,...

I don't see any changes in the README, it only mentions `wrap-defaults` but not explicit ordering. I may be having this issue, or maybe not. ```clj (http/run-server (-> (routes lagosta-routes)...

Starting the JVM with `J-Djdk.module.illegalAccess=permit` worked for me. Can't find the link to the original answer anymore unfortunately.

Still doesn't work for me with AdoptOpenJDK 16 @vkopichenko

has there been any moves here? this issue, and the solution of looping though all elements of a list and replacing `NULL`s with `NA`s is too time consuming in each...

@chrisknoll you need `:::` (3 colons). So yes it is not a public function exposed by the package, but thanks to how R works you can still use it, albeit...

Doesn't work for `-t pdf` either. @erdos any idea where the problem could lie? Not sure I can help, but I could give it a try.

Would this be the `word/document.xml` file? I'll diff mine and see what is happening