-
This issue introduces several breaking changes, for the sake of:
* getting rid of cubescript
* moving management logic to node.js (aka "make things more flexible")
----
## InexorFlex
Make…
-
The `stackdumper` function `tools.cpp` is registered as a signal handler. It uses `backtrace` and `backtrace_symbols` to print a stack trace. The `backtrace_symbols` function internally uses `malloc`w…
mmmds updated
2 years ago
-
When the client parses an invalid map ([ac_x58.cgz.zip](https://github.com/assaultcube/AC/files/7515808/ac_x58.cgz.zip)), the game crashes in the renderstrips function. Unfortunately, I didn't find an…
mmmds updated
2 years ago
-
I want to contribute to AC and in order to do so I need to learn the code base which can take a long time especially with the mess that this one is. Also, I am no where ready to do anything with graph…
-
Not sure if there is a way that i am missing but it would be beneficial to be able to specify a specific database connection so that we can utilise for example our readonly mysql servers for hydration…
-
The game crashed after few games :
```
ACR error (11) (Couldn't open packages/maps/official/preview/acr_recreation.jpg)
OpenAL Error (A004): invalid operation, line 367
AL lib: (EE) alc_cleanup: …
-
## 상황 배경
Swagger UI에서 입력값을 선택해서 테스트를 하길 원했고 `allowValues`에 값을 넣어주었다.
``` java
public class CharacterRaidInfoRequest {
@ApiModelProperty(value = "캐릭터 고유 ID", name = "characterId")
…
-
So I've found another bug/edge case? when using empty block prefix for the root form.
Reproducer is [here](https://github.com/norkunas/sfux-tests/tree/live-form-dto-edgecase)
Steps:
- open the p…
-
Hi,
I have a simply query to match a username search with a wildcard - it's in array syntax and the JSON equivalent produces the expected results in Kibana.
Through troubleshooting I can see tha…
-
I have a question.
how would you handle relations when mapping?
If ThingModel has a list of OtherModels, how do you map it to a ThingEntity with a list of OtherEntities?
and the other way around …