Jeff Greene

Results 41 issues of Jeff Greene

Currently we open file channels and never close them for the duration of a FileChannelManager object. This improves the performance of individual requests, but it’s wasteful in situations where there...

enhancement

the remaining task on the path to ACID is a durable transaction log, which is really just a fancy name for an on-disk data structure used as part of a...

enhancement

Not all customer data is laid out the way we developers would like it to be. Sometimes this is for historical reasons, or it might be the result of business...

enhancement

While we’ve already implemented adapters, there is so much more we can do to extend their uses. Currently, adaptors apply only to filters, but we can further blur the line...

enhancement

When hitting the resource endpoint for a structure that the key starts with a tag literal, the implicit order by that is created for $top doesn't contain the tag literal...

bug

Currently we have project templates for a sample Harmony Core OData API and one without sample data. It would be helpful to create a project template specifically for users that...

enhancement

Currently we just throw an untyped exception with the text "process exited during initialization" we should try to provide additional information, such as the data that came from stdin/stdout. Additionally...

enhancement

write additional material for the wiki to document how this all works.

documentation

Currently automated testing only exists for the sample project inside the HarmonyCore Solution. This needs to be extended to include the different types of projects. - [x] Traditional Bridge Only,...

enhancement
example

As an example type, Notes should be presented to users as a single Notes Object, but on disk it could be any number of Notes structures that are glued together...

enhancement