intellij
Here are 1,069 public repositories matching this topic...
-
Updated
May 26, 2020 - Kotlin
-
Updated
May 22, 2020 - Kotlin
-
Updated
May 14, 2020 - Kotlin
-
Updated
Feb 2, 2019 - Shell
Environment
- IntelliJ Rust plugin version: 0.2.106.2134-193
- Rust toolchain version: 1.37.0 (eae3437df 2019-08-13) x86_64-apple-darwin
- IDE name and version: CLion 2019.3 EAP (CL-193.3519.24)
- Operating system: macOS 10.14.6
Problem description
Rust allows omitting closure parameters and use functions in closures directly:
fn multiply_by_two(input:-
Updated
May 25, 2020 - Java
Issue Description
Please describe your issue, along with:
- expected behavior
- encountered behavior
Version Information
Please indicate relevant versions, including, if relevant:
- Deeplearning4j version
- platform information (OS, etc)
- CUDA version, if used
- NVIDIA driver version, if in use
Contributing
If you'd like to help us fix the issue by contributi
Hello, I want to contribute to the translation effort, but Crowdin is a lackluster tool that employs a whole lot of spying and tracking. It would be great if the translations could be moved onto the libre Hosted Weblate service instead :) Self-hosting is also an option of course.
A lot of GPS/map software on there already, (with more to come).
I like yoda for 3 === $foo (instead of $foo === 3), but I don't like yoda for 3 === \my_method().
The main reasons for yoda is to avoid accidental assignments which can not happen on method calls.
Is it possible to either only suggest yodo for variable comparisons or to make it configurable in which cases it is suggested?
Here a some of the documentation tags JavaDoc uses. I'd like to have them available for Lua as well.
-
{@code}={@code sum = x + y} -
{@docRoot}=<a href="_{@docRoot}_/copyright.html"> -
{@link class#member label}= Use the{@link #getComponentAt(int, int) getComponentAt}method > Use the getComponentAt method. - `{@linkplain class#member lab
Repro: go .cabal file, type quick somewhere in build-depends stanza, a suggestion list appears
Expected: the QuickCheck package is present in the suggestions' list
Instead: the QuickCheck package is absent in the suggestions' list
Eleventy is a static site generator. It uses .eleventyignore files to exclude files from the internal build process:
https://www.11ty.io/docs/ignores/
AFAIK globs are processed by fast-glob.
Description
OpenApi/Swagger specs: https://swagger.io/docs/specification/adding-examples/
I've prepared' very simple specs, based on much more complex structure from my current project:
openapi: 3.0.0
info:
version: development
title: Hello World
paths:
/hello_world/:
get:
operationId: api.views.hello_world
responses:
200:
des-
Updated
Nov 17, 2019 - JavaScript
-
Updated
Feb 28, 2019 - Java
Would be nice if the server edit button would also be available in the tool window tool bar, so you can get to the edit dialogue without needing to use the context menu.
-
Updated
May 26, 2020 - Java
-
Updated
May 23, 2020 - Java
The documentation says that using a plugin as dependency should be one of
- a plugin id from the plugin registry
- a Maven coordinate
- a sub project
A locally built plugin is allowed and should be documented
SyntaxError: Error while loading rule 'graphql/template-strings': Unexpected token in JSON at position 0
Occurred while linting /Users/devalias/dev/REDACTED/schema.graphql
at JSON.parse (<anonymous>)
at Object.readSchema (/Users/devalias/dev/REDACTED/node_modules/graphql-config/lib/utils.js:141:38)
at GraphQLProjectConfig.getSchema (/Users/devalias/dev/REDACTED/node_modules/g
This plugin is confused because .lando.yml files may contain a top-level key services:. It says "Missing argument", when in fact all is fine.
These files are not meant for Symfony at all. For example, in the Drupal 8 ecosystem, both Lando and Symfony can coexist without any problems.
For documentation, see https://docs.devwithlando.io.
Currently, we can only choose a background color.
I would be great if we can choose font and size also.
AceJump uses edit font family and font size, which sometimes make aceJump's popups barely visible.
It would be great if it was possible to automatically generate doc strings for functions, or add code completion shortcut for it. It is basic functionality that is present in e.g. PyCharm.
Examples of format here:
https://docs.2600hz.com/dev/doc/engineering/erlang-documentation/#comment-leading-character
. When the tests are folded, then it becomes more difficult to tell that the tests did not run just by scanning the coverage markers.
For example:



Issue Description
When I run the example cartpole with the default parameters, it can not converge to the max reward 200, I wonder what went wrong.

Version Information
Please indicate relevant versions, including, if relevant: