Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
40 views

I have created two unetstack groovy agents (AnchorMotionAgentV2 and AnchorCommAgentV2), which I expect to send messages to each other. The AnchorCommAgentV2 is expected pass control messages to ...
Aminu's user avatar
  • 11
0 votes
0 answers
197 views

I am struggling to understand how threads and assistants work within the LangGraph Platform Framework How I think it works create an assistant that's associate with a graph For each conversation, ...
Lucas Moskun's user avatar
1 vote
0 answers
151 views

I'm using the last nightly version of Rust and I want to listen to different events (user input, file modification, unix signals) in an event loop. For that purpose I have a few functions with ...
Carlos González's user avatar
0 votes
0 answers
48 views

I’m trying to develop a custom integration where our backend system can interact with LinkedIn’s messaging and comment features — such as sending/receiving direct messages or posting/retrieving ...
ak0's user avatar
  • 1
0 votes
0 answers
42 views

So i have been building a Website on Wix for a while. i work with alot of iFrames and Velo. Today i decided to to minify everything which made the Site way faster, however switching Tabs on my Tabbed ...
Christof Beckers's user avatar
0 votes
1 answer
120 views

I'm just getting into this stuff and got quite confused, sorry for my ignorance. If message bus is an abstraction over a concrete messaging library that can be switched out. Would that mean that ...
Žygimantas's user avatar
0 votes
0 answers
73 views

