ktmitton

Results 16 comments of ktmitton

I can flesh this out more (I kinda made up the version for netcore), but I'm wondering if this is the direction to go with dotnet: | Name | `process.runtime.name`...

Thanks for the response, that's something I can at least try to look into more. Number 1 is what I already assumed I needed to list out in the end,...

To be fair, it wasn't a priority for me, I just noticed this when I was doing more research for my other conversation on metrics, and it _seemed_ straightforward at...

Again...I need to find something that doesn't spiral... I was looking at that earlier and glossing over all but framework description. I'll revisit it, though, and try to come up...

Oh, and thanks for the advice/guidance!

@cijothomas I'm trying to do some research in prep for a larger discussion on a separate issue, and was wondering, would a PollingCounter actually be an implementation of UpDownCounter but...

This is essentially code that I've run in my Client class that extends BaseScript, but I haven't found the right documentation on how to build and test the change in...

That's convenient, because one of the things I was considering was figuring out how to update to .net 6 :D @thorium-cfx any way I can help contribute to the .net...

> > ``` > > * Added the ability to apply multiple EventHandlerAttribute tags to the same function for instances where you want the same action to be applied on...

Oh, really glad I'm taking a look at commands, just noticed I typed for instead of foreach into my PR, gotta fix that