Luís Cruz

Results 20 issues of Luís Cruz

When I have the following structure: ``` html :) ``` And I execute: ``` javascript $('.message').emoticonize(); ``` It doesn't recognize the smiley. To fix it, i have to add a...

## Bug description Cannot build using Mac OS. ## To Reproduce `cargo build` ## Relevant Output ``` error[E0433]: failed to resolve: could not find `linux` in `os` --> /Users/luiscruz/.cargo/registry/src/github.com-1ecc6299db9ec823/procfs-0.8.1/src/process/mod.rs:62:14 |...

enhancement
help wanted

new cleanup
wait feedback

Description copied from http://tools.android.com/tips/lint-checks: ``` DrawAllocation -------------- Summary: Memory allocations within drawing code Priority: 9 / 10 Severity: Warning Category: Performance You should avoid allocating objects during a drawing or...

new cleanup
android

Description copied from http://tools.android.com/tips/lint-checks: ``` Recycle ------- Summary: Missing recycle() calls Priority: 7 / 10 Severity: Warning Category: Performance Many resources, such as TypedArrays, VelocityTrackers, etc., should be recycled (with...

new cleanup
android

I am trying to do a long press in an element using the python API. However, the press is happening in the wrong location. In the following picture you can...

To deploy a walkmod plugin, docs suggest: > [...] run mvn install and follow [these](http://central.sonatype.org/pages/ossrh-guide.html) instructions to upload a maven artifact into the official maven repository I've never done this...

Hi, I am developing a tool to automatically refactor Android applications with the goal of improving energy efficiency. This pull request has the changes generated while applying the rule "ObsoleteLayoutParam"....

Hi, I am developing a tool to automatically refactor Android applications with the goal of improving energy efficiency. This pull request has the changes generated while applying the rule "Recycle"....