Geoffrey Braaf

Results 13 comments of Geoffrey Braaf

What is the current recommendation for using the `FastTextLanguageDetector`? Where would I find the model to store locally? Should I wait for the nuget package? The sample code is not...

FYI: For now i solved this by using powershell to include the version in the route prefix.

@farolfo Any update on this? I could really use a mock server like this ... for working with RAML 1.0 files.

I second that request, as we need the _static_ file to be present for NSwag to generate our clients during CI/CD.

I have a similar need. In my case, i send scheduled messages to _myself_ in a loop. During each iteration i also send trigger messages to other services. The current...

@XceedBoucherS is this the only way to generate a TOC? In a web app scenario the popupp is undesirable and the message that word presents say's nothing aboout updating the...

I second that refreshing/loading the list of Function Apps in the Azure explorer is consistently slow. Without exception i have to wait 2-5 minutes for the operation. Admittedly we have...

Had a quick look at that library but it looks like it offers the exact same functionality as MvcPaging, right? So perhaps that would then be a better/simpler option ......

F.ex when i want to return an empty search result. Sometimes i can already determine that a search is not going to yield any results without firing a query. Or,...

The idea is not to create a mutable pagedlist, rather an immutable one which indicates no results. On Sunday, October 5, 2014, Martijn Boland [email protected] wrote: > Just looking at...