luvies
luvies
I've found that it is unable to parse expression bodied like ```C# float GetThrusterOverridePercent(List thrusters) => thrusters[0].ThrustOverridePercentage; ``` if you convert to block bodies ```C# float GetThrusterOverridePercent(List thrusters) { return...
It would be good to support some form of middleware to allow processing of requests/responses in a more general fashion. Hapi uses the following (with some extra overloads): ```ts type...
Would it be possible to allow installation of the this as a global tool? It currently only allows local tool installation, and it would useful if you could install it...
It would be useful to provide a function that can read a line of input from stdin that has a simple interface. It would probably good to support both async...
I'm trying to play around with using these scripts, and I'm attempting to allow the file to be run directly from the terminal, however whenever I use the shebang and...
I plan to add support for using the custom data of blocks to add tags. This is how I plan for it to work currently: - TIM-managed blocks will still...
Currently the codebase is a bit of a mess, some functions seem quite monolithic and most of the code seems to have been written in a C-like style. In order...
I couldn't find any issue tracking the progress on stabilising UDP in Deno, so I wanted to ask the current status of it was. Is it close or is there...