Questions tagged [publisher]
325 questions
3
votes
1 answer
Combine publishers: notify when ANY of the publishers changes a value
I'd like to trigger a "change" event on every change of either the username or password published properties and set a new Credentials published property derived of those two and emit an event.
What would be the simplest solution to achieve this…

Richard Topchii
- 7,075
- 8
- 48
- 115
3
votes
3 answers
Loading image from remote URL asynchronously in SwiftUI Image using combine's Publisher
I was looking for good solutions for loading images asynchronously from a remote server image URL. There were many solutions online. It's a shame Apple doesn't provide one natively for something that is so common. Anyways, I found Sundell's blog…

Frankenstein
- 15,732
- 4
- 22
- 47
3
votes
1 answer
How to use Combine's CurrentValueSubject and access it in a SwiftUI View?
My understanding is a CurrentValueSubject publisher in Combine is good for accessing on demand, as opposed to a regular Publisher that emits a value once. So I'm trying to use one here in an Environment Object to store the total energy burned in an…

GarySabo
- 5,806
- 5
- 49
- 124
3
votes
1 answer
Is there some way to set just a instace of meteor publish?
I'm trying to implement my own custom ping-pong for my meteor application (meteor has a ping-pong implemented for internal use, but I want to introduce a custom behavior). The only way that I found to send data to a client was by using a publisher,…

Tainan Felipe
- 43
- 5
3
votes
1 answer
Embedding publisher policy into assembly
I'm developing a shared assembly, version 2.0.0.0.
For future compatibility, I'd like to bind all the 2.0.x.x versions to the latest version installed. To do so I need a publisher policy file.
Is there a way to embed the publisher policy directly…

QbProg
- 1,675
- 1
- 14
- 18
3
votes
2 answers
Change publisher name for Setup Project visual Studio
How do I change the publisher name for the visual studio installer in visual studio 2015?
I want to be able to display the correct publisher name in Programs and features section of control panel when its install.

callme_wiz
- 43
- 2
- 8
3
votes
1 answer
understanding how custom metrics publisher work on hystrix
I am struggling a little bit to understand how to implement a Hystrix Metrics Publisher plugin.
Having read the documentation, it is still not clear how things are supposed to work together.
My goal is to write a plugin that will collect every…
3
votes
1 answer
SQL Server Replication subscribers filter
Guys, I have a task to do for my colleague and I need to know if is possible to specify the filter to subscribers when using replication in SQL Server?
What I mean is, I don't want to create 3 types of publishers, each one to each one subscriber…

gds03
- 1,349
- 3
- 18
- 39
3
votes
1 answer
SQL Server 2014 Express Replication
I'm new to Sql Server and would like to know whether can setup SQL Server 2014 Express as a Publisher Server for Replication? I cannot find the Local Publication node in Replication folder tree.

user1220497
- 311
- 2
- 4
- 15
3
votes
1 answer
Is web calendar publishing (.ical or ics) pushed by publisher or pulled by subscriber?
In my custom php web application I want to publish an ical calendar using calendar events I'm selecting from my own database. After I create the ical file and create a link to it, and then the (iphone subscriber for example) sets up their…

Marley
- 61
- 7
3
votes
0 answers
What is the best iOS ad network for publishers?
I have been following the admob forum for a while and noticed a lot of devs were facing problems with their SDK. At times it also caused crashes.
So what would be the best ad network in terms of stability and monetization. Anyone has first hand…

Sandeep
- 481
- 4
- 5
3
votes
3 answers
Get rid of "Publisher Unverified" warnings in Windows for executables
I have made an application for Windows & everytime I run the application by opening the executable file I get the "Publisher Unverified" warning in Windows. It is fine if I was the only audience for this app but thats not the case. Is there any way…

Chantz
- 5,883
- 10
- 56
- 79
3
votes
1 answer
UAC promts "Unknown Publisher" on uninstall only
I have signed my MSI installer with a valid certificate.
When I install this MSI the UAC prompts and display the Publisher name properly.
However, when I uninstall the MSI UAC prompts saying "Unknown Publisher".
If checked in the…

netDeveloperUK
- 39
- 3
2
votes
1 answer
Publisher information is "Not Available" in a BHO developed using .Net for Internet Explorer
I have searched a lot on here on SOF as well as on MSDN forums but unfortuntely no method could work for me. Here is the problem and the methods applied.
I developed a toolbar using .Net for Internet Explorer 7. It is registered as BHO (browser…

Steve Johnson
- 3,054
- 7
- 46
- 71
2
votes
2 answers
UDP Server Client Subscriber Publisher
I'm not exactly sure if the following scenario is possible.
Using only UdpClient or a Udp Socket, i would like to achieve a one publisher and multiple client environment.
Udp server is broadcasting on an isolated machine, over the internet.
One, or…

JJ_Jason
- 349
- 8
- 24