Maxim Mazurok

Results 88 issues of Maxim Mazurok

I'm seeing `Visit [http://](http://) to download a new version or use your local package manager to upgrade.` in the first exercise. Even though in the sources, I can see a...

I have this vCard, generated by [ez-vcard](https://github.com/Maxim-Mazurok/ez-vcard) and it has no trailing semicolons for the `N` field: ``` BEGIN:VCARD VERSION:2.1 N:Mazurok;Maxim END:VCARD ``` But when I try to validate it...

1. Use `prop-types` package instead of `React.PropTypes` 2. Use `create-react-class` package instead of `React.createClass`

It would be great if decentralized ownership could be added to this concept. Approving merges to master using consensus instead of a single man's opinion. Incentives and rough concept are...

Getting this error when running `tsc`, with `"skipLibCheck": false` ``` node_modules/mocha-chai-jest-snapshot/dist/utils/jest-test-result-helper.d.ts:14:58 - error TS2304: Cannot find name 'SnapshotStateOptions'. 14 export declare const makeEmptySnapshotSummary: (options: SnapshotStateOptions) => SnapshotSummary; ~~~~~~~~~~~~~~~~~~~~ Found 1...

### Problem to solve I want to add add custom sorting function to data-table that would make sure that folders always stay above the files, same as in Windows Explorer....

S: triage

We're using [Liquid Files](https://www.liquidfiles.com/) for file sharing in our company, it'd be cool if there was support for it as an upload destination in ShareX

**dependabot.yml content** ```yaml version: 2 updates: - package-ecosystem: 'npm' directory: '/' schedule: interval: 'weekly' day: 'saturday' time: '10:00' timezone: 'Australia/Sydney' labels: - 'dependencies' - 'automerge' ``` **What you expected to...

T: bug 🐞
F: pull-requests
F: labels

Fixes #194 It looks like it's not a dev-only dependency as it prevents pendants from using this project, so I think that the move is justified. Tested using npm link,...

**Describe the bug** When using `[email protected]` in my TypeScript project, I get the following error when trying to compile it: ``` maxim@ubuntu:~/google-api-typings-generator$ tsc node_modules/cacheable-request/dist/types.d.ts:7:35 - error TS7016: Could not find...

bug