Martin Sotirov

Results 20 comments of Martin Sotirov

> Try to avoid loading server modules in the browser module. This was it for me. I had imported `FlexLayoutServerModule` in `app.module.ts` instead of `app.server.module.ts`.

This would be very helpful, as this tool generates dark shades that are too similar and not dark enough compared to Google's palettes. ![material_colors](https://user-images.githubusercontent.com/1459200/83004147-913eff80-a00f-11ea-8a04-5a53239872f0.png)

I'm interested in configuring the `generate` output too but in order to disable the semicolons. I like the two space indentation. It would be awesome if the CLI were aware...

i18n is really important for ponzu to be viable CMS, I think. I'm not a BoltDB expert but can't we have each content type have a root bucket and then...

People, please make this happen. It's a blocker for our update to Nest 9.

In our Nest app we just have our own implementation of the `IsOptional` decorator: ``` import { ValidateIf, ValidationOptions } from 'class-validator' export function IsOptional(validationOptions?: ValidationOptions) { return ValidateIf((obj, value)...

If Vue.js is being considered for the 4.0 admin area, how about we just go for [vue-admin](https://github.com/vue-bulma/vue-admin)? It has datepickers, a WYSIWYG editor and many other visual elements.

Yeah, I think the idea is that you can pick and choose components from it. It doesn't have to have the same layout.

This is a blocker for my client for upgrading to Nest 9 as well! Can we get it reviewed soon?