John Nguyen

Results 7 issues of John Nguyen

It makes it difficult (actually, impossible) to see what has been found so far. ![https://puu.sh/r0ge7/38b19db9b5.png](https://puu.sh/r0ge7/38b19db9b5.png)

This is related to the feature added in #716 ### What version of SQLBoiler are you using (`sqlboiler --version`)? v4.2.0 ### What is your database and version (eg. Postgresql 10)...

This is the same fix I submitted to rwtxt back in 2019: https://github.com/schollz/rwtxt/pull/28

``` !!!5 html import ./partials/header.amber body.ma0.min-vh-100 p #{Site.BaseURL} div.min-vh-100.cover[style="background-image:url(#{Site.BaseURL}/img/flower.jpg); background-position: center;"] ``` From the above, ``` p #{Site.BaseURL} ``` Results in `http://localhost:1313/stephandjohn/` But ``` div.min-vh-100.cover[style="background-image:url(#{Site.BaseURL}/img/flower.jpg); background-position: center;"] ``` Results in...

### Expected Behaviour - Create thread - Write messages in thread - Update thread parent - Thread is still accessible from channel ### Current Behaviour - Same as above but...