Taras Mankovski

Results 225 comments of Taras Mankovski

@minkimcello do you have a link to the runkit example that we created?

@cowboyd the issue is actually a little deeper. It shows itself in @minkimcello's example but it comes down to the fact that our current implementation of number has an initializer...

I agree with both points. 1. this is how JavaScript works 2. this is how we should teach people @minkimcello can you please create a PR that changes how NumberType...

> In Microstates, the = trips me up. This necessity for `=` is strictly artifact of the fact that we were trying to find a DSL that wouldn't require a...

Hi @jeffutter, That's a good question. I would probably do something like this, ```js class Account { amount = Number; withdraw(value) { return this.amount.decrement(value); } } class Error { message...

Hi Everyone, thank you for your interest in contributing to Microstates. I'm sorry I missed these messages earlier. Are you still interested in helping with the website?

I haven't had a chance to think about it yet, but I'm happy to start to work with you on it. I'm thinking that documentation is going to be somewhat...

@marioacc Over the weekend, I had some ideas about the website. I'm currently working on a [PR to `@microstates/ember`](https://github.com/microstates/ember/pull/72) which is going to have a format that's similar to the...

Here is a site that I made for Ember in Microstates demo https://ember-microstates.netlify.com This will be the starting point for Microstates site. It won't be in Ember, we'll probably make...