Carlos Jesús Huchim Ahumada
Carlos Jesús Huchim Ahumada
I'm having the same problem: >git clone http://10.66.8.115/CEFAG.git de Cloning into 'de'... fatal: unable to access 'http://10.66.8.115/CEFAG.git/': The requested URL returned error: 403 I copy the app into wwwrooot (i...
Ops! That's true :smile: I can access any pages in the browser (including http://10.66.8.115/Repository/Detail/25e99306-2e6b-44e0-b5ca-da2f928063de) ...
Thanks @willdean, after using the variable `GIT_TRACE_CURL` I could see that the problem as as @holiiveira said me. Thank you so much guys! I used the variable `NO_PROXY=10.66.8.115` in order...
I recently discover this package and it's awesome! But I had implemented in this way: `SqlSrvBuilder:` ```php
Hi @IkhlasAlaydi You must check if clientId is provided using [`setClientID('ClientIDHere')`](https://github.com/jumbojett/OpenID-Connect-PHP/blob/4f95102af87f86c43e8191ec6e90d9f35ed1ce5f/src/OpenIDConnectClient.php#L1358) or in constructor [`OpenIDConnectClient('https://...', 'ClientIDHere')`](https://github.com/jumbojett/OpenID-Connect-PHP/blob/4f95102af87f86c43e8191ec6e90d9f35ed1ce5f/src/OpenIDConnectClient.php#L247). Each token has an `aud` claims in header, and must to match with your...
* Require the CURL and JSON PHP extensions to be installed: * `OpenIDConnect needs the CURL PHP extension.` * `OpenIDConnect needs the JSON PHP extension.` * Do a preemptive check...
I'm coming from [Code Triage](https://www.codetriage.com/) and I'm not the repo owner, but I can creates a new PR and ask to owner if he is agree with change. cc: @jumbojett
@DarwinRajagopalan You can use `Portions`: ```cs shape.TextFrame!.Paragraphs[0].Portions[0].Font.Bold = true; ```
I have the same problem: ``` System.ArgumentException: Object type cannot be converted to target type. at RazorEngine.Compilation.CrossAppDomainCleanUp.CleanupHelper.Init(AppDomain domain, IPrinter printer) at RazorEngine.Compilation.CrossAppDomainCleanUp.InitHelper.CreateHelper() at RazorEngine.Compilation.ExecutionContextLessThread.FuncConv`1.Call(Boolean data) at RazorEngine.Compilation.ExecutionContextLessThread.CallHelperSafeHelper`2.AsAction() at RazorEngine.Compilation.ExecutionContextLessThread.CallHelperSafeHelper`2.AsContextCallback(Object state)...
This solves my problem: ```cs var config = new RazorEngine.Configuration.TemplateServiceConfiguration { // This line doesn't work. DisableTempFileLocking = true, CachingProvider = new RazorEngine.Templating.DefaultCachingProvider( // log4net cacheFolder => Log.DebugFormat("Cache for {0}...