Skip to main content
0 votes
0 answers
23 views

library(glmmTMB) library(dplyr) model <- glmmTMB(Y ~ X1 + X2 + X3 + (1 | district), ziformula = ~., data = data, family = "genpois", ...
Paw in Data's user avatar
  • 1,714
0 votes
2 answers
51 views

I'm running Ubuntu 24.04 (LTS) with VirtualBox installed. When I try to start any VM, I get the following error: VT-x is being used by another hypervisor (VERR_VMX_IN_VMX_ROOT_MODE) Result Code: ...
rudraditya21's user avatar
0 votes
1 answer
33 views

I am getting this error on flutter clean cammand. Failed to remove D:\Projects\FlutterProject\.dart_tool. A program may still be using a file in the directory or the directory itself. To find and ...
Clipboard's user avatar
  • 378
0 votes
1 answer
78 views

I have a problem with forwarding messages with caption_entities. Attached below is the code that I use to make the transfer itself, as well as the result of its operation. The result shows that ...
user31645108's user avatar
0 votes
1 answer
38 views

I've used log messages extensively for debugging my app during development using Android Studio. It concerns me how I will debug problems users may report when the app published and out there in the ...
ceperman's user avatar
  • 445
0 votes
0 answers
41 views

Since my last upgrade to Android Studio Otter 2025.2.1, Gradle 8.13.1, and ADB 1.0.41 (Version 36.0.0-13206524), debugging via Wi-Fi has been rendered entirely useless. Sure, Wi-Fi debugging was ...
QwertzVI's user avatar
0 votes
0 answers
31 views

The video that shows the problem I am experiencing an intermittent issue where triggering custom user snippets in VS Code causes the editor to unexpectedly enter multi-cursor mode. Environment VS ...
陈海斌's user avatar
1 vote
1 answer
74 views

I am trying to debug the very simple helloworld.cpp example in VS Code with the C++ extension on macOS X. However, string variables in the debugger don't print correctly where the length of the string ...
davidh_73's user avatar
0 votes
0 answers
65 views

I am working on a Java Spring API where I need to create new relations (tables) that will be stored in a PostgreSQL database. I am creating new tables that add a new column to the existing tables with ...
Njhasty's user avatar
  • 45
-2 votes
0 answers
109 views

I need some help in my coding related to Basic Data Wrangling. The instructions for coding in R are as follows: Let's say you want to live in the Northeast or West in US and you want the homicide rate ...
nocturne-oz's user avatar
0 votes
1 answer
59 views

What we are already doing is that JVM can respawn itself from the last own shutdown hook running. It strongly depends on proper closing of all resources and ports. And here comes the problem - all ...
dmatej's user avatar
  • 1,588
-3 votes
0 answers
57 views

I'm working on a Spring Boot application using IntelliJ IDEA. I can run the application locally with a Maven run configuration using the goal spring-boot:run, and it works as expected. However, this ...
paymer's user avatar
  • 506
-4 votes
0 answers
86 views

When I use "Step Into" in the debugger, it jumps into functions/types from outside my project (stdlib, vendor, etc.). How can I configure the debugger to step only into my own code? That's ...
Rafael's user avatar
  • 1
-4 votes
1 answer
75 views

I'm doing a mini project for a coding bootcamp and I'm trying to toggle elements. I have a form on my page that I want to make invisible when you submit it, so that the rest of the page shows. It isn'...
AirenMarie's user avatar
1 vote
2 answers
89 views

I'm making a simple 'To Do List' app In Flutter, When I press the 'floatingActionButton' it's supposed to to show a pop-up where the user can input a new task, But nothing is displayed when the button ...
buzzbuzz20xx's user avatar

15 30 50 per page
1
2 3 4 5
3517