Bharat Krishna

Results 9 comments of Bharat Krishna

I see that the `__init__.py` doesn't have `JenksNaturalBreaks` This is its contents: ```python #!/usr/bin/env python # -*- coding: utf-8 -*- __version__ = "0.1.4" from .core import jenks_breaks __all__ = ['jenks_breaks']...

I too am trying to have a blurred background when the menu is opened. I tried the code posted by @jhuayllasco and I see the same issue where the buttons...

@jhuayllasco thanks for getting back! Where are you adding addBlurView()? Is it in the ViewController? What is profileContainer? Is it some view on your ViewController? Where are you adding liquidFloatingActionButtonAnimate()...

Thanks! I could get it to work without calling addBlurView() in ViewDidLoad(). The blur effect seems to happen in liquidFloatingActionButtonAnimate() delegate function. Last question, where is vibrancyEffectView() called?

I am still getting this message when I run make: `/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libev.a(ev.o): relocation R_X86_64_32 against .rodata' can not be used when making a PIE object; recompile with -fPIC ` I...

Thanks, I used a subset of the configure flags shown above and I got a static binary: `./configure --enable-static --disable-shared --enable-app LDFLAGS=-no-pie LIBEV_LIBS="-l:libev.a" LIBTOOL_LDFLAGS="-static-libtool-libs" OPENSSL_LIBS="-l:libssl.a -l:libcrypto.a -ldl -pthread" JEMALLOC_LIBS="-l:libjemalloc.a" LIBCARES_LIBS="-l:libcares.a"...

Looks like this change has been added in 73fd20a608967ef62ceffc23aad89921b14e486b.

Seeing the same issue with ``` OS: MacOS Ventura 13.6.2 Version: 1.85.1 (Universal) Commit: 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2 ```

As in this link: http://docs.jquery.com/Plugins/Validation#source include the jquerry validation script. On my popup form I have class="ajax" as shown in your example and id="commentForm" as shown in the example on...