Evgeny Stepanovych

Results 16 issues of Evgeny Stepanovych

In my app I'm listening to ``didActivateApplicationNotification`` notifications and then add ``AXObserver`` to the app that was activated. I've noticed that in some scenarios I got ``UnknownUIElement`` errors when I...

Hey, In my epub that I've downloaded from the internet $xml->metadata seems to be missing, thus I'm getting an error when opening it. The line with the problem is here:...

Version 8.0 of `filesize` significantly alters default behaviour. https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md https://github.com/avoidwork/filesize.js/pull/138/files Previously: ``` filesize(265318); // "259.1 KB" ``` Now: ``` filesize(265318); // "265.32 kB" ``` Because ngx-filesize just requires `"filesize": ">=...

This is more of a question that relates more to safari than the extension. In Chrome: - Cmd + L to focus on address bar - type search query -...

This relates to me trying to use pug with codelyzer here: https://github.com/mgechev/codelyzer/issues/880 The problem is that I don't have sourcemaps. When I use tslint --fix, any template rules that have...

bug

### Description Given the following component dom: ```html ``` There does not seem to exist a concise way to query for component instances within a group of MuhComponent using `spectator.query(MuhComponent)`....

enhancement
PR is welcome
good first issue

Hello, my dear friends. I need to say that it has been challenging trying to incorporate the library into a production environment :) Scenario: 1. User A connects. 2. User...

bug
difficulty: hard
in progress

Hi, I have several JS clients connected to websocket server. They are organized into channels (I store Node objects). Now one of the clients (client A) disconnects. In PHP server,...

question
difficulty: medium
in progress

Hi, I've been trying to use the library in Typescript with no luck. Since the library has no typings, I've declared my own module: ``declare module 'mobx-delorean';`` but when running...

Hi, I'm trying to output: ``` html 1st ``` However, no matter what I try: ``` js numeral(1).format('0o') numeral(1).format('o') numeral(1).format('0o0o0o0o') ``` The result is always the same: 1st. What I...

enhancement