I'm sorry if this is a very basic question, but I am not able to figure out this issue. I am trying to do achieve an if statement based on a boolean value in th
I am trying to create a Field to store 'VendorID', in my own DAC. First I tried using Acumatica attributes to show the selector, like the below [VendorNonEmp
Trying to test simple ansible script I defined a variable. variable: C:\Log\1.txt Next I simply try to echo this variable. -name: echo debug: msg="{{ vari
I try to play HLS video in flatlist in that some video play and some video through Unable to instantiate decoder OMX.MTK.VIDEO.DECODER.AVC , Same video after cl
I'm doing a curl and I want to get more details about the errors, and for that I should use &debug=true but I dont know where to put it and how. This is the
How do I include a custom file that is in the root of my project dir to be put into my build/publish folder? If its a .json file it seems to come through autom
I have a need to get a list of all nodes (guid) in my json doc where the enabled key is set to true. What is the best and most effective way to read all parent
I suddenly got this error Module not found: Error: Can't resolve '@angular/flex-layout' in '\src\app' This error occurred After I have install @angular/cdk,
For example: A=set(frozenset[x,x+1]for x in range (10)) B=set() C=set() Result=set() for B in A: for C in A: if B!=C: Result.