Karen Martikyan

Results 4 issues of Karen Martikyan

I was unable to map cmd + function key on my Razer keyboard. Here's the `skhd -o` output When pressed cmd `keycode: 0x37 flags: 000000000001000000000001000010000 ` When pressed cmd +...

**Is your feature request related to a problem? Please describe.** There is a use case where we need specific `JsonSerializerSettings` for the EntityFramework provider's [ExtensionMethods](https://github.com/danielgerlag/workflow-core/blob/12be88701780e1f1b2d5b5b5d98e7ce4df3e9913/src/providers/WorkflowCore.Persistence.EntityFramework/ExtensionMethods.cs#L12). However, the settings are not...

**Is your feature request related to a problem? Please describe.** If activities have encoded tokens longer than the current limit of 200 characters, the [ExternalToken](https://github.com/danielgerlag/workflow-core/blob/12be88701780e1f1b2d5b5b5d98e7ce4df3e9913/src/providers/WorkflowCore.Persistence.EntityFramework/Models/PersistedSubscription.cs#L33C9-L33C9) will not be persisted. **Describe...