Pascal Craponne

Results 11 issues of Pascal Craponne

For some obscure reasons, when the cache directory is set to a `/tmp` subdirectory, the move fails when parsing packages: ``` [Mon Aug 16 11:28:34.237121 2021] [php7:warn] [pid 52168] [client...

enhancement

Several directions possible: - Allows an external script (to plug to database) - Keep count in a file (the poor man’s solution, my favorite)

enhancement

See if something can be done.

enhancement

On WPF projects, Mr. Advice is invoked twice. Is it good or not? Something to do with MarkupCompilePass1/MarkupCompilePass2?

question

Starting at 2.0.0-beta.600, tooltips behavior has changed and they now are clipped with parent’s clip mask. This occurs on WPF platform, here are a few samples: ![c1](https://user-images.githubusercontent.com/251429/215713180-2090b635-149a-4709-ac11-6d81d17af4e1.png) ![c2](https://user-images.githubusercontent.com/251429/215713190-a79ba10d-a710-4348-8b0d-419c28a78684.jpg) (pardon my...

visual glitch

``` 10>""C:\Users\Pascal\.nuget\packages\versionstitcher\1.1.11\build\..\tools\net6.0\VersionStitcher.exe"" AssemblyPath="obj\Debug\net6.0\ArxOne.Server.Core.dll" AssemblyOriginatorKeyFile="..\ArxOne.Backup.Core\ArxOne.snk" SignAssembly="false" 10>dotnet "C:\Users\Pascal\.nuget\packages\mradvice\2.12.2\build\..\tools\net6.0/MrAdvice.Weaver.dll" AssemblyPath="obj\Debug\net6.0\ArxOne.Server.Core.dll" ReferencePath="@obj\Debug\net6.0\ArxOne.Server.Core.dll.MrAdvice.ReferencePath.txt" ReferenceCopyLocalPaths="@obj\Debug\net6.0\ArxOne.Server.Core.dll.MrAdvice.LocalReferencePath.txt" AssemblyOriginatorKeyFile="..\ArxOne.Backup.Core\ArxOne.snk" SignAssembly="false" 10>* Internal error during Types weaving advice: System.NullReferenceException: Object reference not set to an instance of an object....

bug

It's all in the title!

Hi, despite the enabling of colors (using `Settings.EnableColors = true`) the text in `syslog` and `journalctl` still appear gray. I probably have missed something, but what? Also some other texts...

help wanted

Hi, is there a way to set the process name? I use `dotnet` runtime, and it appears as `dotnet` in `syslog` (which makes perfectly sense). An option to change the...

help wanted

A SNK would also be appreciated 😜 (I use SNK to ensure consistency accross my assemblies, and signed assemblies won't allow to reference unsigned ones).