Let's say: I have two smart contracts X and Y. The cross-contract (XSS) flow is Alice -> X -> Y. Y transfers some tokens to X. The XSS to Y does not retur
I don't know if this is duplicate, but I was not able to find an answer. I am developing a Typescript library for a web application. I need a function f that wo
The error I get is: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that
I'm having trouble making a function pointer to a class method. I made a function pointer to a non-class method and it works fine. int foo(){
I've been trying to create a test case for a component. The component has a function that changes the props. When I can't cover the four lines of code for the h
Say I have a class for Person which I want to implement as a static factory: public class Person { private String name; private Double heightInMeters;
HI I have the following script that extracts the name and address of each site but I want to be able to also extract the href for each site so that I link to th