
Importing R-Exams Questions into Moodle outside Course Instance Category
When generating Moodle exercises using R's exams package, the exsection<...
Read More
Can I change the height of the popup height of TelerikMultiSelect in Blazor?
So I am trying to do what Telerik can do in their code for the Jquery version but it's not working. See below: <a href="https://i.sstatic....
Read More
how can dotnet know my environment - staging, development, production?
I have a dotnet webapi project which can be run in different environments: development environment (localhost) staging enviro...
Read More
Why does verify(() => mockObject.someGetter) throw 'Used on a non-mockito object' even though the object is a Mock?
I'm currently writing unit tests for a Flutter app using mockito, and I'm running into an issue with verif...
Read More
Is this way of getting a formated input from stdin better than default scanf?
#include <stdio.h> #include <stdlib.h> #define BUF_SIZE 1024 ...
Read More
Why is value of @Input() null in Angular?
I have an Input variable in my component that looks like this: @Input() Id: ...
Read More
Using Prettier as beautifier user's code in Angular project
In my project Prettier is already connected for the project code formatting. I'm trying to use Prettier for user's code formatting in Ace Editor:</...
Read More
How to dynamically evaluate row-specific formulas
I'm trying to implement dynamic formula evaluation per row in DolphinDB, where each row contains its own calculation expression. Here's my current ...
Read More
Java Parent class receives null on BufferedImage
I am trying to create multiple doors from the parent Door and Grandparent Objects. Every variable has the value I expect it to have EXCEPT the Buff...
Read More
Applying conditionals across many columns based on string indicators within column names
I am wondering if there is any type of R magic, either tidyverse, or any other, that allows you to apply conditionals on one or more variables that...
Read More
Refresh marker google maps on apache server
Can't refresh marker only. Without refreshing whole google map. Location is sent every 10 seconds from esp32 to apache server. I just can't refresh...
Read More
OpenAI API - How to validate and refuse AI request
I'm building an app that connects between user requests to openAI Api (like everyone I guess ;) ) while I'm using structured outputs, i want to mak...
Read More