Dom Jocubeit

Results 26 comments of Dom Jocubeit

I asked this a little bit ago: https://github.com/bbenezech/papermill/issues/closed#issue/14 I think this is a shame, as Papermill is such an elegant solution, and one of the reasons I have chosen to...

I think think the dependency should be replaced with [https://pub.dev/packages/flutter_web_auth_2](https://pub.dev/packages/flutter_web_auth_2) which is an updated fork of the apparently abandoned original flutter_web_auth. The current dependency's last update was in Feb, and...

I forked the `sdk-for-flutter` at [https://github.com/startcommerce/appwrite_flutter](https://github.com/startcommerce/appwrite_flutter) to test swapping in the https://pub.dev/packages/flutter_web_auth_2 dependency. I had to update `device_info_plus` to `^4.1.2` and `package_info_plus` to `^1.4.3+1` at the same time. I've tested...

Alright great! I'll go ahead and create a PR. Thanks for the swift response.

Above solution still has shortcomings when using `p-bigger` and `p-icon` unfortunately. I'm still having troubles trying to get longer labels to align properly. Sentences that wrap to 3-4 lines are...

> @LinusU The fix seems to be to change `platform :osx, '10.11'` to `platform :osx, '10.15'` in the app's `macos/Podfile`. > > It might be worth adding that to your...

@bobosette it would be helpful if you close the issue.

I was playing with rails 5.2.0.beta2. I had to make a few changes to get it to work in a nanobox. Remove the following from `config/boot.rb` as specified at https://guides.nanobox.io/ruby/rails/existing-app:...

@danhunsaker Yes I mean "skip". I understand the reason for it, but it fails because the file can't be required. Something about the Server class has changed. Skipping this instruction...

I'm experiencing this issue right now. I have API components stored with one use in Github as private repos, and apps using those API components stored in private repos of...