Eugene Mirotin

Results 15 issues of Eugene Mirotin

This is simple change that adds an event before we attempt to resize the textarea. I need it to save some state of the ui (specifically the scroll position of...

I'll leave a couple of comments to justify some non-obvious changes

Original report is here https://github.com/olivernn/lunr.js/issues/305#issuecomment-336872069 Link to repro repo: https://github.com/emirotin/lunr-failure. _You need to untar theJSON dump file before running the code._ The process is using around 1.5GB RAM when it...

My app has multiple entry points (that are built into separate independent bundles) that share the common library. If one of the entry points uses some exports from that library...

1. [ ] make the `login` method resolve with the token itself (currently it's captured by setting it in the SDK) 2. [ ] implement `logoutOthers`: `httpHelper(url: urls.logoutOthers, method: 'POST')`,...

So the SDK currently is managing the token. I think it doesn't play well with the UI needs: - the token is saved to the localStorage as `token`. I can...

Esentially for methods that currently operate on `idOrUuid` or `idOrName` allow also passing the entire object (obviously doesn't make any sense for the `.get` methods, but makes for things like...

It will likely be useful to add the methods like `application.getDependent`, `device.getDependent`, etc. These will be thin wrappers around existing methods encoding the semantics of requestion `application where application.application ==...

Hi This tool is nice and convenient, thanks. But recently I started getting a very strange Shroedingbug. Quite often if I clear the previously generated sprites and then run the...

I have the following architecture: ``` parent page (3rd party domain) http://brand.com/page.html -> js file (my domain) http://me.info/script.js -> it loads an iframe (my domain) using the Socket http://me.info/iframe.html ```...