Weyert de Boer

Results 32 issues of Weyert de Boer

Recently the OpensLO added support to allow defining bad / totals metrics for SLO. See also this commit in OpensLO repo: https://github.com/OpenSLO/OpenSLO/commit/02257252e5d25b755d6285ee7bd4734ded9dd9cb I was curious what's involved to add support...

openslo
spec

The specification doesn't appear to define a way to cleanly dispose of provider instances. Some provider implementations which uses SDKs of the vendor and these SDKs might have event listeners,...

If you want to set some long config value like some public key with lots of line breaks and spaces it's easier to this by the base64 encoding only currently...

enhancement

Allow to scan for licenses when using PNPM instead of `yarn` or `npm`

feature request
unscheduled

If you have a Playwright configuration that does some sanity checks, such as throwing an error when an environment variable is missing then the extension under the hood throws an...

P2-bug

If you use the `useFeatureFlags`-hook throughout your webapplication and have the refresh interval enabled it triggers multiple requests to the `/decide`-endpoint. Maybe its worth considering to cache the endpoint's response...

In some cases the `bodyArg.handler.param` can have the value `null` which causes the line on 42/43 to cause a runtime exception as it tries to access a property `name` on...

Turborepo appears to try to send some analytics events (used on Vercel.com etc). Which endpoint do we exactly need to add to allow to silently ignore the sending of these...

Turborepo appears to get support for encrypted build artefacts, see: https://github.com/vercel/turborepo/pull/892 Which changes are necessary to support this?

## What are you doing? I am trying to use a `afterUpdate`-hook to check status changes on records so I can inform interested parties For this I am using the...

type: bug