Questions tagged [rtm]

Real Time Messaging API in Slack. Don't use for RTM versions of something. For Restricted Transaction Memory, use intel-tsx tag instead.

RTM means Real Time Messaging API in Slack.

It could also mean Release To Manufacturing (or Ready To Market) product state. In this case only appropriate product tag should be used, e.g. just , not and .

For Restricted Transaction Memory please use , which covers both Hardware Lock Elision and Restricted Transaction Memory.

29 questions
19
votes
3 answers

How to get claim inside Asp.Net Core Razor View

I did it in my rc1 project like: User.Claims.ElementAt(#).Value But after I switched to rtm it wouldn’t work anymore. When I debug the Razor view the object looks the same but User.Claims is just empty. Any idea what the reason could be.
Sknecht
  • 789
  • 2
  • 10
  • 27
14
votes
3 answers

Will visual studio 2015 projects and solutions be backward compatible with 2013?

Now that Visual Studio 2015 RC is out, has anyone installed it and opened Visual Studio 2013 projects/solutions? Does it ask the files to be changed? If yes, are the changes it makes backward compatible?
5
votes
2 answers

What is the current version of final Microsoft Visual Studio 2013?

Does anyone know what is the current version of final Microsoft Visual Studio 2013 (the one that was released for sale)?
Heron
  • 229
  • 2
  • 5
  • 15
4
votes
1 answer

Where could I get the rtm controller templates for asp.net identity?

I know it's not open source (yet) but anybody know how to make the latest rtm packages work or perhaps a controller template that I can use to try it out? It seems that it has changed significantly from the RC version.
knotans
  • 41
  • 2
3
votes
1 answer

How do I connect a new style bot to the RTM API (Python)

Recently Slack has added the ability for bots to do many more things than they could do before. This is great!. Over the years, I have been able to connect many classic style bots to the RTM API with out any issues. Yesterday I tried to create and…
Andenthal
  • 715
  • 4
  • 13
3
votes
2 answers

Namespace reference in .NET MVC3 Razor view in VB?

How do I reference a Namespace in .NET MVC3 with the Razor view engine? I understand this can be done in C#: @using Namespace; However in VB this doesn't seem to work: @Imports Namespace (i'm talking about inside a .vbhtml file)
Ropstah
  • 16,688
  • 23
  • 112
  • 183
3
votes
3 answers

Posting message with Slack RTM api

I'm following the tutorial here https://slackapi.github.io/node-slack-sdk/bots#posting-a-message and I'm flummoxed why I can't get this portion of the tutorial code to work. I copied and pasted the code from this section, which is below var…
Gwater17
  • 1,328
  • 1
  • 12
  • 24
3
votes
1 answer

how to get the im_marked event on slack API

I am developing a bot with the slack RTM API. I want to catch im_marked events. My problem is that the RTM API does not receive any event when a user checks his private channel with the bot, with unread messages. I already tried with two different…
3
votes
1 answer

Can I upgrade from Visual Studio 2012 (11) RC to Final / RTM?

I have noticed that there are a lot of improvements in Visual Studio 11 when it comes to the designer, and I really want to switch to 2012 as fast as possible. The question is - if I download the Release Candidate now, can I then just "reinstall" or…
Ted
  • 18,194
  • 33
  • 89
  • 142
2
votes
4 answers

Is F# RC equal to RTM?

I am wondering if F# RC equal to RTM? If not is there any doc mentioning about that? Thanks in advance.
user317238
  • 23
  • 2
1
vote
1 answer

raise SlackLoginError(reply=reply) slackclient.server.SlackLoginError

Running the below small script passing OAuth Access Token as a token here : from slackclient import SlackClient import os token = "*********" sc = SlackClient(token) print (sc.api_call("api.test")) if sc.rtm_connect(): print("Starter Bot…
1
vote
0 answers

Forwarding unique URL for email in Gmail

I want to forward emails from Gmail to Remember The Milk to turn them into tasks. I would like to include a link/URL pointing back to the original email so that I can easily go from Remember The Milk back to the original message. I could manually…
Josh
  • 998
  • 7
  • 22
1
vote
0 answers

Slack Integraton with Laravel Issues

I am trying to install slack node library, but not able to do it successfully. I installed this library successfully on laravel 5.4 using node js. And my gulpfile is upgraded from 5.3 to 5.4 and attached below. npm install @slack/client --save…
shuvendu
  • 11
  • 2
1
vote
0 answers

How to get the value from global resource file in class library

I have two versions of visual studio 2010 installed on two laptops. One machine has VS2010 professional edition. another one has VS2010 Ultimate RTM. I have created a website, where I would like to get the value of common messages from Resource…
BlueMoon
  • 51
  • 3
  • 13
0
votes
0 answers

How do I deal with the Agora exception "e/agora sdk cannot open log file for writing agorartm.log err=30"?

I use Agora as my RTM(Real Time Messaging) SDK, but after I set it up for Android develop, everything worked fine except for the problem that the RTMClientListener did not automatically update the messages received, and the debug console shows…
1
2