DO NOT USE! This tag is being burninated: https://meta.stackoverflow.com/q/418968/6296561
Questions tagged [connect]
800 questions
2
votes
1 answer
How can I move an unpublished iOS app to an another account with the same name?
I developed an app up to about 30-40%. I registered it on my personal App Store Account. I want to move the unpublished app to a new, enterprise App Store Account(it's very important for me to keep the same name). I tought of deleting it from my…

Emilia
- 53
- 4
2
votes
2 answers
Can Azure connect to a non-"Azure Connect" IPsec VPN?
I have an IPsec VPN (also PPTP if that works better) that I need my Azure roles to be able to connect into. I can't use Windows Azure Connect since I don't have any ability to reconfigure the VPN or its host machine; it is provided by a vendor.
Is…

David Pfeffer
- 38,869
- 30
- 127
- 202
2
votes
2 answers
React Router difference between component with and without function
const PATH = BASE + '/' + id;
(DOESN'T WORK for the case below)
(DOESN'T WORK for the case below)
}…

Will Graham
- 340
- 1
- 3
- 16
2
votes
1 answer
Use Redux connect in React HOC
I have react HOC for sessionTimeout. Now I want to Redux connect for use redux action method.
When I call method this.props.actions.logout It throws error Undefined.
How I suppose to connect redux in my HOC
HOC
import React from 'react';
import {…

Selvin
- 795
- 6
- 12
- 22
2
votes
1 answer
Connect python with h2o that runs in docker, but ipv4 for h2o changes
I'm new to docker and I'm trying to run h2o in docker and then use python to connect to it.
I have folder with:
model-generator folder in which I have the python script and Dockerfile to build an image
h2o-start folder in which I have h2o.jar…

Milan Panic
- 473
- 1
- 9
- 30
2
votes
1 answer
Slot function is not called by currentChanged signal of treeView
I want to call a function indexChanged() if an index in my treeView is changed.
I used ui->treeView->currentChanged() signal but it didn't call indexChanged() slot, even though I connected the signal to the slot.
Here's my code :
.cpp file…

Sean
- 301
- 1
- 2
- 10
2
votes
1 answer
Debezium connector inserting kafka key as avro?
I am looking for a debezium mysql connector to stream CDC records to kafka with key as string (not avro for key) and value as avro record. By default it is making key as avro record. Any suggestions ?

R K
- 382
- 5
- 25
2
votes
2 answers
MS SQL Connect gives error mssql: A SQL editor must have focus
I have an Azure-SQL db that I want to connect to but I get the following error when I select MS SQL: Connect.
"A SQL editor must have focus before executing this command"
All of the solutions point towards setting the language to SQL using Ctrl-K…

Lazzo
- 31
- 1
- 4
2
votes
1 answer
React loadable import connect component
I'm trying to make react-loadable work with ServerSide Rendering. I've got a quite big app using multiple HOCs which connect components, add routers etc.
Components seem to go okay, instead the smart components connected via react-redux or other…

ronnyrr
- 1,481
- 3
- 26
- 45
2
votes
1 answer
How to get the mac address of connected client in postgresql log?
Whenever user connects to PostgreSQL database, i want to show the MAC address of that connected user in the log file of PostgreSQL. How to do it?

Ankit
- 99
- 1
- 13
2
votes
1 answer
java jedis (redis) cannot connect
I'm trying to connect to Redis using Jedis in my java application. I'm instantiating a JedisPool object, and when I get the resource, it throws an exception saying it cannot return the resource. What is weird though is if I just instantiate a Jedis…

Joel Evans
- 71
- 1
- 7
2
votes
3 answers
Symfony server not starting
I set up Symfony 3, and when I try to start the server here's what happens:
[heigold1@centos aqua_note]$ php bin/console server:start
[OK] Server listening on http://127.0.0.1:8000
[heigold1@centos aqua_note]$ (it goes back to the command…

Brent Heigold
- 1,213
- 5
- 24
- 50
2
votes
3 answers
What is the easiest way to check if I can connect to my SQL Database from another computer
Is there some easy cmd commands I can use to check if I can connect to my SQL Database Server? (windows computers).

Lealo
- 331
- 1
- 3
- 11
2
votes
1 answer
Can't get HTTPS to work with grunt connect and livereload settings
I'm having a hard time trying to get all this to work so I can develop locally under an SSL cert.
I have all three required files sitting in the project root directory and I've tried different sets of options in different places but I can't seem to…

Jordan
- 2,393
- 4
- 30
- 60
2
votes
3 answers
Spring Cloud Config Server with Git - Cannot clone or checkout repository connect timeout
I'm doing POC on Spring Cloud Config Server with GIT.
Spring Boot 1.5.3.RELEASE
Java 1.8
Spring Tool Suite
https://github.com/kishornpatil/
I have set the STS proxies correctly in Network Connections.
I have http.sslverify = false
I get following…

Kishor Patil
- 71
- 2
- 9