Thibault ROHMER
Thibault ROHMER
Hello, One image referenced in the css doesn't have the appropriate path because of an "@" in the image filename 😢. First i'm using this fusebox configuration (expecting production resources...
Hi, My gulp-tslint had no output compared to tslint alone :-( I've realized this happens because I'm using `tsProject.src()` rather than `gulp.src("FlexibleForm/**/*.ts")` with `const tsProject = ts.createProject('FlexibleForm/tsconfig.json');` Thus I found...
Hi, This commit fix makes your logger works again with most current consoles : -latest stable firebug (1.6) -chrome console (v8 stable) -IE8 dev tools -opera -firebug lite I'm also...
What if the sentinel fails? ...We don't have HA anymore because we're unable to detect a master crash. I'd say the sentinel must be monitored too? Or best: have 3+...
I'm using the `dump()` function in a nodejs script. I got this warning on stderr: > node_redis: Using .end() without the flush parameter is deprecated and throws from v.3.0.0 on....
##### SUMMARY Add ability to list Azure Stack HCI vms I already implemented the change in this PR: https://github.com/ansible-collections/azure/pull/1620 ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME inventory plugin...
##### SUMMARY Add ability to list Azure Stack HCI vms ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME azure_rm inventory plugin ##### ADDITIONAL INFORMATION - Azure Stack HCI...
##### SUMMARY I'm trying to add a dns suffix on a windows server machine which is NOT in a domain. win_dns_client does not support that unfortunately ##### ISSUE TYPE -...
### Description I'm doing a bicep deployment with New-AzDeployment (with ParameterSet 'ByParameterFileWithNoTemplate'), and i get a weird error: ``` New-AzDeployment: 16:29:27 - Error: Code=MultipleErrorsOccurred; Message=Multiple error occurred: **NotFound,NotFound,NotFound,NotFound**. Please see...
##### SUMMARY Fix of #2074 - Prevents failure if inventory also contains AzureStackHCI vms (or just arc vms) - Remove duplicate calls to instance view REST endpoints - Fix original...