Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

jamonholmgren

jamonholmgren created a review on a pull request on infinitered/ignite-cookbook
Just some small tweaks and then ready to ship, but I really love this iteration, great job @fpena!

View on GitHub

jamonholmgren created a review on a pull request on infinitered/ignite-cookbook
Just some small tweaks and then ready to ship, but I really love this iteration, great job @fpena!

View on GitHub

jamonholmgren deleted a branch infinitered/ignite

docs/ignite-boilerplate-10-readme

jamonholmgren pushed 1 commit to master infinitered/ignite
  • docs: Updates boilerplate readme for Ignite 10 (#2814 by @flexbox) closes #2653 [skip ci] 395d5e3

View on GitHub

jamonholmgren closed an issue on infinitered/ignite
Update boilerplate/README.md
## Description After you Ignite a new app, there is a generated README.md - it's a bit outdated in terms of directory structure, what next steps are, etc. We should update this to be more helpful
jamonholmgren closed a pull request on infinitered/ignite
docs: boilerplate v10 readme
## Please verify the following: - [ ] `yarn test` **jest** tests pass with new tests, if relevant - [ ] `yarn lint` **eslint** checks pass with new code, if relevant - [ ] `yarn format:check` ...
jamonholmgren pushed 7 commits to docs/ignite-boilerplate-10-readme infinitered/ignite
  • fix(boilerplate): update app.tsx useEffect (#2850 by @objectiveSee) [skip ci] Co-authored-by: Frank Calise <fcali... 2886487
  • fix(cli): component generator template off in expo-router (#2854 by @frankcalise) * fix(boilerplate): add destinatio... 95f7642
  • chore(release): 10.0.5 [skip ci] ## [10.0.5](https://github.com/infinitered/ignite/compare/v10.0.4...v10.0.5) (2024-... ff71baa
  • Add support for custom headers in AutoImage (#2767 by @LeXuanKhanh) * Add support custom headers for AutoImage * ... 9d6eae7
  • feat: upgrade to Expo SDK 52 (#2843 by @frankcalise) * feat: upgrade to Expo SDK 52 * fix(boilerplate): revert mm... fc2b357
  • chore(release): 10.1.0 [skip ci] # [10.1.0](https://github.com/infinitered/ignite/compare/v10.0.5...v10.1.0) (2024-1... 483b627
  • Merge branch 'master' into docs/ignite-boilerplate-10-readme de34853

View on GitHub

jamonholmgren created a review on a pull request on infinitered/ignite
goberserk:

View on GitHub

jamonholmgren created a comment on a pull request on infinitered/ignite
Should usePlatformEffect be a more general export? Or is it more important just for the header?

View on GitHub

jamonholmgren created a comment on a pull request on infinitered/ignite
It doesn't look like it's possible for me to approve this from the GitHub mobile app. Sad. But yes merge away

View on GitHub

jamonholmgren created a comment on a pull request on infinitered/ignite
Frank it's Sunday go lift weights or something

View on GitHub

jamonholmgren created a comment on an issue on godotengine/godot
I ended up with a similar error: ``` An error happened during last spawn, this usually means the 'ready' signal was not emitted by the spawned node. ``` Using @DavidGasku's trick of calling [requ...

View on GitHub

jamonholmgren starred IconoclastLabs/rubymotion_cookbook
jamonholmgren created a comment on an issue on godotengine/godot-proposals
My use case for this is as follows: ```gdscript class_name LobbyPlayer extends Node var me: LobbyPlayer = null def _enter_tree(): LobbyPlayer.me = self ``` However, this is designed to be sub...

View on GitHub

jamonholmgren created a comment on a pull request on infinitered/ignite
@flexbox Is this ready to review?

View on GitHub

jamonholmgren pushed 20 commits to docs/ignite-boilerplate-10-readme infinitered/ignite
  • fix(cli): replace shell commands with filesystem API (#2817 by @AsterisMono) [skip ci] fd0a418
  • docs: remove references to Expo Go since no longer an option (#2810 by @frankcalise) [skip ci] e562229
  • fix(cli): fix issue with workflow prompt values (#2821 by @frankcalise) [skip ci] f2cdd00
  • fix(boilerplate): expo-router keyboard provider + theme fix (#2825 by @frankcalise) [skip ci] * fix(boilerplate):... f82f324
  • fix(cli): add --legacy-peer-deps for npm users (#2823 by @frankcalise) e59d880
  • chore(release): 10.0.2 [skip ci] ## [10.0.2](https://github.com/infinitered/ignite/compare/v10.0.1...v10.0.2) (2024-... f15ad94
  • Disable prop-types in linter Disables prop-types rule from eslint-plugin-react recommended config. I thought this... 1e59bb2
  • Pin reactotron-core-client temporarily 2.9.5 changed TS definitions to the point that some tests are now failing. Pi... 5fae514
  • fix(boilerplate): Disable prop-types lint rule by @lindboe Disable prop-types in linter, and pins reactotron-core-cl... f3f4596
  • chore(release): 10.0.3 [skip ci] ## [10.0.3](https://github.com/infinitered/ignite/compare/v10.0.2...v10.0.3) (2024-... d5347ea
  • fix(boilerplate): reworks some mst removal decorators (#2832 by @frankcalise) 4c8d97a
  • chore(release): 10.0.4 [skip ci] ## [10.0.4](https://github.com/infinitered/ignite/compare/v10.0.3...v10.0.4) (2024-... b2ba8e6
  • docs: Fix broken component example links (#2834 by @seanpcoyle) * docs: Fix broken component example links * Add ... 83b5cb5
  • fix(cli): include ajv in devDependencies for Expo Router and npm (#2842 by @coolsoftwaretyler) * fix(cli): include a... 6baf76b
  • fix(boilerplate): remove interop definition for FlashList (#2838 by @frankcalise) b368bcb
  • docs: Fix typos in the Theming docs (#2844) [skip ci] 3b825f8
  • docs: spelling and small doc updates (#2851 by @ecroce) [skip ci] * fix: spelling and small updates * fix(cli)... 8735376
  • docs: update `Generators` reference (#2846 by @emmanuel-ferdman) [skip ci] * fix: update `Generators.md` referenc... 35fa9fd
  • chore: Create .nvmrc to enforce a minimum version of Nodejs for nvm users (#2799 by @thehorse2000) [skip ci] * Cr... c1a0e35
  • Merge branch 'master' into docs/ignite-boilerplate-10-readme 6645685

View on GitHub

jamonholmgren created a comment on a pull request on infinitered/ignite-cookbook
I’ve given some feedback to Felipe in Slack, so once he’s addressed that and I’ve had a chance to review, then we can ship this!

View on GitHub

jamonholmgren pushed 1 commit to main jamonholmgren/jmn

View on GitHub

jamonholmgren pushed 1 commit to main jamonholmgren/jmn

View on GitHub

jamonholmgren pushed 1 commit to main jamonholmgren/jmn

View on GitHub

jamonholmgren pushed 1 commit to main jamonholmgren/jmn

View on GitHub

jamonholmgren pushed 1 commit to main jamonholmgren/jmn

View on GitHub

jamonholmgren pushed 2 commits to main jamonholmgren/jmn

View on GitHub

jamonholmgren pushed 1 commit to main jamonholmgren/jmn

View on GitHub

jamonholmgren pushed 1 commit to main jamonholmgren/jmn
  • make edit path customizable f50031c

View on GitHub

jamonholmgren pushed 1 commit to main jamonholmgren/jmn

View on GitHub

jamonholmgren pushed 1 commit to main jamonholmgren/jmn

View on GitHub

jamonholmgren pushed 1 commit to main jamonholmgren/jmn

View on GitHub

jamonholmgren pushed 1 commit to main jamonholmgren/jmn

View on GitHub

jamonholmgren pushed 1 commit to main jamonholmgren/jmn

View on GitHub

Load more