Stoyvo
Stoyvo
@thijstriemstra Not seeing minimap working with this change
@thijstriemstra This change has brought a degraded performance. Using an mp3 track, ~4 minutes, while zoomed I have noticed additional stutter every few seconds. Current master branch does not have...
@wizkid057 Anything I need to do to get this accepted?
@MarshallOfSound Yes. I manually updated the sqlite3 db to make the change, but for some reason the UI thinks its the most recent so Mark as Dead isn't an option...
@rittneje ``` var err error db, _ = sql.Open("sqlite3", "file:testdb?cache=shared&mode=rwc") db.SetMaxOpenConns(1) db.Exec("PRAGMA temp_store = MEMORY;") db.Exec("PRAGMA encoding=\"UTF-16\";") ``` The create table command is pretty standard. ``` sql_table := ` CREATE...
Current workaround: ``` // Create new table called "old_table" with all data and columns from "new_table" queryCreateTable := "CREATE TABLE old_table AS SELECT * FROM new_table;" db.Exec(queryCreateTable) // Drop the...
I think it's worth asking why the library doesn't auto-create the folder?
Maybe not the best solution, but after setting up this repo locally I removed the magento2 and magento2_sample_data directories and cloned the official Magento2 github repos. Since I only use...
I have retried, continues to fail... Unless windows released some new update to block xmrig.
I also reverted back to previously working XMRig (5.4), also fails. I can load website through web browser and see "Mining Proxy Online"... Why it suddenly happened?