Alex Myronov

Results 9 issues of Alex Myronov

I'm facing issue with pdftk on mac. Apparently it cannot generate pdf: ``` fillPdf.generatePdf({ name: 'alex' }, `${__dirname}/fixtures/form.pdf`, (err, output) => { if (err) { console.log(err) } else { console.log(output)...

I'm using 2 axes for different datasets. When the dataset is turned off `0 0.1, 0.2` is shown on the corresponding axis. Is there any way to hide the axis...

question

I'm getting on an attempt to build the app after the installation of `react-native-payments`. It fails in `ReactNativePaymentsModule.java` as there are following imports: ``` import android.support.annotation.Nullable; import android.support.annotation.NonNull; import android.app.Fragment;...

After installation of the library, an attempt to initiate payment request fails with ``` WARN Possible Unhandled Promise Rejection (id: 0): TypeError: Cannot read property 'createPaymentRequest' of undefined TypeError: Cannot...

When the user focuses on the text input element and the virtual keyboard appears tooltip is not positioned correctly anymore. This is happening because `fixed`positioning (which is used for tooltip)...

Bug
help wanted

I need to implement HOT reloading of source files which are stored outside `/src` directory, but on the same level - `/shared` (this folder actually added as git submodule). _What...

I'm to update the UI when `onNotification` arrives. In general `onNotification` works as expected when app is **killed**. It wakes up -> `onNotification` gets called. BUT `onNotification` doesn't seem to...

# Bug report I've updated to the most recent Xcode 15.3 and build started to fail with: ``` Incompatible function pointer types passing 'YGSize (YGNodeRef, float, YGMeasureMode, float, YGMeasureMode)' (aka...

I'm using react-native-testing library for testing the app. In scope of the test I need to fill in the form with proper value in this selector. My attempt to do...