Juan David Gaviria Correa
Juan David Gaviria Correa
I saw in [ACGuard](https://github.com/nestjsx/nest-access-control/blob/master/src/access-control.guard.ts) that it is getting roles from user (user.roles), but i'm just using user.role. What can i do for the ACGuard to use just user.role?
Node v18.15.0 "dependencies": { "escpos": "^3.0.0-alpha.6", "escpos-usb": "^3.0.0-alpha.4" } Code: const escpos = require('escpos'); escpos.USB = require('escpos-usb'); const device = new escpos.USB(0x2BDF, 0x0280); const printer = new escpos.Printer(device); device.open(function (error)...
I do the following commands: ` npm i jspdf html2pdf npm i @types/jspdf -D ` And in the angular.json i add: ` ... "scripts": [ ... "node_modules/jspdf/dist/jspdf.min.js" ], ... `...
# Pre-requisitos - [x] Estoy corriendo la última versión. - [x] He revisado si ya hay un issue creado con las mismas características. # Comportamiento esperado Seria muy interesante que...
# Pre-requisitos - [x] Estoy corriendo la última versión. - [x] He revisado si ya hay un issue creado con las mismas características. # Comportamiento actual Un modal que se...
I dont see any improvements in 2 years, i dont know if use this in production is a good idea.
The types for the config file in ts dont work  "astro": "^4.3.2", "astro-i18next": "^1.0.0-beta.21",
When using npx astro-i18next generate, the command changes the default files. However, I want it to maintain the original file, even if I have to use the changeLanguage() method manually....
A method to print tables could be very usefull! If u know a very good way of printing something like a table please help me. 
It can be interesting a [stackblicks](https://stackblitz.com/) or a simple repo with a example of how to use it.