Anthony Rabine
Anthony Rabine
I have modified the template by adding these lines just after the \begindocument: ```latex %% %% begin cover %% $if(cover-image)$ \thispagestyle{empty} \tikz[remember picture,overlay] \node[opacity=0.3,inner sep=0pt] at (current page.center){\includegraphics[width=\paperwidth,height=\paperheight]{$cover-image$}}; \clearpage $endif$...
Reply to myself: the binary may contain data that are located in an external memory. OpenOCD also fails to flash at weird addresses. The official STLink does have support of...
Yes for sure. Anyway maybe we could have a proper error message. I have tested with my own program, it is OK, either close this ticket or change it to...
Absolutely agree, but I don't think it is an enhancement, it is more than that. I think the whole ifdef CONTIKI/LWIP/WHATEVER is a kind of nightmare. I prefer "choosing" the...
Still not work : `.pipe(terser({ecma: 2015}))`
> > Still not work : > > `.pipe(terser({ecma: 2015}))` > > Does your code contain versions above 2015, and you have not compiled the code? Maybe! But my problem...
ok nice, unfortunately there are still some PR and questions not answered. I created my fork and merged some PR.
Same thing here, I'm using your branch 1.89 WIP (18808), I cannot dock the window :'(
Ah! I have added your simple example to my global frame drawing: ```cpp void Blueprint::OnFrame() { auto& io = ImGui::GetIO(); ed::SetCurrentEditor(m_Editor); ed::Begin("My Editor"); int uniqueId = 1; // Start drawing...
Hello do you need more information? I will try to push my project for you.