birds3345
birds3345
This fix takes care of the _CRT_SECURE_NO_WARNINGS deprecation notice when compiling with msvc. The preprocessor directive did not account for msvc compilers as they don't define STDC_LIB_EXT1.
In the readme file under the building section, it specifies that you should run the command `mkdir cmake && cd cmake`; however, the folder is not currently being ignored.
#### Description unistall -> uninstall #### Motivation and Context #### Screenshots (if appropriate): #### Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [...
Adds the grammar rule for an if else expression.
Adds constant folding support for string comparisons.
When you send data immediately after a player joins, an error is produced: `ReplicatedStorage.ByteNet.process.bufferWriter:148: attempt to index nil with 'size'` The code used: ```luau local ByteNet = require(game.ReplicatedStorage.ByteNet) local packets...