mcoms

Results 83 issues of mcoms

It's only being used by a single effect. This is slower, worse for cache, and less accurate than using the builtins. Why software emulate a table? To ensure backwards compact,...

Veteran players may want to equip another action item like the contracker, or in the case of some community MvM servers, equip the grappling hook or spell book for custom...

Scout balls were computing crits in their own entity think outside of the player command, which made the random generation invalid, since crit calcs are only valid during attacks. This...

Holiday Punch is currently completely non-functional in the mode otherwise, and common bots can already be stunned by other sources. it's only giants that are supposed to be immune.

Hi, the path metadata handler throws an invalid path error if there are any capital letters in the path. [validateMetaField](https://github.com/decaporg/decap-cms/blob/86d41d79b20583041570bce30b46835a36bcecf2/packages/decap-cms-core/src/actions/entries.ts#L1027) calls [getProcessSegment](https://github.com/decaporg/decap-cms/blob/main/packages/decap-cms-core/src/lib/formatters.ts#L107) which calls prepareSlug, which calls toLocaleLowercase. Because prepareSlug...

type: bug

The query [here](https://github.com/decaporg/decap-cms/blob/86d41d79b20583041570bce30b46835a36bcecf2/packages/decap-cms-backend-github/src/GraphQLAPI.ts#L384) fails because max depth is 25 in the GraphQL API. For some reason `depth = depth * 2 + 3`, so the maximum `nested.depth` in config.yml you...

type: bug
area: extensions/backends/github
graphql