Willi Schinmeyer

Results 59 issues of Willi Schinmeyer

This is basically a combination of the apparently abandoned #198 and #195 with some additional cleanup and added tests. The goal is fixing #192. With the fixes in place I...

`TileDefMarker.Label` is a `*string`, but for one of my screenboards Datadog returns `true`, which results in this error: > json: cannot unmarshal bool into Go struct field TileDefMarker.label of type...

This is mostly a post for me to keep track of my tasks and how I prioritize them. Not entirely sure this is the best place for that, but since...

[Reportedly](https://discord.com/channels/200934142278369281/401384051115687937/1082613803595870301), running ``` //Generated by BehavEd print ( "!Running script now." ); declare ( /*@DECLARE_TYPE*/ STRING, "foo" ); declare ( /*@DECLARE_TYPE*/ STRING, "bar" ); set ( "foo", "!HELLO FOO" );...

T - Bug

Since upgrading to 1.13 the library will often report EOF before a file opened with `Client.Open()` is downloaded completely. For example a 634618 byte file has stopped downloading after just...

When I use the default `Options.TTL` of 0, the Windows Push Notification Service (WNS) rejects the request with status 400 and these headers: ``` X-Wns-Error-Description: Ttl value conflicts with X-WNS-Cache-Policy....

This is a followup to #59. crypto/elliptic is deprecated, so I migrated to crypto/ecdh instead. This may necessitate a major version bump, as Go 1.20 is now required, and VAPID...

This new test mocks both the user agent (e.g. browser) and the push service (e.g. Firestore) to verify that encryption and decryption works properly. I used the RFCs as reference...

While trying the example, I ran into a couple of issues, which I've addressed here: - the subscription gets printed with a wrapper that the backend does not understand -...

I've run into a case where the relevant difference is omitted from the cmp.Diff output. I have differences within a large (≥18 entries) map that is nested inside a slice...

reporter