Alexey Zakhlestin

Results 43 issues of Alexey Zakhlestin

Being able to customize routes directory of `` component would allow to have more flexibility and ability to have several independent routers. I'm thinking about something like this: ```jsx ```

we use browserify for installing dependencies on our projects, which uses NPM for dependency management. would be super cool to have this library in NPM

### Before you file a bug report - [X] I have checked the [issue tracker](https://github.com/mattermost/desktop/issues) and have not found an issue that matches the one I'm filing. - [X] This...

Type/Bug
BrowserView

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 `import something from "debug"` leads...

bug
vinxi

It would be great to have support for domain-based routing. I need to be able to server different pages on different domains. Could it be configured via additional sub-component of...

enhancement

Naive upgrading from 0.7 to 0.8 results in warnings about incorrect signatures and leads to bogus sorting of migration-files because format of filenames is different (`2021-07-22…` vs `2021.07.22…`) Is there...

documentation
@slonik/migrator

It would be great to have REPL capabilities in console, similar to what we have in web browsers. This way it would be much easier to start working with live...

Code I try: ```js console.log([1,2,3]); ``` Actual result: `{}` Expected result: `Array(3) [ 1, 2, 3 ]` (or something similar)

``` python >>> from sleekxmpp.jid import JID >>> jid1 = JID(local='HELLO', domain='WORLD') >>> jid1.bare u'HELLO@world' >>> jid2 = JID('HELLO@WORLD') >>> jid2.bare u'hello@world' ``` Seems like local-part is not processed when...

Question

It could be useful to run `migrate wipe` in automated scenarios before running tests. Currently, it seems to be pretty insistent on requesting confirmation. could be some flag like `--i-know-what-i-am-doing`...