Results 11 issues of azszero

I am receiving this error message: Azure.Messaging.ServiceBus.ServiceBusException: 'The operation did not complete within the allocated time 00:00:30 for object xxxxxxx.servicebus.windows.net:5671. (ServiceTimeout)' notice the allocated time is 30 seconds. My retry...

Service Bus
Client
needs-author-feedback
customer-reported
question
no-recent-activity

This works if the site is small, but if I want to have long texts or even books, this is not going to be smooth. is there any way to...

Fast Text Language Detector models are not found and not downloaded, It throws the error ``` Catalyst.Models.English.Register(); Storage.Current = new DiskStorage("catalyst-models"); --> var fastTextLanguageDetector = await FastTextLanguageDetector.FromStoreAsync(Mosaik.Core.Language.Any, Mosaik.Core.Version.Latest, ""); ```...

bug

### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal An icon for Top 10 list, Top...

icon-request

I am using the line: ``` Catalyst.Models.English.Register(); ``` and It's able to detect different languages, I do not understand why there are packages for each language and do I need...

My table class looks like this: ``` public class ChannelsHistory { [Key] public string Id{ get; set; } public List ChannelsHistoryDailies { get; set; } = new List(); public List...

The domains in question: "streaklinks.com" "webflow.io" i have a list > 100k domains, they all work fine except the above! not sure why these domains could not be parsed. ![streaklinks](https://github.com/nager/Nager.PublicSuffix/assets/10267198/c4d52ffd-61c6-41cb-9541-afa51fbf42dd)

Hi, The program will not run unless i provide jwt credentials. I have never used JWT Auth could you please share where can I get these values from, I looked...

I use styling for parent and children, but it's all gone. function formatResult(node) { var $result = $('' + node.text + ''); return $result; }; $("#myselect2").select2({ placeholder: 'Select an option',...

the code inside the delay function never get excused. if no delay, it's executed, not sure if it's a related bug. but i want to delay the toggle so that...