Dan Corneanu
Dan Corneanu
Can you please describe what result are you expected from the above setup?
Yes, this is what I would expect too. I think this is a bug, the problem is most probably in the implementation of Grape::Entity#documentation which calls #documentation for the superclass...
@FDiskas I've just tried this PR and it works. However, for iOS I had to also do a `cd ios && pod install; cd -` before `react-native run-ios` It would...
@FDiskas also, I had to add ``` AntDesign.ttf Entypo.ttf EvilIcons.ttf Feather.ttf FontAwesome.ttf FontAwesome5_Brands.ttf FontAwesome5_Regular.ttf FontAwesome5_Solid.ttf Foundation.ttf Ionicons.ttf MaterialIcons.ttf MaterialCommunityIcons.ttf SimpleLineIcons.ttf Octicons.ttf Zocial.ttf ``` to `info.plist` to get away with an...
I have noticed that the [Swagger 2.0 specification](https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md) has changed a little bit in respect of how inheritance is described. Are there any plans to move to 2.0 in the...
@ocarreterom can you please check out this PR https://github.com/pderichs/sublime_rubocop/pull/70 It will display the output from the rubocop command in the console if the command fails. This will give you more...
@PSLLSP could you please post a screenshot with the popup? Make sure to blur your transactions before :)
Ok, I can reliably reproduce this issue myself. It looks like the popup will only display to the left or the right of the pointer and if it is too...
I think this feature has no place in Whenever. It should be dealt with in cron either with `CRON_TZ` or by setting the system time zone. `schedule.rb` is only evaluated...
I think currently it is not possible to tell it where to store the VM files. They will be stored under `$HOME/.lima/...` or `$HOME/.colima/...` depending on the version of `colima`....