Dmitrii Dolgov

Results 45 comments of Dmitrii Dolgov

Hi @jmorris0x0, nice job! Can anyone tell me status of this feature? I tried to rebase this code in my own fork and adjust it a little bit. Now I'm...

> Not sure if transactions should concern dotsql. You can start a transaction with [begin](https://golang.org/pkg/database/sql/#DB.Begin) and the call queries loaded from dotsql. Maybe I'm missing something, but in this case...

For now I'm doing something like that in my code, is that what you're asking?: ``` func (d DotSql) ExecTx(tx *sql.Tx, name string, args ...interface{}) (sql.Result, error) { query, err...

Yeah, of course - just originally I had strong feeling that such simple thing is already implemented here somewhere :)

@pjones @incertia if you don't mind I'll try to tackle this question.

> An .xinitrc file consisting of precisely ... can create borders that go outward like so Well, I'm really confused by this statement. I couldn't find any mention of external/outside...

I'm a bit surprised by the lack of commentaries about this PR. Of course the described issue is probably not the biggest one, but definitely quite annoying. About the PR...

Looks like appveyor tests are failing, because postgres version has changed since the last build (from postgresql-12.4-1 to postgresql-13.1-1). Probably something needs to be adjusted in the postgres config, looking...

Interesting point. Yes, I think this kind of configuration limitations also should be described and validated declarative using json schema (e.g. at some point have `oneOf` in the schema and...

FYI, the kernel commit mentioned in the original message seems to be reverted in 5.10: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a926c7afffcc0f2e35e6acbccb16921bacf34617