Sebastian Romero
Sebastian Romero
The IDE comes with a bundled Java 8 runtime environment, so updating Java shouldn't be necessary 🤔
@PrideChung Do you plan to make a release using the bugfix for this issue contained in the masterbranch anytime soon?
@haifengkao The current implementation in the master branch already fixes the issue: ``` + (UIFont *)iconFontWithSize:(CGFloat)size { #ifndef DISABLE_FONTAWESOME_AUTO_REGISTRATION static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ [self registerIconFontWithURL:[[NSBundle bundleForClass:[FAKFontAwesome class]] URLForResource:@"FontAwesome" withExtension:@"otf"]];...
@haifengkao No idea. Because the developer abandoned the library?
+1 or at least the possibility to overwrite folders would be awesome.
Thx @te-gpm , rsync isn't an option for me because I use a shared hosting environment which doesn't offer rsync.
@facchinm #97 was merged, this can be closed I guess.
@facchinm The RX1 getter works but for some reason I can't get the RX2 getter to work. Might be because of the missing `AT_PRINTF("+OK=");` statement here: https://github.com/arduino/mkrwan1300-fw/blob/b1c48b27280cb455ebe73f723e4a6cc01854d1f5/Projects/Multi/Applications/LoRa/AT_Slave/src/at.c#L672 Then again, a...
You have to use an underscore instead of a dash `APNS.send_notification(device_token, :content_available => 1)`