Frank Benoit

Results 29 issues of Frank Benoit

Hi Ned, i use the equinoxLaunch task to start a code generator application in the build. This worked with diffplug 3.14 plugin. Now i updated the bundles for my application...

question

I need to use complex links, in my case those containing a # Asciidoc has this guide for them: https://docs.asciidoctor.org/asciidoc/latest/macros/complex-urls/ From the proposals, only the URL enclosed with ++ does...

```` link:https://example.com/#/home[Home] link:https://example.com/#/Other[Other] ```` leads to this html: ```` Home Other ```` [ERROR] Publishing to Confluence failed: Error parsing xhtml: Unexpected '

I have a setup, where I use auto-value-gson in an Eclipse plugin project and with a maven build. From Eclipse, the normal internal JDT build works. On Jenkins, without Eclipse...

Hi please have a look at these modifcations: https://github.com/frankbenoit/angular2-authentication-sample/commit/5910ed3f19a45a84e338463ac1a5cee0fc97f477 I don't know if this is a problem in my pipe usage, in the auth sample code, or in angular2?! I...

Given a tree of immutable object with references between nodes. All those objects are generated as immutable and modifiable. Now I want to apply modifications to the tree. Is there...

Hi, given this fragment of adoc: ```` [#img_newARinterface] ."New AUTOSAR Software Component" window image::images/AR_window_NewSWC.png[] ```` In the generated html: ```` Figure 1. "New AUTOSAR Software Component" window ````

Hi First, I am not sure if this is the right place for this issue. Is there a forum for such a question? I want to create a new sub...

Hi, I think the LibUsb.c bulkTransfer(...) function is not implemented correctly. It is using a ByteBuffer to receive the data to be transmitted. But it is not evaluating/updating the position/limit...

I am using a plantuml mindmap with multiple roots ```` [plantuml, "some", "png"] ---- @startmindmap mindmapDiagram { .l1 { BackgroundColor ivory } .l2 { BackgroundColor mintcream } } ' colors:...