shikihane
shikihane
Question: I import modm:ide:vscode into project and build and programme is properly.But when debugging, vscode cannot break the breakpoint inside the main of inside. The UI of vscode as follows:...
I want to simplify the process of cancel async task with MethodBoundaryAspect. So, I write the code below: ``` public class CreateAysnContext : OnMethodBoundaryAspect { public override void OnEntry(MethodExecutionArgs args)...
I have an equation with trigonometric functions as below: `eq = Eq(cos(theta_3), a_2*a_3*(-a_2**2/2 - a_3**2/2 + b**2/2 + z_4**2/2))` Then I try solve θ by sympy and code as below:...