Mark Junker
Mark Junker
I followed the instructions of #21, but I encountered the problem that setting the TC address to 0xffffffffffffffff results in the TC link key being reset to 0x5a6967426565416c6c69616e63653039.
As described in the documentation: https://casbin.org/docs/en/priority-model
I've seen that `logger.write` always calls `messageTemplate.bindProperties` which in turn calls `messageTemplate.capture` on all unbound properties. This causes all objects to be converted to string which renders sending objects to...
`JsonSchema.MaxItems` should be of type `int?`, because 0 is (or at least seems to be) a valid configuration to ensure that the array must be empty.
It's used for Oracle and SQLite (with binary UUIDs), according to issue #12. Fixes #12
I can use - for example - `@0` and `@abc` as parameters, but where do I specify the parameter values? It seems that the `Parameters` tab is always read-only?
The `AsyncTaskCodeActivity` should not have a `Result` property. This causes problems in some scenarios with reflection and validation. There are two ways to solve thje problem: Create a `TaskCodeActivity` as...
It seems that a 6.0 release was planned (with nullable reference types). Is there an ETA for it?
This prevents getting the `IState` of the initial status. Example extension code: ```csharp private class CurrentStatusExtension : AsyncExtensionBase { private readonly AppccelerateTestData _instance; public CurrentStatusExtension(AppccelerateTestData instance) { _instance = instance;...
Example: ```basic macro a:1:end macro nprint !a ``` Should print `1`. Documentation: http://hd-rec.de/AmiBlitz3/macros.html