Nebojša Cvetković

Results 16 issues of Nebojša Cvetković

The following line can be inserted into `showcase.js` to replace the functionality currently present in the HTTP server: ```js if (s&&s.crop) { e = e.replace(".jpg", `.jpg${s.width ? `width=${s.width}_` : ''}crop=${s.crop}.jpg`)};...

enhancement

Now that the LWIP patches have been merged in v4.1-beta2 it is possible to run this compile this example without modifications, however it does not appear to work with the...

If `history.pushState()` or `history.replaceState()` were called manually without including the `navigationId` field the state was being incorrectly discarded. That logic was meant for maintaining the original behavior of `NavigationStart.restoredState`, not...

action: merge
area: router
target: patch
merge: caretaker note

Dispatch `MQTT_EVENT_PUBLISHED` when an enqueued QOS0 message is actually published.

Status: Selected for Development

Have been using most `std::filesystem` features successfully since IDF v5.1, and now `std::filesystem::directory_iterator` is also fixed since 994b4ed459269be1f6548137eac84ec3f9a8e37f.

Status: Opened
PR-Sync-Merge

*Unfinished and untested but creating draft to gather feedback. Will create corresponding patch for esp-coredump python.* Core dumps do not contain any form of timestamp to help identify when a...

Status: Opened

Constexpr `std::copy` could possibly be used instead of `std::memcpy`, which I believe was the only thing preventing full constexpr types last time I tried.

**Channel** C++Weekly **Topics** `` has just been [accepted](https://github.com/cplusplus/papers/issues/114) for C++26! - What is it? - "A dynamically-resizable vector with fixed capacity and embedded storage" - Why is it useful (generally)?...

episode idea

Getting these errors since upgrading to fmtlib v11.0.2. ``` In file included from /proj/main.hpp:6, from /proj/main.cpp:3: /proj/mp-units/src/core/include/mp-units/format.h: In instantiation of 'decltype (ctx.out()) formatter::format(const U&, FormatContext&) const [with FormatContext = fmt::v11::context;...