Tomáš Karela Procházka

Results 58 comments of Tomáš Karela Procházka

Here is a different example, but I believe it has the same root cause ```sql SELECT column1, CASE WHEN column2 > 50 THEN (SELECT column3 FROM bokume WHERE id =...

`-race` haven't detected any data race. ```go package main import ( "sync" "testing" "github.com/sqids/sqids-go" ) func TestRace(t *testing.T) { s, _ := sqids.New() const n = 1_000_000 var wg sync.WaitGroup...

If OneDrive is the only thing you are interested in, try this module: https://github.com/goh-chunlin/go-onedrive This "SDK" is just a trash pile of generated Go files.

Does it pass if it's run on top of https://github.com/Spagett1/pineflash/pull/86 ? Then it should, right?

They just rewrote the thing to Rust and left the chat. CG. Now it has half of the functions, but it's memory secure 👏 And I just noticed that CNCF...

Oni nějak čachrovali s manifesty a že budou staré extensions mazat. Ono už se stejně blíží čas poslat Chrome doprdele. Každopádně by to mělo jít nainstalovat i ručně, jen je...

@derrabus ping? Would be a bit nicer if it was closed by a human, than by a bot due to review inactivity. I wouldn't say a word if the ball...

> @derrabus I changed this according to this PR https://github.com/doctrine/orm/pull/10624/files Just one more year, and it may get some attention too.

> it would also be nice if it was ported to safari Bruh, why not Internet Explorer?

I looked at how it's implemented in DataGrip (which has super slow starts, that's why I'm considering lazysql), and they do use some kind of recursion. Columns, indexes, sequences, triggers,...