code-search
Here are 46 public repositories matching this topic...
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 2, 2020 - C++
-
Updated
Jun 28, 2020 - C++
-
Updated
Dec 6, 2020 - C++
-
Updated
Nov 18, 2020 - Jupyter Notebook
-
Updated
Dec 3, 2020 - Java
-
Updated
Nov 5, 2019 - Java
-
Updated
Dec 6, 2020 - Go
-
Updated
Nov 15, 2020 - Clojure
-
Updated
Oct 30, 2020 - Clojure
Description/ Observed Behavior
J.FieldAccess.isFullyQualifiedClassReference(MethodMatcher) allows for comparison between a FieldAccess
and a MethodMatcher
to see if they are describing the same fully qualified type or not.
But `Method
-
Updated
Aug 16, 2020 - Emacs Lisp
-
Updated
Dec 11, 2020 - Rust
-
Updated
Nov 25, 2020 - Python
-
Updated
Mar 7, 2017 - Go
[ ] - Syntax highlighting uses a slightly off-white background color. I see two options to fix this:
- Download the current styling sheet and modify it. https://highlightjs.org/static/demo/styles/github.css
- Find a different style with a white bg: https://highlightjs.org/static/demo/ Then edit the
index.html
file to use that style sheet instead.
-
Updated
Jan 18, 2019 - Python
-
Updated
Sep 3, 2020 - Jupyter Notebook
-
Updated
Jul 20, 2019 - Java
-
Updated
Aug 29, 2020 - C++
-
Updated
Oct 2, 2020 - C++
-
Updated
Jul 21, 2020 - TypeScript
-
Updated
Jul 19, 2019 - Java
-
Updated
Sep 17, 2019 - Java
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Oct 3, 2018 - Java
-
Updated
Jul 20, 2020 - TypeScript
Improve this page
Add a description, image, and links to the code-search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-search topic, visit your repo's landing page and select "manage topics."
ExternalLink
in GraphQL currently only exposes theserviceType
as a string. This has caused a lot of headache in the frontend as we need to enumerate it to show appropiate icons, show the right browser extension install alerts, etc. Every time I have to go dig up the possible values in the backend, which is non-trivial because we have many properties namedserviceType
that are different thin