Eric-Arz

Results 7 issues of Eric-Arz

I am having problems integrating the clgm source code into a larger cmake project on Windows. cl.exe complains about warning & optimizations levels getting overridden by the clgm CMakeLists.txt. This...

help wanted
feedback wanted
build-bug
msvc

Code completion in Visual Studio Code seems to only work reliably for code inside your own project. For traits and structs coming from extern crates it fails to see most...

Trying to get this working with a custom region and docker compose ``` --- services: tileserver: image: overv/openstreetmap-tile-server:latest command: run restart: always ports: - 8080:80 environment: - DOWNLOAD_PBF=https://download.geofabrik.de/europe/xx/xx/xx-latest.osm.pbf - DOWNLOAD_POLY=https://download.geofabrik.de/europe/xx/xx/xx.poly...

import succeeds without any errors. when trying to start the server with the run command it just hangs on loading: ``` ** INFO: 10:56:08.379: Rendering daemon started ** INFO: 10:56:08.380:...

When the typings for file-saver '@types/file-saver' are installed the code from your usage does not compile. ``` import { asBlob } from 'html-docx-js-typescript' import { saveAs } from 'file-saver' function...

### Link to reproduction _No response_ ### Describe the Bug Hi, we are having trouble when uploading files in production on Vercel because we always get this error: error: column...

status: needs-repro
dependency-issue

Creating a new blank github repo and trying to vendor SDL3 from a subdirectory doesn't work. ``` cmake_minimum_required(VERSION 3.28) project(project C) set(CMAKE_C_STANDARD 17) set(CMAKE_C_STANDARD_REQUIRED ON) set(SOURCES src/main.c ) add_subdirectory(${CMAKE_SOURCE_DIR}/lib/sdl EXCLUDE_FROM_ALL)...