date
stringlengths
10
10
nb_tokens
int64
60
629k
text_size
int64
234
1.02M
content
stringlengths
234
1.02M
2018/03/19
196
767
<issue_start>username_0: How to show vertical axis of chart where sign of value is always presented. Positive values should have sign '+' before the value and negative '-'.<issue_comment>username_1: We've had a delay pushing the configuration changes to make it appear in the explorer. [Working on it!] Upvotes: 3 <issue...
2018/03/19
3,083
9,481
<issue_start>username_0: I'm facing a problem with a query. I'm using phpMyAdmin and MySQL. I'm trying to make a report of all my active clients (`in ___Kardex where KDX_Status='active'`) and : * count the number of booking they made (`in ___Bookings where BOO_Status!='cancel'`). * count the number of night they p...
2018/03/19
1,932
6,517
<issue_start>username_0: Please bear with me as my question is kinda two-fold. But I'll be very clear. I have written a `python` script which I intend to be able to install using `pip install` . Let's say inside this folder I have following structure ``` \_\_init\_\_.py area.py ``` I have a function `area_of_tr...
2018/03/19
601
2,387
<issue_start>username_0: I am using a `QWebView` to display plots using javascript and D3. There is a combobox to select different datasets. Each time a new dataset is selected, some calculations are done, then the javascript is reinitialized with the new data and set as an html string. Then the `QWebview` is reset usi...
2018/03/19
524
2,285
<issue_start>username_0: ``` bootstrap3 &bootstrap4 in same html file some code here which require bootstrap3 css files some code here which requires bootstrap4 css files ``` i have problem in this section so please help me out to solve this<issue_comment>username_1: I believe the quick answer is No, for a numb...
2018/03/19
287
995
<issue_start>username_0: I want to feed a list of identities from ``` get-msoluser | select userprincipalname ``` to: ``` Set-CsOnlineDialInConferencingUser -allowpstnonlymeetings $true -Identity <EMAIL> ``` But integrating these two is where I'm struggling, I'm guessing a `foreach` loop is the best approach? But...
2018/03/19
394
1,423
<issue_start>username_0: I use `"cypress": "2.1.0"` for website functional test. Also I have condition in tests: ``` if (WIDTH < 1025 && WIDTH > 480) { it('Open search sidebar', function () { cy.wait(500); cy.get('.FilterStroke_resultsLabel_7gBlM').safeClick(); }); } ``` My question is how to get screen...
2018/03/19
856
2,687
<issue_start>username_0: I have the following PHP post from HTML The output from the `mvsce -d 1234-56-78 -l 1 -s 1` command is displayed from bash as follows ``` TAR 332 PCXLA-TAACC ``` over the two lines. The code below only ever outputs the 2nd line `PCXLA-TAACC` ``` php $mvdate=$_POST['fdate']; $mvlevel=$_...
2018/03/19
624
2,299
<issue_start>username_0: When I turn on Live Testing my tests show "Excluded from live unit testing". This only happens if I use NUnit, using MSTest works fine. I have: Visual Studio Enterprise 2017 (15.6.2) NUnit 3.10.1 A brief example of code ``` using Microsoft.VisualStudio.TestTools.UnitTesting; using NUnit.Fram...
2018/03/19
639
2,641
<issue_start>username_0: I am trying to do something with Flutter.io But i have some problems. Its not well documented for my Action. I want to get an Android Application with an AlertDialog. But my keyboard are over the Alertdialog. So i found a workaround to push the Dialog up when the keyboard opens, but i dont rea...
2018/03/19
1,468
5,808
<issue_start>username_0: I am currently participating in several machine learning competitions as I am trying to learn this field. For a regression problem, I'm using a `xgboost`. Here is the procedure I use : After feature engineering, I split my data into 2 sets, one training set, and one testing set, as usual. ...
2018/03/19
372
1,414
<issue_start>username_0: I'm trying to connect my PHP app to MongoDB in Google Cloud but I'm getting an error. Those are the steps I followed. 1- MongoDB is installed and working with Bitnami's launcher 2- I installed mongodb PHP extension ``` sudo apt-get install mongodb ``` [![enter image description here](https...
2018/03/19
960
3,643
<issue_start>username_0: Note: This question is different from [this](https://stackoverflow.com/questions/37964187/preload-multiple-images-with-glide) question as no answers given for the question explain how to cancel the image request which we make for preloaded image. I have an infinite list(`RecyclerView`). I need...
2018/03/19
728
3,059
<issue_start>username_0: I want to know if it is possible generate a dynamic pdf. Let me tell you more about what we want and if you can help us: We have an entity called "Application" what we want to do is from the Application data generate a pdf. The problem is that the application does not have the same "structure...
2018/03/19
664
2,283
<issue_start>username_0: I have a solution that consists of both single-target and multi-target projects. The solution can be built in Visual Studio 2017 and Developer Command Prompt for VS 2017 without problems. I build the solution by below code in Developer Command Prompt for VS 2017 ``` msbuild MySolution.sln /...
2018/03/19
871
3,233
<issue_start>username_0: I'm looking for a way to automatically make a list of all object names in a PowerPoint presentation through a simple VBA script. I name certain objects using the selection pane on several slides and need to generate a list of all objects' names on each slide. My knowledge is unfortunately close...
2018/03/19
740
2,544
<issue_start>username_0: I want to generate Base64 string for a specific image. for that I've wrote below code ``` let imageData = UIImagePNGRepresentation(imgProfile.image!)! var imageStr = imageData.base64EncodedString(options: Data.Base64EncodingOptions.lineLength64Characters) ``` and I'm getting [this](http://d...
2018/03/19
275
1,167
<issue_start>username_0: We have a build definition in VSTS, where the build triggers are scheduled with "Only schedule builds if the source or the definition has changed" checkbox selected. The issue that we have noticed is that the schedule build is triggered when there is no change to either the build definition or...
2018/03/19
495
1,833
<issue_start>username_0: I have a very strange problem with a website: for some unknown reason it loads very slow some images. For example: There are 16 images to load ( each image is .jpg, around 10k ) and every time 3-4 of this images are (random) loaded in 4-5 seconds and all others in a good time 600ms. Is insane...
2018/03/19
306
958
<issue_start>username_0: I want to make a layout which is divided into 3 parts like this : [![enter image description here](https://i.stack.imgur.com/fqT0a.jpg)](https://i.stack.imgur.com/fqT0a.jpg) And here is my code : ``` xml version="1.0" encoding="utf-8"? ``` Is it correct way to make this or there is a bett...
2018/03/19
419
1,713
<issue_start>username_0: I have an EditText view in a fragment and when showing that fragment, I need to let it get focus and the soft keyboard pops up to allow user type in directly, however, the EditText view seems can only get focus but not show the keyboard even though I manually force it to show. The user has to t...
2018/03/19
1,297
5,305
<issue_start>username_0: I have one already created project. In this they are using one method for encrypting the String. In this project now I have to create a method which I can used for decrypting the encrypted string. For encrypting a string the below method is used ``` private String EncryptPwd(String pwd) { ...
2018/03/19
853
2,911
<issue_start>username_0: I'm trying to add an array of `Funcionarios` objects into a `Equipa` object, but when i try to `push` a `new Funcionarios` it pops and this error `TypeError: Cannot read property 'push' of undefined`, i have gone over the code several times and initialized all variables, but it keeps always giv...
2018/03/19
868
2,959
<issue_start>username_0: I have imported a calendar table from datameer over to my sql server database. I am fairly new to SQL so I do not have the best understanding of the convert function. I have a calendar table with 5 columns (cal\_month, cal\_year, Toronto, Montreal, National\_Avg). The data types are (nvarchar, ...
2018/03/19
793
2,680
<issue_start>username_0: I am trying to run a simple web application with using Spring Boot but there is a problem with resolving view. When I go to <http://localhost:8080/> it shows; ``` There was an unexpected error (type=Not Found, status=404). ``` Is there any missing property or library? Why it cannot resolve m...
2018/03/19
473
1,439
<issue_start>username_0: I have crawler that extract links from page only if the link text include given text and I'm writing the output to html file. Its working but I would like to add whole link text next to these links like this - "Junior Java developer - <https://www.jobs.cz/junior-developer/>" How can I do this? ...
2018/03/19
224
558
<issue_start>username_0: Input string: `["1189-13627273","89-13706681","118-13708388"]` Expected Output: `["14013627273","14013706681","14013708388"]` What I am trying to achieve is to replace any numbers till the '-' for each item with hard coded text like '140'<issue_comment>username_1: Try this:-- ``` href = lin...
2018/03/19
216
811
<issue_start>username_0: I am working on creating an application which is very dynamic in nature and needs to create API on the fly. I have decided to use loopback as my backend, I want to create an API by just passing the model as json it create an endpoint and have the functionality of crud operation on the fly. Is t...
2018/03/19
413
1,740
<issue_start>username_0: I am using the Talend open studio for Data Integration tool for transfer sql server table data to mysql server database. I have a 40 million records into the table. I created and run the job but after inserting 20 million approx, connection failed. When i Tried again to insert the Data then t...
2018/03/19
1,026
4,644
<issue_start>username_0: I have a really complex aggregation query, so I thought to use view as below: ``` db.createView("weNeed","Master", [ {$project: { _id:"$_id", documents:{ $concatArrays:[ {$ifNull: [{$map:{ input:"$documents.COMPLETE...
2018/03/19
1,025
3,450
<issue_start>username_0: Some API is reply with non-json string so how to read value data from response? Response Format: onSuccess Response: > > status=success:orderId=a089f02724ed4a8db6c069f6d30b3245:txnId=None:paymentId=MOJO7918005A76494611:token=<KEY> > > > I need to read `orderID` and `txnid` it's not JSO...
2018/03/19
631
2,521
<issue_start>username_0: I have a Kepware OPC server and I am able to connect with my client (OPC Foundation UA lib). I created a device in Kepware and a group inside. I would like to read opc tags from the database and create them dynamically. How do I create an item with address in PLC dynamically ?<issue_comment>us...
2018/03/19
612
2,449
<issue_start>username_0: i have a web application which is created using .net framework 2.0 which is running on windows server 2003.is it possible to migrate that to Microsoft azure.if so does it require an entire rebuild on azure?<issue_comment>username_1: Within the Kepware Configuration, only certain drivers have th...
2018/03/19
466
1,622
<issue_start>username_0: I am trying to implement the ear clipping algorithm based on <https://www.geometrictools.com/Documentation/TriangulationByEarClipping.pdf> but I can't grasp how to find reflex and convex vertices. The document linked mentiones that a vertex is reflex if its interior angle is > 180. I tried cal...
2018/03/19
795
2,841
<issue_start>username_0: On this **[page](https://www.ishares.com/uk/individual/en/products/251712/?referrer=tickerSearch)** I would like Selenium for Python to grab the text contents of the "*Investment Objective*", excluding the `###` header. I want to use XPath. The nodes look like this: ``` ### INVESTMENT OBJEC...
2018/03/19
781
2,575
<issue_start>username_0: I have an Ubuntu server which is running on 14.04.05 LTS. There are several applications that is ugins mongodb installed also on this server. MongoDB version is 3.4.2 I'm trying to increase max process ulimit of mongodb process. I first put these lines to `/etc/security/limits.conf` `* soft...
2018/03/19
185
686
<issue_start>username_0: Please I want to know how to redirect my blogger post from my old domain to my new domain name pointing each post to their respective post<issue_comment>username_1: Go to **Settings** > **Search preferences** > **Custom Redirects** and make a new redirect. URL must start with `/` like this `/...
2018/03/19
350
1,139
<issue_start>username_0: I have a text: > > Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste > mollitia similique, blanditiis quisquam suscipit optio quam culpa odit > ad magni sunt officiis, recusandae deleniti alias, natus commodi sed > expedita labore. > > > Lorem ipsum dolor sit amet, consectet...
2018/03/19
245
827
<issue_start>username_0: I have and expression: ``` =UCASE(Fields!MotherFullName.Value)​ ``` and an expression: ``` =IIF(ISNOTHING(Fields!MotherFullName.Value) ,"-",Fields!MotherFullName.Value) ``` I want to nest them into one expression since they are operating on the same value, what must I do?<issue_comment>u...
2018/03/19
709
2,170
<issue_start>username_0: I have a nested tuple in the form: ``` nested_tup = [('15MAR18 103000', '15MAR18 103758'), ('15MAR18 120518', '15MAR18 121308')] etc... ``` The 1st element in each tuple is the start date and the 2nd element in each tuple is the end date. I want to find the difference in time between the 2...
2018/03/19
1,556
5,259
<issue_start>username_0: I want to send PDF file in attachment using sendRawEmail(Node: aws-sdk) function, I have tried lots of ways, email sends successfully but PDF goes plain. Please correct my code and help to solve it. Code is here: ``` try { data = fs.readFileSync('files/demo-invoice-new.pdf', 'utf8'); ...
2018/03/19
265
879
<issue_start>username_0: I would like to use regex to get the stylesheets inside it, I use this regex now: `/(` but this returns me all `but I want to filter on link and `rel="stylesheet"`` could someone help me out on this regex?<issue_comment>username_1: > > but this returns me all > > > Why not use the buil...
2018/03/19
946
3,787
<issue_start>username_0: I'm trying to write a extension method for Aspose's `DocumentBuilder` class that allows you to check if inserting a number of paragraphs into a document will cause a page break or not, I hoped this would be rather simple, but it turns out otherwise: ``` public static bool WillPageBreakAfter(th...
2018/03/19
622
2,150
<issue_start>username_0: I want to create a skeleton console app for Scala i.e. a single entry class with a main function that prints "Hello world". I was able to create a Scala library init project by executing: `gradle init --type scala-library` however there seems to be no scala-application, running: `gradle ini...
2018/03/19
723
2,395
<issue_start>username_0: I have the following dataframes: ``` print(df1) day month quantity Operation_type 21 6 6 2 24 6 4 2 ... print(df2) day month quantity Operation_type 22 6 10 1 23 6 15 1 ... ``` I would like to...
2018/03/19
840
2,827
<issue_start>username_0: I have the following tables: ``` CREATE TABLE `orders` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `user_id` int(10) unsigned NOT NULL, `billing_profile_id` int(10) unsigned NOT NULL, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `currency` varchar(3) COLLATE utf8_unicod...
2018/03/19
1,417
4,388
<issue_start>username_0: I have a cache-like structure which internally uses a `HashMap`: ``` impl Cache { fn insert(&mut self, k: u32, v: String) { self.map.insert(k, v); } fn borrow(&self, k: u32) -> Option<&String> { self.map.get(&k) } } ``` [Playground with external mutability](h...
2018/03/19
1,519
4,561
<issue_start>username_0: I am trying to add chapters to a ogg file containing vorbis audio. From [this link](https://trac.videolan.org/vlc/ticket/10016) I copied the following ffmpeg command. ``` ffmpeg -threads auto -y -i in.ogg -i metadata_OGG.txt -map_metadata 1 -codec copy out_METADATA.ogg ``` My metadata\_OGG....
2018/03/19
804
3,263
<issue_start>username_0: Our client has complained about the count of `.dll` files in the .NET Core app we made for them. Their dissatisfaction persists even after we explained that this is how .NET Core works. Now I do understand their position completely, my jaw dropped too when I created the package for the first t...
2018/03/19
422
1,449
<issue_start>username_0: With Qt, I am trying to convert a `Format_Indexed8` image to `Format_RGB30` by using a custom conversion rule defined by a color table. I thought this would be simple, since `QImage::convertToFormat` can take a color table as an argument, but I can't make it work. Here is my code: ``` QImage ...
2018/03/19
985
2,968
<issue_start>username_0: I have a specific case and I don't even know if it is possible to achieve. Given the input array. ``` var originalArr = [ [ { ID: 3, name: 'Beef' }, { ID: 4, name: 'Macaroni' }, { ID: 5, name: 'Sauce#1' } ], [{ ID: 1, name: 'Lettuce' }, { ID: 2, name: 'Brocoli' }] ]; ``` I...
2018/03/19
482
1,941
<issue_start>username_0: ``` var keyVaultClient = new KeyVaultClient( new KeyVaultClient.AuthenticationCallback( azureServiceTokenProvider.KeyVaultTokenCallback)); var secret = await keyVaultClient .GetSecretAsync("https://KeyvaultName.vault.azure.net/secrets/test1") .ConfigureAwait(false); ViewDa...
2018/03/19
924
3,524
<issue_start>username_0: I tried to sort an array of objects. With key and value. I could able to sort with age .but I don't know how to sort with age and score from my object array Any help will be much appreciated [Fiddle](https://jsfiddle.net/39u8q/56/) ```js var unsorted = [{ name: 'Peter', ...
2018/03/19
846
3,224
<issue_start>username_0: I am trying out [flutter](https://flutter.io/) and I have hooked up an [http post](https://www.w3schools.com/tags/ref_httpmethods.asp) for logging-in. I created a file that will take care of my [http request](https://www.tutorialspoint.com/http/http_requests). In the file wrote the following c...
2018/03/19
487
1,829
<issue_start>username_0: I want to add click for tags and at the same time add attribute "active" for the current ; I had done it like this, but it doesn't work: HTML: ``` [今日动态](/) [您的关注](/recommend) [热门活动](/activity) [排行榜](/rank) ``` JS: ``` $(document).ready(function(){ "use strict"; $('.leftFocus a').on('cl...
2018/03/19
457
1,486
<issue_start>username_0: I would like to display just some text with a background. Despite my attempts, there is a lot of empty space around the text. ``` Gui, +AlwaysOnTop -Border -SysMenu -Caption Gui, Add, Text, , Some text Gui, Show, AutoSize WinSet, Style, -0xC00000, A WinSet, Style, -0x40000, A WinS...
2018/03/19
774
2,389
<issue_start>username_0: I have a database with transfers orders between two cities. I have, in each record, a departure date, the amount to be delivered, a returning date and the amount to be returned. The database is something like this: ``` df = pd.DataFrame({"dep_date":[201701,201701,201702,201703], "del_amount":...
2018/03/19
3,331
12,753
<issue_start>username_0: I stared little project of mine. I have a form filled with buttons. The buttons (Example#) are added during runtime based on the provided resource. See example below: [![On startup](https://i.stack.imgur.com/Ft8ia.png)](https://i.stack.imgur.com/Ft8ia.png) The underlying JFrame has GridBox l...
2018/03/19
1,071
3,531
<issue_start>username_0: I've been attempting to implement an alert script for Zabbix. Zabbix attempts to run the script in Shell for some reason, whilst the script is written in Bash. ``` #!/bin/bash # Slack incoming web-hook URL and user name url='https://hooks.slack.com/services/this/is/my/webhook/' #...
2018/03/19
699
2,175
<issue_start>username_0: I'm looking to set up a VBA macro which automatically runs through a list of data in a column and picks out the missing values. The code I've got at the moment (see below) works, but I believe it starts looking in cell A2. I'd like it to start in B1. How could I make this change? Apologies,...
2018/03/19
331
1,374
<issue_start>username_0: I´m looking at Azure Functions capabilities and the documentation does not say anything about uploading, creating or deleting a Function programmatically, nor anything about listing enabled/disabled Functions. Any ideas on how to do that? The Azure API reference has no section for Azure Functio...
2018/03/19
1,278
3,967
<issue_start>username_0: Hi Guys I am trying to make a request and get a response for authenticating my SOAP request. I tried many different options but this one was the only one which gave me response(even an error 404). This is my code ``` $client = new SOAPClient('http://devapi.stellatravelgateway.stellatravelse...
2018/03/19
2,917
8,921
<issue_start>username_0: I'm a student who just started learning Python and I just can't seem to fix this error which keeps popping up. I've been at it for hours with no avail, so I'd love some input from the experts. The program idea is simple, just a program which can calculate the costs of all the components needed...
2018/03/19
470
1,588
<issue_start>username_0: I need to kill a process behind a service on a remote computer with PowerShell for a program/script I am creating. The problem is that the process doesn't always have the same PID and the name is not always the same either. The only thing that always is the same is the name. I have found out ...
2018/03/19
918
4,095
<issue_start>username_0: I'm totally lost on this topic . I've researched Spring Autowiring on internet trying to figure out what it does and everything I find is mostly saying "Spring Autowiring helps you autowire collaborating Beans " and thats it . I would greatly appreciate if someone can explain to me from scratch...
2018/03/19
2,009
5,608
<issue_start>username_0: I'm using Microsoft Azure Machine Learning Studio to try an experiment where I use previous analytics captured about a user (at a time, on a day) to try and predict their next action (based on day and time) so that I can adjust the UI accordingly. So if a user normally visits a certain page eve...
2018/03/19
1,002
2,882
<issue_start>username_0: I'm trying to use the built in pandas method .str.extract to extract a substring from within a column in a dataframe I have imported. The entries within the column all follow this structure: ``` x.xx% Test1 Test2 Test3 XYZ|ZYX Oct 2018 ``` So essentially it is always a float %, following by ...
2018/03/19
754
2,475
<issue_start>username_0: How to stop a horizontal scrollbar from affecting the vertical align of the text inside a div? I want the text centered and the scrollbar can be under it. Is it also possible to place the scrollbar on the underside of the outer div (without affecting its height) and affecting the scroll of th...
2018/03/19
1,315
5,680
<issue_start>username_0: Example ViewModel: ``` public class NameViewModel extends ViewModel { // Create a LiveData with a String private MutableLiveData mCurrentName; public MutableLiveData getCurrentName() { if (mCurrentName == null) { mCurrentName = new MutableLiveData<>(); } return mCurrentName; } ...
2018/03/19
1,104
3,923
<issue_start>username_0: We got OOMKilled event on our K8s pods. We want in case of such event to run Native memory analysis command BEFORE the pod is evicted. Is it possible to add such a hook? Being more specific: we run with `-XX:NativeMemoryTracking=summary` JVM flag. We want to run `jcmd VM.native\_memory summar...
2018/03/19
413
1,374
<issue_start>username_0: I've been testing a regex of mine. The goal is getting a concrete and named url parameter from a website for replacing it. Now I almost achieved to get the parameter with this regex: ``` .website.com.+tag=(?P.+&|.+\s) ``` This works fine when the tag is at the end but it gets the value for ...
2018/03/19
394
1,509
<issue_start>username_0: I have two textEdits and a bunch of buttons that serve as an input to these two textEdits (similar to a calculator). How do I prevent the softkeyboard from appearing when the use presses on any of the textEdits and allow my buttons to input the values as they are pressed. To summarize: I want...
2018/03/19
625
2,231
<issue_start>username_0: I'm trying to launch the following code. The Application window opens but as soon as I click on the button, the window crashes. ``` import sys from qtpy import QtWidgets from src.ui.mainwindow import Ui_MainWindow from src.Run_OMD_Process import run_omd app = QtWidgets.QApplication(sys.argv)...
2018/03/19
1,396
3,639
<issue_start>username_0: I had a problem, maybe easy but I couldn't handle this. How to remove all k8s containers and images from local machine? ``` gcr.io/google_containers/k8s-dns-sidecar-amd64 Up 36 minutes k8s_sidecar_kube-dns-6fc954457d-mwgvb_kube-system_fd5ebaed-c63c-11e7-b3c8-28d24484a79b_116 gcr....
2018/03/19
271
1,093
<issue_start>username_0: I'm new to react and gulp. And I have a question that night look silly to experts but I've been struggling with it for quite sometime I'm building a react project with a few react files and I try to bundle then with browserify and gulp but it seems browserify only receives one entry. Consideri...
2018/03/19
457
1,385
<issue_start>username_0: * [WWW::Mechanize::Chrome](http://p3rl.org/WWW::Mechanize::Chrome) 0.10 * Iridium 2017.11 in a headed desktop session I want to set the value of a certain **formless** input field. ``` my $field = $w->selector('tr.edit td[data-attribute="name"] input', single => 1); ``` finds it. ``` $fiel...
2018/03/19
866
2,933
<issue_start>username_0: So I'm trying to print out the values inside a 2D array, through a function called printArray, but everytime when i try it saysidentifier "print" is undefined.. I'm sure im doing something super super wrong, so any pointers would be greately appreciated :). Also i'm trying to do it as simple...
2018/03/19
1,933
5,789
<issue_start>username_0: I have dataframe `users` with different columns. My goal is to add the column [`uses_name`] which should be `True` when a password is the same as each users first or last name. For example, [`user_name`] in twelve row contain `milford.hubbard`. Then in [`uses_name`] will be `True`, because th...
2018/03/19
1,661
5,070
<issue_start>username_0: Given two faces f and f' with a common edge e, i'm looking for a way to rotate f around e. See: [illustration of f/f' and e](https://i.stack.imgur.com/KWW99.png) My goal is to unfold f and f' so they can be mapped on the same plan. More specifically, I want the coordinate of the vertex r of ...
2018/03/19
635
2,482
<issue_start>username_0: I am using genymotion to run my React Native dev environment. When a specific component loads, I get the console.error message: `there was a problem sending log messages to your development environment` with a weird stack trace that uses in place of several named functions. I narrowed the pro...
2018/03/19
576
2,175
<issue_start>username_0: i'm writing tests in selenium and want to change proxy to auto-detect in firefox, default is proxy from system settings. How to do it? I have code below: ``` public class SodirRejestracja { String baseUrl = "http://google.pl"; String driverPath= "C:\\geckodriver.exe"; WebDriver driver; @Bef...
2018/03/19
526
2,236
<issue_start>username_0: I am trying to make I/O (db) calls on input event of a Node-Red Node. So, If I have many input events, all the calls to db are added to callback queue and are processed only after nothing is left on call stack. This is adding up to memory and I am getting heap out of memory after some 50K in...
2018/03/19
517
1,887
<issue_start>username_0: I am writing a question with LINQ to join li. How do I get the result table with 3 table combinations? I have to combine the table in one line. Any ideas? ``` Peole --------------- Id | 1 Id |2 Name | David Name |Ameyy Surname| David1 Surname...
2018/03/19
373
1,381
<issue_start>username_0: I am trying to attach a `*.mdf` file to a SQL Server Express version. But I still have a problem with attach and then I removed a database and create a new but same problem when I use `Update-Database` in Package Manager Console. My default connection string is: ``` "DefaultConnection": "Ser...
2018/03/19
255
992
<issue_start>username_0: Are Instrumentation tests for Android Espresso available on CircleCI 2.0? If yes, can anybody, please, help to configure config.yml file for me? I’ve made thousand attempts and no luck. I can run unit tests, but not Instrumentation. Thanks<issue_comment>username_1: TLDR; No There is no callba...
2018/03/19
992
3,370
<issue_start>username_0: This has got to be a common problem with a simple answer but I can't seem to turn up a solution. Using an Excel macro, I examine a website home page for links and put those links into a range in Excel. Now I want to make those values into hyperlinks. ``` Set allLinks = objIE.document.GetEle...
2018/03/19
557
2,108
<issue_start>username_0: I have 2 microservices built using Netflix eureka. They communicate using feign client. In my local environment feign client works without any issue. But in the Predix (a cloud foundry) environment they fail to communicate. Feign client always gives connection time out error. As found that feig...
2018/03/19
973
2,765
<issue_start>username_0: So I have a dataframe (or series) where there are always 4 occurrences of each of column 'A', like this: ``` df = pd.DataFrame([['foo'], ['foo'], ['foo'], ['foo'], ['bar'], ['bar'], ...
2018/03/19
375
1,445
<issue_start>username_0: I am getting this error after upgrading one of my project dependencies (ngx-config). Here is the full error from the console. `Unhandled Promise rejection: Endpoint unreachable! ; Zone: ; Task: Promise.then ; Value: Endpoint unreachable! undefined (zone.js:630)` Note: `ng serve` works and co...
2018/03/19
726
2,503
<issue_start>username_0: I'm using: * Google App Engine with Google Datastore * Zk 8.5 with the MVVM design I'm having an issue trying to display an arrayList in a grid like this: ``` ``` It will display for each row something in this format : **com.mypackage.entity.Client@3c3f784e** My Entity: ``` @Entity publi...
2018/03/19
524
2,335
<issue_start>username_0: I'm new to python, so please be gentle. In learning python and writing my first few scripts, I quickly glossed over any tutorial sections on `virtualenv`, figuring it wouldn't provide me any benefit in my nascent stage. I proceeded to hack away, installing packages as I went with `pip3 insta...
2018/03/19
450
1,845
<issue_start>username_0: I am using Redux-Form, where I have 2 fields 'client income' and 'partner income', and I need to show the sum of the values in another field, *onChange* of above 2 fields. I tried storing the sum in a global variable but it's not working. The behavior is like below, if I try adding 12+ 13 ins...
2018/03/19
737
2,499
<issue_start>username_0: I have a jQuery get request like this ``` get('myfile.php', function(data) { alert(data); } ``` It is working correctly but sometimes it can take a long time to process myfile.php How can I add a spinner gif to this so that it gives the user some indication that it is loading? Is there ...
2018/03/19
1,176
4,175
<issue_start>username_0: I'm rather confused about how the code below works. I expect that after Promise.resolve() returns a resolved promise - not a pending one - .then() whould immediately consume it/fulfill it, meaning; in each reduce callback call, two questions will be asked (the chain of promises) - BUT de-facto ...
2018/03/19
765
2,849
<issue_start>username_0: I am trying to create a pipeline that wait for new csv files in a GCS folder to process them and write an output to BigQuery. I wrote the following code: ```java public static void main(String[] args) { Pipeline p = Pipeline.create(PipelineOptionsFactory.fromArgs(args).withValidation().a...
2018/03/19
1,340
5,412
<issue_start>username_0: My application uses a third party API that throws an exception belonging to another api-handling module. The code looks something like this: ``` #API Module def getdatafromapi(req): # Trying to get data ... if response_err in data: raise APIModuleException('API error') if c...
2018/03/19
284
1,127
<issue_start>username_0: My cod is that one and this error appears in the last line of the class, what should I do to solve it? ``` public class SSID { class func fetchSSIDInfo() -> String { var currentSSID = "" if let interfaces = CNCopySupportedInterfaces() { ...
2018/03/19
967
3,684
<issue_start>username_0: Unable to refresh the Config files by using '<http://localhost:9001/refresh>'. If I restart the Client application, the updated config's are loading fine. The following is the simple rest controller I am using to test the same. The refresh is run using the curl command 'curl -d {} localhost:900...
2018/03/19
363
1,210
<issue_start>username_0: I am trying to check if the field is 0 or null and if so, the remaining amount will be equal the invoice amount. This error appears and I searched for it but I found nothing! [![enter image description here](https://i.stack.imgur.com/Rde3x.png)](https://i.stack.imgur.com/Rde3x.png) Here is ...
2018/03/19
1,037
3,777
<issue_start>username_0: Im working on a Flutter app and trying to add a segment to my app. Is it possible to achieve it in Flutter. So i would like 2 different widgets for the 2 buttons. It is similar to the TabBar in Flutter or Segment in native apps [![enter image description here](https://i.stack.imgur.com/0kkzK.p...