All Questions

0 votes
1 answer
833 views

Why is purebasic chilkat module 30 day trial activation failing syntax?

Attempted to activate the 30 day trial, on purebasic version 5.70 LTS but using the posted code, returns the following error when checking syntax. (using 32bit version on 64bit w7 machine if that ...
0 votes
0 answers
22 views

Problems with xesmf import after offline migration conda environment

After migrating my conda environment offline(using conda pack), on the new platform, I get an error importing xesmf: Traceback (most recent call last). File "/home/xxx/miniconda3/envs/nc2p/lib/...
0 votes
0 answers
5 views

how do i count the number of colored cells in a row each time the color changes?

I have a grid in Excel that is 150 rows by 210 columns. For each row, I want to know how many continuous columns of the same color. For example, my row has 176 columns of color A, 10 columns of ...
0 votes
0 answers
10 views

Using AVFoundation scaleTimeRange API will cause different export file duration

I m validating one thing: The composition's duration is the same as it has been exported. This is ok when no scaleTimeRange.. I don't know why the exported file duration is not the same as ...
0 votes
3 answers
42 views

Sum values based on XLOOKUP

the table below shows a list of employees and number of hours they have worked in that week. I am trying to come up with formula that would return the total number of hours worked per employee per ...
0 votes
0 answers
7 views

How to save data using pygbag and pygame using pickle

I have a game which I have ported to browser using pygbag and it works fine while loading the data using pickle but it does not save the data, but when running localy (not on browser) it works fine, ...
0 votes
1 answer
21 views

Auth.js v5 Google login in the production environment redirects to https://localhost after logging in success

this is my google login action "use server"; import { AuthError } from "next-auth"; import { signIn } from "@/auth"; export const googleLogin = async () => { try {...
0 votes
1 answer
36 views

cannot access class com.sun.tools.javac.api.JavacTrees (in module jdk.compiler)

I have customized an annotation handler using java21. The pom file of the project where the annotation processor is located is shown below: <project xmlns="http://maven.apache.org/POM/4.0.0&...
-2 votes
2 answers
106 views

System Design assessment automation

I have a few questions for those who do system design interviews or have a solid understanding of system design. Do you think it is possible to automate system design interviews by creating ...
0 votes
0 answers
95 views

Error while compiling BepInEx Mod: Missing Assembly Reference

I'm trying to compile the mod Town of Host, but I'm getting a lot of errors while compiling. The main error I'm getting is: error CS0246: The type or namespace name 'AmongUs' could not be found (are ...
4 votes
2 answers
936 views

JavaFX's TableView with highlighted text and ellipsis functionality

What I am trying to achieve is to make it possible to highlight certain portions of the text inside TableView and at the same time preserve ellipsis functionality that is present when pure Label is ...
-2 votes
1 answer
25 views

Optimize the order of stops on route - Google maps API

https://developers.google.com/maps/documentation/routes/opt-way curl -X POST -H 'content-type: application/json' -d ' { "origin": { "address": "Adelaide,SA" }, &...
0 votes
0 answers
8 views

How to Convert Camera Calibration Data to Specific Format?

I have camera calibration data in the following format from OSDaR23 dataset:: { "streams": { "intrinsics_pinhole": { "camera_matrix": [ ...
0 votes
1 answer
48 views

Checking a candidate majority element: Does my simplification work with all cases?

Here are the details of the problem: Given a sorted array arr of N elements. A majority element in an array of size N is an element that appears more than N/2 times. The task is to write a function ...
0 votes
0 answers
7 views

How can Kotlin prioritize using framework.jar instead of the default Android SDK

(https://i.sstatic.net/Ax6k4y8J.png)(https://i.sstatic.net/H37cYV5O.png) In my Android studio project, I need to use framework.jar, but I found that the Java files in the project uses framework.jar, ...

15 30 50 per page
1
3 4
5
6 7
1613475