Vincent
Vincent
Hi Alex, thank you for the great book. in your section about mutually recursive functions, you define `even` and `odd` as such: ``` let rec even = (x) => if...
If I'm not mistaken, your proposal here above is the third time ;) Indeed your functions don't match the definitions of even and odd numbers, as they seem to imply...
While I think this feature is useful, it is in my opinion out of the scope of `import_sorter`. The sole responsibility of this package should be to sort imports, not...
> Sir it was a fresh install. @singlakaran can you check if the phone that triggers the error has data saved in Google Drive? Launch the Google Drive app and...
@jeroen-meijer : @gleich agreed that I can be a maintainer of `import_sorter`. Could you please give me the relevant permissions / access to the repo?
@gleich it's been almost a month now, two messages and still no reply from @jeroen-meijer . Would there be anyone else that we could contact to add me as a...
I am not very familiar with Samsara and its structure, nor with how developers would benefit from importing only a few modules and not the whole library, but the ES2015...
@gmpassos an option for you to get around it would be to commit changes to `pubspec.lock` after running `pub get`: ```shell // run `pub get` on the CI git config...
@shilman I've encountered the bug as well and researched a bit its cause, so I'm sharing my findings here in the hope it might help you. It looks like you...