Evilenzo
Evilenzo
Solves this issue: https://github.com/microsoft/cpprestsdk/issues/1667
As you can see in https://github.com/microsoft/cpprestsdk/blob/master/Release/include/cpprest/http_msg.h http_request and http_response don't satisfy the rule of five and also have a non-trivial destructor. So no move will work on this types what...
### Problem As I can see you choosed GPLv2 for your project but... This is a way imposing a lot of limits. No one ever can use your project in...
### Godot version 4.0.2.stable ### System information Windows 10 ### Issue description Engine keeps spamming me this  ### Steps to reproduce No steps, issue happens from time to time...
### Описание На данный момент если мы хотим иметь какой-то констрейнт для шаблонного типа, мы пишем что-то в таком духе: ```cpp template void foo(std::optional opt_arg); ``` Это полезно и для...
## Problem description So I have a pretty simple FSM with 4 states: Idle, Walk, FollowUntil (follow enemy until it's not in attack range), Attack. I want to have an...
I don't quite understand. I have a server that successfully runs shadowsocks. I wanted to add v2ray with TLS support and I really don't know which host, cert and key...
AFAIK, there is https://docs.rs/bevy/latest/bevy/prelude/struct.Outline.html But all my attempts to make it work failed
**Is your feature request related to a problem? Please describe.** Currently you can add description/example to model using struct tags: ```go type Request struct { Input string `json:"input" description:"Your input...
Currently atlas textures work are handled by this lib and configured using `TileTextureIndex`. But bevy already has solution for such case and it's the `TextureAtlasLayout`. It's way more configurable cause...