Toni Barth
Toni Barth
OK, so I updated to 1.0.5 and 1.0.6 from a previous release, so that means that I already got a fully working database and everything up and running, which might...
I've got a similar issue, but not with MSSQL, but with SAP Hana instead. The issue however is the same. All the different parts of the schema/database table get quoted...
I monkeypatched typeorm to fix it. Here's my TypeScript code: ``` import { SelectQueryBuilder } from "typeorm/query-builder/SelectQueryBuilder"; (SelectQueryBuilder as any).prototype.getTableName = function ( tablePath: string ): string { const _this...
Is there any progress on that front? We could write a simple dialog like this already, as the REAPER API already exposes functions to manually create events of sorts, so...
Just coming here because i'm noticing how long it takes to fix things like indentation all the time. I noticed that you seem to struggle quite alot with getting clang-format...
I just remembered that I was meant to participate here, sorry, totally missed this. Almost no conversation over the last year though, whats the status on this? We do have...
Just as a side note, I don't like a soundpack command here. That feels like we're mixing up two independent projects. You'd always need to push and restart (!) the...
Me being busy and not playing ygo right now doesn't mean that I don't maintain my projects over here on GitHub, which is probably a thing for many open source...
Thats fine, I don't see anyone arguing against that. Thats exactly why I said that contributing to the current soundpack is so much more efficient, it saves your time, instead...
I'm still against moving part of the update process of a project into another project, namely the soundpack into the game itself. Why not build a soundpack-only solution? I've done...