Nicolò Boschi
Nicolò Boschi
@lhotari it's related to https://github.com/apache/pulsar/pull/17589
I'm not an expert either but yes, I would like to leverage the docker daemon of the host, for example to use local docker images. Actually I already started the...
@leizhiyuan the related test failed ``` WebServiceTest.testDisableHttpTraceAndTrackMethods expected [405] but found [403] ``` And I think that we should add this to all the webservers in Pulsar (Proxy, Function Worker)
> After I checked the testcase , I find it seems disableHttpDebugMethods do the same thing. #7907 > > we can set disableHttpDebugMethods=true to solve the issue? > > and...
I wrote a simple reproducer here https://github.com/diennea/herddb/compare/master...nicoloboschi:fix-not-in-query The issue is that JoinOp#execute creates a 'left data scanner' which contains a column name (DataScanner#getFieldNames) that is not a real table column...
For who needs to convert self closing tags to non-self closing tags, there is a tricky solution using PowerMock ``` Document document = Jsoup.parse(...); document.traverse(new NodeVisitor() { @Override public void...
Thanks you @gnodet But I feel that is a different issue (btw I may missing some points) I'm using a maven distro installed outside mvnd I want to setup Apache...
Hi @MonicaMagoniCom @lhotari Even if we ensure that the bookies are still on BK 4.14, at some points user will have to perform the upgrade to newer Pulsar/BK versions. IIUC...
Perhaps a solution could be to add a "semantic" tag to each component, for example to click a select: `$('[data-vuetify-ref=v-select-open]').click()` in this way you avoid using the id (components in...
@miton18 thanks for opening the issue. We recently added a similar support: https://github.com/diennea/bookkeeper-visual-manager/pull/133 Do you mind to check it out and provide feedbacks ?