Luis
Luis
Probably be best to fork the kernel and link to source code you control, that way the links will always work.
@mattr - repository is public https://github.com/lfmunoz/documents why are excluded directories being watched by jekyll? https://github.com/guard/listen has the ability to ignore ``` bundle exec jekyll serve --livereload Configuration file: /home/luis/github/documents/_config.yml Source:...
I'm having errors with parsing the input stream and it not reporting errors. Seems like NetSocketImpl should have an exception handler for InboundBuffer. I have a set a breakpoint in...
@vietj why hasn't this pull request been merged yet? Having issues where parsing fails and get no errors. https://github.com/eclipse-vertx/vert.x/issues/2973
Yeah it can because it is a pointer of type frame_id_t. Setting the pointer to nullptr won't do anything once you exit the function though. You pass the address of...
Anyone try this with kapt? ``` plugins { kotlin("jvm") kotlin("kapt") } dependencies { kapt("org.immutables:value:$immutablesVersion") } ``
I have same issue, anyone got a solution?
This works for me. I think your problem is this line in your gradle file: def mainVerticleName = 'io.vertx.starter.MainVerticle' Because Kotlin it should be def mainVerticleName = 'io.vertx.starter.MainVerticleKt' See my...
Can't get this to work.... ``` // Here I have Instant which is giving me problems even though I'm using // compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.9.7' data class...
trying to use the plugin here https://plugins.calibre-ebook.com/ No idea how to install it though, I guess the plugins only work on the desktop versions?