All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
2 views

Dynamically add a component to an event template in FullCalendar

Is there a way to dynamically add a component to an event template in FullCalendar? eventRender(trip: Trip, element, view: View) { $(element).children().not('.fc-resizer').remove(); //here ...
0
votes
0answers
2 views

how to find language of the current session when calling odata service without passing any language

We have a use case where we integrate with S4HANA Odata service using a technical user We do not specify language anywhere while calling the service The service returns response where some elements of ...
0
votes
0answers
5 views

how to select html tags in .css file .?

i am putting class and value for every tag then .css is selecting them. code HOME ABOUT MORE when i try to select element like , .li{} , in css file the tags dose not apply on it here is the image ...
0
votes
0answers
4 views

Toggle Button is not where i am wrong

Restorante con Fusion Home About Menu Contact
0
votes
0answers
2 views

Why is deserialization with quarkus-panache, hibernate and jsonb failing?

I wanted to play around with hibernate, panache and quarkus a bit. I wanted to build a "tracing" api where a person can have several traces but a trace can only be owned by one person. but I ...
0
votes
0answers
2 views

Increase graph size in plantUML from python?

MWE To generate PlantUML diagrams in (sub)folder: /Diagrams/ I use the following python script: from plantuml import PlantUML import os from os.path import abspath from shutil import copyfile os....
0
votes
0answers
2 views

Wordpress -> nesteed post loop does not return the number of posts specified in 'posts_per_page' parameter

Why the nested post loop for post_type => 'personalne' does not return the nuber of posts specified in 'posts_per_page' parameter' ? Nested loop seems to work ok ('posts_per_page') for 2 first ...
-1
votes
0answers
5 views

statistics of ip addresses which access Web Apis net core

I have a Net core 3.1 Web Application project. And I need to know which IP Addresses access my Web APIs, and how many times every IP sends request to my APIs. I need this statistics to make business ...
0
votes
0answers
8 views

How to flag duplicate rows in pandas dataframe

I got this dataframe and would like to add a column that indicates if a client_id exists more than onces. client age-group category 1 <18 basic 1 <18 ...
0
votes
0answers
2 views

How can I avoid ambiguous in android espresso test

I made a android ui test by using Espresso recording, but the ambiguous exception has occured with these logs.. The button making a issue is in the Customview, and the customview is also in a card ...
0
votes
0answers
2 views

Spring Data MongoDB Query - Named Array Parameter

i'm using Spring Data MongoDB to access a local MongoDB instance. I would like to write some custom queries and i need to reference Array & List parameters. It works fine using ?0, ?1, ... but i ...
0
votes
0answers
3 views

MAC terminal shows “aborted” but the program still run

Sometimets an "aborted" appears on the top of the terminal. But the program still run and I don't understand why it appears and if the result is trustable. Any idea? enter image description ...
0
votes
0answers
4 views

JSF tags (xHTML page) are not renderd as HTML

I am trying to do JSF Primefaces with spring boot HTML pages works fine. but the xHTML pages, does not get converted into HTML. if I do F12, I see the JSF tags (basically the same way I see it in ...
0
votes
0answers
2 views

Atom editor and build-make

I have installed the Atom build package, and the build-make package so as to use make for my project. There appears to be no information anywhere about how to get build-make working. What does one ...
0
votes
0answers
5 views

Colouring Filtered Results and copying over minus the header

Im trying to filter my data by month and by invoiced and then colour the results and copy them over to a seperate tab at the bottom of the data, it all works but it seems to colour every row below my ...
-1
votes
0answers
5 views

Increment object (str) in django model [closed]

I just started with python/django an got a problem I can't solve by my own right now. I got an object which I want to increment when calling. if request.method == 'GET': lastbnum = Ordernumber....
0
votes
0answers
12 views

Can you locally declare a global variable for eslint?

With eslint you can declare a global variable with /* global <name-of-var> */. For example /* global document */ const elem = document.querySelector(selector); Is it possible to declare a ...
0
votes
0answers
4 views

How to position buttons in scrollview using kivy

I have some buttons inside a gridlayout in a scrollView. I have been trying to postion those buttons at different positions but they are not changing. Please how do I position those buttons at ...
0
votes
0answers
3 views

How do i update Google ReCaptcha v2 to v3 in .Net MVC?

i want to change my recaptcha version from v2 to v3, So which changes i have to do in my code?
0
votes
0answers
11 views

How to pass all the form values to a validate funtion in formik

I am trying to validate several inputs according to each other. so I need to pass current form values to validate function. Is there anyway to do so in formik. for more insight, I declared all my ...
0
votes
0answers
10 views

Laravel relation problem after update to version 6

i updated laravel version from 5.6 to 6 one week ago for implementing new things on my API, problem is after the update one of my relations just broke. At certain point after login i need to retrieve ...
0
votes
0answers
3 views

Can someone help me to understood this piece of vbscript malicious code?

How to deobfuscate this piece of code WaZmQrBO = Array(187,pm,FPw,218,102,113,148,177,260,127,249,176,nlg,ByW,229,128,238,qVH,244,163,189,236,253,138,eGy,216,Cu,232,8,ByW,215,168,194,156,221,114,102,...
0
votes
0answers
5 views

.Net core 3.1 run methods in parallel

I want to achieve the following: public AddItem() { //Code goes here db.Items.Add(item); db.Savechanges(); } public AddLog() { //Code goes here db.Logs.Add(log); db.Savechanges(); } ...
0
votes
0answers
8 views

React Native checkbox element is not working

I am using checkbox from react-native-elements. I am facing issue with Checkbox checked value. My requirement of this app is first I have to get data from database. From database I am getting ...
-2
votes
0answers
11 views

directory named “false” appears for no reason [closed]

When running a Python program, or just installing a package via pip, Python creates directories named false/ in my current directory. This must be a bug in some library! Does anyone know which one is ...
-1
votes
0answers
10 views

python solving a problem similar to Einsteins riddle [closed]

I am trying to solve just for fun an easy constrain problem very similar to Einstein riddle. after some research i wrote some code. This is my first time working with this kind of problems. However ...
0
votes
0answers
7 views

pass instance of generic type »as is«

Consider this sample code which results in a compile error: interface Options<T extends string> { name: T } class A<T extends string> { constructor(readonly options: Options<T>){...
0
votes
0answers
10 views

not mandatory regex group

I have several folders: folder1/folder2/channel_1/perf/filename.txt folder1/channel_2/filename.txt I want to extract 'channel' and not mandatory 'suffix' which can go after 'channel' I've tried this ...
0
votes
0answers
4 views

moment.js get the last saturday

I want to use .startOf('day') on last saturday, and if today is saturday, I want to get the start of today. I tried this but is seems not working: moment().isoWeekday("Saturday").startOf('...
0
votes
0answers
4 views

Gluon - how to create webview to communicate with native (iOS)

The mobile app interface implemented via Gluon must be written in JavaFX, this is not our option, as we need to use HTML/JavaScript/CSS/Reactjs to build the interface. So I am trying to create an ...
0
votes
0answers
4 views

ProviderNotFoundException (Flutter)

I have a ChatRoomPage that displays several Message. More specifically,within the _ChatRoomPageState's build method, it returns a MultiProvider, and one of the child widgets down the tree of the ...
0
votes
0answers
2 views

An error occurred and my app crashed when it started

The following error message is displayed in log information when the app crashes upon being launched: toCharArray()
0
votes
0answers
2 views

Unable to Run a Simple Python Script on Fluentd

I have a python script called script.py. When I run this script, it creates a logs folder on the Desktop and downloads all the necessary logs from a website and writes them as .log files in this logs ...
0
votes
0answers
2 views

Can you use weighted least squares regression with multiple independent variables?

I have recently ran a multivariate regression with five independent variables and my model appears to heteroscedastic. Is it possible to use weighted least squares regression to overcome this? (All ...
0
votes
0answers
4 views

Omnithread DELPHI, many calls in the some function

Delphi10.2.3: OTL, FMX, ACTIVEX DCOM i have a big problem in my code to call the parallel.Async many times i have 6 ActiveX DCOM in Delphi, and wanna call these in same time, to calculate an invoice, ...
0
votes
0answers
4 views

How do we figure out all the mappings which are using a oracle package in it?

I there a way to figure out all the mappings which are using an oracle package in it? rather than opening each and every mapping and searching for the stored procedure transformation and checking its ...
0
votes
0answers
5 views

OPENGL lighting result comes out wrong

my desired outcome(in red) Hi, I'm trying to make my code in opengl c++ to produce this(with light coming from (1,1,1)), and it doesn't work and produces this. Can anyone teach me why? I thought it ...
0
votes
0answers
4 views

Rsync exclude directory using text file not working

I have the following rsync to create backup and I want to exclude cache folder from the website: rsync -aAXv --delete --exclude-from='/usr/local/maxicron/rsync/conf/exclude.txt' /home/admin/domains/...
0
votes
0answers
11 views

Heap corruption after second use of strcat

This is driving me nuts because I'm not seeing what bonehead mistake I'm making here. In the following snippet (note this is just a test snippet is from a larger method), I'm basically just attempting ...
-1
votes
0answers
7 views

How are JDK Dynamic proxies and CGLIB proxies used in Spring?

I was giving an online assessment test, encountered this question. So what are JDK Dynamic proxies and CGLIB proxies and how they are used in the Spring framework?
0
votes
0answers
17 views

How to return the variable “a” in the function below

It's a simplified function. It keeps returning 0 while I expect this to return 5. How come? public int accessKey() { a = 0; mSubscription = mAccountManager.getLoginPassword() ....
-1
votes
0answers
6 views

C# MVC Javascript Bundling Error, How To Check Javascript Syntax Error?

So I was modifying my javascript files. Before the modification, it can be bundled just fine, but after the modification, the bundling fails. Object reference not set to an instance of an object. [...
0
votes
0answers
3 views

How do I properly separate user data when implementing data anonymization in an RDBMS?

I'm trying to implement data anonymization in MySQL and PHP. At the moment I'm separating the data by encrypting the foreign key/ID using the user password and save it in the 'user' account table. But ...
0
votes
0answers
5 views

Exclude files added/changed by a merge from hg status

I have a repository default and a branch mybranch. Now I want to use hg status to show files which were added/changed in my branch but exclude files which were added/changed by a merge from default. I ...
0
votes
0answers
7 views

Cookies blocked because host

I'm having a problem in a ionic proyect, where a proxy is used to connect to the API when debugging in the browser. This application connects to an API that has a PHPSESSID cookie for the host ...
0
votes
0answers
11 views

JavaScript - parseInt for more than 16 character [duplicate]

I tried converting string to integer for 20 character and found it didnot gave me correct answer. console.log(parseInt('12345678901234567890')) >12345678901234567000 As I searched deep into it, ...
0
votes
0answers
6 views

i am trying to copy the text of selected treeview nodes to clipboard but only getting the last node in clipboard. please suggest

team, i am using excel/vba to create a tree structure. nodes have checkbox in front of them. i am using a recursive function to travers the nodes and copy the text of selected/checked nodes. i tried ...
0
votes
0answers
5 views

Is there a way to get eauto to properly invoke econstructor?

I'm working through CPDT, going along with the exercises from here: https://www.cis.upenn.edu/~bcpierce/courses/670Fall12/ In this case I'm on 17, here: https://www.cis.upenn.edu/~bcpierce/courses/...
0
votes
0answers
12 views

Yaml dump python dictionary as mapping without single quotes

I want to dump a dict to a yaml file without the surrounding quotes. Basically like a mapping import yaml windows_list = [] server_list = ['abc-def-01', 'pqr-str-02'] site_list = ['dev', 'prod'] ...
0
votes
0answers
17 views

Execute html code only for visitors who have javascript enabled [duplicate]

I want to show html code only for visitors who have Javascript enabled in their browsers. The code is inside my <body> tag, but its not executing. Any ideas what Im doing wrong? <?php ...

15 30 50 per page
1
2 3 4 5
397822