Defining a dictionary with string literals as keys causes the corresponding values to go unchecked
|
|
3
|
277
|
October 30, 2024
|
RBXScriptConnections are freed while connected
|
|
1
|
102
|
October 28, 2024
|
Indexing a RBXScriptSignal from an Instance does not return the same object
|
|
4
|
217
|
October 8, 2024
|
Calling Destroy from a different Destroy causes a locked property error in immediate signal mode
|
|
1
|
186
|
October 2, 2024
|
Humanoid.RigType = Enum.RigType.R15 raises unaccurate error
|
|
1
|
160
|
September 30, 2024
|
Luau error indexing into result of ternary operator returning a table from either result
|
|
3
|
236
|
September 11, 2024
|
Task.desynchronize() should only be called from a script that is a descendant of an Actor
|
|
5
|
375
|
September 10, 2024
|
JSONEncode provides no apparent way to create empty JSON dictionaries
|
|
4
|
521
|
August 26, 2024
|
Luau doesn't recognize string->number coercion
|
|
5
|
214
|
August 23, 2024
|
The UnionAsync problem
|
|
13
|
546
|
August 12, 2024
|
--!nolint UnknownGlobal does not work
|
|
1
|
174
|
July 29, 2024
|
Datetime randomly becomes unreliable and slower than it should be
|
|
1
|
224
|
July 22, 2024
|
String.gsub incorrectly typed for multiple captures
|
|
1
|
195
|
July 22, 2024
|
Table.clone() Doesn't Work Intuitively With Nested Tables
|
|
5
|
309
|
July 12, 2024
|
Typecasting truncates tuple returns
|
|
1
|
255
|
July 8, 2024
|
Table.remove(t, nil) removes the last value in an array
|
|
3
|
1269
|
July 6, 2024
|
Type CASTED unions don't refine correctly
|
|
2
|
232
|
June 26, 2024
|
Scripts under actors dont start up and disconnect properly
|
|
12
|
777
|
June 16, 2024
|
Instances type doesn't respect inheritance, making it unusable even with typecasts
|
|
1
|
184
|
June 17, 2024
|
Script has a chance of not being disconnected when parent is destroyed via serverside
|
|
4
|
329
|
April 9, 2024
|
MaterialService.Use2022Materials cannot be accessed by scripts or command line even though documentation says you can
|
|
6
|
634
|
April 5, 2024
|
MaterialVariant.ColorMap cannot be accessed from scripts even though the documentation says that you can
|
|
3
|
456
|
April 5, 2024
|
Type checker disallows writing to fields after refining optional type
|
|
1
|
227
|
March 27, 2024
|
Type checker losing track of intersection part of a type when used as a table field
|
|
1
|
245
|
March 26, 2024
|
Expected type table, got 'any | any' instead
|
|
2
|
413
|
March 19, 2024
|
Colon (:Method) defined methods not autofilling in specific usecase
|
|
2
|
335
|
March 8, 2024
|
FindFirstChild returns type Instance instead of Instance? and RaycastResult.Instance is type any instead of Instance
|
|
2
|
276
|
March 7, 2024
|
Linter incorrectly warns when indexing a dictionary when the key is defined from string literals
|
|
1
|
246
|
March 5, 2024
|
False-y references and Engine parameters fail to error
|
|
10
|
498
|
February 22, 2024
|
Nested cyclically referenced type is turned into `any`
|
|
2
|
266
|
February 15, 2024
|