Jimmy Li

Results 16 comments of Jimmy Li

No problem! This was my attempt at learning Android programming so the main hurdle was learning how android works. The framework works for what I was trying to do, which...

1. That's a good idea, thank you. Totally understand, even doing this small project I had to keep starting from scratch as to how I designed it. 2. Screenshot crash...

iTitus' version expects a temp directory in C:/Users/YOUR_PROFILE/.cmpdl/MOD_PACK_NAME If you create this directory with nothing in it then it will work, at least for me when downloading Project Ozone 2.

If anyone else has this issue then the workaround for now is to remove the empty line e.g. ``If utc_NegativeOffset Then utc_Offset = -utc_Offset`` instead of ``If utc_NegativeOffset Then: utc_Offset...

Don't know if this is related but the following code also triggers a false positive ``` Public Sub test() Dim name As String If ActiveSheet.name = "test" Then name =...

> IIRC `Debug` statements are a special case, they don't really exist so we're parsing them with specific grammar rules. Could be that the resolver is skipping over the arguments,...

I'm happy to take this one, I think it's just a typo. Also, I can try to write tests using the pdf-inspector gem

The gem was written to test the prawn gem which is what the human-essentials app uses to generate pdfs

> Currently a bit blocked due to codespaces no longer working for me, due to getting failed javascript runtime errors as described in [this PR](https://github.com/rubyforgood/human-essentials/pull/4482). For now you can run...

I think I can do this by cherry-picking commits from #3750 and fixing it up a little