Aaron

Results 10 issues of Aaron

Hi, here is my code: ``` [self aspect_hookSelector:@selector(initWithCoder:) withOptions:AspectPositionAfter usingBlock:^(id aspectInfo) { __weak UINavigationItem *item; NSInvocation *invocation = aspectInfo.originalInvocation; [invocation invoke]; [invocation getReturnValue:&item]; if (item.title) { UILabel *titleLable = [[UILabel...

我现在想要显示当天的分时图,想把显示宽度控制在一屏内,不能滑动,需要怎么实现

**Is your feature request related to a problem? Please describe.** It is better to support adding screenshots to translations which provide context to translators

enhancement
feature

Is it possible to tranfer a running flink job to `flinkk8soperator` seamlessly, especially recover from a savepoint?

I package my pod which have dependent two static libraries, it specificed with `vendored_libraries`, it work fine when I package with `--library`, but failed with '--dynamic', I got this error:...

how to package a framework without symbol links?

在类`ContractClassFactory`解析参数`byte[]`时,是直接获取字符串的bytes,如下 ```java else if (type[i] == byte[].class) { if (params[i].startsWith("\"") && params[i].endsWith("\"")) { byte[] bytes = params[i].substring(1, params[i].length() - 1)..getBytes(); obj[i] = bytes; } else { System.out.println("Please provide double quote...

bug
resolved

is it possible to create a batch request in object style api?

In this mode, flink job manger and flink task manager packed together for every single flink job, do i need to create zookeeper and minio for every flink job? or...

I use OHAttributedLabel to render my text, then I snapshot the view to animate. The snapshot image is this: ![image](https://f.cloud.github.com/assets/1240819/622844/031dba48-cf51-11e2-8bbf-044724b7c5ea.png) But UILabel works correctly. Did I miss something?

Issue