Robert
Robert
Hi, It's possible to hide markdown tags (**, emphasis, ...)? example: ** bold ** -> **bold** Thanks
Hi, A small bug: If you have 0 rows in the section, the app crash. Suggestion for correction: In the file "UITableView+ScrollOptimizer.m": - (void)optimizeScrollPositionForSection:(NSInteger)section options:(TLTableViewScrollOptions)options topInset:(CGFloat)topInset animated:(BOOL)animated { NSIndexPath *firstIndexPath...
Hi, I try to compile on OS X but I have many errors: fbow-master/src/./fbow.h:210:37: error: use of undeclared identifier '__m256' struct L2_avx_generic:public Lx{ ^ fbow-master/src/./fbow.h:210:53: error: expected class name struct...
Hi, I have on my server bitcoin (bitcore 0.19.x, prune, testnet), and I install the last version of bitpay/bitcore (from master) bitcoin.conf ``` prune=550 minrelaytxfee=0.00005 limitfreerelay=0 dbcache=50 maxmempool=100 maxorphantx=10 whitelist=127.0.0.1...
Hi, Now can I include another markdown file in my readme.markdown ? e.g: my Readme.markdown # Title - [Link 1](docs/companion/test.markdown) Thanks
Hi, I try install @tatumio/eth and I get this error npm install @tatumio/eth npm ERR! code ETARGET npm ERR! notarget No matching version found for @tatumio/[email protected]. npm ERR! notarget In...
Hi, I have a problem with access to my variable (2016.s) :(below my code) I think the key 2016 interpreted as a number and not a string. ` NSString *input...
Hi, Do you have an example to make it work with UIKit? Thanks
Hi, Is it possible to support, for example: ` and ` Thanks
Hi, I test the sample, but there are some problems, it's vers long at launch (iOS 10.2) with simulator. It's work well in iOS 8.1 with simulator. Any idea? Thanks