Michael 'Misha' Litchev

Results 41 issues of Michael 'Misha' Litchev

We recently upgraded our Material UI from v3 (lol) to the latest and greatest, v5 - thank you @vmcodes - shortly after that, @jayeclark went through the process of adding...

React
design
CSS
Material

Due to some legacy decisions made a long time ago, the Experience objects for the Full-Stack Starter Kit look like the `body` in `src/libs/createExperience`, where each piece of experience is...

React
ownership
Node

The `@aws-amplify/api` npm package, according to bundle-phobia and an awesome VS Code extension is around 436kb. Which is...an excessive amount of data, even if the total kb reflected in the...

Right now, our test coverage is nearly non-existent. This is a problem, as manual testing of every pull-request ultimately creates a bottleneck for maintainers to approve code and keep things...

documentation
help wanted

Let's look into having different types of proof requests - right now, we are just uploading files. here are some other types of proofs: 1. Attestation - have someone 'sign'...

enhancement
React
design
UI

One of the pieces of software that adds tremendous value is simple messaging. Going back to the days of AIM/MSN/IRC, simple chat clients provided tremendous value and captivated people. We...

enhancement
help wanted
React
WebSocket
ownership
Node

Vision - The ParetOS offers our Toans (or whatever we end up calling our users, I hate the word 'user') the 20% of software that will give them 80% of...

help wanted
React
ownership

In `ApproveExperienceModal`, we want to change the coach notes from being a simple form field to being a rich-text field, where the coach can leave detailed feedback instead of simple...

help wanted
good first issue
React

In `src/profile/EditProfile`, as well as in the Arena Proof Modal, we are submitting items to s3, primarily as images. However, we want to be ready for mp3, video, etc -...

React

Right now, we have an Order and Billing form component inside of `src/learn` that mostly handles the facilitation of the transaction to pay for the Full-Stack Starter Kit. I would...

React