kamal

Results 45 issues of kamal

In file utilities/user.decorator.ts change the code : `export const User = createParamDecorator((data, req) => req.user);` to: ``` export const User = createParamDecorator((data, ctx: ExecutionContext) => { const req = ctx.switchToHttp().getRequest();...

When install module using composer, how disable to copy development.services.yml from scaffold ??

I get this error ``` Error: The Serverless Function "." has invalid runtime: "nodejs18.x". Learn More: https://github.com/vercel/vercel/blob/main/DEVELOPING_A_RUNTIME.md#lambdaruntime ```

I found a lot of bugs of this projet with angular 5, plz to fixe them

Must to update this repo for last version symfony

Cannot find module 'neo4j-driver/lib/transaction' or its corresponding type declarations "neo4j-driver": "^4.4.5"

how enable transparent background nvim-tree ??

**Question** i found multiple element (button +) ![image](https://user-images.githubusercontent.com/1313428/187313387-403bab6b-f916-4790-9b6a-74c16b5ed1ab.png) In file constant i put list tools : ```typescript import Embed from '@editorjs/embed' import Table from '@editorjs/table' import List from '@editorjs/list' import...

discussion

that my config of null-ls: ```lua local null_ls_status_ok, null_ls = pcall(require, "null-ls") if not null_ls_status_ok then return end -- https://github.com/jose-elias-alvarez/null-ls.nvim/tree/main/lua/null-ls/builtins/formatting local formatting = null_ls.builtins.formatting -- https://github.com/jose-elias-alvarez/null-ls.nvim/tree/main/lua/null-ls/builtins/diagnostics local diagnostics = null_ls.builtins.diagnostics...

how can learn and read this roadmap ??