Jakob Krigovsky

Results 32 issues of Jakob Krigovsky

[On npm](https://www.npmjs.com/package/@react-native-community/blur?activeTab=versions), there are five versions for `@react-native-community/blur`: 3.3.0, 3.3.1, 3.4.1, 3.5.0, and 3.6.0. However, [on GitHub](https://github.com/react-native-community/react-native-blur/tags), there are only Git tags for v3.3.0 and v3.3.1.

[From Node.js’s docs on Assert’s legacy assertion mode](https://nodejs.org/api/assert.html#assert_legacy_assertion_mode) (`require('assert')`): > Whenever possible, use the [strict assertion mode](https://nodejs.org/api/assert.html#assert_strict_assertion_mode) instead. A rule to make sure to always use strict assertion method (`require('assert').strict`)...

[`assert.equal`](https://nodejs.org/api/assert.html#assert_assert_equal_actual_expected_message), [`assert.notEqual`](https://nodejs.org/api/assert.html#assert_assert_notequal_actual_expected_message), [`assert.deepEqual`](https://nodejs.org/api/assert.html#assert_assert_deepequal_actual_expected_message), and [`assert.notDeepEqual`](https://nodejs.org/api/assert.html#assert_assert_notdeepequal_actual_expected_message) are deprecated in [legacy assertion mode](https://nodejs.org/api/assert.html#assert_legacy_assertion_mode) (but not in [strict assertion mode](https://nodejs.org/api/assert.html#assert_strict_assertion_mode)). [node/no-deprecated-api](https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-deprecated-api.md) currently does not report these APIs as deprecated.

If `clean-project-auto` were available through the `react-native-clean-project` executable (or a separate `react-native-clean-project-auto` executable), [`npx`](https://github.com/npm/npx) could be used without having to install the React Native CLI. In short, it would be...

enhancement

Updates the “Ruby - Bundler” example to use [`ruby/setup-ruby`](https://github.com/ruby/setup-ruby)’s examples from [Caching `bundle install` automatically](https://github.com/ruby/setup-ruby#caching-bundle-install-automatically) and [Caching `bundle install` manually](https://github.com/ruby/setup-ruby#caching-bundle-install-manually). Closes #289. Closes #290.

Since #58 [hosted-git-info](https://github.com/npm/hosted-git-info) is used to normalize dependencies. To be consistent, I suggest doing the same for the `repository` property. This would mean that ```json "repository": "npm/normalize-package-data" ``` would be...

feature

The benchmark results aren’t very meaningful if they aren’t run with React’s minified production build. See [Use the Production Build](https://facebook.github.io/react/docs/optimizing-performance.html#use-the-production-build).

With [GitHub and Facebook introducing Atom-IDE](https://blog.atom.io/2017/09/12/announcing-atom-ide.html) and [atom-languageclient](https://github.com/atom/atom-languageclient) maturing, it might make sense to utilize a language server. This isolation of the core linter may help us when writing tests...

![Screenshot](https://user-images.githubusercontent.com/652793/43325314-a39fc1be-91b6-11e8-91c7-5d6ac4898044.png) XO seems to try to lint the whole HTML document instead of just the JavaScript code within the `` tags.

bug