-
**Branch or Release**
WukongUE4SS 1.2
**Game and Engine Version**
Game: Black Myth: Wukong
Engine Version: 5.0
**Describe the bug**
![a97aac023559b75183f219551214f1cf](https://github.com/…
3DMXM updated
1 month ago
-
Hi, how are you?
I'm trying to install in my VPS using Ubuntu 22.04.
All the process is OK, all installation is OK, but I'm getting an error.
This error occours everytime I run the command ./zr…
-
This:
``` csharp
async void FooAsync()
{
}
```
Becomes:
``` csharp
async Task FooAsync()
{
}
```
It's safe to assume that other than something looking like void (sender object, T e) where T:EventA…
-
Probably a dpp bug but reporting here to start. Same result with python 3.10 and 3.11
```
Running ../../../../../.dub/packages/dpp-master/dpp/bin/d++ --ignore-cursor=stat64 --ignore-cursor=PyType_Ha…
-
I like your package compared to Freezed. However, I found an issue. Consider the following code
```
void main(){
final int? someApiResult = null;
final a = Income.empty().copyWith(value: so…
-
I'm currently experiencing issues trying to do http client calls using vibe.d (current mongo-index branch on #2433, basically ~master) with vibe-core 1.9.1 and openssl 1.1.6+1.0.1g sometimes causes th…
-
**Steps to Reproduce**
1. Create custom Adapter MainClass, create custom Adapter Property which is a property of A. Register
2. Write data
3. Remove adapter B
4. Read old data.
Reading fails wi…
-
code:
```
struct LogEvent {
std::string fmt;
void *udata;
std::string file_path;
int line;
SlogLevel level;
std::string tag;
int syslog_triger;
explicit LogEvent(std::str…
-
```
>>> from markdown2 import Markdown
>>> m = Markdown(safe_mode='replace')
>>> m.convert("[evil][evil]\n[evil]: javascript:alert('evil');")
u'evil\n'
>>> m.convert('![img](javascript:void\(0\);)')
u…
-
The TransactionManager class is not Thread Safe. I've added locks to the following methods to solve the problem.
```
public UnitOfWorkTransaction CurrentTransaction
public void EnlistScope(IU…