Ryan

Results 57 issues of Ryan

### What's the name of your proposed event? For instance, "Byteconf Flutter". ### What would the event cover? [Flutter](http://flutter.io) development ### Do you have any speakers you'd like to see...

confirmed

It would be nice to generate the changelog using conventional commits. I have been using [git-chglog](https://github.com/git-chglog/git-chglog) in tandem with pubspec_version to accomplish this.

enhancement
help wanted

If any of the version commands are run in a git repo, they would also create a version commit and tag. For inspiration, look at how [`npm version`](https://docs.npmjs.com/cli/version) works. I...

I have a modified version of the express example that uses the latest version. When referencing the entity class ``` photos = await getEntityManager().getRepository(Photo).find() ``` I receive an error, however...

**Is your feature request related to a problem? Please describe.** Currently, migrating from another library requires you to do a manual comparison of samples from both libraries to fill in...

good first issue
documentation

[Akita](https://github.com/datorama/akita) is a framework agnostic state management pattern, built on top of RxJS

help wanted

[Cratebox ](https://github.com/alexvcasillas/cratebox) is an Opinionated State Management library modeled after mobx for no particular UI library.

help wanted

It would be nice to have support for typescript definitions.

feature request :rainbow:
help wanted :hand:
good first issue :sunglasses:

# Formatting Please follow the existing formatting for each entry. In order to get newlines without paragraph breaks, each entry should have two spaces at the end of the line...

Attempting to call a state handler using `onChange` results in an infinite loop. It would be nice if there was a `didUpdate` function that mirrored the capabilities of (p)react's [componentDidUpdate](https://reactjs.org/docs/react-component.html#componentdidupdate),...

help wanted
Hacktoberfest