Myk

Results 21 issues of Myk

This adds two new commands for listing S3 storage objects `s3-ls` is equivalent to a standard Posix "ls" command, simply listing the object "Keys" `s3-lsl` is equivalent to a standard...

It seems we have many problems with our UI, especially on MacOSX. The Mono Winforms implementation is not being actively maintained, and there are many reports of limitations with its...

GUI
Windows
Linux
macOS
Discussion needed

Apple are planning to remove legacy 32-bit support soon. Currently, we run the CKAN client in 32-bit mode on OSX because Mono Winforms have not been ported to the Cocoa...

GUI
Architecture
macOS
Mono

Problem ------- We have various mod authors de-listed from CKAN due to installation issues. Our [policy](https://github.com/KSP-CKAN/CKAN/blob/master/policy/de-indexing.md) is that authors of FOSS mods can ask for their mods not to be...

Enhancement

Different users have different requirements from CKAN. Users who want to play around with multiple installs will frequently want the "Select KSP Install" functionality. Those of us testing metadata make...

Enhancement
GUI

Autodetected mods and DLC are listed when using the CLI "list" command, which uses Registry.Installed() as its source of entries to be listed. Autodetected mods and Detected DLC is not...

Application centric trust is probably the model we should go for. We don't need or want to set up global trust relationships for our users. http://www.mono-project.com/archived/usingtrustedrootsrespectfully/ has some incomplete sample...

Enhancement
GUI
Cmdline
★★☆
Linux
Mono
Discussion needed

I believe this is the only function that regular users would need to do occasionally that isn't available in the GUI

Enhancement
GUI

Adds a new get_item_state() to provide a migration path from deprecated GetItemValue

Change to `core.testing` to allow a choice to get more detailed testing results, using a temporary file to store test results. Calling `core.testing.run_test()` with 'verbosity=` as a parameter will now...