Pandikunta Anand Reddy

Results 119 comments of Pandikunta Anand Reddy

@sloppycoder What issue you are facing? I am also building from source and using Linux arm64 builds. It is working fine. See this thread on building aarch64 wheels locally https://github.com/confluentinc/librdkafka/issues/3546#issuecomment-1445646185

This PR seems to be old. Any plans on this?

@LiterallyWar This error can be reproduced with these docker files & GH workflows as well. https://github.com/frappe/frappe_docker https://github.com/frappe/frappe_docker/actions/runs/4401435320/jobs/7707642818

> M1 support is available OOTB in 1.9.1 for OSX. We don't yet bundle a linux-aarch64 librdkafka build. It seems there is sufficient demand though, so we probably will in...

@mhowlett What needs to be done to provide support for linux-aarch64 builds?

@jonchiu Any plans/roadmap on adding linux-aarch64 builds? Let me know if I can be of any help.

@edenhill I am not familiar with the codebase. Not sure if this is a minor or major issue. Just checking if there are any plans to take it up soon.

With ChatGPT help and after a bit of trial and error, I managed to build linux-aarch64 wheels using the below Dockerfile ``` FROM ubuntu:22.04 ARG DEBIAN_FRONTEND=noninteractive RUN apt update &&...

get_emoticons accepts string or list of words. modified unit tests.

Renko has the following attributes only. ``` data = renko.get_ohlc_data() ``` Where did you find this get_bricks?