Results 5 issues of Christian Jones

## Steps to reproduce the problem 1. Install clasp locally 2. Create a project using --rootDir 3. Attempt to push files ## Expected Behavior (as in 2.4.0:) 4. Success ```shell...

Like others, I was using gpapi (and some higher-level tools) quite successfully until a few weeks ago, when I was hit by #159. However, in attempting to test #161, I'm...

Thanks so much for your work on ghidra-pyi; the stubs work well for me in Visual Studio Code as well. I'm sorry if it sounds naive (that's because I'm naive),...

For various access methods to DynamicAssetArrays, a loop is beneficial (or required); either implementing IEnumerable or a Length (or Count, or whatever) property would improve the ability to do this....

ToDynamicAsset() method uses a static dictionary via GetDeserializer() that indexes deserializers based on hashes of ScriptIDs, but then loading slightly different types with the same hash can cause an error....