David Brouwer

Results 165 comments of David Brouwer

In `cache.go`, the same file as your screenshots, could you add a log line in between line 254 and 255, something like this; ```go if cur == nil { //...

@gdgrc Can you wrap your filter function with this, and check the logs: ```go // WrapFilter will call the filter and log a message if it contains nil nodes func...

Well my point was to figure out if the bug is in go-micro itself, or in the filter function. If we check if there are nil nodes after the custom...

Figured it out, hex colors need to be quoted, don't work unquoted

Since we're another year ahead, any chance of this getting fixed? :D Would be really nice

Adding in pg14 def sounds good. Implementing a check would also be a very good addition, as now it just silently fails. I find the SQL export function is nice...

Doesn't remove the space, but this also made the margin smaller for me ```lua local _ft = vim.api.nvim_create_augroup("FileTypeSettings", { clear = true }) vim.api.nvim_create_autocmd("FileType", { pattern = "Outline", callback =...

Same here. I'd consider creating a PR for this but I'm not sure where to start looking

Another issue for the same query, the star expansion does not seem to work here properly unfortunately. The following query gets generated: ```sql SELECT "Monitor"."ID", "UserRecordsU"."Username" FROM "Monitor" JOIN (...