Scott Holodak

Results 9 issues of Scott Holodak

Thanks for this! I may have a lead on a formula related to the height readings on your Uplift Desk controller. I basically computed the slope and y-intercept between the...

**Is your feature request related to a problem? Please describe.** Not exactly. **Describe the solution you'd like** I am looking to integrate my PagerDuty schedule with HomeAssistant. I stumbled on...

enhancement

### Describe the bug MR here: https://github.com/ESPresense/ESPresense/pull/1156 I use a reverse proxy for tls & proxying traffic to my espresense nodes. The config & ui pages work fine, but the...

bug

I ended up filling up my first bridge and ended up getting a second. I setup 2 Docker containers and tried to namespace them as `hue/downstairs` and `hue/upstairs` and ran...

This addresses #8 by skipping the first n characters on an incoming message before splitting on the `/` ``` my/topic/prefix (prefix) my/topic/prefix/method/type/name/datapoint (example message) /method/type/name/datapoint (remove prefix) [, method, type,...

An attempt at a provider for SiriusXM based on sxm-client ([source](https://github.com/AngellusMortis/sxm-client), [docs](https://sxm-client.readthedocs.io/en/latest/readme.html), [example player](https://github.com/AngellusMortis/sxm-player)) This requires a valid SiriusXM streaming account (https://www.siriusxm.com/plans) and doesn't attempt to get around any restrictions...

new-provider

I'm having trouble hooking Unleash up in `IServiceCollection`. We're trying to use the DI `IDisposable BeginScope()` to store an `IUnleashContextProvider` backed by a `Dictionary` as opposed to relying on `HttpContext.Current.Items`...

### System Info We have an image processing pipeline where we're using Infinity behind KubeAI to compute CLIP embeddings for images. ``` curl -vv http://kubeai/openai/v1/embeddings \ --http1.1 -H "Authorization: Bearer...

**Describe the bug** `brew install direnv` has a dependency on the `bash` package. I've been running into segfaults on an M4 Mac with bash 5.3.0(1) and direnv 2.37.0 **To Reproduce**...

Bug