amosonn

Results 12 issues of amosonn

Fixes #17, replacing #21 . I addressed some of the issues mentioned in the original PR; the main one, regarding the thumbnails, remains open - I'm not sure what is...

When recovering from a large disk, one might want to omit some files which are too big, or known to exist elsewhere, etc. Conversely, one might want to compare recoveries...

In TodoMVC, if you create two Todos, double-click one to edit, then while in editing mode click the toogle-all button, it breaks - both elements become hidden and stay that...

If more fine-grained control of a connection as an SCU is required, sometimes it can be useful to implement `IDicomClientConnection` in a custom way, also inheriting from `DicomService`. This is...

**Describe the bug** `additionalProperties` inside an `additionalProperties` subschema is not properly validated. **To Reproduce** ```cs using System; using Manatee.Json; using Manatee.Json.Schema; using Manatee.Json.Serialization; namespace test { class Program { static...

## Motivation To allow running the training tool from within a python session (and not just as a commandline script) ## Modification Make the "main" function more accessible (supporting arguments)

Calling fixture finalizers in the correct order works by dependent fixtures registering their finalizer in their dependency (see python.FixtureDef.execute+10). However, this only happens for fixtures explicitly requested in args, not...

type: bug
topic: fixtures

I think a pretty common pattern for both the `open` and the `opendir` methods would be to store some handler object, returning an `fh` as a key to access it...

enhancement
breaking-change
medium

Now you can add a "watch" kwarg to WatchBar or to bar and get a view of the length of a container you are adding to inside the loop. Also...