John Rickman

Results 10 comments of John Rickman

Hi; Yea, I was looking around on how to implement a list feature and found that the OS X has a NSTextList class. So maybe something similar can be implemented...

This is what I added myself, where date is the beginning of the month that you want. - (void)scrollToDate:(NSDate *)date { [self.collectionView scrollToItemAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:[_monthDates indexOfObject:date]] atScrollPosition:UICollectionViewScrollPositionTop animated:NO]; }

Please note that I have move this repo to https://gitlab.com/tandembyte/liquidcrystal_i2c

Sorry, I put the wrong url. It is https://gitlab.com/tandembyte/LCD_I2C

I actually realized that this is no longer an issue of mine, as I can use the pkcs7 padding as my input has already been padded.

@dodozhang21 have you had any luck resolving this?

What is the status with this.. I'm trying to create a custom layout ``` ruby object false node(:request) { 'player' } node(:outcome) { 'success' } node(:data) { node :default_classes do...

Thats epic! Thanks for the tip. How can I provide an empty array node if the result is nil?