Tom Plant

Results 120 comments of Tom Plant

The IDiscordCore instance should be destroyed per [the docs](https://discord.com/developers/docs/game-sdk/discord#destroy). Could do it on pause (like Spotify), or just when Tidal is closed

I'm having a similar experience, segments are detected but not shown/skipped. User agent is `Mozilla/5.0 (Linux; Tizen 2.3) AppleWebKit/538.1 (KHTML, like Gecko)Version/2.3 TV Safari/538.1`

It seems that Quora have entirely removed RSS feeds as of May, so the activity parts of the API should be broken for the foreseeable future (I believe activity data...

I've worked with timetabling ERPs before, happy to lend a hand. If the data feed is public and performant it'll be easy to add to the frontend. I'm not great...

Related to #151, Intune integration would need DO support (and Microsoft Connected Cache too?)

I used this JavaScript snippet from the browser console on any page with feeds: ```js const options = { method: "POST", redirect: "manual", headers: { "Content-Type": "application/json", "X-Csrf-Token": document.querySelector("body").getAttribute("data-csrf-token") }...

The `tracing` Prometheus integration seems to have stalled (tokio-rs/tracing#29), but there's an [OpenTelemetry integration](https://github.com/tokio-rs/tracing-opentelemetry) that supports OTLP metrics with a feature flag. Looks like it'd be a few lines in...

Famous last words... I've implemented [an stdout exporter](https://github.com/static-web-server/static-web-server/compare/master...pl4nty:static-web-server:master#diff-6658812715089c8241f20814aaf257dbd94a5448e01cf0010a0a2da54406f844), but the OTLP exporter requires tokio for transport (via tonic). Never written Rust before so not sure how to implement that safely,...

Had another attempt at this today. Prometheus scrapes text metrics from an endpoint, so I've added `/metrics` with fields from [tokio-metrics-collector](https://github.com/Hanaasagi/tokio-metrics-collector). But I'm not sure this is ready for a...

I'll send a PR for metrics soon. OTLP is proving more challenging - I've fixed error formatting, but testing against a server fails when initialised from `logger.rs`. `cannot send message...