Balázs Kiss

Results 9 issues of Balázs Kiss

The slider can be used to animate a "wizard" screen, where the user can complete steps and proceed as the carousel slides. For navigating between screens, we use a `carouselController`,...

I experience the problem described in the pinned issue: https://github.com/gund/ng-dynamic-component/issues/369 After following the guide, and changing the dependency from ` "ng-dynamic-component": "^6.1.0",` to ` "ng-dynamic-component": "^8.0.1-no-barrels.1", ` I still encounter...

Trying to install will result in the following error message: ``` g add @jscutlery/cypress-angular --force ℹ Using package manager: npm ✔ Found compatible package version: @jscutlery/[email protected]. ✔ Package information loaded....

bug

### Current behavior After a fresh install, and following th tutorial, running the `npx cypress open-ct` results in a big error, and even though I can see the test cases,...

📝 documentation

I have just finished the install process: - tns plugin add nativescript-localize - created localization files (see image) - imported NativeScriptLocalizeModule in app.module ![image](https://user-images.githubusercontent.com/10611667/71000997-9bfa7d80-20dc-11ea-9c68-63dba725eeee.png) ![image](https://user-images.githubusercontent.com/10611667/71001176-feec1480-20dc-11ea-9c00-ec3197c2bcd1.png) But if I try to...

Writing an invalid hour or minute in the input field results in a strange mechanism: First, we type in an invalid hour value: ![image](https://user-images.githubusercontent.com/10611667/155301872-62914f06-6d03-4f3e-8e1c-54bc98853186.png) Then, after loosing focus, the date...

I have the following Flink application, running in a docker container, connected to a Kinesalite server: ``` public class DataStreamJob { private static final Logger LOG = LoggerFactory.getLogger(org.agco.oeedataprocessor.DataStreamJob.class); private static...

` ` This code scrolls to the target selector, but I cannot force it to use the given offset. What is the correct syntax?

If a feature string is initialized in the `Feature` widget: ``` return Features( flags: [FEATURE_ADS], child: MaterialApp( ``` Then I add a `DebugFeatures` somewhere in the app: ``` ... ElevatedButton(...