Arbitrary.Logic

Results 85 comments of Arbitrary.Logic

> But if one uses sprintf() he must be able to expect and to have (at least optionally) ALWAYS the full functionality, i.e. like described here: http://www.cplusplus.com/reference/cstdio/sprintf/ But on AVR-GCC...

@tofrnr > could we finally have sprintf for floats on Arduino Mega? > enabled perhaps by a #include I have made an update to my library. `sprintf` now works with...

This issue also occurs when `-Path` is empty: @() | Compress-Archive -DestinationPath 'ZipFile.zip' -Update

> I tried your code I was not able to find any issue. Only one note I added the **-rootpath** property. By default Pode set the **rootpath** to _c:/windows/system32/public_ >...

Thanks for the response @Badgerati From what I have researched, it shouldn't be considered hijacking, as many implementations prior to the HTTPS enforcement of chrome and such used HTTPS to...

Hi, this issue is quite difficult to find a nice solution. However I have come up with a basic workaround. Basically, I have a new type: `cstr_p` instead of an...

Hi, this will need some investigation as I have not used UTF-8 within the Arduino environment. However to solve the length problem, use a define for your strings, then you...

Good to hear, You could shrink it to a single line per string with a define if you have many strings. ``` C++ #define createPGMStr( name, text ) const cstr_p<...

I'll have a look and see what is going on.

Sorry, the examples have been updated and fixed, I just forgot to push a new release. Once I have my next updates finalized (hopefully tomorrow, or later today). Also your...