Hogne Vevle
Hogne Vevle
By the way, here is an example of the keyboard event in question (shift+7) which doesn't trigger the shortcut defined for `/`. 
Still relevant, commenting to un-stale the issue.
Still relevant.
AFAIK this is still valid. (Commenting to keep issue alive)
Thank you very much for your reply, @hjvedvik -- it was the answer I was hoping for 🙂 I look forward to seeing more of your great work!
> You can use the same. Would you mind elaborating a bit more on the v13 part? You mentioned above that it was solved more elegantly in 13, so what...
Hi @chiangs, Did you ever make any progress here? I'm very eager to have Norwegian support as well, but suspect I won't have time time to look into it myself,...
3 years later, I'm running into the same issue, and wondering if you were able to find a way to avoid having to re-run the stack?
Is there another known workaround here, as removing the middleware pretty much removes the purpose of the directive in my case :)
Hi @andrueastman Yes, there is indeed a `serializeFunction` being passed as well. ``` export function serializeApiCartItemItemAddRequest(writer: SerializationWriter, apiCartItemItemAddRequest: Partial | undefined = {}) : void { writer.writeObjectValue("item", apiCartItemItemAddRequest.item, serializeApiCartItem); }...