Yoza Wiratama

Results 18 issues of Yoza Wiratama

**Describe the bug** I tried to re-create this to dotnet core 6 for my project, I believe nothing wrong with my code becuase I tried to copy and paste and...

I try re-code the infrastructure Identity. And try to add migration, after that `update-database`. but after its done, when I check database, there is no seed data inserted

I work using angular-meteor. and got this error. so i dont use blaze

# Issue error create code Argument of type '{ name: string; email: string; phone: number; }' is not assignable to parameter of type 'User'. Type '{ name: string; email: string;...

I place my symfony app under sub path : `myshop.com/nextapp/` if use `{{path('product-detail', {id : 1})}}` it will generate link : `myshop.com/nextapp/product/detail/1` but if I use FOS JsRoutingBundle for my...

we can look at documentation https://docs.meteor.com/api/connections.html#Meteor-status may be we can apply it to this amazing package, `$connection,status()` thanks because I need to check connection status before method call

how to make it responsinve? I tried to add meta like this main.html ``` Lyburan ``` but still not responsive

I got error when install it ``` ERROR: Could not find a version that satisfies the requirement pandas==0.25.0 (from cdqa) (from versions: 0.1, 0.2b0, 0.2b1, 0.2, 0.3.0b0, 0.3.0b2, 0.3.0, 0.4.0,...

i have simple data like this : ``` var dataFromAjax = [ {Id : 1, Name : "Yoza", Status : 1}, {Id : 2, Name : "Dhika", Status : 1}...

Hi, I just try qrcode.js for my meteor project. :-1: but it not work. so i just do some modification make it support for meteor. :) i hope this is...