All Questions

2
votes
1answer
68 views
+100

Yarn Workspaces And Webpack Hot Module Reloading React App

I am using Yarn Workspaces to manage a mono repo. I am using webpack 4 for hot module reloading. In my mono repo I have an app, a UI component library, and another component library for authorizing ...
4
votes
0answers
155 views
+50

Associate specific paths in Atlassian Fisheye with Perforce branch mappings

Say I have branches //depot/app/main and //depot/app/dev. "Dev" was created with a Perforce branch mapping         map_main_to_dev which has the "view" of &...
3
votes
1answer
100 views
+50

Reloading a paginated mat-table fails to display rows in Angular

I have a mat-table that loads data from firebase. all-matches.component.html ... <mat-table #table [dataSource]="dataSource" class="mat-elevation-z8"> ... <ng-container ...
4
votes
1answer
96 views
+100

PHP Monolog logger RotatingFileHandler never rotates files

PHP 7.1, ubuntu 12.04 LTS, monolog version is 1.23.0. Logger initialisation: <?php $logger = new Logger('app'); $logger->pushHandler( new RotatingFileHandler( Main\...
5
votes
1answer
95 views
+150

A-Frame & ar.js: Multiple markers & boxes

Is there any proof of concept of how to implement multiple AR markers w/ A-Frame? Ex. Something like this: https://www.youtube.com/watch?v=Y8WEGGbLWlA The first video in this post from Alexandra ...
7
votes
1answer
97 views
+50

Converting 360 degree view to equirectangular in node js?

I have trying to convert 360 degree camera single fish eye image to equirectangular viewer in node js for past two days. In stackoverflow same question asked and answered in pseudo code. I have been ...
6
votes
2answers
247 views
+50

Whatsapp Automated Bot not able to search in WhatsApp Contact List

I'm trying to implement a WhatsApp bot, which uses the chromedriver and opens whatsapp web, and sends messages to the contacts. These are the steps of the program: Reads the contacts from an excel ...
2
votes
0answers
77 views
+50

uWSGI Emperor does not reload Vassal by touching the .ini file

I have multiple uWSGI vassals, all monitored by uwsgi emperor. I update the code for my app (Django) and I want the emperor to perform a clean reload of one of the vassals. To do that I touch vassal-...
9
votes
1answer
141 views
+50

Google cloud builder - Java version

I am trying to create a build pipeline with Google cloud builder. I started off with something very simple: "mvn clean deploy", the cloudbuild.yaml I am using looks like this: steps: # Build the ...
1
vote
1answer
55 views
+50

FluentNhibernate mapping of two tables oneToMany using unique instea of primary key in mapping

I' m writing desktop Project in C#. I'm using Nhibernate to communicate with database. Moreover I use FluentNhibernate into mapping of models but I'm stuck in some part of mapping. Here is My mapping ...
4
votes
1answer
71 views
+250

Supervisor.restart_child/2 or Process.exit(pid, :kill)?

I have a supervision tree, for the sake of simplicity let’s say one supervisor (S) holding one worker (W) with :one_for_one strategy. Under some circumstances, I need to reinitialize W and the ...
3
votes
2answers
29 views
+50

search menu with result count per option

On various websites there is a search bar that already depicts the amount of results you will get per option you can select. In some cases there is a tenfold of options you can choose from and for ...
2
votes
0answers
110 views
+100

spark driver pod stuck in Waiting: PodInitializing state in Kubernetes

I am running Spark 2.3 job on kubernetes cluster kubectl version Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.3", GitCommit:"d2835416544f298c919e2ead3be3d0864b52323b", ...
10
votes
1answer
175 views
+50

How can I use Sphinx with subpackages without duplicating everything?

I have the following package structure as a minimal example (for convenience, all is uploaded here): . ├── sphinx │   ├── build │   ├── Makefile │   └── source │   ├── conf.py │   ├── index....
4
votes
0answers
42 views
+50

Kernel Build Caching/Nondeterminism

I run a CI server which I use to build a custom linux kernel. The CI server is not powerful and has a time limit of 3h per build. To work within this limit, I had the idea to cache kernel builds using ...
-6
votes
1answer
121 views
+50

Javascript Console Commands Not Working After Ajax Sending Back in Page

I'm controlling a website in chrome developer console. There is a form and a submit button for sending the form via ajax (I guess) without refreshing the page. The form is resetting after sending ...
6
votes
2answers
186 views
+50

C# WPF fit application depending on monitor size after maximize/minimize after moving between monitors

I have two monitors: Screen 1: which is secondary screen with 1920x1080 Screen 2: which is primary screen with 1600x900 Screen 1 is larger then Screen 2. When I open my application in Screen 2, ...
6
votes
1answer
75 views
+50

Find the path a bouncing SKSpriteNode will take

I'd like to display two lines when a SKSpriteNode is being bounced around the screen — one of where the node is going towards, and second which is in what direction the node is going to bounce off of ...
1
vote
2answers
75 views
+50

how to authenticate user with email only passport.js?

I am trying to authenticate my user with specific flow. User will enter email for signup and user will be logged in immediately to the account and I will send email confirmation link, with that link ...
1
vote
1answer
113 views
+50

Algolia search result is overidding css format

I am searching using algolia search. Everything works but instead of the search result to displaying in columns it's only showing in a list format This is the display in normal html code but when ...
0
votes
1answer
45 views
+50

Selectively request root access for a piece of a (packaged) python .app

This problem involves the collision of several problems, all of which I understand only somewhat well, but I include them together because they could all be the entry point for a solution. Here is the ...
8
votes
2answers
123 views
+50

Http interceptor Error Response in complete in chrome

I am facing weird issue while working with httpinterceptor in angular 5. I am not able to get the error response and error status code in Chrome and but able to get in IE below is my HttpInterceptor ...
0
votes
1answer
48 views
+50

IMEI SV 71 - Does it mean 71 times serviced?

I just checked what is SV. I came to know that it is software version number. I just found that SV is 71. So is it refurbished mobile?
0
votes
1answer
30 views
+50

PM2 console.log asynchronous?

As per Node.js documentation: The console functions are synchronous when the destination is a terminal or a file (to avoid lost messages in case of premature exit) and asynchronous when it's a ...
4
votes
3answers
176 views
+50

How to exclude an element from a Firestore query?

I have a collection of users and I want to query all users from the database and display them in a RecyclerView except one, mine. This is my db schema: users [collection] - uid [document] - ...
30
votes
12answers
9k views
+50

Google Play - Fully Shadowed apk

I have an existing app on the PlayStore. I am releasing new version of the app as staged rollout. However, I am not able to publish the app due to "Fully Shadowed APK" error. So far, I haven't found ...
2
votes
1answer
36 views
+50

Implementing cloud watch like metric aggregator for real time monitoring of applications

I want to design something like amazon cloud watch for real time monitoring of applications I own and I run in my own cluster of machines (not AWS cluster). Basic requirement: Ability to publish ...
2
votes
0answers
81 views
+100

Owl Carousel enable drag while fast scrolling on mobile ios/android

I try to drag my carousel while i scrolling fast up/down but it not working in ios/android. Here is my example $('.owl-carousel').owlCarousel({ autoWidth: true, center: true, items: 3, ...
8
votes
4answers
282 views
+50

How to map an OptionalLong to an Optional<Long>?

I have an instance of OptionalLong. But one of my libraries requires an Optional<Long> as parameter. How can I transform it? I was dreaming about something like this: OptionalLong ...
6
votes
0answers
126 views
+50

When i try to invoke my registered protocols one after other ,only one can invoke randomly

I have registered two protocols. When i try to invoke both protocols in same event,only one invoke at a time in Chrome browser. $(function () { $("div[href]").click(function (event) { ...
6
votes
3answers
264 views
+100

Is graphql's ID type necessary if I've set an unique identifier with dataIdFromObject in Apollo Client

I'm using graphql + mysql + react-apollo and here's one of the graphql type for User table: type User { id: ID! name: String! } My issue with ID scalar type in graphql is that it is returned as ...
6
votes
1answer
107 views
+50

Material Dialog gets stuck when called onClick of leaflet Marker

I have a project where i have a map (using ngx-leaflet ). On click on a marker i want to show a Dialog from Angular Material. The Dialog opens but when i click on the close button, it reopens again ...
2
votes
2answers
108 views
+50

express session not saving for Ipad

I am trying to save a session variable for a user when they login. This works on the computer, but when I try it on an iPad using Safari or Chrome it doesn't save. Here is where I set up my session: ...
-1
votes
0answers
61 views
+150

WARN ShutdownHookManager: ShutdownHook '$anon$2' timeout,

I have spark job-which is reading file, connecting to DB server doing some calculations and them create different .csv file ,since yesterday its continue to fail with this error WARN ...
3
votes
1answer
82 views
+100

SOAP - load local WSDL file

How to load a local WSDL file into SoapClient? $wsdl = __DIR__.'/wsdl.wsdl'; $this->client = new SoapClient($wsdl); $xsd = __DIR__.'/wsdl/xsd/xmldsig-core-schema.xsd'; PHP Fatal error: SOAP-...
4
votes
2answers
185 views
+50

Implement Simulated Thread#sleep()

Background I am designing my software so that I can easily perform unit tests. I have an IClock interface which, among other methods, has IClock#wait(TimeUnit timeUnit, long duration). This method ...
4
votes
1answer
102 views
+50

Opening Keras model with embedding layer in Tensorflow in Golang

I am trying to implement my Keras neural network in Go using the tfgo package. The model includes 2 regular inputs and two Keras embedding layers. It looks like this: embedding_layer = Embedding(...
3
votes
0answers
64 views
+50

Firebase Analytics initialise for unit test (Mockito) in Android

I am running a unit test with @RunWith(MockitoJUnitRunner.class) I have used firebase Analytics to log events MyApplication.getAnalytics().getInstance(appContext).logEvent(eventType, bundle) ...
0
votes
1answer
65 views
+50

Why Post method of okhttp occur error [Content-Type header specified in HTTP request is not supported: application/x-www-form-urlencoded]?

I call a Rest API of salesforce by post method: url = "https://test-dev-ed.my.salesforce.com/services/apexrest/AccountUsers/" client = OkHttpClient() val jsonIn = FormBody.Builder() ...
3
votes
1answer
108 views
+150

Dynamic content for model popup based on link selected

I have an array of Accept Reject button. if a user clicks on these buttons separate model popup will show. Accept and reject button link has separate data-id and data-action. My aim to write a single ...
-1
votes
3answers
105 views
+50

How to correct Select Spool in the BAT file

I am writing a BAT file in the windows servers which will connect to the oracle and select output will be spooled to a file and output file will be placed to the network drive. I have done this via ...
2
votes
2answers
57 views
+100

Ionic 3: Getting value from PlayStore link

I have an Ionic 3 app and I want to set some variable inside it based on the download link from Playstore. For example, http://linktoplaystore.com/app?account=4 would set the account variable inside ...
0
votes
3answers
51 views
+50

Why CLSLog messages are missing in Crashlytics?

I have an app logging its crashes to Fabric's Crashlytics platform. The crash logging works as expected, as it can be observed through the platform's dashboard. However, calls to the command CLSLog ...
1
vote
2answers
62 views
+100

How to convert video file from ios to base64 in ionic 3

I am trying to convert a video url which we can retrieve from ios device and convert it to BASE64 in ionic 3, but unable to achieve BASE64 url. iOS Video url : filePath = /var/mobile/Containers/Data/...
1
vote
1answer
120 views
+50

Yii2- Unable to upload image

I am working on yii2. In one of my view, I am trying to upload an image. But I am unable to upload it. Model class MeterAcceptanceHeader extends \yii\db\ActiveRecord { public static $status_titles ...
5
votes
3answers
156 views
+50

I have 4 different xcode projects.i want to call viewcontroller of different project from one single project.How can i do this

I have 4 different XCode projects for different modules on different branches of git. I want to make a common project/app through which i can call all 4 modules. There modules are to be displayed like ...
0
votes
1answer
43 views
+50

Access gennerated css in webpack plugin using style-loader

I've a written a webpack plugin which reads less source files and then after processing genrates a short css which allows to override the color specific styles in browser using less.modifyVars(). Here ...
3
votes
1answer
92 views
+50

Swift Test passing arguments

Does anyone know how to provide command-line argument for swift test ? I have tried : swift test "myDBName" But I got unexpected argument error. List of possible arguments are : OVERVIEW: Build ...
0
votes
0answers
19 views
+50

eBay oauth token flow on small screen i.e. smartphone

I've been struggling for couple of days with eBay token authentication on smartphones. I am able to register customer tokens on desktop systems, tablets and hires smartphones. On the android app there ...
1
vote
0answers
59 views
+100

C++ DXVA Library “An operation failed because a DDC/CI message had an invalid value in its command field.”

I'm trying to create a C++ console application which will automatically adjust my monitor's brightness based on the average brightness of pixels being displayed on my screen. Unfortunately before I've ...

15 30 50 per page