Julien Dubois
Julien Dubois
@msftbot please keep this opened
Thanks @ezYakaEagle442 - this is done for JHipster at https://github.com/jhipster/jhipster.github.io/pull/1250
After more discussion, the rebranding is done! Not sure what the impact on the SEO will be.
Totally agree on this! My use case is very similar, I'm doing: ``` resource "azurecaf_name" "key_vault" { name = var.application_name resource_type = "azurerm_key_vault" suffixes = ["dev"] } ``` And if...
Can you deploy it in a fork? I can probably configure Cloudflare to point to it, with something like staging.jhipster.tech
@mraible I just sent you an invitation to our Cloudflare account, with admin rights, use it wisely!
Oh I missed this thread! I'm in contact with the Playwright team at Microsoft, I'll ask them if they want to join.
Indeed, we have *optional* DTOs from the repository to service layers, for those who don't like to have their JPA entities crossing all layers (which isn't my case, I love...
We're going to work on this *soon* with my team at Microsoft. Anybody interested can of course join (it's all OSS), please ping me or reply to this issue.
Yes, the JHipster Regitry is secured by default, so the apps need this password to connect to it. Otherwise you’ll see authentication issues in the client apps, so you’ll see...