Budi

Results 9 issues of Budi

What is best way to separate route in different class. I'm thinking to create modular app and each has its own route declaration.

As addition to use block handler, it would be nice to add method handler or class handler to make the router code cleaner and follow separation of concern. ```ruby #...

enhancement

Hi, I'm new to immudb and just tried it with go code using `database/sql` but need some insight. Let's say i have product table and i update the price of...

Hi, thank you for this great vscode extension. I'm wndering if this already supported: when using `fmt` for string interpolation how to allow autoclose bracket and autocomplete variables? ```nim import...

Is it possible to disable **focus stealing** to the Output Tab when scry throws errors in VSCode panel? It's quite annoying 😉. I tried to hide the the Tab Output...

enhancement

Randomly can not connect to antsdb from dbeaver especially after cancelling add index that takes long time. ``` ERROR server.SaltedFish - failed to start com.antsdb.saltedfish.storage.OrcaHBaseException: hbase is currently linked to...

In the `example/client/api` i always get 401 from token instrospection when calling /protected. ```go resp, err := rs.Introspect(r.Context(), provider, token) if err != nil { http.Error(w, err.Error(), http.StatusForbidden) return }...

enhancement

Is it possible to add text box input to filter / search menu list?

Is there support for using tinydate as type for sql row scan? Using tinydate for variable scan of sql throw error: Scan error on column index 4, name \"document_date\": unsupported...