Here are 2,942 public repositories matching this topic...
-
Updated
Aug 18, 2020
-
Updated
Aug 12, 2020 - TypeScript
-
Updated
Aug 6, 2020 - Swift
-
Updated
Aug 15, 2020 - Java
-
Updated
Aug 14, 2020
-
Updated
Aug 11, 2020 - JavaScript
-
Updated
Aug 11, 2020 - Ruby
-
Updated
Jan 30, 2019 - HTML
-
Updated
Aug 12, 2020 - PHP
@dursk raised a great and prescient point in an message on the Google Group several months ago:
Either request() should be marked private as _request(), or, since the API calls funnel through request(), the versioning should be handled within this method rather than passed to this method by all callers.
Since then, multip
-
Updated
Jun 29, 2020 - Java
-
Updated
Dec 13, 2019 - Go
-
Updated
Apr 12, 2018 - JavaScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Jul 18, 2020 - Objective-C
-
Updated
Nov 30, 2018 - JavaScript
-
Updated
Aug 19, 2020 - C#
-
Updated
Aug 17, 2020 - Jupyter Notebook
-
Updated
Aug 18, 2020 - Java
-
Updated
May 11, 2020 - JavaScript
-
Updated
Jul 23, 2020 - TypeScript
This gem recommends using require_dependency in the initializer to set up bot reloading in development but those should be removed according to the rails 6 upgrade guide using the Zeitwerk autoloader.
It seems to me that maybe only config.autoload_paths is n
Improve this page
Add a description, image, and links to the facebook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the facebook topic, visit your repo's landing page and select "manage topics."


It has been deprecated for 3 years - let's remove it for Jest 27.
Should essentially just be deleting these lines - possibly deleting some tests as well?
https://github.com/facebook/jest/blob/ca8bf7c8b7a6f295712250c0867e813a8ef8cc85/packages/jest-haste-map/src/index.ts#L263-L273