Erison Silva
Erison Silva
Hey @michealch have you tried to use the [docker-compose.yaml](https://github.com/satnaing/astro-paper/blob/main/docker-compose.yml)? it will make you run astro paper on docker, you don't need to create a Dockerfile for this, or am I...
Hello @Seldaek as it was found on version 2.x, couldn't it be released on version 2.x? this way we could still have this issue solved on php 8.0 and 8.2,...
Hey @jakubciszak Is it still missing use `AdminUrlGeneratorInterface` anywhere?
maybe it is not working because I am using: mason-nvim-dap ....
Hey @przepompownia I guess it was related with other dependency, I guess it was on https://github.com/williamboman/mason-lspconfig.nvim after I update it, it is not losting the buffer file as you described...
I guess it should work out the box: https://github.com/nvim-neotest/neotest?tab=readme-ov-file#strategies in theory when run via summary `d` it executes `require("neotest").run.run({strategy = "dap"})` ... in theory you could get the dap from...
I am getting this error message: > Warn 16:18:52 notify.warn Neotest neotest-phpunit: ...e/nvim/lazy/neotest-phpunit/lua/neotest-phpunit/init.lua:16: dap: expected not empty table, got nil. Info: Configure `dap` field (like in dap.configurations.php) before using...
> lua vim.print(require'dap'.configurations.php) ```lua { { name = "Listen for Xdebug", pathMappings = { ["/app"] = "${workspaceFolder}" }, port = 9003, request = "launch", type = "php" }, { name...
It would be good if we could also do a calc on total `sold amount - purchased amount` to visualize how much we earned or spend. Well I don't know...
> I have a fresh installation of Admin and Page Bundle on a fresh Symfony 6.4.*. Clicking on "View page" button gives this exception: > > No route found for...