26 Jul 2019 |
Brad Koehn | But it's not including the prefix on links that it generates. E.g., instead of /foo/room/... I get /room/... in the HTML. | 15:38:46 |
27 Jul 2019 |
| hook54321 🏳️⚧️ joined the room. | 14:15:17 |
30 Jul 2019 |
Mathijs | Sorry for pinging about this again, but I keep getting questions why view.matrix.org is broken. Is there any ETA when it will be back up? | 13:54:01 |
Mathijs | (I've tried setting a matrix static instance up on matrix.f-droid.org, but I haven't succeeded yet) | 13:54:53 |
Michael (t3chguy) | If you need any help setting one up I may be of assistance | 13:55:09 |
Michael (t3chguy) | as for view.matrix.org I am out of the loop :( | 13:55:17 |
Mathijs | I'm currently at $dayjob, and don't have too much free time, but I may be able to make some time in the evening the coming days | 13:55:42 |
Michael (t3chguy) | there's now a docker image which should simplify it | 13:55:54 |
Mathijs | except I don't really want to install docker ;) | 13:56:21 |
Michael (t3chguy) | fair enough, should be just as simple with the executable which can be built on a different machine running golang | 14:02:33 |
Mathijs | oh, that can work? | 14:04:50 |
Mathijs | then I'll just build it on my own computer :) | 14:04:58 |
Mathijs | I'm a little less anxious about installing stuff on my pc ;) | 14:05:25 |
Michael (t3chguy) | :D | 14:05:38 |
Michael (t3chguy) | yeah go is pretty easy to x-compile | 14:05:49 |
TravisR | re: view.matrix.org: soon. It's still on the list, but the list has some bigger items on it. | 14:07:47 |
Mathijs | yeah, I saw the list :) | 14:09:02 |
TravisR | oh? that list shouldn't be public ._. | 14:09:33 |
Mathijs | soon isn't really the useful answer I want to give :) | 14:09:37 |
Mathijs | In reply to @travis:t2l.io oh? that list shouldn't be public ._. I couldn't tell you where I saw it | 14:09:52 |
Mathijs | but it wouldn't surprise me if you sent a slightly redacted screenshot at some point | 14:10:11 |
TravisR | was it a screenshot of a spreadsheet? | 14:10:20 |
TravisR | if it was the spreadsheet, that's the old list | 14:10:34 |
Mathijs | it may have been a spreadsheet, I don't fully remember | 14:11:13 |
michael-a4516g | it was on the blog post about the incident | 14:46:12 |
3 Aug 2019 |
Mathijs | why doesn't qtc work for me? | 21:10:13 |
Mathijs | I did the git clone, apt install golang-go , go get github.com/constabulary/gb/... go get github.com/valyala/quicktemplate/qtc and then qtc gives Command 'qtc' not found, did you mean: <snip> | 21:12:01 |
TravisR | might need to append $(pwd)/vendor/bin to your PATH | 21:12:49 |
TravisR | or just try calling ./vendor/bin/qtc | 21:13:01 |
Mathijs | there's no vendor/bin | 21:18:49 |