Max

Results 13 issues of Max

Hello, I am trying to figure out if gleam is the right tool for the job. My inquiry is similar to #27 , I have a huge amount of data...

hi all, i'm trying to use this app on my nexus 4 ( 4.2.2 ) but all i see it'a a black screen. according to other users i should use...

When a project had more libraries with the same name, fat-aar will overwrite all except the last, resulting in a broken aar. With this modifications it will prepend the artifact...

Hi, first of all, thank you for this project, it is a great tool to save precious time. I would like to ask a new feature: referencable fenced code blocks....

question

look at code diffs. it's just 2 lines. bye!

Hi there, can someone please shed some light on how to catch Objective-C exceptions that might rise from called `NativeFunction`s? I've attached an example where I try to catch uncaught...

Thank you for this awesome library. It is simply fantastic! I was wondering if it would be possible to add a `GetObjCNonLazyCategories` function to the `*macho.File` type, to get the...

enhancement

Socket instructions in [README.md](https://github.com/briandilley/jsonrpc4j/blob/master/README.md#streaming-socket-server) need to be updated. - `StreamServer(JsonRpcServer, int, int, InetAddress)` does not exists - `JsonRpcServer(Object handler, Class remoteInterface)` is private Best regards :blush:

Building from master lead to test errors. I attached the reports. [reports.tar.gz](https://github.com/jakeouellette/inspector/files/532891/reports.tar.gz)

the method `getByName` throw an eeption when the searched extension do not exists, making the plugin unusable when used with subprojects. [this](https://github.com/jakeouellette/inspector/blob/master/inspector/src/main/kotlin/com/jakeout/gradle/inspector/InspectorGradleListener.kt#L157) is the line that causes the problem. I...