Where is GlimpseTimeline? - asp.net-mvc

I am using the latest Nuget package of Glimpse. I see in the official website that they have a GlimpseTimeline that allow to add custom event in the timeline. I see the Github source that this static class exist. How come it is not inside Glimpse?

The page on official website that you referensed says "The GlimpseTimeline API was introduced in v2+" now. And v2 haven't been released yet, which is sad.
You can download SSW.AnalyticsInterface.Glimpse nuget package which provides the same syntax and works well. But I think it's not opensource and that's quite confusing. If you fine with non-opensource code that may be your solution.

Related

How to do floating Native UI (Android) using cordova-ace plugins?

I am looking for documentation for Ace to do "Floating UI" , i want to to like facebook "Chat Heads". So far there is no documentation only mentioning coming soon , which means avaliable but undocumented right?. Is it already available in github latest master?
They decided to close the support for this project:
As of December 2016, this project is no longer maintained by Microsoft. We built ACE to provide developers with an “escape hatch” to access native code from within JavaScript. After nearly a year in production, we learned that most developers are satisfied with the access granted by Cordova’s Plugin Model. Thus, we’ve discontinued active development. We appreciate your interest in the project and hope you found it exemplary of Microsoft’s commitment to experimentation and open source software. if you're interested in continuing this project, please feel free to fork it. As of December 2016, we will no longer monitor or respond to open issues. You can keep up with other projects from Microsoft’s Cordova team by visiting http://taco.visualstudio.com. Thanks for your support!
I was also looking some plugin to implement "chat heads" in Cordova, without any luck :(

QuartzServer not in Nuget download

I've been investigation Quartz.Net and reviewing this question on StackOverflow, as well as the code base here
I've downloaded the Nuget Packages Quartz by Marko Lahma, v2.3.3, and it does not contain this the QuartzServer class, yet it exists in GitHub. I'm looking for a complete example using the features of Quartz.Net, as they are defined here, as this page is blank!
See response on "Quartz.Server is not included into Nuget package" issue:
Traditionally the server binary has been only part of the zip package and not in NuGet. So need to address this somehow before final v3.
Probably easiest to build yourself for now. Many want to customize the server any beyond the base template.

MVC4 - Unable to find Twitterizer library

I'm working on a project that fetches data from a Twitter account specified in by the user. I've been writing some of the methods myself but I've seen in a tutorial video that there is (or should be) a library available called Twitterizer that helps with Twitter integration.
In the video, the programmer simply went into Manage NuGet Packages and performed a Search Online for Twitterizer, then installed the library when it was found.
I've tried both this method and using the Package Manager Console to install it using a command. Both ways I've tried, it hasn't been able to find Twitterizer at all.
Does anyone have any idea why this might be, or alternative ways of getting Twitterizer installed? Is it even still available?
Thanks,
Mark
The Twitterizer source code is on GitHub:
https://github.com/Twitterizer/Twitterizer

Sample code for file-picker in Xamarin android

Can anyone show me how to implement a file-chooser/picker for Android using Mono?
Thanks in advance,
Tery
Would this sample work for you?
You can also use one of the Xamarin Plugin projects available as a NuGet package, if you want to support more platforms later. The currently most actively maintained package is this one:
https://github.com/jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows
(note: I'm one of the contributors to the project).
Picking files is as easy as calling var result = await PickFile() and checking the result object. See also the sample code mentioned in the README.md of the Github project.

Embed Jira Issue Details in Connfluence page

I am currently looking for a way to integrate detail views of selected Jira Issues into a Conflluennce page. It seems it is not a problem at all to embed a list of Issues into confluence, but I am looking for a way to integrate the detail-view of a single Jira Issue into a Conflluence page.
The reason I need this, is that I am currently defining a workflow for formmally planning a Project. Currently I export the Issues of a Project version to Word and then update the resulting document to become a formal specification document. I would now like to do this in Confuence.
Any help greatly appreciated.
Chris
This is available in the latest Confluence version, 3.5. Here's the documentation.
Well I solved my problem by creating my own confluence macro that accesses Jira using the REST interface. Works like a charm. If I find the time, I'll try to make it generally available (currently It's extremely tied to our configuration (hard-coded urls and credentials) Will be looking forward to utilizing the trusted communication features in the future.

Resources