Martin Beaudet

Results 10 comments of Martin Beaudet

Hi imyller, Thank you for you help. Forgive me for my dumb questions.... but after reading on some forum or meta node readme I'm not sure to understand. So you...

Is this better ? ``` do_install() { # This build/install dependency for target oe_runnpm install oe_runnpm prune --production # Is it the proper way to install uglify on the build...

I'm totally agree with you Sergius :) However, AFAIK on Linux with QtCreator the plog::ConsoleAppender does not output to the QT console so it is a bit annoying...

> If you only care about the first level it's enough to use a custom validator > > ``` > const mySchema = {foo: "string"} > body().custom(reqBody => { >...

@heptahedron : I'm stuck since many days trying to extract JS (script) files from HTML. Here is my attemp to get help on [Stackoverflow](https://stackoverflow.com/questions/45286775/webpack-html-loader-extract-link-and-script). @jhnns : Do you have any...

Sorry for the late. I got a response from another forum but it is in french. Hope you will find answer to your question. http://www.developpez.net/forums/d1524815/c-cpp/bibliotheques/qt/qt-quick/installation-qtfreevirtualkeyboard/

No I did not :( The only problem I had was syntax error by QTCreator that complains about the not finding some import but while running the executable it was...

I'm using QTCreator 3.4.2. You do not need the enterprise module "QtQuick.VirtualKeyboard 1.0". Take a look in the file VirtualKeyboadInputContext.cpp, the InputEngine is declared here and implemented in DeclarativeInputEngine.h/cpp :...

Maybe you'd be better with something like [smart-buffer](https://github.com/JoshGlazebrook/smart-buffer) and de-serializing your data as a stream.

> We would like to have the start and end date of the calendar view be exposed. Especially in the month view, it's not easy to determine the first day...