Kevin Nowaczyk
Kevin Nowaczyk
Let's discuss how we want the input parameters to be designed for ultimate flexibility. I have my library set up to accept two arrays, one a set of independent variables...
**How is drupal-check installed?** - [ ] drupal-check is installed using the phar - [ ] drupal-check is installed globally via Composer - [ ] drupal-check is installed globally using...
Running phpstan with phpstan-Drupal 1.0.3 I am receiving the error Drupal\sqlsrv\Driver\Database\sqlsrv\Connection::isTemporaryTable() should return bool but return statement is missing. As you can see, the function has a return annotation and...
I have a building where a piece does not have the wall on the roof; it is just a gabled roof. I have this tagged as Building:part=yes wall=no building:min_level=1 roof:shape=gabled...
If a VBA .cls file has a line starting with "Implements", then it is implementing an interface. Is there an easy way to make NaturalDocs aware of this by modifying...
* Linked with Travis-CI for Linux Building and Unit Testing. * Linked with Appveyor for Windows building and Unit Testing. * Running Code coverage at Appveyor for codecov.io. * Added...
When making a building with parts, if you draw an outline and rectangularize it, then say, draw a line across the object to make a building part, you’re obviously not...
page 110 from [the MS-OVBA spec](https://interoperability.blob.core.windows.net/files/MS-OVBA/%5bMS-OVBA%5d.pdf) gives three example test cases. two of them pass and one fails. ``` def test_normalCompresson(): input = b'#aaabcdefaaaaghijaaaaaklaaamnopqaaaaaaaaaaaarstuvwxyzaaa' comp = CompressedVBA(input) expected = bytearray(b'\x01\x2F\xB0\x00\x23\x61\x61\x61\x62\x63\x64\x65\x82\x66\x00\x70\x61\x67\x68\x69\x6A\x01\x38\x08\x61\x6B\x6C\x00\x30\x6D\x6E\x6F\x70\x06\x71\x02\x70\x04\x10\x72\x73\x74\x75\x76\x10\x77\x78\x79\x7A\x00\x3C')...
I also turned on github actions. I was going to write some tests myself, but it looks like it's not doing exactly what I was hoping for. A VBA compressed...
I’m using ANTLR to parse VBA files and see Rubberduck cited on the most recent version of the grammer file. When exporting a Form object from Excel VBA, the header...