Brandon Johnson

Results 42 comments of Brandon Johnson

I'm happy to help with what I can! As far as the language server goes, it might be best to NOT embed it, but instead have some sort of install...

@gabrielcolson Alright, so, I spent some time seeing what I could do, and I managed to get it SORT OF working. I ran into a few issues. For one, I...

I think this is a good use-case for [local storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage). Using cookies could also work too, but local storage has the easier api, and keeps data "local", unlike cookies which...

I'm curious whether it'd be easier or not to just use [`EvtOpenSession`](https://learn.microsoft.com/en-us/windows/win32/api/winevt/nf-winevt-evtopensession) and just pass the returned handle into the relevant functions (e.g. as the first param in [evtSubscribe](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/aee4b75100530bce7edbf736fbcf76ac4f6ced6d/pkg/stanza/operator/input/windows/subscription.go#L41)). Are...

Hey @dmolenda-sumo, have you made any progress on this? I'd be happy to help with prototyping some different options if you'd like, I think last this was discussed we were...

I'm still interested in helping with this issue!

I've taken some time to explore some possibilities here, and we have a few options. The focus of these options is on connecting with WebSockets, because normal one-shot http request...

> @BinaryFissionGames Thank you for the detailed writeup. I can also look into this if necessary, but do you know what connection options are available in other WebSocket libraries? My...

We discussed at the Agent WG, it was decided we do not want to change the websocket library as it would be a big change. I'll explore option 2 a...

@djaglowski I haven't been keeping up with this, but to clarify - this issue is for the work needed in the supervisor, that issue was for the extension. Based on...