Steven Penny
Steven Penny
trying the new version did not fix the problem for me. However I think my issue is #10119 - since it does work if you click on a folder, but...
I have an alternate package that works: ~~~go package main import "github.com/89z/mech/youtube" func main() { ids := []string{"x8VYWazR5mE", "eDY_Jdbhjyk", "NIABFcVB3Is"} for _, id := range ids { play, err :=...
did you try `.m4a`?
YouTube-DL does this, and I think its a terrible idea. You dont want to just sort the results, you want to also filter them. For example, with this 10 minute...
I reran my test using @alecthomas suggestion. It is still slower than `xi2/xz`, but it was a huge speedup: ~~~go package test import ( "archive/tar" "bufio" "io" "os" "path" "testing"...
@dsoprea the decompress speed seems to be awful. I found another package: https://github.com/xi2/xz
As a workaround, you can get the current max ID: ~~~go import "github.com/genjidb/genji" func Max(db *genji.DB, table string) (float64, error) { d, e := db.QueryDocument("select max(id) from " + table)...
This probably wont work for all uses, but in my situation, I was coming from SQLite and was using `NATURAL JOIN` with Junction tables. Using Genji I was able to...
Thanks for the reply. I believe the tool on that page only supports ETL files created with the Netsh tool. I know that sounds strange, but my understanding is that...