Faidon Liambotis

Results 54 issues of Faidon Liambotis

From [systemd.exec(5)](http://0pointer.de/public/systemd-man/systemd.exec.html): > _SyslogLevelPrefix=_ > > Takes a boolean argument. If true and StandardOutput= or StandardError= are set to syslog, kmsg or journal, log lines written by the executed process...

I have successfully built lowdown to WebAssembly, using the wasm32-wasi target. The resulting wasm binary can be executed locally with wasmtime (`wasmtime lowdown`), wasmer (`wasmer lowdown`) and wasmedge, or deployed...

This is necessary for cross-compiling or other optimizations etc.

This probably needs further improvement, as checking for __linux__ as a proxy for the availability of memmem etc. or _GNU_SOURCE, is not exactly right. For the time being, just do...

This can be used in order to use llvm-ar, instead of GNU.

Set CMAKE_PROJECT_VERSION by passing VERSION to project(). This in turn sets CMAKE_PROJECT_VERSION_MAJOR/MINOR/etc., as well as CPACK_PACKAGE_VERSION, automatically. This automatically sets PROJECT_VERSION as well as _MAJOR/_MINOR/_PATCH, removing custom code that we...

## Motivation In order for one to be able to embed WasmEdge in their application and expect the app to not break as newer WasmEdge versions are installed, it would...

## Description ### Current State Despite `-fvisibility=hidden -fvisibility-inlines-hidden` being passed to the build (through `cmake/Helper.cmake`'s `CXX_VISIBILITY_PRESET`), several symbols from lld and std seem to be exposed on the dynamic symbol...

Improvement

(Thanks for writing gmailctl and releasing it as open source!) The proliferation of dot files/directories in users' home directories, the poor portability of paths like ".app" as well as the...

kind/feature
lifecycle/keep-alive

Thanks for Pytricia - I found the API to be super clean and straightforward and easy to use, much appreciated! Unfortunately, there is a licensing issue with it: the code...