TBK

Results 29 comments of TBK

Support for UNIX sockets was added in HHVM 3.0. In /etc/hhvm/server.ini change: ``` ; hhvm.server.port = 9000 hhvm.server.file_socket = /var/run/hhvm/server.sock ``` In /etc/nginx/sites-available/hhvm.conf change: ``` location ~ \.(hh|php)$ { #...

The Alpine package has been moved to community so the link ncopa posted is outdated, here is the new url https://git.alpinelinux.org/cgit/aports/tree/community/mongodb

For the math part of your feature request would https://www.mathjax.org/ suffice?

@ssddanbrown could this be a v0.27.0 target? 🙏

I fixed it by applying these changes: ```cmake --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -9,11 +9,14 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR}) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}) +find_package(Threads) +find_package(Catch2 REQUIRED) + include(CTest) +include(Catch) include(cmake/catch.cmake) include(${CATCH_MODULE_PATH}/Catch.cmake) -find_package(Threads) add_executable(...

It was moved to unmaintained on the 2021-04-27 - https://git.alpinelinux.org/aports/log/main/ttf-ubuntu-font-family If you want it reintroduced then conciser becoming the maintainer for the package. The process is quite simple make a...

Please report it as a confidential issue at https://gitlab.alpinelinux.org/alpine/aports/issues

Please report the issue at https://gitlab.alpinelinux.org/alpine/aports/issues

Please read https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements Related issue https://github.com/alpinelinux/docker-alpine/issues/135