The Wayback Machine - https://web.archive.org/web/20200526170658/https://github.com/topics/intellij
Skip to content
#

intellij

Here are 1,069 public repositories matching this topic...

hanbaoan123
hanbaoan123 commented Feb 24, 2020

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.
360截图20200224095510956

Version Information

Please indicate relevant versions, including, if relevant:

  • Deeplearning4j versi
SomeoneToIgnore
SomeoneToIgnore commented Sep 25, 2019

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:
maqalaqil
maqalaqil commented Dec 27, 2019

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

comradekingu
comradekingu commented Apr 13, 2020

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).

https://hosted.weblate.org/projects/osmand/
htt

foobar13372
foobar13372 commented Feb 25, 2020

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?

ghost
ghost commented Jun 1, 2018

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

Manifold plugs into Java to supplement it with powerful features, from Type-safe Metaprogramming, Extension Methods, Operator Overloading, and Unit Expressions to an integrated Template Engine and a Preprocessor. All fully supported in IntelliJ IDEA. Simply add Manifold to your project and begin taking advantage of it.

  • Updated May 23, 2020
  • Java
0xdevalias
0xdevalias commented Apr 7, 2020
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
Fonata
Fonata commented May 26, 2019

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.

public
foxbunny
foxbunny commented Mar 11, 2019

Issue description or question

The coverage markers usually remain green for the lines that contain the test declaration in Jest. This is usually not a problem until those tests are collapsed (folded). 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:

![image](https://user-images.githubuserc

Improve this page

Add a description, image, and links to the intellij topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the intellij topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.