Krishnamurthy G B

Results 34 issues of Krishnamurthy G B

First kudos and thanks for getting a nice sortable extension. Fairly easy to work with in bootstrap. I am trying to use angular material ui components and been trying this....

Docker build of the server failing due to "failed to build LLB" error ###### 12 15.41 go: downloading github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a ###### 12 16.97 go: downloading github.com/unrolled/secure v1.0.0 ###### 12 16.98...

The views are not showing autocomplete. This is what I have done. Using django 3.x `forms.py` ``` from dal import autocomplete from django import forms from .models import Demo, Inquiry...

Considering ace and extjs both being heavy I see addition of this plugin slowing up things. Is there a single smaller file that I can use by just loading the...

When compiling I am getting this error when converting: Fatal error: Cannot use 'PhpParser\Node\Expr\Cast\Bool' as class name as it is reserved in C:\Users\ganes\Downloads\php\php-to-c\php-to-c-extension\vendor\fezfez\php-to-zephir\src\PhpToZephir\Converter\Printer\Expr\Cast\BoolPrinter.php on line 16 I am working with...

bug
php7

I am facing issues with module loader and importing objects after installation in node project. I am trying to use this with Node V10.7.0 and am being thrown with errors...

I am trying this `var n = bigInt("3").pow("300530164787").minus("3").isDivisibleBy("300530164787");` and `var n = bigInt("3").pow("3005301647874556767787878788787").minus("3").isDivisibleBy("3005301647874556767787878788787");` and `bigRat(3).pow("300530164787").subtract(3).isDivisibleBy("300530164787")` the node console is all locked up. I am expecting the above to check if...

I am unable to disable the related methods created by models. I am able to delete top level model methods using @create @find etc. But I am unable to disable...

enhancement
help wanted
WIP

**Is your feature request related to a problem? Please describe.** how can I contribute and join the team if you are open? would love to get connected and contribute. this...

enhancement

I see that expressjs app has a `stack` of `Layer` object Arrays. Which is the function that is used to pass the I want to know: - When a request...

question