Bifrost
Bifrost copied to clipboard
This is the stable release of Dolittle till its out of alpha->beta stages
Hard to reproduce - could be a timing issue with document ready or similar - but sometimes it does not get all the elements. Switched away from this method in...
Support for things like a marker interface, in namespace and so forth.. Register them all!
We should formalise "discoverability" and then add the ability to configure what should be excluded from being discovered and automatically set-up. For example, we add a subscriber that works in...
CommandMetaData for adding data to Commands that does not appear in the clients that issue commands
In many cases you need to have additional information related to a command that does not exist in the client or the client should not be responsible for, for instance...
### Description Since NuGet complains on Visual Studio when pulling a release package (according to SemVer) it can't have a dependency to pre-release packages. Interestingly enough, NuGet is consistently on...
From the client, perform server.post("/SomeService/SomeMethod", { "param": "someValue" }) Hook the path up with some service on the server side, and observe that in SomeService.SomeMethod(string param) param takes the value...
Maybe a feature, but considering a null reference is almost universally\* translated to the empty string, I believe an empty concept (of a reference type) also should be translated to...