Sancarn
Sancarn
Heterophones like `Tear` and `Record` are not present in the ipa dictionary for English. Is there a specific reason for this as i understand these wouldn't fit neatly into the...
Hello, I noticed you made a custom implementation of JSON. Just wanted to let you know that there is an implementation of JSON here: https://github.com/sancarn/VBA-STD-Library/blob/master/src/WIP/stdJSON/JSONBag%20Licensed/JsonBag%202.0/JsonBag.cls with license: https://github.com/sancarn/VBA-STD-Library/blob/master/src/WIP/stdJSON/JSONBag%20Licensed/license.txt (Apache2) Which...
Include information about what an ABI is in docs regarding Fiddle Closure constructor, perhaps even include definitions below in `Fiddle::ABI`? ```c typedef enum ffi_abi { #if defined(X86_WIN64) FFI_FIRST_ABI = 0,...
### Support `noGrp`, `noRot`, `noMove`, `noResize` options to shape creation Open XML supports the following tag: ``` ``` and ``` ``` These properties can be used to prevent viewers from...
# Tasks * [ ] Lambda syntax `(a,b,c)=> ...` * [X] Let/Set syntax `let a.b = ...` * [ ] Have a let operator `a.b := ...` (Is this still...
# Mac OS X support Currently the majority of the classes in this repository will work on Windows OS only. In reality office for Mac also exists, and thus e.g....
# `stdLambda` Performance It has come to my attention that there exists another library a lot like `stdLambda`, named `clsMathParser`. This library apparently existed since 2004(?!), so totally unsure how...
Currently `CreateFromIEnumVariant()` enumerates the entire collection and converts it into an array at Create-Time. This is awful. In reality we should call the `IEnumVARIANT`'s `Next` method to obtain the next...
## GENERAL FEATURES * [ ] Collection/Dictionary Key preservation * [ ] Better IEnumVARIANT handling ## CONSTRUCTORS * [X] CreateFromIEnumVariant #54 * [x] CreateFromICallable #26 * [x] CreateFromArray #26 *...
# stdProgress ## Concept The concept is to be able to build a Progress object, which can continuously sub-divide progress (and ultimately update a progress bar). This progress object could...