David Refoua

Results 56 issues of David Refoua

### scope - removed duplicated x64 entries under `[10.0.17763.437-SLInit]` - updated the `autoupdate.bat` with @asmtron's latest 07-09-2019 - general whitespace cleanup Would you please kindly accept my PR? :)

Currently, this library only supports decimal codepoints: ```json { "icon-name": "61579" } ``` Could you please add support for **hex** codepoints like this? ```json { "icon-name": "\\f08b" } ``` decimal...

I would prefer to do something like this: ```cpp if (request->method() == HTTP_HEAD) { response = request->beginResponse(200, "application/octet-stream", ""); response->setContentLength(0); response->setSendContentLength(false); // ????? response->addHeader("Content-Length", String(FinalDataSize)); } ``` Instead, I have...

I didn't quite find anything in the documentation in this regard, how can I remove the `Accept-Ranges: none` response header when sending out a file? Do I need to collect...

Physicaloid currently can "upload" (write) .hex files, i.e. burning firmware to the chip. However, the STK500 protocol also has the ability to "download" (read) flash content of the chip. Does...

Hi there! I was reading your blog and was very much impressed with your work, thanks for sharing your project! Since your blog's comments section was disabled, I thought I'd...

Hi there, thanks for the library! I applied some formatting fixes to the code to improve the code readability. Previously, spaces and tabs were both used in the code which...

### عرض قدردانی با توجه به پراکندگی‌های موجود (و عدم maintanance نمودن لیست‌های اقدامی پارسی در گذشته) متأسفانه امکان لحاظ کردن لیست‌‌های زیر به طور مستقیم در uBlockOrigin برای هر...

### Description This PR adds some useful macros for manipulating bytes and bits in C/C++. The existing code already had some macros for low and high bytes, bit reading, setting,...

enhancement