Constantine Linnick

Results 6 issues of Constantine Linnick

<pre> tags does not renders like `foo bar`

Improvement

Please put this example in readme ``` /* Normal text color */ .placeholdersjs { color: #000; } /* Placeholder text color */ .placeholdersjs[data-placeholder-active="true"] { color: #ccc; } ```

Subj. [NixOS](https://nixos.org/) Currently I'm doing ``` RUN nix-env -iA nixpkgs.jdk RUN nix-env -iA nixpkgs.gawk RUN nix-env -iA nixpkgs.unzip RUN nix-env -iA nixpkgs.curl RUN curl --location -o ki-archive.zip https://github.com/Kotlin/kotlin-interactive-shell/releases/download/v0.4.5/ki-archive.zip RUN unzip...

### Feature description `MicronautRequestHandler` has `populateMappingDiagnosticContextValues` but `MicronautLambdaHandler` for some reason does not. If there're no objection I could prepare PR replicating the same method from RequestHandler. Or probably it...

bind should be call in createPresenter not in create, because presenterFactory will be null and we cannot create another Presenters in bind method