rkrisztian

Results 16 issues of rkrisztian

With arm64 as a new platform supported by Node v16, I've noticed that if I want to use NVS in a project that still requires Node v14, `nvs use` will...

For this savegame: [3.zip](https://github.com/cfi2017/bl3-save/files/6987050/3.zip), the _Items_ tab shows: ![image](https://user-images.githubusercontent.com/2960445/129447280-a8d87502-c9cc-4938-a821-1d1e8244acae.png)

Sure, some of the examples given there do a very good job at showcasing how ES evolved and brought us fine replacements for what we could only do nicely with...

My project requires that I do not write to `/tmp` or whichever location it is when I use the [`TempDirectory` extension](https://junit.org/junit5/docs/current/user-guide/#writing-tests-built-in-extensions-TempDirectory). So right now I have no choice but to...

type: enhancement
theme: extensions
theme: programming model
component: Jupiter
status: waiting-for-interest

#### Operating System - RHEL7 - Windows 10 - Mac OS 10.12 #### Image version - 3.14.0-p22 #### Docker version - Docker Desktop 2.0.0.3 for Windows/Mac - Docker CE 18.09.3...

help-wanted

I've run into some problems in my [test project](https://github.com/rkrisztian/cypress-jest-test-project/commits/router-test) (branch: `router-test`, as linked). ### 1. The app is routed to `/__` With `npx nx serve`, the app gets routed to...

bug
question
cypress-mount

I am unsure if this was already reported, but the following did not work for me in an Angular 12 project: ``` $ npx ng add @jscutlery/cypress-angular ℹ Using package...

bug
cypress-angular

When executing a plugin, I only get back a string: ```java Artifactory artifactory = ArtifactoryClientBuilder.create()/*...*/.build(); String response = artifactory.plugins().execute("myPlugin") .withParameter("param", "value") .sync(); ``` Usually a plugin sets context vars `status`...

Hi, IDEA supports the concept of continuation indent. Its size is usually configured to twice as much as the regular indent size. Continuation indent can occur if e.g. you wrap...

I have a problem with the ordering of child elements under a job in your examples, let me reason why. Original ordering: ```yaml jobs: csharp: # name of the job...

documentation