CC#
Created by 🤍 nina 🤍 on 4/19/2025 in #help
entity framework net 4.8.1 urgent help needed
heeyy, im currently working on my graduation project and im working on a wpf .net 4.8.1 project and got entity framework installed, but every time i hit the update-databse command it says that it cant find the resx file, but its set as an embedded resource, i really dont know what to do and i got only 1 week left
1 replies
PMPUBG MOBILE
Created by Deshaa on 4/19/2025 in #questions
cheatt
i want to report on cheat,bypass for pubgm and i have a code for this cheat to ban this cheat
5 replies
FFilament
Created by Rafiisetiawan on 4/19/2025 in #❓┊help
eror Call to a member function contains() on null
sorry before I want to ask, I previously had a project using laravel filament, now I want to clone the project for testing purposes with a different db. so after I created a user with a prompt that had been provided by filament, when I tried to register an error appeared Call to a member function contains() on null, the role was not read like that, maybe someone can help. 🙏🏻
2 replies
VVALORANT
Created by erden16 on 4/19/2025 in #community-help
Does anyone know how to play true stretched like pros?
They all play 1280x960 but I don‘t know how. I have amd graphics
1 replies
PMPUBG MOBILE
Created by Tayyab on 4/19/2025 in #questions
Important Question Please
I submitted a recovery request for my account on April 19, 2025, through the site https://pubgmobile.live/support. How long does it usually take for the support team to respond? My UID is 5702141161. Could you please let me know if you send an email notification when my recovery request is approved or rejected?
3 replies
NNovu
Created by Emmax on 4/19/2025 in #💬│support
Do you get billed for for all events sent to the digest engine or just the single event.
Do you get billed for for all events sent to the digest engine or just the single event that is sent to the user.
1 replies
BABetter Auth
Created by Bruh on 4/19/2025 in #help
Differentiate Sessions And Users Based On Multiple Social Providers
No description
2 replies
VVALORANT
Created by qais on 4/19/2025 in #community-help
your account does not meet the following requirements in order to play valorant hvci enabled
my game keeps crashing and tells me this, what do i do
2 replies
CC#
Created by VoidPointer on 4/19/2025 in #help
How to get indents for code formatting right in Scriban
I'm trying to use a Scriban template for generating a C# model class, and it's working OK so far, except for indentation. The template looks like this:
using Cassandra.Mapping.Attributes;
namespace {{model.name_space}};
public class {{model.name}}
{
{{ for prop in model.properties -}}
{{ if model.is_partition_key }}[PartitionKey]{{ end }}
{{- prop.access}} {{prop.type_name}} {{prop.name}} { get; set; }
{{ end }}
}
using Cassandra.Mapping.Attributes;
namespace {{model.name_space}};
public class {{model.name}}
{
{{ for prop in model.properties -}}
{{ if model.is_partition_key }}[PartitionKey]{{ end }}
{{- prop.access}} {{prop.type_name}} {{prop.name}} { get; set; }
{{ end }}
}
Then the rendered text looks like this:
using Cassandra.Mapping.Attributes;
namespace kyc_registration_msisdn_lookup;
public class kyc_registration_msisdn_lookup
{
public int hanis_image_status { get; set; }
public string identifier { get; set; }
public string identity_number { get; set; }
public Guid kyc_id { get; set; }
public DateTime modified_datetime { get; set; }
public string organization_code { get; set; }

}
using Cassandra.Mapping.Attributes;
namespace kyc_registration_msisdn_lookup;
public class kyc_registration_msisdn_lookup
{
public int hanis_image_status { get; set; }
public string identifier { get; set; }
public string identity_number { get; set; }
public Guid kyc_id { get; set; }
public DateTime modified_datetime { get; set; }
public string organization_code { get; set; }

}
What am I missing or doing wrong?
12 replies
PMPUBG MOBILE
Created by Safiq on 4/19/2025 in #questions
I am india my global id can't login show in server busy code restrict area.
I am india my global id can't login show in server busy code restrict area. Why Pubg global give us India players. Pubg global must be answering this issue or gives reasons.
3 replies
VVALORANT
Created by Matt on 4/19/2025 in #community-help
How to fix Van -81
It keeps popping up Van -81 whenever I open my Valorant.
1 replies
VVALORANT
Created by l3etzu on 4/19/2025 in #community-help
dependency error
No description
1 replies
JCHJava Community | Help. Code. Learn.
Created by _tureino on 4/19/2025 in #java-help
Chat simulation
Hello, I am working on a Java project and need some help. I want to code a Chat conversation where two people talk to eachother, I want person A to represent the person "playing" the code and Person B to be like a robot answering. I want the Player to have to input any text which then turns into the pre programmed text in the chat box and Person B's text to just appear. So far I have created the chat and made it so that when you type gibberish and press enter the correct text gets displayed, but right now you have to type and enter to make the text of both people appear aswell as the end of conversation text how would I fix this?
4 replies
JCHJava Community | Help. Code. Learn.
Created by RMBL. on 4/19/2025 in #java-help
Oracle 19c db installation problem
No description
5 replies
VVALORANT
Created by salischnaba on 4/19/2025 in #community-help
I got temp banned for no reason
No description
15 replies
DHDistant Horizons
Created by captainflint777. on 4/19/2025 in #help-me
Game Crash After LAN World Save & Exit
Hallo all. I'm having a quite troublesome crash that I can't seem to get fixed: I'm running a custom modpack with quite a lot of mods mostly Optimization & Vanilla+ mods, The world loads and runs perfectly in Single-player, but when I open it to LAN and then save and quite, Minecraft crashes immediately upon exiting (Everything gets saved luckily). This crash only happens after playing LAN, and only when exiting the world - not during gameplay. What I've Found: The crash appears to be caused by DH attempting to get the world folder name or save LOD data after disconnecting from the LAN world. The error specifically references:
java.util.NoSuchElementException: No value present
at com.seibel.distanthorizons.common.wrappers.world.ServerLevelWrapper.getWorldFolderName(ServerLevelWrapper.java:119)
This suggests that DH is expecting a world folder path that doesn't exist or isn't set when exiting a LAN session. What I've Tried: 1. Checked and experimented with serverFolderMode in distant_horizons.toml (No working options found in 2.3.2-b) 2. Upgraded to mod version 2.3.3 (Had the same problem) 3. Tried creating a folder manually. 4. Looked through the Discord support and GitHub issues but didn;t find a similar report. Mod setup Minecraft Version: 1.12.5 DH Version: 2.3.2/2.3.3 Launcher: Modrinth (I have a feeling Modrinth might be the problem but I did not see any mention of it being a problem with this mod) Full Crash Log: https://gist.github.com/Donavon777/fbe3c87b40f582c74b8190e17e8d0bc0
2 replies