Taco de Wolff

Results 39 issues of Taco de Wolff

If there is an error in the onProgress callback, instead of reporting the error in the console, the JS client sends out HEAD requests (instead of PATCH requests) which is...

bug

My use case is a contact form on a website that sends an e-mail to me whenever someone fills it out. It sets the `Reply-To` to the entered e-mail address,...

This is giving an error when building. PR fixes https://github.com/paulmach/osm/issues/58

### Go version go version go1.24.2 linux/amd64 ### Output of `go env` in your module/workspace: ```shell AR='ar' CC='gcc' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_ENABLED='1' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' CXX='g++' GCCGO='gccgo'...

See discussion at https://github.com/openlayers/openlayers/discussions/16541. I'm not sure if the bleed/margin of the clipping path has any other implications.

For some reason some of the emails we receive contain ``` text: www.domain.com html: www.domain.com ``` which is probably because that user added a space at the end in their...

enhancement

When leaving out the `compress` option in the config file, the following error is thrown: ``` tilemaker: /usr/include/rapidjson/document.h:1051: rapidjson::GenericValue& rapidjson::GenericValue::operator[](const rapidjson::GenericValue&) [with SourceAllocator = rapidjson::MemoryPoolAllocator; Encoding = rapidjson::UTF8; Allocator =...

I guess we could only store `true` values in the tree, so that if a value exists it returns true, otherwise it returns false. The semantics are slightly different for...

Whenever the server is shutdown (e.g. CTRL-C), are all WebSocket connections shutdown as well automatically? Does the upgrader notice a server shutdown and subsequently closes all connections, waiting for all...

bug