Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / fritzy/ape-ecs issues and pull requests
#88 - Bump minimist from 1.2.5 to 1.2.8
Pull Request -
State: open - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#87 - Bump json5 from 1.0.1 to 1.0.2
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#86 - Bump flat from 4.1.0 to 5.0.2
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#85 - Bump express from 4.17.1 to 4.18.2
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#84 - Bump qs from 6.5.2 to 6.5.3
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#83 - Bump decode-uri-component from 0.2.0 to 0.2.2
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#82 - Bump loader-utils from 1.4.0 to 1.4.2
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#81 - Bump terser from 4.8.0 to 4.8.1
Pull Request -
State: open - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#80 - Bump eventsource from 1.0.7 to 1.1.1
Pull Request -
State: open - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#79 - Bump async from 2.6.3 to 2.6.4
Pull Request -
State: open - Opened by dependabot[bot] almost 3 years ago
Labels: dependencies
#78 - Bump minimist from 1.2.5 to 1.2.6
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
- 1 comment
Labels: dependencies
#77 - Bump url-parse from 1.4.7 to 1.5.10
Pull Request -
State: open - Opened by dependabot[bot] almost 3 years ago
Labels: dependencies
#76 - Bump url-parse from 1.4.7 to 1.5.7
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
- 1 comment
Labels: dependencies
#75 - Bump follow-redirects from 1.13.0 to 1.14.8
Pull Request -
State: open - Opened by dependabot[bot] almost 3 years ago
Labels: dependencies
#74 - Bump pathval from 1.1.0 to 1.1.1
Pull Request -
State: open - Opened by dependabot[bot] almost 3 years ago
Labels: dependencies
#73 - componentReserved should be exported
Issue -
State: open - Opened by esromneb about 3 years ago
#72 - Typesafe API for defining Components and creating Entities
Pull Request -
State: open - Opened by anderoonies over 3 years ago
- 1 comment
#71 - Better type support for Components
Issue -
State: open - Opened by anderoonies over 3 years ago
- 1 comment
#70 - Added ActionRegistry pattern
Pull Request -
State: open - Opened by youthfulIdealism over 3 years ago
#69 - Default component values are the same object?
Issue -
State: open - Opened by esromneb almost 4 years ago
#68 - Documentation update needed?
Issue -
State: open - Opened by bsgbryan almost 4 years ago
#67 - Feature Request: Support passing component class instead of string component names
Issue -
State: open - Opened by jeremygiberson almost 4 years ago
- 2 comments
#66 - Calling destroy twice has very odd effects
Issue -
State: closed - Opened by JackStouffer about 4 years ago
- 1 comment
#65 - Bump ini from 1.3.5 to 1.3.8
Pull Request -
State: closed - Opened by dependabot[bot] about 4 years ago
- 1 comment
Labels: dependencies
#64 - EntityRefs should error when invalid values are used
Issue -
State: open - Opened by fritzy about 4 years ago
#63 - add typeName property to Components type
Pull Request -
State: closed - Opened by martinemmert about 4 years ago
#62 - add shorthand for name of system, change initArgs type to unknown[]
Pull Request -
State: open - Opened by martinemmert about 4 years ago
- 2 comments
#61 - fix not setting prefix in genId
Pull Request -
State: closed - Opened by martinemmert about 4 years ago
#60 - System.subscribe Should Accept Components As Types
Issue -
State: closed - Opened by JackStouffer about 4 years ago
- 1 comment
#59 - genPrefix doesn't do anything at all
Issue -
State: closed - Opened by martinemmert about 4 years ago
- 4 comments
#58 - Fix typing of World.systems
Pull Request -
State: closed - Opened by vmwxiong about 4 years ago
- 3 comments
#57 - Loading world and jumping into a given point in the system stack?
Issue -
State: closed - Opened by vmwxiong about 4 years ago
- 6 comments
#56 - World Cleanup/Deletion?
Issue -
State: closed - Opened by vmwxiong about 4 years ago
- 1 comment
#55 - entity.getObject can return a circular reference
Issue -
State: closed - Opened by vmwxiong over 4 years ago
- 2 comments
#54 - Sharing Queries?
Issue -
State: closed - Opened by vmwxiong over 4 years ago
- 1 comment
#53 - fromAny seems to override fromAll?
Issue -
State: closed - Opened by vmwxiong over 4 years ago
- 2 comments
#52 - Add a code style tool to keep the code formatting consistent.
Issue -
State: closed - Opened by martinemmert over 4 years ago
- 1 comment
#51 - Documentation of the Query class could be more clear about persist and execute
Issue -
State: open - Opened by martinemmert over 4 years ago
#50 - WIP: Undefined system instance members if TypeScript has useDefineForClassFields activated and is transpiled with @babel/plugin-proposal-class-properties
Issue -
State: open - Opened by martinemmert over 4 years ago
- 1 comment
#49 - Using `Class.constructor.name` as identifier to register and refer to components is leading to issues with bundlers and code minification
Issue -
State: closed - Opened by martinemmert over 4 years ago
- 3 comments
#48 - Remove fully generic type definition
Pull Request -
State: open - Opened by vmwxiong over 4 years ago
#47 - use uuid.v4 for id generation and fix web benchmark
Pull Request -
State: closed - Opened by martinemmert over 4 years ago
- 3 comments
#46 - utils/IdGenerator is not browser compatible
Issue -
State: closed - Opened by martinemmert over 4 years ago
- 1 comment
#45 - Init System with Custom Parameters
Issue -
State: closed - Opened by hanshamm over 4 years ago
- 1 comment
#44 - Having trouble getting subscribe() working for Component changes
Issue -
State: closed - Opened by atduskgreg over 4 years ago
- 2 comments
#43 - Update index.d.ts
Pull Request -
State: closed - Opened by vmwxiong over 4 years ago
#42 - Fix typing for Query
Pull Request -
State: closed - Opened by vmwxiong over 4 years ago
- 1 comment
#41 - Add runSystemsAsync to world
Pull Request -
State: open - Opened by vmwxiong over 4 years ago
#40 - Update entity.js
Pull Request -
State: closed - Opened by vmwxiong over 4 years ago
#39 - Update World.md
Pull Request -
State: closed - Opened by vmwxiong over 4 years ago
#38 - Update Component.md
Pull Request -
State: closed - Opened by vmwxiong over 4 years ago
#37 - Use generic type in entity's component getters
Pull Request -
State: closed - Opened by vmwxiong over 4 years ago
- 2 comments
#36 - Update System.md
Pull Request -
State: closed - Opened by vmwxiong over 4 years ago
#35 - Update World.md
Pull Request -
State: closed - Opened by vmwxiong over 4 years ago
#34 - Update Overview.md
Pull Request -
State: closed - Opened by vmwxiong over 4 years ago
#33 - Q: ape seems to be (at least currently) mono world?
Issue -
State: closed - Opened by jcorbin over 4 years ago
- 6 comments
#32 - Docs: circular reference wrt system registration
Issue -
State: closed - Opened by jcorbin over 4 years ago
- 1 comment
#31 - Fix some typos in overview
Pull Request -
State: closed - Opened by jcorbin over 4 years ago
- 2 comments
#30 - Support native properties for Component classes
Issue -
State: open - Opened by fritzy over 4 years ago
#29 - Query many-to-many relationships
Issue -
State: open - Opened by fritzy over 4 years ago
#28 - Query -- add trackChanged
Issue -
State: open - Opened by fritzy over 4 years ago
#27 - Docs clarification: Query fromAny vs only
Issue -
State: open - Opened by fritzy over 4 years ago
- 1 comment
#26 - Docs clarification: component class static properties
Issue -
State: open - Opened by fritzy over 4 years ago
#25 - Docs don't indicate that methods can use types directly
Issue -
State: open - Opened by fritzy over 4 years ago
- 2 comments
Labels: good first issue
#24 - None of these imports are used in the file.
Pull Request -
State: closed - Opened by johnniehard over 4 years ago
- 2 comments
#23 - Cannot resolve dependency 'uuid/v1'
Issue -
State: closed - Opened by johnniehard over 4 years ago
- 1 comment
#22 - entity.addComponent() accepts component.getObject() as an argument
Pull Request -
State: closed - Opened by esromneb over 4 years ago
#21 - createQuery() argument is now optional
Pull Request -
State: closed - Opened by esromneb over 4 years ago
#20 - added ApeDestroy option and helpers
Pull Request -
State: closed - Opened by fritzy over 4 years ago
#19 - Pool reduction and stats
Pull Request -
State: closed - Opened by fritzy over 4 years ago
#18 - Component classes accepted in more places
Pull Request -
State: closed - Opened by fritzy over 4 years ago
#17 - minor docs fix
Pull Request -
State: closed - Opened by esromneb over 4 years ago
#16 - .d.ts done
Pull Request -
State: closed - Opened by esromneb over 4 years ago
#15 - my component update changes
Pull Request -
State: closed - Opened by esromneb over 4 years ago
#14 - adding a test that shows tags fire updates twice
Pull Request -
State: closed - Opened by esromneb over 4 years ago
#13 - fix usages of fromAll to remove [] in docs
Pull Request -
State: closed - Opened by esromneb over 4 years ago
#12 - fix usages of fromAll to remove [] in docs and fix component.update()
Pull Request -
State: closed - Opened by esromneb over 4 years ago
- 1 comment
#11 - Should special components be case insensitive
Issue -
State: closed - Opened by esromneb over 4 years ago
- 1 comment
#10 - Bump lodash from 4.17.15 to 4.17.19
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
- 1 comment
Labels: dependencies
#9 - Is it better for CoreProperties collision detection to happen earlier?
Issue -
State: closed - Opened by esromneb over 4 years ago
- 2 comments
#8 - Test component refs
Pull Request -
State: closed - Opened by odys-z almost 5 years ago
- 3 comments
#7 - Bump lodash from 4.17.11 to 4.17.15
Pull Request -
State: closed - Opened by dependabot[bot] almost 5 years ago
- 1 comment
Labels: dependencies
#6 - Where to check hasSet's cname is correct?
Issue -
State: closed - Opened by odys-z about 5 years ago
- 3 comments
#5 - Bump handlebars from 4.1.2 to 4.5.3
Pull Request -
State: closed - Opened by dependabot[bot] about 5 years ago
- 1 comment
Labels: dependencies
#4 - Bump eslint-utils from 1.3.1 to 1.4.3
Pull Request -
State: closed - Opened by dependabot[bot] over 5 years ago
- 1 comment
Labels: dependencies
#3 - Recursive definition
Issue -
State: closed - Opened by fritzy over 5 years ago
#2 - add object, set, and array component types
Issue -
State: closed - Opened by fritzy over 5 years ago
#1 - finish documentation
Issue -
State: closed - Opened by fritzy over 5 years ago