PoolloverNathan
PoolloverNathan
You could create an archived tag that you then apply to old entity types. You can exclude it from your main entity layer to hide them from the list.
My vote goes to depreciating `spendable` making it an alias to a new field `safe_to_spend`, and adding `possibly_safe_to_spend` or something like that that has the above behavior.
Bump, this would be a useful feature to have and I almost made a duplicate.
Part 1 is stock: long tap server icons in the right place to rearrange them; drag them on top of each other to group.
Similar issues: ``` [presence.nvim] Setting up plugin for linux [presence.nvim] Using runtime path: /run/user/1000 [presence.nvim] Using Discord IPC socket path: /run/user/1000/discord-ipc-0 [presence.nvim] Checking Discord IPC socket at /run/user/1000/discord-ipc-0... [presence.nvim] Using...
Here's my syntax suggestion: @export_property_path(node_type: TypeUnion<? extends Node> | Array[TypeUnion<? extends Node>] = Node, ...property_types: TypeUnion<? extends ExportableType> | Array[TypeUnion<? extends ExportableType>]) Exports a NodePath property with a property path...
@icemagno Have you found a solution to this?
"Major version" is the leading component of the version number, as defined by Semantic Versioning.
+1, porting Haskell's ReadP to Lua and I need a `fun(fun(T): P): P`.