Dean Herbert

Results 1145 comments of Dean Herbert

This is still happening to people, and was tracked across two issues so I've close the others and bumped this to priority 0.

For future, it's best to provide a shell script rather than python. Looks to be okay though.

Can you provide a video showing what you are doing / expecting to work?

I'll take a second look through git history and see if i can find the code for this. Last time I checked I did confirm that it doesn't seem to...

I'm not sure how far you want to go from a development perspective, but here's the actual conversion code: ```csharp namespace osu.Helpers { internal class OsuDSHelper { internal const int...

As discussed in another thread, here's a basic interface which I would expect to be available. It can of course be made available in addition to CLI invocation like you...

If you are adding CLI, I can recommend using `CommandLineUtilities` like we have in `osu-tools`. We also have formatting of tables in there, if that's something you'd be looking at...

Using the API is fine for now. As long as you create model classes (using dapper is fine), we can easily switch out API for database in no time.

no worries, do what it takes to keep things moving