luntik2012

Results 38 comments of luntik2012

I don't understand why is it necessary to set Page.header to appBar to view Page header

There is unnoficial qpm package com.github.benlau.fluid you can get qpm config from there

Could you show full project? You can try to use qbs. Example ```qbs // ras.qbs import qbs import qbs.FileInfo Project { minimumQbsVersion: "1.7.1" CppApplication { Depends { name: "Qt" submodules:...

```sh $ ls -l /usr/bin/sendmail -rwxr-xr-x 1 root root 34760 Apr 5 15:20 /usr/bin/sendmail ``` ```sh CMake Error at third_party/vmime/CMakeLists.txt:1004 (MESSAGE): Enabling Sendmail protocol requires that you specify path to...

```sh $ cd /tmp/ $ git clone https://github.com/kisli/vmime $ cd vmime/ $ mkdir build $ cd build/ $ cmake .. -- The C compiler identification is GNU 9.1.0 -- The...

@keithel renaming `emit` it tbb looks much easier, there are a lot of workarounds and they all look ugly

Thank you, I'll try it as soon as possible

Hi, I've tried devel Nim version and got this: ".nimble/pkgs/orm-0.0.1/orm.nim(60, 21) Error: attempting to call undeclared routine: 'sameType'" But may be you already know about this. There is my code,...

didn't you think about *.pro files?