Steve Williams
Steve Williams
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened When I run sqlfluff format file.sql, it fails to format it and...
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### Description As a user I would like to specify the maximum amount of empty...
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened sqlfluff crashes when formatting tsql code that contains keyworded columns. See related...
#### Description Note that if we separate N3Base into a static library, it will reduce build time noticeably (if done properly). At the moment every project includes N3Base's / Engine...
#### Description Note that currently the existing game engine implementation can only load WAV audio files. This implementation can be found in [CWaveFile](https://github.com/ko4life-net/ko/blob/5b4901fb5d0b7f02888a0fff22be32fad5a93467/src/engine/N3Base/WaveFile.cpp) class. We need to start thinking about...
#### Description Implement tile events, where a user walks in specific area and it says this area is safe.
#### Description When searching for "packet" in this url: https://github.com/ko4life-net/ko/find/master It shows a bunch of files that store the same packet opcodes that the server files, as well as the...
#### Description Implement command list UIF This is where we can seek party, greet, town, and the list goes on. #### Tasks - [ ] Show command list when H...
#### Description Note that warp list information is loaded from SMDs. This isn't great and makes editing difficult, especially because it's in binary format. #### Tasks - [ ] Add...
#### Description The encoding topic has always been annoying from the beginning. We can fix this with an automated script and some regex magic. Also thanks to AI and ML,...