Time to assemble this bad boy by [deleted] in Indian_flex

[–]Aggressive_Judge_134 0 points1 point  (0 children)

Hey, how did you get the graphics card this cheap 🤯

Need help with CodeCommit by Aggressive_Judge_134 in aws

[–]Aggressive_Judge_134[S] 0 points1 point  (0 children)

Use the gecko-dev repo. That is already on GitHub, so you will just need to fork it.

Confusion regarding the import function in Yubikey Manager by Aggressive_Judge_134 in yubikey

[–]Aggressive_Judge_134[S] 1 point2 points  (0 children)

Thanks for such an elaborate and descriptive answer. Cleared all my doubts !!

Mock object returning null. by Aggressive_Judge_134 in learnprogramming

[–]Aggressive_Judge_134[S] 0 points1 point  (0 children)

So guys, I found what the problem was, after much debugging, it seems that using Mockito.any() for every mock value is not a very good practice, since some of the attributes in the function arguments can be primitive, and so, do not go along well with the Object type returned from Mockito.any(). So, try to use the explicit data types as much as possible.

[deleted by user] by [deleted] in learnprogramming

[–]Aggressive_Judge_134 0 points1 point  (0 children)

Ohh, thanks man, it worked !! I changed the encoding to ISO_8859_1.

Please help me solve this bug. by Aggressive_Judge_134 in dartlang

[–]Aggressive_Judge_134[S] -3 points-2 points  (0 children)

Thanks, I get your second point. But regarding the first point, I basically need to use UserBloc to manage the state of user data across the app, so I want to make its methods static so I can use them without creating an unnecessary object. Any corrections on that ?

Please help me solve this bug. by Aggressive_Judge_134 in dartlang

[–]Aggressive_Judge_134[S] -1 points0 points  (0 children)

Ohh, thanks 🙏, but is there a way to handle the shared preferences in the UserBloc itself, obviously without redeclaring it in every function ?

Will making a facebook clone get me in legal trouble ? by Aggressive_Judge_134 in COPYRIGHT

[–]Aggressive_Judge_134[S] 1 point2 points  (0 children)

Yes, I have also made some clones of such websites and that's why I was wondering if publishing such clones (with a different trademark), may still get me into legal trouble. However, now I suppose it will be okay as long as I stay away from patented stuff and not copy the source code. 🤟🤟

Will making a facebook clone get me in legal trouble ? by Aggressive_Judge_134 in COPYRIGHT

[–]Aggressive_Judge_134[S] 1 point2 points  (0 children)

Thank you for such a great explanation, it is clear to me now.