obones
obones
Describing the pronunciation of words is usually done using the International Phonetic Alphabet (IPA) which uses Unicode characters. However, this package outputs ASCII character and there exists multiple mappings from...
This allows for special cases not handled by this project, like decompressing archive files for instance. In our case, we call it like this: ``` #define Dependency_NoExampleSetup #define Dependency_CustomExecute "CustomExecute"...
In some cases, an application may require a additional package that cannot be downloaded publicly. This is for instance the case with Java 1.8 for which a user agreement has...
We are using InnoDependencyInstaller in multiple installers for our products and are missing a way to include it with such a simple code: #define UseDotNet47 #define UseDotNet60 #define Dependency_NoExampleSetup #include...
Hello, Could it be possible to have the information about columns before starting the for await of loop. Here is what I would like to do: ```javascript const parser =...
**RainLoop version, browser, OS:** RainLopp 1.16, Firefox Android **Expected behavior and actual behavior:** When an email has lots of recipients, the list of recipients should be folded and scrollable. Right...
This issue is more like a "reminder" as to what needs to be done to get Visual Studio 2019 to build `rtl_433` by using CMake. Once everything is sorted out,...
This fixes warnings of this kind, seen via #1866: > Warning C26451 Arithmetic overflow: Using operator '*' on a 4 byte value and then casting the result to a 8...
This fixes a few C4267 warning as reported in #1866 because the x64 target defines `size_t` as a 64 bit unsigned integer.
This fixes C4244/C4267/C4305 warnings related to `double` to `float` conversions when a literal is involved in the warning, as reported in #1866