ajubin

Results 17 comments of ajubin

Hey, I'm writing a lot of sql queries for custom dashboard and reports, I'd love to see a "format SQL" button to clean my mess 🧹 I've started to look...

It's basically a check on whether the redis client answers to the ping. But the implementation is based on bull dependency injection to get client configuration

Why not :) it shouldn't be too complicated (by injecting redis connection directly). I will keep you updated when the PR arrives :)

I'll be happy to help also :) From my understanding, we should - add an option to use yarn instead of npm as a package provider - In this [file](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/blob/ad4a33f77a9aa3e3289f6e1551459cc60e341466/src/ProjectDataProvider.ts#L160),...

Hi, I'm also interested to have pandocker available for arm64 architecture. My current workaround was to use a local install of pandoc but it doesn't work for all documents. I'd...

Hi, I've try to launch image with `platform` flag on M1 in a folder with a basic`README.md` file, when running ``` docker run \ --platform \ linux/amd64 \ --rm \...

[Update] By changing the docker image I've managed to make it work on m1. ``` docker run \ --platform \ linux/amd64 \ --rm \ -v \ `pwd`:/pandoc \ dalibo/pandocker:latest \...

Is it possible to check health via `await queue.client.ping();` ? My need is a bit different though, I'm looking to implement a health-check system as in Nest, but there's nothing...

Well, after some thought I'm not really sure how relevant it is. my app use postgres with typeorm and a queue. It runs on a kubernetes cluster. To check liveliness,...

Hi, it may be late, but for future user encountering this issue, I found a fix. This is the same as here https://github.com/react-hook-form/resolvers/issues/396#issuecomment-1114248072 But instead filter out the pkg this...