Martin Buchalik

Results 7 issues of Martin Buchalik

When sharing to my application from a thirdparty app like google drive, I get files paths looking like this: content://com.google.android.apps.docs.storage.legacy/something... For some reason, using getRealPathFromContentUrl fires the success callback, but...

When using `@sniptt/monads` in React, I am getting a warning indicating that source maps are pointing to non-existing files. ### Expected behavior I expected the library to compile without any...

# Feature Request **Ionic version:** [x] **4.8.0** **Describe the Feature Request** When a select menu (ion-select) contains many options so that it is scrollable, it is always scrolled to the...

type: feature request
package: core

It seems like the setting "lineSeparator" for CSV files has no effect. I loaded two CSV files using the Adapter (the "preview" endpoint). One file has LF line endings and...

bug

I tried loading a CSV file (using the Adapter) with a structure like this: ``` column1,column2,column3 first,second,third ``` There are a few newlines after the second row. # Expected result...

When requesting data using the Adapter, we get a response like this: ```json {"id":1234,"data":"[{\"column1\":\"first\",\"column2\":\"second\",\"column3\":\"third\"}]"} ``` # Expected result: The "data" field should be an actual array. ```json { "id":1234, "data":...

bug

I tried loading a CSV file (using the Adapter) with a structure like this: ``` column1, column2, "Hi, column3" ``` Important: There is a space after each comma! I set...

bug