I am using the azure provider in rabbitmq and when I use my federated user that has the administrator tag (role), I receive an unauthorized message (401). Return from the authentication api: {"...
Renato Souza's user avatar
0 votes
1 answer
124 views

I need a assistance for my Vector CAPL script below. I couldn't find a way to find out if a signal's value of a message that in my database (one bit) is 0 or 1. Here is the code: variables { message ...
John Williams's user avatar
0 votes
1 answer
118 views

I'm working on an Oracle APEX application where I need to implement a confirmation dialog when closing a risk. The process should work as follows: When the user clicks the "Close Risk" ...
fesm's user avatar
  • 15
1 vote
2 answers
70 views

I am writing a Java Spring Boot (servlet) web-API application. There are repository classes in the application. Repository methods are written "from scratch" using Google Cloud Datastore API ...
nickolay's user avatar
  • 3,925
0 votes
1 answer
116 views

I hope you are well. I have my user event script to create custom button on netsuite message record. I have client script to refresh the page on button click. I am able to get selected template value ...
Maira S's user avatar
  • 121
0 votes
1 answer
47 views

I hope you are well. I'm working on a record creation. I select the value from dropdown field. After that reload the record, I need to: Retain the selected value from the dropdown. Repopulate the ...
Maira S's user avatar
  • 121
0 votes
0 answers
64 views

I hope you are well. I am trying to set email addresses in the additional recipients email field on netsuite email message record. I am not getting that Additional recipient sublist id in netsuite ...
Maira S's user avatar
  • 121
3 votes
4 answers
1k views

I am trying to successfully receive "Message" test events at my webhook URL to ensure my application can handle message-related interactions. What I Have Set Up: Configured a verified ...
Sujar Hada's user avatar
1 vote
0 answers
63 views

I'm implementing Poly1305 on an ARM Cortex-M4 microcontroller, and I initially used a radix 2828 representation. I modified the implementation to use radix 226226 while keeping the same principles. ...
Mbah Romarick's user avatar
-1 votes
1 answer
36 views

i have a rolodex counter that i need at times to trigger the animation via posting a message it does not work, instead of the two digits animating counting, only a single digits flickers without ...
Moshe Klein's user avatar
-4 votes
2 answers
134 views

I got these error fatal error: all goroutines are asleep - deadlock! `goroutine 1 [semacquire]: sync.runtime_Semacquire(0xc0000081e0?) C:/Program Files/Go/src/runtime/sema.go:71 +0x25 sync.(*...
Mirama Khytyn's user avatar
0 votes
0 answers
27 views

I am using a WixStandardBootstrapperApplication.HyperlinkLargeLicense as the application ref in my installer. It is a WixStandardBootstrapperApplication type with a logo, I have a message that ...
JETMike's user avatar
0 votes
1 answer
394 views

I am trying to create a ggplot using this code. df <- read.csv("2019.csv", header = TRUE, sep = "," ) head(data) ggplot(data = df, aes(x = 'GDP.per.capita', y = 'Social.support')...
sakif zaman's user avatar
0 votes
1 answer
193 views

I read telegram channel messages: channel = await self.client.get_entity(entity) messages = await self.client.get_messages(channel, limit=lim) text_df = pd.DataFrame(columns=[ 'channel_id', '...
alexeymosco's user avatar
0 votes
0 answers
252 views

I'm trying to use the Graph API to get messages from a Teams chat, but by filtering to a specific date-time range. For some inexplicable reason, the filter based on the message's createdDateTime ...
josephwj's user avatar
-1 votes
1 answer
98 views

The $handle is given the value of '1' even if there are no characters in the text area which appear in the array. $handle = ''; $message 'nothing in here except plain text'; // check message ...
tard's user avatar
  • 3
0 votes
1 answer
55 views

I have a Blazor Hosted WebAssembly app written on .NET8, so there are three projects Client, Server and the Shared. Intercommunication happends with Web API calls. In my razor components I have the ...
Stavros Koureas's user avatar
0 votes
0 answers
105 views

I've been working on a fully function Fallout Terminal and so far have incorporated many features, one of which is a chat room to chat between others running the script. I improvised a small chat room ...
TrickyTaco11's user avatar
0 votes
1 answer
447 views

i looking the best way to send message on Whatsapp using twilio. so here is my code : twilio.js file import { Twilio } from 'twilio'; const accountSid = process.env.TWILIO_ACCOUNT_SID; const ...
Roler's user avatar
  • 11
2 votes
1 answer
80 views

When I started a Pharo image I got a warning about a .sources file being missing because I had renamed the .image, .sources and .changes file to one of my preferences. It showed up for a while then ...
vfclists's user avatar
  • 20.5k
1 vote
1 answer
75 views

Message msg = Message.obtain(); msg.obj = "first string value"; msg.setTarget(mClientMessenger); msg.sendToTarget(); I would like msg.obj to hold two key/value pairs if possible. Ex: key1, &...
slowcoder's user avatar
0 votes
1 answer
179 views

Please help with the below issue: ServiceBusError: InvalidOperationError: Cannot create a message browser on an entity with auto-forwarding enabled. Reference:26xxxx0b, TrackingId:baxxxxxB12, ...
Rohan Nandurkar's user avatar
1 vote
1 answer
152 views

I am writing a program which responds to the Alt+B keyboard shortcut from the user. The program keeps printing the current time and Alt+B toggles the colour of the text printed. I try to use ...
Limina102's user avatar
  • 1,097
0 votes
1 answer
33 views

start: mov ax, @data mov ds, ax mov ax, 13h ;Graphic mode int 10h ;Graphic mode jmp image1 image2: ; Back to text mode ;mov ah, 0 ;mov al, 2 ...
ethan fridkin's user avatar
0 votes
2 answers
112 views

In my example certain events are not handled (messages are not printed) and I don't understand why. To motivate my code a little: The problem I want to solve (currently) is only a simple blinking LED ...
exocortex's user avatar
  • 563
0 votes
1 answer
581 views

Error message screencapture Good morning, I am installing Boostrap v 5.3.3 in Symfony following the Bootstrap documentation. But I encounter an error when launching the "npm start" command (...
TheLands's user avatar
1 vote
2 answers
132 views

On Display a custom message based on customer shipping zone in Woocommerce answer, I found a solution to show a message in cart based on the shipping zone. I want to show a message based on shipping ...
Miri's user avatar
  • 11
1 vote
2 answers
204 views

I would like to have bots that post in the topics beneath a group. For a user, these topics present as separate sub-groups. However, they seem to have no ID tied to them. Is there a parameter I can ...
oish yam's user avatar
1 vote
1 answer
204 views

I'm trying to create a stand-alone Sticker Pack App in Xcode 15.3. The project itself creates fine, I can add stickers to the project, I've set all of the many app icons, but when I run the project on ...
Daniel Tuck's user avatar
1 vote
0 answers
88 views

window.addEventListener('beforeunload', (event) => { event.returnValue = 'Are you sure you want to leave this page?' updateapi(); }) I want to show above message only instead default ...
Practice's user avatar
0 votes
1 answer
442 views

a while ago my antivirus (360 total security free version) for some reason flagged the powershell as a virus or something and modified its settings. If I remember correctly it quarantined some file ...
Tornike Dokhnadze's user avatar
1 vote
1 answer
339 views

In my app.component.html I have <div class="main"> <button type="button" (click)="onShowNotificationSideBar()" label="Show"></button> ...
ILIA BROUDNO's user avatar
  • 1,943
0 votes
2 answers
583 views

SQL Server 2019 I'm trying to start stored procedures from a trigger (so that the trigger stays lean) to process data in some production facility. Working with queues/messages etc is new to me I've ...
Zakraket's user avatar
0 votes
1 answer
117 views

I have: def send_slack_message(message: str): payload = '{"text": "%s"}' % message response = requests.post(url, data = payload) print(...
frank's user avatar
  • 3,816
0 votes
0 answers
2k views

Error message I tried re-installing Eclipse and the same message appears. I'm new to Java and don't know exactly what to do. I'm looking in forums and can't find a solution to this. Thank you in ...
Pablo Villaoslada's user avatar
2 votes
1 answer
87 views

I want to send a single message to many recipients, but in doing so iMessage creates a group chat with all of the recipients. How can I avoid this and send the message to each user individually ...
Ahmed Zaidan's user avatar
0 votes
1 answer
1k views

I can't find any information in the internet for this. I'm using sourcetree. This link is the nearest I've found and it doesn't help : https://dev.to/shafia/support-for-password-authentication-was-...
Just Learning's user avatar
-1 votes
1 answer
938 views

I'm building a app for one company of market. After select items and pay I want send message inside whatsApp for client speak "hey, yours items they were confirmed and 30minutes are in your house&...
Gabriel Netto's user avatar
0 votes
1 answer
452 views

I am using Telethon and I am getting messages from chat, but as I can see in session file - I have a lot off entities added with users(senders, I think). So I get WaitFloodError looks like because a ...
temp705's user avatar
0 votes
1 answer
73 views

I have a problem when I tell Alexa a long message, it can't capture my entire message. When I am testing my skill on my cell phone and not on an echo device, my message is completely captured. But ...
Sebas Tesi's user avatar
0 votes
0 answers
51 views

I would like to forward a SMS message to a group of SMS numbers based on a conditional match. I found SMS forwarding to another SMS number and SMS forwarding to a group of SMS numbers but I am unsure ...
164164526's user avatar
1 vote
1 answer
3k views

I am developing a Telegram bot and am curious about a specific functionality regarding chat management. I'm looking to understand if it's possible for a Telegram bot to delete its chat history with a ...
user avatar
-1 votes
1 answer
3k views

I'm trying to build an app in node.js and my objective is to send WhatsApp messages to my list of clients, and for that purpose I'm using WhatsApp-Web.js. I included media message and text as a ...
Usman Badar's user avatar
1 vote
0 answers
61 views

I'm building a simple chat application using Ratchet PHP Libray, And when a user enters a message it is stored in the database then displayed .However,the user cannot receive supposedly sent messages ...
Mahdi's user avatar
  • 11

1
2 3 4 5
91