Questions tagged [availability]
149 questions
0
votes
1 answer
Swift OptionSetType protocol availability
I'm writing an app in SWIFT 2.0 using Xcode 7, but my deployment target is iOS7.
While writing and OptionSetType struct, I've seen in the Quick Help that the availability of this protocol is iOS9.
In the "header" and official documentation nothing…

Andrea
- 26,120
- 10
- 85
- 131
0
votes
1 answer
Is it a good way to use nmap to test my server availability?
We have some servers which run server applications which are dependent on one another.
Our company wanted to implement something in each server that test periodically other servers. When one of the servers are not up so administrators are notified…

Captain Wise
- 480
- 3
- 13
0
votes
1 answer
Magento - Can you show stock levels when a configurable product selection has been made
When a variation has been selected I want it to then display how many of that selection is in stock. For example for a t-shirt i select colour red and size large it would then say 4 in stock in this variation.
I don't mind whether its editing code…

jord49
- 542
- 2
- 17
- 37
0
votes
2 answers
what is the SLA for Google App script?
I am new to Google App scripts and I have a few questions (I've done the diligent of going thru the FAQs) that I couldn't find answers yet
I read that Google App scripts are hosted in Google Drive. Where does it actually get executed?
are there…

itlei
- 1
- 3
0
votes
2 answers
Making code not runnable on other platforms
In Swift 2, how can I use the #available condition to prevent a block of code from executing on a certain platform? The * seems to allow the version you specify in your deployment target. And specifying iOS Int.max doesn't work.

vrwim
- 13,020
- 13
- 63
- 118
0
votes
0 answers
Check availability between dates using pascal
I'm working on a script for my school task using pascal. It is a rental program.
I can't get anything in checking availability between starting date and end date.
I have both starting and end date in an array and also have starting and end date…

user3023982
- 9
- 1
-1
votes
1 answer
How to check http status code in vuejs and return value
I need to check the status code in vuejs, whether is it 200 or else. Here is my code, but i have errors.
methods:{
userSearch(){
let searchUrl = dataUrl+this.usersearch;
fetch(searchUrl).then(statusCode => {
…

Petunia
- 3
- 3
-1
votes
1 answer
How to choose a DBMS?
I am learning to design systems, specifically the database part in it and I know a lot of similar posts are available on SO but either they are a decade old (and a lot has changed since then) or they don't have helpful answers.
All the previous…

aum
- 11
- 2
-1
votes
1 answer
Stata - stacktrace not available
I would like to import csv files on stata. I do not understand why it does not work, I obtained : stacktrace not available
What should I do?

Clémence Bois
- 1
- 1
- 2
-1
votes
1 answer
Is it possible to use the Azure URL Ping Test to test whether a Direct Line Bot is alive?
I have a Web App Bot running on Azure.
It's using the Microsoft Bot Framework Direct Line API 3.0.
I want to use the URL Ping Test type instead of the Multi-Stage Web Test for the Availability Test of the Bot because I do not have the Visual Studio…

juvchan
- 6,113
- 2
- 22
- 35
-1
votes
1 answer
Load Balancer IP Configuration
We have configured load balancer with 2 Linux virtual machines. we have planned to remove one server from the Load balancer and Load balancer too. Is there any possibility to assigning the load balancer ip address to remaining server.
E.g
We have…
-1
votes
1 answer
How to make Powershell DSC highly be Highly Available?
Can PowerShell DSC be highly available? What is the best practice?
Can i setup two pull servers and if one goes down the other one is automatically used?
Whats best practice?
Thanks

james
- 617
- 7
- 25
-1
votes
2 answers
Determine server availability using a program acting as a UDP echo
I'm using Xen Hypervisor in ubuntu and I have a VM. When live-migrating vm to another host, the vm will be Unavailable from a range of about a few milliseconds to no more than a few seconds tops (depending on the environment). I need to be able to…

Ali
- 1,152
- 2
- 14
- 33
-4
votes
1 answer
Disable "is only available on iOS 11.0 or newer" in swift?
The problem is I want to check a solution which requires a variable declared in a class. But if I do it I should mark the whole class as @available(iOS 11.0, *) which causes a lot of changes in many other places.
So is it possible to disable it…

Vyachaslav Gerchicov
- 2,317
- 3
- 23
- 49