Kruzya

Results 44 issues of Kruzya

Some web hosting providers are using nginx as primary web server. By default it rejects PUT requests. We can solve this problem by editing the configuration, but usually web hosting...

Add the parameter for disable autorecording when player count is too low, for example.

bug

It looks like a bug in core. `recorded_ticks` in TF2 always `-1` in latest Core version. Required to check in another games. ```json { "start_time": 1565718510, "end_time": 1565722914, "recorded_ticks": -1...

bug
help wanted
Engine: OrangeBox
Component: Module

I request add asynchoronous (callback-based) API for most of File and DirectoryListing natives. The reason is possible I/O speed issues: simple call `DeleteFile` can cause a freeze because we wait...

Feature Request

# Help us help you - [X] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues). - [X] I have tried my absolute best to reduce the problem-space and have...

Bug

На главной вики, в "полезных ссылках", ссылка на книгу мертва (ведёт на 404). https://github.com/1C-Company/GitConverter/wiki

Is your feature request related to a problem? Please describe. ------------------------------------------------------------- Now **SourceBans++** queries all servers again and again when we open SB page. Describe the solution you'd like --------------------------------...

type: enhancement
s: accepted
t: ui/ux
semver: patch

At this moment, LR web from start application, initiates all available connection. This can cause instantiating connection for SourceBans (for example) if it is not required. As a result, LR...

Add support for definition string as defines. SPComp has support declare defines from console arguments, like: ```sh ./spcomp NAME=VALUE sourcecode.sp ``` But passing string as values doesn't supported.

enhancement
compiler

When we pass for docgen any file with new `enum struct`, docgen failures: ![image](https://user-images.githubusercontent.com/12576822/67636598-ca818680-f8eb-11e9-92e3-b5a70e5ee62c.png) Maybe docgen should generate new JSON array for enum structs? Test file: ```sourcepawn enum struct Test...

bug
docgen