Taras Mankovski

Results 105 issues of Taras Mankovski

Thank you for all of your work on ramda! I'm a maintainer of [microstates](https://github.com/microstates/microstates.js) and we use ramda as a dependency. We only use `lens`, `over`, `view`, `set` and `lensPath`....

I've been experimenting with inline let and it behaves unpredictably. There could be something wrong with the AST transform code. We need to add node tests for it.

Microstates are immutable, as such changing value on `state` property doesn't make sense. Unfortunately, some components do this without the developer realizing it. Currently, if Ember tries to set `state`...

help wanted
good first issue

There is nothing really tricky about using Microstates with Ember Concurrency, but we do want to make this clearer with a good example. For all intents and purposes, Microstates behave...

good first issue
docs

Higher Order Types are functions that return a type. They're useful when you have many similar types with some variation and you want the same component to be able to...

docs

Code needs to be adapted from @cowboyd's lunch and learn https://github.com/cowboyd/microstates-lunch-and-learn/blob/master/app/templates/final-application.hbs

help wanted
good first issue

When running tests, the browser bar shows the proxy's URL. It doesn't show the URL of the iframe. This makes it difficult to understand how your app is navigating. I...

There are many tools available in our industry that are designed for browser automation which some use for testing, for example, Playwright. There are also testing tools that manage DOM...

documentation

When debugging, it's useful to be able to stop at a specific step to see what's happening on the screen. I've been using ``` .step('stop here', () => new Promise(()...