Kiran Mathew Mohan

Results 15 issues of Kiran Mathew Mohan

Is the slf4j dependency mandatory? If we could disable it, that would be great. ```sh SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See...

@gordonwoodhull I found that I was unable to zoom-in to my graph even with mouseZoomable(true) and documentation didn't explicity specify this case. After some googling I found your answer in...

I am explaining my issue using examples to convey it better from my side. > const { text, args } = sq.from`orders`.where`CustomerID=${'FRANK'}`.join`order_details`.on`orders.OrderID=order_details.OrderID`.join`products`.on`order_details.ProductID=products.ProductID`.where`ProductName=${'Tofu'}`.query; generates the following as text, but it wont...

**Describe the bug** I have created a package html-to-docx. The package's main dependency is xmlbuilder2, but one of its users reported an issue while trying to use it on frontend(react)....

bug

@cpettitt Thank you so much for creating this library, I love it for the easiness in use. I have been using this library in a project of mine for some...

Hey @jmhmd, Thanks for this library. I am planning to use this in a production setup and I was wondering if we could upgrade the binaries to latest version 3.6.6,...

Hey, Is it possible to identify if there are any pending jobs to be processed? Also, is it possible to process a single job with job id by promoting it...