Marius Schulz
Marius Schulz
Sorry for the late reply; I was on holiday until this morning. Have you been able to solve your problem by now?
**I can only support that feature request.** That is indeed a common scenario. Say, for example, you have a `ProductController` with an `Edit` action method that looks like the following...
Just wanted to update you: I read your email, your GitHub update, and your Twitter direct message — I will take a look at it on the weekend! -----Ursprüngliche Nachricht-----...
Looks good to me!
@lucacasonato Is this something you and the team are looking into fixing? Another benefit would be that an import map file should be picked up correctly if specified in `deno.json`,...
If you specify the `import-map` key in the Action configuration, that is being respected. If you only configure the import map via `deno.json` though, it won't be picked up. Similarly,...
I've considered this argument as well, but I come to a different conclusion: I do think it's valuable to make the precedence clearer by adding explicit parentheses here — clarity...
I agree, it's not so much about the specific operator. IMO it would be a good idea to add/preserve parentheses around binary expressions within conditional expressions. 👍
Oh yeah, that sounds like a great idea!