Zyles
Zyles
How do you use this in a microservice? ``` const app = await NestFactory.createMicroservice( WorkerModule, { transport: Transport.TCP, options: { port: port }, logger: WinstonModule.createLogger({ transports: [ transports.console, transports.file_error, transports.file_info,...
Did I overlook something or is there support for using tokens with replace like Symfony does in config files. For example you have a config file: ``` config.yml: database: host:...
Could we get some Lumen love? I can't find a decent Lumen ACL package... Right now I get: ``` Fatal error: Call to undefined function Kodeine\\Acl\\config_path() ``` Thanks.
I get no output, no errors, no way to debug. Nothing.
Controller connected, phone connected. But nothing happening in game.  
Can you add support for annuity loan amortization type?
I want to check a variable if it is a number or not.
Any possibility of Lumen support? I can't find a good ACL package for Lumen. Thanks.
`$ npm install electron-oauth-helper --save` `import OAuth2Provider from "electron-oauth-helper/oauth2"` `$ npm run electron:serve` ```- Bundling main process... ERROR Failed to compile with 1 errors6:48:48 PM This dependency was not found:...
Is there a plan to add custom fields and custom content types like in Wordpress? I did not see this mentioned anywhere. For now this project seems great but very...