Jeff Greene
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...
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...
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...
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...
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...
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...
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...
write additional material for the wiki to document how this all works.
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,...
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...