Andrey Gordeev

Results 27 issues of Andrey Gordeev

Did anybody face this issue? It looks like `XMLParserDelegate` sometimes doesn't call `parser(_ parser: XMLParser, foundCharacters string: String)`

help wanted
question

It is very useful to generate thumbnails and store them back into the storage. Seems like this feature is the last remaining unimplemented.

I'm trying to use FireSQL with code from README, but getting errors below: ``` > tsc node_modules/firebase/index.d.ts:6297:36 - error TS2304: Cannot find name 'ServiceWorkerRegistration'. 6297 useServiceWorker(registration: ServiceWorkerRegistration): void; ~~~~~~~~~~~~~~~~~~~~~~~~~ node_modules/firebase/index.d.ts:6414:13...

Hey guys, first of all thank you very much for this great library! I have `dismissActivityIndicator` method, which returns a promise: func dismissActivityIndicator(any: T) -> Promise { return Promise {...

### Reporting an issue I set `dtstart` to 6:15 pm PST (UTC-7). The demo prints `04:15 GMT` as occurrence time, though the correct output is `6:15 pm + 7 hrs...

### Reporting an issue ```ts const ruleStr = [ 'DTSTART;TZID=America/Los_Angeles:20190603T181500', 'RRULE:FREQ=WEEKLY;WKST=SU;BYDAY=MO,TU,WE,FR,SA' ].join('\n') const rule = RRule.fromString(ruleStr) const result = rule.between( new Date('2019-07-16T07:00:00.000-07:00'), new Date('2019-07-23T07:00:00.000-07:00') ) console.log(result) ``` outputs this: ```...

The verbose log: ``` $ screenshots -v [ +86 ms] Starting flutter daemon... [ +14 ms] executing: flutter daemon [+1136 ms]

I'm getting `Unhandled exception: command failed: exitcode=1, cmd='plutil -convert json -o - /Users/andrey/Library/Developer/CoreSimulator/Devices/91F6AB11-F957-4412-906D-3E602524A122/data/Library/Preferences/.GlobalPreferences.plist', workingDir=.` when running `screenshots`. `screenshots -v`: ``` [ +68 ms] Starting flutter daemon... [ +11 ms] executing:...

Here's my code: ``` var kue = require('kue-scheduler'); var Queue = kue.createQueue(); var jobName = "sendReport"; // Create a job instance in the queue. var job = Queue .createJob(jobName) .priority('normal')...

I ran `fastlane add_plugin appicon` and got this result: ``` [20:27:54]: fastlane detected a Gemfile in the current directory [20:27:54]: however it seems like you don't use `bundle exec` [20:27:54]:...