Abakumov Valeriy
Abakumov Valeriy
Hi all! I'm also found that if I tryed enter new tag and pressed `Enter`, the `handleOnChange` function does not called (I saw it with help `console.log`) - here in...
@skomis-mm Hi! Thanks, your suggestion works fine for me 👍
Hello! Thank you, I will post code to some sandbox later)
@amoghbanta hi! I'v tryed this commands as you recommended: ``` react-native init MyProjectName --template re-start cd MyProjectName node scripts/additionalDependencies.js ``` On 3rd command (`node scripts/additionalDependencies.js`) I've get an other error:...
@amoghbanta why do you think that problem with Yarn? The error has occured in electron, isn't it? Can I install re-start template without yarn?
@amoghbanta Hi! I found that after running this commands: ``` react-native init MyProjectName --template re-start cd MyProjectName node scripts/additionalDependencies.js ``` and when failed last 3rd command, in the folder `MyProjectName`...
Also I found that next files is **missed**: - `scripts/build.js` - `scripts/start.js` - folder `config` with nested js-files for webpack - `index.web.js` - `eslintrc` After adding this files I was...
Hello! I found that the UseVkontakteAuthentication method wait an object with type of "Owin.IAppBuilder", but in ASP.NET Core (MVC 6) the "app" object has type "Microsoft.AspNetCore.Builder.IApplicationBuilder".
This commands work for me: * powershell ```powershell ($env:ASPNETCORE_ENVIRONMENT="Staging") | dotnet test -v n ``` * windows batch: ```bat Set "ASPNETCORE_ENVIRONMENT=Staging" && dotnet test -v n ``` In both cases...
@fulls1z3 any news?