General

Profile

Matt M

  • Login: thugger
  • Are you a spammer?: No
  • Registered on: 11/21/2018
  • Last connection: 02/28/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

02/28/2019

09:40 AM Wt Help: vector of string being redefined?
so i have a vector of vector of strings like so: `std::vector<std::vector<std::string > > suburb_records;`
however ...
Matt M

02/25/2019

05:31 AM Wt Help: RE: server created but cannot access web page
0.0.0.0 means it will work on any valid ipv4 on your machine (but not 0.0.0.0 itself).
So yes, 127.0.0.1 or localho...
Matt M
05:25 AM Wt Open discussion: RE: Custom bootstrap themes
Didnt mean to comment that second comment, but i dont think i can delete comments on this forum
Matt M
05:24 AM Wt Open discussion: RE: Custom bootstrap themes
Matt M wrote:
> Yes, you can use really any .css you want. The way i did it was to add `<link rel="stylesheet" type...
Matt M
05:23 AM Wt Open discussion: RE: Custom bootstrap themes
Yes, you can use really any .css you want. The way i did it was to add `<link rel="stylesheet" type="text/css" href="... Matt M

11/24/2018

07:51 AM Wt Help: RE: "wthttp/async: SSL handshake error: no shared cipher"
I made a little progress, i had to tell cmake to look in the homebrew openssl at `/usr/local/opt/openssl/` rather tha... Matt M

11/23/2018

11:32 PM Wt Help: RE: Disable Log-Output does not work - performance killer
You can turn off some some logging in your `wt_config.xml` in the `<log-config></log-config>` tags as so:
`<log-con...
Matt M
11:22 PM Wt Open discussion: RE: Disabling console messages
Just did a little experiment, you can even use `<log-config>-*</log-config>`.
Also check out your `./appname --help`...
Matt M
11:13 PM Wt Open discussion: RE: Disabling console messages
the `[info]` messages can be turned off in your `wt_config.xml`, you have to add the `-info` flag in the `<log-config... Matt M
11:31 AM Wt Open discussion: RE: Internal path problem
Good suggestion lm at, checking out the examples at the [Github](https://github.com/emweb/wt/tree/master/examples) to... Matt M

Also available in: Atom