All Questions

0 votes
0 answers
3 views

Adding and removing selections from an array for a compensation calculator

codepen: https://codepen.io/strozilla/pen/abVYbrx const compensationRates = { 10: { single: 171.23 }, 20: { single: 338.49 }, 30: { single: 524.31, withSpouse: 586.31, ...
mike castro's user avatar
0 votes
0 answers
2 views

I was wondering if this java script piece of code is ok

I'm new to java and I'm having trouble doing this question and I was wondering if this can work. This is the task. Write a function toIPv4, which allows the caller to pass 4 String values and returns ...
Joseph Ahn's user avatar
0 votes
0 answers
4 views

Azure sql database backup?

I have configured Azure sql database to be backed up. I have a database that resides in Nort Central US and this database is backed up to a different location. How can i find out from Azure the ...
Sandy 's user avatar
0 votes
0 answers
4 views

How to return app version on Jetpack Compose (IntelliJ IDEA Desktop)

On build.gradle.kts, i added the version of my code: group:"br.com.example" version: "1.0.0" However, i need to return it to my code, such as: fun Main(){ title="Hello World ...
guerni's user avatar
  • 13
0 votes
1 answer
7 views

VBA macro to run a FindAndReplace on multiple columns

I'm new to VBA. I have a workbook with multiple sheets. The first sheet, "feedbacktask", contains the data I want to work with, while the other sheets are lists that I want to use for find ...
user27385420's user avatar
0 votes
0 answers
4 views

CTkComboBox Dropdown Closes Immediately for Large Lists

I'm using CustomTkinter to create a GUI in Python, and I'm facing an issue with the CTkComboBox widget. When I populate the ComboBox with a large list of items, the dropdown menu shows the options, ...
SNC92's user avatar
  • 1
0 votes
0 answers
4 views

Why does the remember function only works twice and then stop working and not track changes to the variable?

I'm trying to make a ViewModel for a custom calendar. For some reason the calendar only scrolls twice and then doesn't respond to button presses. I don't know how it works under the hood, but it looks ...
CyllXap4ok's user avatar
-2 votes
0 answers
7 views

I am remaking Roblox in Python what should i add to it? [closed]

The Name of it its Pyblox and its in Development it will have online but How do i make Players show in a server and what i'll add to it. Welp i Tried Adding some stuff but didnt go Well anything you ...
Alebrevi22 Brenes Villavicenci's user avatar
0 votes
0 answers
4 views

G1NewSizePercent ignored

I’m using Oracle JDK 11.x. I’m seeing dozens of small GCs per minute from an app. The young generation is 5-6% of the heap. Each GC in only a few milliseconds but in my experience, lots of small GCs ...
John Gregg's user avatar
0 votes
0 answers
4 views

Android Room Synchronous query

I'm using Room, and while I'm happy most of my queries are asynchronous, I have one query I need to be synchronous. I can't seem to understand / implement suspend (even if that's correct). Advice on ...
Nicholas Farmer's user avatar
0 votes
1 answer
6 views

What is the minimum required information in a WNDCLASSEX struct?

I'm trying to call RegisterClassEx, and I need to generate a WNDCLASSEX struct. What are the minimum requirements for this struct? For the sake of this example, I'm using C#, with CsWin32 to generate ...
citelao's user avatar
  • 5,776
0 votes
0 answers
4 views

I only add an age field if there is a date of birth date (dob_date) field in Mongodb trigger?

This trigger automatically adds an age field with value null. I was wondering how I add a condition where it will only add the age field with the correct value if there is a dob_date field and value. ...
Mike_Alpha_Romeo_Charlie's user avatar
0 votes
0 answers
5 views

vue js vs code launch.json sourceMapPathOverrides not correct - breakpoints not hit

(Apologies in advance for the potentially easy/silly question, but I've done tons of research and I haven't figured this out... though I think I'm close and it's a simple fix) When I add breakpoints ...
impo's user avatar
  • 771
0 votes
0 answers
6 views

How to improve random write I/O for LMDB Java

Currently I have an application running on kubernetes with very low memory and using LMDB Java to store records in disk. During boot up time, I load all data into disk, with the following environment ...
Major Ben's user avatar
  • 139
0 votes
0 answers
4 views

Advanced Mixed Charting in Vega-Lite (Points + GroupedBar)

I'm trying to make a chart with vega-lite. On X-axis, there is going to be nominal data, days 1 ~ 4. Each day needs to have 3 bars, the values being medians of Ramos, PBMC, Ramos_PBMC. Each bar ...
cSharp's user avatar
  • 3,052

15 30 50 per page
1
2 3 4 5
1615461