Elias Yishak

Results 39 comments of Elias Yishak

Hi, I am working with the boxsdk and pyinstaller modules to create a stand alone application, but I am getting the following error: File "/usr/local/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module exec(bytecode,...

Hi, I had to specifically import each module for it to work, ie. collaboration_whitelist_entry is a specific import line for me. > hiddenimports=[ 'boxsdk.object.collaboration', 'boxsdk.object.collaboration_whitelist', 'boxsdk.object.collaboration_whitelist_entry', 'boxsdk.object.collaboration_whitelist_exempt_target', 'boxsdk.object.collection', 'boxsdk.object.comment', 'boxsdk.object.device_pinner',...

i've been there before! glad to help

Additionally, can you add some test cases for this new feature? Here is link to our wiki on writing tests: https://github.com/flutter/flutter/wiki/Running-and-writing-tests

@christopherfujino yeah, im anticipating this will take a bit of time to land since the pubspecs for customer tests will also have to be updated to include the dependency

Going to close this for now and keep on my todos to reduce noise

@natebosch good question, looking at the failed test [Linux customer_test](https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20customer_testing/70491/overview), it looks like only one customer test is actually failing from this change and can be found in this repo:...

cc @kenzieschmoll , feel free to edit the issue to add any info that could be helpful

> Where/how was this problem fixed on the dart side? There was a bug in the analytics package that likely caused this error based on the outputted logs above, the...

@ditman can you help with this PR, or route to someone for web?