VERNOU Cédric

Results 53 comments of VERNOU Cédric

This pull-request #4426 resolved the problem. It's available from the version [0.26.0](https://github.com/axios/axios/releases/tag/v0.26.0). The ticket can be closed?

I have translations from json file with keys that contain dot `.` : ```json { "MyApp.UI":{ "Screen1.Label1": "First label on first screen", "Screen1.Label2": "Second label on first screen", "Screen2.Label1": "First...

This feature would be interesting. I write a documentation about a custom VueJS (v2) framework with Vuepress (version 1.7). By default, the root element is the classic VueJs . But...

With the current version (2.0.1), the registry value is : `"C:\Program Files (x86)\[NuGet Title] Deployment\[NuGet Id]DeploymentTool.exe" --checkInstall` I think the ticket can be closed.

When the IIS site, hosting app, is down, the Squirrel update stuck forever. @safeermtp, can you add the full class code of your custom FileDownloader? I try without success. For...

I have the same problem. With Winforms, "_ExecutionStub.exe" is generated, but not with WPF application.

The WPF application's name was "WpfBySquirrel", but Squirrel skip executable that name contains "squirrel.exe". I renamed the application and now it's work. Full [condition](https://github.com/Squirrel/Squirrel.Windows/blob/76c87af6f389bea69576c738ef46574b2945b0ba/src/Update/Program.cs#L351) : ```csharp rp.CreateReleasePackage(Path.Combine(di.FullName, rp.SuggestedReleaseFileName), packagesDir, contentsPostProcessHook:...

> Solved. The title attribute in the nuspec file was empty. _Originally posted by @MiroljubA in https://github.com/Squirrel/Squirrel.Windows/issues/466#issuecomment-247322358_ As this comment suggests , I miss the title in nuspec. After added...

To avoid this problem in the future, a warning in case of absence would be nice.