Denis Balan
Denis Balan
Updated Test_InstallPdfScribePrinter to use relative path depending on each user's directory configuration.
As per doc https://docs.microsoft.com/en-us/dotnet/api/system.type.gettype And https://stackoverflow.com/questions/48279264/type-gettype-doesnt-find-dynamically-created-type The assembly-qualified name of the type to get. See AssemblyQualifiedName. If the type is in the *currently executing assembly or in mscorlib.dll/System.Private.CoreLib.dll*, it is...
After introducing `condition: service_healthy` in `depends_on` running `kompose convert` fails with `FATA services.time-slot-hystrix-monitoring.depends_on must be a list` ``` services: time-slot-turbine-stream-service: image: "denisbalan/turbine-stream-service" healthcheck: test: ["CMD-SHELL", "netstat -tulpn | grep LISTEN"]...
As a developer I want to import/export HAR archive so that i can debug REST api's. For now, every major http debugging tool have this ability. ref: https://en.wikipedia.org/wiki/HAR_(file_format)
Having in meta something like ``` ``` Extension shows  Expected should be: https://static.hotjar.com https://vars.hotjar.com Basically protocol should be processed, not url appended to the root domain.
Setting ``` [params] search_engine = false ``` Search input disappeared, but form close tag was present. This PR just move closing tag in if statement. 
Fix typo from `content` to `consent`