Cedric Schoenecker

Results 13 comments of Cedric Schoenecker

Same issue for me. In your solution @miguelventura the .map file are not builded but url for this file stay in the css output file with cause error in console.

Same folder work fine with other git app (Working copy). Folder is stored 'On my iPad' (iPad Air 5, latest iOS) I can't send this folder because its a confidential...

Same bug if a create an new folder 'In my iPad', initialize as git (inside Code App), create an new file (HTML) and try to stage the new file (all...

> It seems like when the root directory contains a space character git cannot read the files properly. @cschoenecker Can you confirm this? Nop because I try with a new...

@bummoblizard Here is a short test case : https://user-images.githubusercontent.com/21053090/165307322-d8924321-ab99-4bfb-bb7b-2b8a2a2202fd.mp4

I need it too

Any news of this improvement ? I need too a file upload for an order for customer

Thank's, it works with this instruction :)

This also happens to me on my application. Maybe we can use the detection of the application in the foreground to recreate the connection if it falls in error? I...

I will rather in my case restart the application if the connection to indexedDB is lost, like this: ``` App.addListener('appStateChange', state => { if (state.isActive) { // if isActive is...