Results 12 issues of 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...

:heavy_check_mark: enhancement

### Godot version 4.0.2.stable ### System information Windows 10 ### Issue description Engine keeps spamming me this ![изображение](https://user-images.githubusercontent.com/89089095/232018878-1584ed55-5867-4883-9519-67b82ef93813.png) ### Steps to reproduce No steps, issue happens from time to time...

bug
topic:gdscript
confirmed

### Описание На данный момент если мы хотим иметь какой-то констрейнт для шаблонного типа, мы пишем что-то в таком духе: ```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...

feature-request

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...