Mario Idival

Results 49 comments of Mario Idival

@Burnett01 thank you, I pass this error, but now I got this: I have curl already installed but I don't know what package is `boost`. ```console X86 detected MYSQL_INCLUDE_DIRS/usr/include/mariadb /usr/lib/x86_64-linux-gnu/libmariadbclient.so...

What's from POSTGRESQL I need install? ```console X86 detected MYSQL_INCLUDE_DIRS/usr/include/mariadb /usr/lib/x86_64-linux-gnu/libmariadbclient.so -- Boost version: 1.67.0 -- Found the following Boost libraries: -- context -- thread -- chrono -- system --...

strange, anyway, thank you for information! ```console ☁ ~ cc --version clang version 12.0.0 Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/bin ```

```console make install -j 4 ``` :face_with_head_bandage: ```console /usr/bin/ld: CMakeFiles/li_symbol_generator.dir/symbol/symbol_generator.cc.o: in function `std::filesystem::__cxx11::path::path(std::__cxx11::basic_string const&, std::filesystem::__cxx11::path::format)': symbol_generator.cc:(.text._ZNSt10filesystem7__cxx114pathC2INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES1_EERKT_NS1_6formatE[_ZNSt10filesystem7__cxx114pathC2INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES1_EERKT_NS1_6formatE]+0x5b): undefined reference to `std::filesystem::__cxx11::path::_M_split_cmpts()' clang-12: error: linker command failed with exit code 1 (use...

@Burnett01 I already create c++17 code there :( It's strange

Just a way to expose the interface [LISTEN](https://github.com/lib/pq/blob/master/notify.go#L402) from [lib/pq](https://github.com/lib/pq/). As the first goal use the listen interface on pREST as a package, afterward expose a WebSocket channel or a...

IMHO, it's better than `|| && !` ``` Logical and: (and true true) Logical or: (or true true) Logical not: (not true) ```

So ugly 😬. these operators is cool to languages with no have boolean value or system language, haha ``` (! true) (&& true false) (|| false true) (&& (! true)...

include like [this](http://jinja.pocoo.org/docs/2.10/templates/#include)?