Questions tagged [publisher]
325 questions
0
votes
0 answers
Google PubSub Library does not publish messages on a topic but does not throw any error
My publishing service is as follows:
public class PubGoogleService {
private static final String TOPIC_ID = "topictest";
private static final String PROJECT_ID = ServiceOptions.getDefaultProjectId();
@Inject
ObjectMapper objectMapper;
private…

exoding
- 1
- 1
0
votes
1 answer
how to reach curser to end of textbox in publisher 2016 with vba macro
I'm developing macro for a news paper in ms publisher.
It seems that "grow textbox to fit text" option is not working on next linked textbox, but I founded a manual trick which is:
set focus on first textbox
press Ctrl+end button to reach the…

sindhuazahar
- 19
- 3
0
votes
1 answer
ObservableBuffer to publish swing events
How do I make a scala.collection.mutable.ObservableBuffer publish swing events so that I can update my components when a buffer changes?
The confusing thing is that scala has two implementations of Publisher. One is…

dsg
- 12,924
- 21
- 67
- 111
0
votes
1 answer
How to create a ROS publisher that sends the actual wall clock time to the subscriber?
I am having an issue figuring out how to write a publisher node (ROS Python) that will send the subscriber the actual time (IE: 12:46) which I need to do for my homework. I need to publish the actual time, so that the subscriber can use that time,…

Cait_L
- 51
- 1
- 5
0
votes
1 answer
Google Cloud Pub/Sub - Publish test message
Does Cloud Pub/Sub support publishing test messages, i.e. messages that are truly published but not forwarded to the subscribers, to verify the integration between your application and the remote Cloud Pub/Sub?
I could imagine doing this manually by…

Andi
- 8,154
- 3
- 30
- 34
0
votes
1 answer
MQTT Client Publisher Acknowledgement M2MTT Liberary Code
I am using c# M2MQTT Client code to publish and subscribe the data. I have set the QOS Level 1 or 2. Do not know that how the publisher will get the notification when delivery completes. I have searched a lot on inter net but no code available.…

MUJAVED
- 1
- 1
0
votes
3 answers
How to return a Mono (as a side effect?) of Mono.subscribe()?
I have the following code, which "works"...so far. By "works", I mean that the Flux is being returned by service.getAll(), and the "hasElements().subscribe(this::foo)" results in foo() generating output that correctly reflects whether the…

SoCal
- 801
- 1
- 10
- 23
0
votes
1 answer
Can we use arrays for multiple publish topics in ros?
So i was working on some ros based UAV simulation and it just struck me when I had to initialize separate publishers for each UAV. Is it possible to make an array of such publishers and then reference them by just using their index number? I know I…

nimesh00
- 73
- 1
- 5
0
votes
2 answers
Problem running 'rails s' after adding gem docx_converter
TL;DR:
I should have used the docx gem and not the (older) docx_converter. This seems much more compatible with Rails 5.2.
I'm learning rails and have a working application. However, when I add the gem docx_converter to my Gemfile (so I can convert…

JohnP
- 1,229
- 6
- 24
0
votes
1 answer
Endpoint to get the evaluation of the overall application from Google Play
I want to get the evaluation of the overall application. I have access to scope https://www.googleapis.com/auth/androidpublisher but reviews list does not return the overall evaluation for application (only evaluation of the application according to…
0
votes
3 answers
Custom font (fontface) not working when published
I have a custom font in my css. It works on the local page, but not when I publish the site to a server. Here is my css:
@font-face{
font-family: 'Font-Example';
src: url('example.eot');
src: url('example.eot?#iefix')…

H Watson
- 3
- 2
0
votes
0 answers
List of apps from a Google Play Publisher/Developer (Java)
How can I get a List of String id's of all apps from a Google Play Publisher/Developer (or rather me)?

Blood_Working
- 83
- 9
0
votes
0 answers
jenkins integration part..cant push feature to master to origin
I receive the following error:
ERROR: Failed to push branch master to origin
hudson.plugins.git.GitException:
Command "git push http://18.217.127.239:8080/gitbucket/git/sudheer/maven_web.git HEAD:master -f"
returned status code 128:
Build…

sudheer kumar
- 15
- 2
0
votes
1 answer
after change hostname and certificate I can not login to wso2 publisher
I change wso2Carbon certificate to mine. and update it in all xml files in wso2-am and wso2-analytics. Thus, I change localhost address in these files. When run analytics I have no error but in wso2-am I can not login to publisher and get this…

N.Abdolalizadeh
- 73
- 11
0
votes
1 answer
How do I set the Publisher in Windows install
I have created a Setup Wizard installer in Visual Studio 2017. My application is installed but the Control Panel|Programs and Features does not show the correct Name or the Publisher. The name shows up as "Setup" and the Publisher is "Default…

gkrone
- 1
- 3