Samuel Marks
Samuel Marks
``` $ docker run --name mytaiga -e TAIGA_DB_HOST=localhost -e TAIGA_DB_USER=myuser -e TAIGA_DB_PASSWORD=mypass -e DB_PASS=mypass -itd benhutchins/taiga 340c32c9aad2edce9c99676512f4ba3e106f2614cc7b296f5381deedc8d08ce3 $ docker logs mytaiga Running database check Traceback (most recent call last): File...
Generated via pandoc
**Describe the bug** Last output of `sw build -static` after running on 7ce601e30bffd31598b746831a439b181eaa6b04: ``` [830/833] generate: ".sw/storage/pkg/8e/71/b3e2/obj/bld/591737/bd/options_cl.generated.cpp", ".sw/storage/pkg/8e/71/b3e2/obj/bld/591737/bd/options_cl.generated.h" [831/833] [config pch] Exception in file D:/dev/cppan2/client2/src/sw/builder/command.cpp:764, function execute1: When executing: [config...
**Describe the bug** Compiler is not implemented: '' or 'AppleClang' **Expected behavior** It to be implemented **To Reproduce** ### `CMakeLists.txt` ```cmake cmake_minimum_required(VERSION 3.2) project(pp VERSION 0.0.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 14)...
Related: - https://github.com/tree-sitter/tree-sitter/pull/1749 (and other PRs linking this); - vcpkg port: https://github.com/microsoft/vcpkg/pull/24768
## Expected Behavior Success ## Actual Behavior On 847f8fdf46aa04d3cf314fa3527d7b16e130349c, with an empty Docker cache and: ``` $ make info .:: OPENEDX-DOCKER ::. == Active configuration == * EDX_RELEASE : eucalyptus.3...
WiP PS: Any chance for a license change? - I always use `(Apache-2.0 OR MIT)` though also have a likening to zlib and CC0.
…to resolve some compiler warnings I like your project concept. So trying to contribute a little bit. Took this list of warnings and tried to resolve a bunch of them:...
…ument ; fix `__version__` read (import cannot work) ; don't crash on `UnicodeDecodeError`