jaytonic
jaytonic
I've the same issue: ``` D:\Dev\vuetest>dotnet run obj\Debug\netcoreapp2.0\vuetest.AssemblyInfo.cs(10,12): error CS0579: Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute [D:\Dev\vuetest\vuetest.csproj] obj\Debug\netcoreapp2.0\vuetest.AssemblyInfo.cs(11,12): error CS0579: Duplicate 'System.Reflection.AssemblyConfigurationAttribute' attribute [D:\Dev\vuetest\vuetest.csproj] obj\Debug\netcoreapp2.0\vuetest.AssemblyInfo.cs(12,12): error CS0579: Duplicate 'System.Reflection.AssemblyFileVersionAttribute' attribute [D:\Dev\vuetest\vuetest.csproj] obj\Debug\netcoreapp2.0\vuetest.AssemblyInfo.cs(13,12): error...
Hi everyone. Is this now considered? Honestly, my team is reluctant to start new app using ionic because it will looks outdated even before we finished it, and I really...
@sean-perkins Sure. The most used components that I've seen differences: - Global The colors and their variations are more subtle. All the "filled" options have using a variation of the...
We also encounter this issue on a 400+ project solution, we just cannot afford to build everything and copy everything in separate directory. This really need to be adressed
I'm encountering a similar issue. With this repo: https://github.com/jaytonic/helloworld 1) Just run npm install and npm run serve 2) open the main page 3) edit something, like the "Email" to...
Hi @zhangzhonghe , Thank you for the debugging! I'm quite new to Vue, so I'm not sure what you mean by "not a bug in vue core" ? Yes, it's...
> > Hi @zhangzhonghe , Thank you for the debugging! I'm quite new to Vue, so I'm not sure what you mean by "not a bug in vue core" ?...
> > Whenever I save changes to the project files, the npm run serve process recompiles the code but the browser does not show a reload message and it takes...
Hi @rams23 , thanks for the replay. I guess it would require to split in several packages yes. The issue is that facebook seems to relies on cordova
I tried several other things, removing core_freq_min, only setting core_freq. But what has solved my issue is to set the core_freq=500. I think this is required to use it with...