Tharo
Tharo
Hi, yes you are right. It never had been ported even thought its possible to do so. If someone would like to port it, I would love to add such...
Currently we do not support unicode input. Can you show me your use-case please? At the moment i'am not sure if you just want to add an ASCII special character,...
Well noticed. The big question ist: Why do we get ECONNREFUSED? I get it the whole time, even thought the server is there and kicking..
So ... why not putting the cpp version into its own namespace then? That would at least make the --allow-multiple-definition flag obsolete. And I consider it as pretty dangerous to...
dont know if you still need to know: options.globalId is what you're looking for
> > Until bass v11 (citing the history kit for me tracing this down), the program had C++-side code that supported the canonical SPC700 syntax. This was never ported over...
I ran into my own issues if i try to request an Verification. Its almost the same route that @crimue went. 1. start requestVerification. It returns an verifyer 2. listen...
This is a working workaround taken from [stack overflow](https://stackoverflow.com/questions/31418038/spring-boot-csrf-and-jade): ```java @Configuration @EnableAutoConfiguration public class MvcConfig extends WebMvcConfigurerAdapter { @Override public void addInterceptors(InterceptorRegistry registry) { registry.addInterceptor(csrfTokenAddingInterceptor()); } @Bean public HandlerInterceptor csrfTokenAddingInterceptor()...
are you sure that #40 is fixed with that? because it seems that I still get it