All Questions
24,200,584
questions
0
votes
0
answers
5
views
PySpark: Add a penultimate layer to a model to manipulate final embeddings
I have been going through the GitHub repository for SparkNLP and PySpark and my objecive is to be able to add another layer to BertSentenceEmbeddings.
Pyspark seems to eventually call the Bert ...
0
votes
0
answers
5
views
Remove extra measurements within specific brackets per ID in R
I have a long dataset in which each participant should have 9 measurements, but they all have more than 9.
These measurements need to be within specific brackets of the Weeks variable.
Measurement 1 ...
0
votes
0
answers
6
views
Switch between account online and offline in android kotlin
I am student learning android application developing and now I want to develop application that I will make user online and offline I have API for both of them which I send user token to API.
I make ...
0
votes
0
answers
3
views
this.$router.push not working in nginx server
the all funciton of routing vue.js project is working well in local test.
However, this.$router.push method doesn't work when testing nginx server.
The nginx server has the proper configuration to ...
1
vote
1
answer
11
views
Is There a Way to Expose a Plot Generated Using a Pandas Dataframe as a Jupyter Notebook as an App to the End User?
Current Workflow
Right now, me, as an ML engineer, am using a jupyter notebook to plot some pandas dataframes. Basically, inside the jupyter notebook, I am setting some hard-coded configurations like
...
0
votes
0
answers
8
views
How Raspberry Pi Pico Connect The USB Device?
I have a raspberry pi pico, a usb storage device, the usb lines with D+, D-, VCC and GUN. My develop environment is pico-sdk.
I want to connect the usb storage device to the raspberry pi pico, but I ...
1
vote
0
answers
3
views
Issue with Draggable Curve Segment and Y-Axis Alignment in PyQt5 PlotWidget
I have been struggling with a problem for about a month. I have used ChatGPT-4o during this time, but it hasn't provided a satisfactory solution. The issue is as follows:
When a user clicks on a part ...
0
votes
2
answers
11
views
Why is my GitHub scheduled workflow not triggering? (solved)
Update:
Nevermind. It wasn't working for the last few hours of me trying to get it up and running. But now, suddenly, it's working.
Action isn't actually going once every five minutes - more like once ...
0
votes
0
answers
12
views
Rendered more hooks than during the previous render | Next.js Server Component | next-auth
I am using Next.js 14 with App router. And next-auth as auth-mechanism.
This is my Server component.
/@app/(dashboard)/page.tsx
import { AdminDashboardPage } from "@/features/admin/dashboard/...
1
vote
0
answers
6
views
CUDA dynamic parallelism -- Is there a way to infinitely nest kernel launches?
Now, I'm using CUDA dynamic parallelism to create the kernel in a kernel function.
In the CUDA document, kernel functions can only be launched a fixed recursion depth because of resource constraints.
...
-3
votes
0
answers
19
views
How to verify website ownership to upload my webview android app on playstore? [closed]
I have developed a website on Wordpress and I wanted to upload it's app on google play store. But when i uploaded it on play console, it got denial from play console and as a reason it asked me to ...
0
votes
0
answers
11
views
SignalIntegrity cannot import name 'math' from 'numpy'
I can not launch the SignalIntegrityApp GUI application
I carefully followed the instructions in the website:https://github.com/Nubis-Communications/SignalIntegrity/wiki/Installation
However, when I ...
0
votes
1
answer
17
views
I want to extract until I get to an excel row with a specific character in it
I got Sheet 1. It contains two lists, listA and ListB.
I would like to split two lists, like sheet 2 and sheet 3 by using only formula.
Because I have a lot of sheets like sheet 1, and I have to split ...
0
votes
0
answers
5
views
Dax formula to see latest week sales for a selected itinerary and its 4 week average
I have a column called as at date that gives a snapshot of sales by countries. I would like to filter out the latest week as a measure "This Week". At the same time I want to see what is the ...
0
votes
0
answers
4
views
How to fit mermaid diagram to fit into the parent container ngx-panzoom
We have a mermaid diagram data and we're rendering mermaid content using mermaid library in Angular. I have wrapped mermaid content within panzoom to exploit zoom-in and zoom-out functionality, the ...
0
votes
0
answers
4
views
how to dymiclly inject a repository in Nestjs
I want to create a service that receives an entity and creates a repository
this is my trials:
export class MyService<T extends ObjectLiteral> {
protected repo: Repository<T>;
...
0
votes
0
answers
6
views
Android viewpager2 + viewpager2 + webview
In viewpager2, the item of vp2 at the innermost part of viewpager2 is webview. How to handle sliding conflicts, prioritize responding to webview's sliding, followed by the parent vp2, and finally ...
0
votes
2
answers
28
views
My elements (innerHTML) goes out of Container. How to prevent it?
I have a registration form.
Container form - and inside div elements (login/email)
Height and Width are constant (width: 90%, height: 440px)
And have <div class="error"> element - ...
-1
votes
0
answers
9
views
How do I run an mp3 file from a batch file?
I need to run an mp3 file from a batch file. The mp3 is in the same folder as the batch file.
I have tried inserting the file location and also trying to see if theres a run file. Does anyone know ...
0
votes
0
answers
7
views
Ironsource LevelPlay Unity DemoProject always Ads are not available for rewarded and Interstitial Android build
A fresh new project
I imported the LevelPlay package 8.2.0
gradle.properties added
android.useAndroidX=true
android.enableJetifier=true
Otherwise it fails to build
MobilDependencyResolver resolved ...
0
votes
0
answers
15
views
Popover content misaligned inside safe area
I have a .popover with some content. I want it to ignore the safe area and function just as it would normally. This is what it should look like:
However, the content has a gap for the safe are and ...
0
votes
0
answers
3
views
JupyterHub Docker setup: Unable to login with admin credentials, encountering configuration warnings
I'm setting up JupyterHub using Docker and encountering issues with user authentication and configuration warnings. Here's my setup:
# Dockerfile
# Use Python 3.11 base image
FROM python:3.11-bookworm
...
-3
votes
0
answers
8
views
My navbar is as simple as ABC and keeps returning URL not found [closed]
<div class="header">
<nav>
<div class="nav-links">
<a href="#home.html">Home</a>
<a href="...
0
votes
0
answers
6
views
Bug in finding image in electron with sqlite
So, my problem is that my app can't find my image, and on my sqlite database there's just a txt file that says undefined:
This function goes immidietely after entering the app
ipcMain.on('load-...
0
votes
0
answers
4
views
How to generate aerospike key edigest from namespace,set,userkey without aerospike lib
To better understand how aerospike works I want to write a python script that generates the the key from namespace, set, and userkey.
I know that aerospike is using RIPEMD-160 hash and it looks like ...
0
votes
0
answers
8
views
I can't completely create a PyDev project in Eclipse
Whether I install PyDev as a plugin or as a web address from which to download the libraries in Eclipse, it always gives me the usual problem when I try to implement a project in Python. I can create ...
0
votes
0
answers
8
views
Is fingerprints biometric authentication supported in flutter web?
I'm building a web verification system with flutter. And it requires biometric data capturing like fingerprints, but the problem is no biometric (fingerprints) package support flutter web. Is there a ...
0
votes
0
answers
15
views
Maps JavaScript Api
I am working on my final year project where I used google map api but the map is not loaded in my website,
when i console the browser then it shows me this error.
**
Google Maps JavaScript API has ...
0
votes
3
answers
32
views
Why are all rows of my matrix the same as the last row?
Can someone please help me find fault in my code? If I create a blank 2D matrix with static initial value, it returns the correct transposed matrix. Whereas if I create a blank matrix using a for loop,...
0
votes
0
answers
8
views
Swap Axes of Violin plot Python
I am trying to create a violin plot in seaborn and would like to have the axis revert.
The full code for plotting violin is here 1. For me it would be more useful if I could swap the violin ...
-1
votes
0
answers
23
views
printing a String multiple times by multiplying it by an integer [duplicate]
How do I print a string more than once in Java?
I expected to print the string repeatedly. Something like this, I tried to print "a" 40 times (meaning I tried to print a string 40 times on ...
0
votes
1
answer
10
views
Fontawesome svg-icons in openlayers
I know similar questions have been asked before but their answers don't help me.
I'm trying to use Fontawesome-Icons as markers in an Openlayers map like this:
const svg = `
<svg ...
-1
votes
0
answers
11
views
Forge Minecraft Modding - Saturation Overlay [closed]
I'm newer to minecraft modding and I am trying to figure out how I can have a saturation effect overlayed on the player's screen. I want an item to trigger this effect so that on use the world looks ...
0
votes
0
answers
5
views
Google Canary, Docker and Gemini Nano
Can I run the latest Google Canary with the Gemini Nano model in a Docker container in headless mode and interact with the model via Selenium (execute_script)? If so, how do I do it?
1
vote
1
answer
27
views
Logical error in sequence 011212201 question
I am trying to solve this following challenge:
The example sequence 011212201220200112 ... is constructed as follows:
The first element in the sequence is 0.
For each iteration, repeat the following ...
-1
votes
0
answers
14
views
macOS app crashes in Xcode and then doesn't run anymore, but there are no error messages [closed]
I am fairly new to development in Xcode and I'm a bit at a loss. I've been working for some time on a macOS app in Xcode 15.4 using SwiftUI and Core Data. Yesterday I made a tiny change to the code ...
0
votes
0
answers
8
views
Pusher Authentication Endpoint Not Found in Angular Service
I am working on an Angular 18 application that integrates with a Laravel 10 backend for real-time features using Pusher. However, I'm encountering a 404 error when my Angular application tries to ...
0
votes
0
answers
6
views
Refresh screen of bottom navigation bar according to the clicked one in Flutter
enter image description here
i want to refresh the screen of bottom navigation bar according to the item which is clicked.
here is part of my tabscreen code.
void _onTabTapped(int index) {
if (index ==...
0
votes
0
answers
7
views
I am using RDLC for reports in Visual Studio 2022 (.NET). The Page Total Box and Report Total box do not come under table. Ti comes at footer of page
Actual Photo Of Report
I was trying to get the page total and report total below the table in rdlc report. I have use footer to get page total but if there is another way to get page total in tablix ...
0
votes
0
answers
14
views
How make a predictive Model to predict demands of different products
I am working on a supply chain problem where i need to predict how much material will be required in each quater to meet the demand .
For each product we know what operation needs to be performed in ...
0
votes
1
answer
15
views
Detect array type in source generator
I'm writing a source generator that processes my model classes and adds some custom serialisation code for them. The model classes can have all sorts of property types. I'm currently interested in the ...
0
votes
0
answers
8
views
How can I connect my Authorize.net payment API to my medusajs backend?
I have a website running on medusajs and would like to accept payments via Authorize.net instead of the default stripe, paypal options. There exists documentation for both services, but I cannot make ...
0
votes
0
answers
8
views
go router don't route on deep link
I'm using go_router in flutter to handle deeplinks.
My issues is that I don't want to change the page when a deep link arrives but simply complete a Completer.
From what I can tell go_Router must ...
0
votes
1
answer
19
views
How to get data from NSE using python
I am trying to get data (file) from NSE website. Recently NSE changed the data format and switched to UDiFF format. But since then below sample code is not working. Can anybody give some thoughts on ...
0
votes
0
answers
7
views
Parse dashboard: unable to connect to the server
I am using parse server by bitnami on aws and i am completely new here dont know whats going on but my parse dashboard is showing unable to connect to the server
(I am using windows pc)
Screenshot ...
0
votes
0
answers
11
views
Dependency Error in Railway even though the dependency is actually not listed
enter image description here
I'm getting this error even though there is no "zee5" dependency in my django app. I checked this through
How should I fix this issue?
pip list
I checked the ...
0
votes
0
answers
10
views
Use custom tag ("!include") and anchors/aliases
I'm trying to achieve the following:
configs\data_creation.yml:
param1: 1
param2: 2
data_creation:
data_creation_config_path: &data_creation_config_path configs\data_creation.yml
...
0
votes
1
answer
10
views
Anaconda Windows Installer UAC NSIS flag
When I manually execute the Windows installer for Anaconda to install it for "All Users (required admin privileges)", the following parameters are specified by the manufacturer: /UAC:301B0 /...
0
votes
0
answers
19
views
Pros and Cons of using an object and IIFE [duplicate]
I would simply love to learn and comprehend the advantage and disadvantages of the use of Object and IIFE. See the codes below:
const calculator = {
add : (a, b) => a + b,
sub : (a, b) =&...
-1
votes
0
answers
17
views
TypeError: unsupported operand type(s) for *: 'c_char_Array_32' and 'int'
import comtypes.client
from ctypes import byref, c_int, c_double, create_string_buffer, cast, POINTER, c_char_p
try:
SapObject = comtypes.client.GetActiveObject("CSI.SAP2000.API.SapObject&...