Alex

Results 30 issues of Alex

This is a port of the Qt Message logging framework. In contrast to the application-oriented `log` standard library module, this is specifically designed to scale to hundreds or thousands of...

**Is your feature request related to a problem? Please describe.** One problem with the log module of the standard library is that it isn't scalable across module boundaries. Different modules...

**Describe the pull request** - #### What does your PR fix? N/A - #### Which triplets are supported/not supported? Have you updated the [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)? All. - #### Does your...

category:new-port
requires:author-response

This replaces prebuild with prebuildify, which is recommended by the prebuild team. I can't get node-tree-sitter to install on Windows, and I'm hoping this will fix it. This does remove...

Hi, Are further updates for this software planned or has it essentially been abandoned? If it is the latter, I filed a request for @abandonware to take over maintenance. If...

This pull request updates the cmake build system to use more modern features. The minimum required version is v3.12, which is found in all three GitHub runners. Changes: + Replaced...

This implements the second solution that @lucacasonato suggested in [#9](https://github.com/lucacasonato/deno-puppeteer/issues/9#issuecomment-753610585). It will install the latest Chromium if no `executablePath` is given to `puppeteer.launch`. It adds an uninstall script so that...

Building is broken for me. Whenever I run it, it gives me this: ```bash $ cmake --build build --verbose [ 51%] Building CXX object CMakeFiles/simpleble.dir/src/Adapter.cpp.o /usr/bin/c++ -DFMT_HEADER_ONLY=1 -I/home/alex/Downloads/Software/ble/deno-webbluetooth/SimpleBLE2/include -I/home/alex/Downloads/Software/ble/deno-webbluetooth/SimpleBLE2/src -I/home/alex/Downloads/Software/ble/deno-webbluetooth/SimpleBLE2/src/builders...

This should allow the scan for services requested in #59. **Please note that this is completely untested.**

This adds builds for Debian and RPM packages, which are better for more permanent installs than AppImage.