dalenewman

Results 14 comments of dalenewman

Your `events_source` function uses an asynchronous request, so it's not actually returning the data to the caller. See [this stackoverflow post](https://stackoverflow.com/questions/5316697/jquery-return-data-after-ajax-call-success) for more info. You may want to request your...

I can confirm I have this issue as well, Mattermost 6.4.2 and Matterpoll 1.3.0.

From browsing `Startup.cs` in *CommonServiceLocator.SolrNet* I can see when it constructs `SolrConnection` with a server url (string) it does not honor those options for timeout. `SolrConnection` would have to be...

Okay I added the _common_ `aws_s3_bucket` resource to the example. Thanks.

This doesn't look like code that uses my library.

Thanks for your encouragement. Yes I plan to document more. I'll post back here when I publish more docs ;-)

You're right. It was Data Saver. I disabled it and the icons are back. Thanks. Also, thanks for this awesome project. Really good stuff. Dale

Wait. I may have figured it out. I take the "index" attribute in the `Stop`, convert it to an `int`, and use it reference the original `Coordinate` right?

@Cendeu TBH I'm not sure the delete feature was every really totally implemented. I know I may of had it working to some extent for SQL Server 🤔 I am...

Let me get your opinion on this, do you think I should include the .snk file in the source, so anyone can re-compile and sign correctly, or keep it secret?...