Questions tagged [message]

For questions regarding Facebook messages, JavaScript messages, mobile messages (Android, iOS, windows-phone), etc. Not for use for error messages. Include additional tags to indicate messaging platform, programming language, etc.

Questions about sending and receiving messages of any kind. As this tag is vague, use a more specific tag instead if possible. For example, most questions about Facebook messages should have the tag for the programming language, , and possibly a tag for the API or framework you're using. If your question is about a , an , a window, a , an , … then use the appropriate tag instead. Do not use this tag (or any tag) to indicate that you tried something and got an error message.

4541 questions
1
vote
1 answer

Azure service bus Message deserialize broken in core conversion

So, I've created a new Azure Functions project v3 and am porting over a subset of functions from v1 that was running on 4.6.2, while retiring the rest as obsolete. Unfortunately in the change from BrokeredMessage to Message due to changing from…
1
vote
1 answer

Is there a possibility to get a notification when a file on FTP server has been modified?

I'd like to build a service where a file from a FTP Server is downloaded as soon as it has been modified. It's always the same file name. I think of checking for the timestamp every few minutes but maybe there is a more elegant way to solve that?
jane
  • 73
  • 7
1
vote
2 answers

Git log current branch messages only in order of commits

Find a way to get only the git commit messages but only from the current branch and also in the order of commits.
Noam Segev
  • 51
  • 6
1
vote
1 answer

Sending Message to WPF app

I am trying to send a message to a WPF application to have it Minimize and then to restore I am doing //Import the SetForeground API to activate it [DllImportAttribute("User32.dll")] private static extern IntPtr SetForegroundWindow(int…
Jeff
  • 2,061
  • 4
  • 27
  • 45
1
vote
3 answers

C++ If and if else error messages

I am making a collection of math functions. I used if statements to create error messages and cut down on user errors.. I don't think I did it right. string error_0; string error_i; if (num1 == 0;) {error_0 = "You cannot divide by zero. Fail."} …
TwoRoses
  • 51
  • 3
  • 7
1
vote
1 answer

Sending message in Laravel

I got a form that uses Session::flush('status','post has added'); return redirect('/form'); to store data and send a message. The form route is: Route::get('/form',function (){return view('form');})->name('form')->middleware('auth'); The problem…
Faraz salehi
  • 328
  • 2
  • 17
1
vote
2 answers

No message available JSP SpringBoot

I've been looking through almost every post that is related to my problem and tried every solution that i've found and this problem keeps appearing. I'm developing a web application and i have almost all the pages that will include, but when i try…
1
vote
0 answers

Use custom localized validation message with object rule

Problem According to Laravel docs here, i can add in the custom section of my validation.php file my custom validation error messages, but how should i specify the rule for which the message is for if the rule in my request is an object…
fudo
  • 2,254
  • 4
  • 22
  • 44
1
vote
1 answer

Increment message per second in Python

I have been banging my head against the wall for 20 minutes now, the answer is properly really simply, I just cant seem to find out how to solve this issue. I have a Client and a Server and i want the client to send 10 messages per second to the…
oggynator
  • 33
  • 6
1
vote
0 answers

React native share API - problems when both message and url used

We are implementing share functionality in our react native app and I'm having difficulty with the appearance of the resulting share text. Using the share API, if i set just the URL param to our website and share via sms the result looks great. I…
Simple Simon
  • 712
  • 2
  • 8
  • 23
1
vote
1 answer

Where do I see Testcafe Studio console log errors?

Where do you read console log messages in testcafe studio? I am writing this code; var image = await getImageElement( Selector('.call-to-action__image' ).nth(1).nth(1).nth(1).find('a').find('img')); console.log(image.src); …
Basak Ates
  • 11
  • 2
1
vote
1 answer

How to make the message and skip the code

I am running a macro that it need open 119 other excel file and copy some informations for I make one overview. The issue is I did not receive all 119 excell file on the same time and when I tried run the macro I got a error, because macro do not…
1
vote
2 answers

Message widget not filling frame using tkinter

I'm creating a simple user dialog window with a basic text on top and a tree view with one column below, that gives the user a couple of choices. A button at the bottom is used to confirm the selection. Now I can't get the Message widget, which I…
MalteHerrmann
  • 198
  • 1
  • 14
1
vote
1 answer

Apprise is a great plugin, but with a little problem. What to change?

Here is this great plugin: http://thrivingkings.com/apprise/ When I use apprise('Hello'); or other function it doesn't stop, it continues to execute jQuery code while simple alert("hello"); would stop executing js code. So, any ideas how to solve…
good_evening
  • 21,085
  • 65
  • 193
  • 298
1
vote
1 answer

How to read json file in gitlab ci yaml and use if else command?

I have a yaml file and I have a respond for yaml file.Respond file have a message part.and I need if message is true return Job Succeed for yaml file if message writes wrong yaml file is not succeed variables: NUGET_PATH:…
mrbytr
  • 23
  • 1
  • 2
  • 8