Maksim Kachurin

Results 11 issues of Maksim Kachurin

### Actual behavior I have an iframe inserted into my main site and I need to create elements inside the iframe from the parent context. But interact.js doesn't work if...

## Help us to manage our issues by answering the following: 1. Describe your issue: I migrate my codebase from Riot3 to Riot6 and I found regress in `each` directive....

feature request

Component names always converted to lowercase. This is due to browser specification. But it is not working for [is] attribute: https://plnkr.co/edit/IAdF9INgUdcKe0Ft Another mistakes with component names: ### children.riot Note: I...

enhancement
documentation update required

I render templates in browser from strings like this: ``` const imp = '{% import _self as _macro %}'; const macro = ` {% macro testMacro(global) %} testMacro content {%...

priority - low
type - bug / bugfix
triaged
pending - needs milestone

I wanted to start using twing instead of twigJS and the first thing that worries me is rendering performance, so I did a little test of a simple template render...

performance

I'm not sure how to describe this problem. In my project, I'm trying to create a deep nested hierarchical structure of some classes that is constantly changing, so I need...

🐛 bug

https://github.com/riot/riot/issues/2932

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

## Help us to manage our issues by answering the following: 1. Describe your issue: I have an idea to develop new `ref` binding what could work in that way:...

question
duplicate

## Help us to manage our issues by answering the following: 1. Describe your issue: It's hard to explain, just check [the demo](https://plnkr.co/edit/qItZkvEiJgvmY4hF). Components mount normally, but any update causes...

enhancement