Orestis Zambounis

Results 17 issues of Orestis Zambounis

How can I include only certain filenames, or ignore all filenames except files X, Y, Z? I tried `/^((?!file-X).)*$/` regex in `ignoreFilenames` but that didn't do the trick

if I include a favicon in the HtmlWebpackPlugin options the attributes are passed to the favicon instead to the external module in which I originally defined them in

Cool library. Couldn't make it work on Android unfortunately (App crashes immediately when run with Processing Android Mode). Any suggestions about what has to be made to make it compatible...

When building with ``` cmake .. \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_EXAMPLES=OFF \ -DBUILD_TESTS=OFF \ -DBUILD_PACKAGE=ON \ -DBUILD_CLI=OFF \ -DBUILD_USER_CODES=OFF cmake --build . ``` I get the following output / error: ```...

Is it possible to receive error message + traceback on exception? Currently the pyrasite silently exits

It doesn't work if there is scrolling. Item press triggers activation and elevation, then dragging causes scroll and loss of item control. Tested with RN 0.62.2 in an emulator.

`async` tag attribute gets converted to `async=""`

``` What went wrong: Execution failed for task ':app:packageAllDebugClassesForMultiDex'. > java.util.zip.ZipException: duplicate entry: com/google/android/gms/location/places/PlaceReport.class ``` I suspect that there is a version conflict of the `com.google.android.gms` versions used by firestack...

VERTICAL doesn't show vertical lines. HORIZONTAL works. BOTH shows just horizontal lines. Vertical line is shown only at x=0. Reproducible example: ```jsx import React from 'react' import { View, StyleSheet...

bug

I want to label the raw RGBD data with 2D annotations. The depth and RGB data align well. Whereas the annotations do not seem to align with the raw RGBD...