Alex Villarreal

Results 95 comments of Alex Villarreal

Glad to see this 😄, I gave it [a quick shot](https://github.com/microsoft/FluidFramework/pull/24687) before (also through the agent) but was not able to follow up.

@tylerbutler a proposed follow-up to https://github.com/microsoft/FluidFramework/pull/25687.

> I think one reason we still have that plugin is to easily disable all formatting related rules. If linting passed locally without the plugin, sounds like we don't have...

@davidebbo I have a related question when running a job in Visual Studio. I'm developing a continuous job and wanted to use the CancellationToken parameter provided by the SDK in...

@ahmettaha about ServiceBus methods running when you do Thread.Sleep, it depends. (Disclaimer: I'm not related to the WebJobs SDK project and my programming is a bit rusty, so if anyone...

Where's the logging code now? I'm trying to understand the whole scenario because I would think that if you `Thread.Sleep()` after `host.RunAndBlock()` for a longer time than the value of...

Ok. If you have the time, I'd suggest you see what happens if you lower `stopping_wait_time` to say, 15 seconds (something lower than the `Thread.Sleep()` parameter). My guess is that...

@davidebbo do you have any thoughts on my [suggestion above](https://github.com/Azure/azure-webjobs-sdk/issues/1064#issuecomment-293395463) regarding a way to tell the JobHost how much time to wait before ending once it's shutting down?

Ok. I do understand the cancelation token pattern and that's how I'm doing things in my job, the weird part was that I wasn't able to see it in action...

The feature I'm still waiting to see in Command Palette that would let me replace PowerToys Run is the [value generator plugin](https://learn.microsoft.com/en-us/windows/powertoys/run#value-generator-plugin). Granted, I don't really use many of the...