Results 146 comments of Erlend

Hi, maybe you could add some notes in a document regarding benchmarks / performance. Maybe compare with previous http server or other frameworks.

Notice the problem is the capital `E` when trying to import `Elysia` and not `elysia` (!)

My experience is that the analyzer can't detect when you have a class or chains with nullable types, like this: ``` class MyClass { String? someString; } void testNull(MyClass myObj)...

That works, but i rather not have to declare a new variable, on a new line to have the analyzer conclude it is not null. With a guard statement you...

@mateusfccp I was not aware of that proposal, and it looks like it could solve the simplest cases, but not sure if you be able to unwrap a chain of...

Maybe this guard solution could be related to [destructuring](https://github.com/dart-lang/language/issues/207) or [pattern matching](https://github.com/dart-lang/language/issues/1047).

You should call `super.dispose` before `controller.dispose();` according to the `README.md`

I installed `codellama:7b-code-q4_K_M` now manually, but no autocomplete seem to occur when typing. On macOS

Thank you so much. My plugin now define styles correctly on all windows 🥳