ronstudy1
ronstudy1
Any plans to support this feature?
> Try vacuum the `ditto.db` with the `sqlite3.exe` binary avaiable from their website: actually, the built-in Compact also deletes old entries before the "VACUUM;" command ([code](https://github.com/sabrogden/Ditto/blob/8822302339128b1c1da6c4096df2257b6f28726d/AdvGeneral.cpp#L949)) so it's only a...
For those interested, here's the SQL command that can be used via the command line to compact the Ditto database: `sqlite3.exe C:\My\Path\To\Ditto\Ditto.db "DELETE FROM Main WHERE lID in (SELECT lID...
@Klaster1 Thank you for sharing this workaround. Currently, it seems like the easiest solution. Yet, I would still be glad to have this feature implemented so that everything can be...
I am not aware of any directive or method to suppress this type of exception. if the purpose of the converter is to transform scripts to v2 in a way...
> user should review every line that was changed, cross check with the docs, and consider any new side effects that v2 might have introduced This approach works well for...
> In my opinion you should just stick with v1 I don't know, maybe it's just a psychological issue, but it feels somewhat uncomfortable knowing that the majority of my...
> There shouldn't be a problem until Microsoft deprecates the API calls that AHK is based upon if and happens, hopefully AI engines would already become advanced enough to perform...
> I'd be curious to know how/why your end script is relying on the output vars returning blank when I can't recall the specific occurrence of WinGetPos in my code...