Christopher MANEU
Christopher MANEU
# User stories - [ ] Adding new Azure Services should be easy - [ ] Changing some default configuration should be possible/easy - [ ] #365
Today, the current NubesGen web UI is clunky, unclear. Moreover, you can only download the generated code. We intend to provide more ways to consume generated code by NubesGen. ##...
From the inception, NubesGen is done _by_ people with production experience _for_ people having to create and maintain services in production. We intent to but the bar higher for NubesGen...
Today, our container story is limited to Web Apps for Containers + recreating a Container Registry for each environment. THis does not match: - How some teams are operating (one...
For now, GitOps is implemented with one convention (like one environnement is a branch like `env-*`). To adapt to more team conventions, we should be able to configure some elements...
Hi, I work with @labynocle. We started to use Tailon on our logs and we like it so far :) We would like to add syntax coloration for LogHash logs...
Use a YAML file that, then generate JSON file. Sample: ``` - input: Hello #world - output: - items: - hashtags: - world - identifiers - tokens: - type: string...
I request comments for the following rule: XA4003 - When defining a SolidColorBrush resource, always define a Color resource as well
The alphabetical order is quick and simple. However, it can leads to harder reading when the number of attributes is important. For example, `FontSize` and `TextAlignment` have a close relationship,...
It can be great to give additional guidance about XAML code structure/organization. This is a draft of such a guidance. ## Resources dictionary organisation Depending on the app size, target...