Ayush P Gupta
Ayush P Gupta
Signed-off-by: Ayush P Gupta Fixes #35 Ignores 404 by default to prevent SEO crawlers to crawl this page
This PR fixes the installation commands to use `-D` flag which otherwise arouse #37 issue
Signed-off-by: Ayush P Gupta This PR adds formatting check in github action to ensure code is properly formatted
Currently '??' operator wasn't supported. Added its support
My widget looks like this in 2.0.2: ``` AvatarGlow( glowColor: const Color.fromARGB(255,69, 4,129), endRadius: 50.0, duration: const Duration(milliseconds: 2000), repeat: true, showTwoGlows:true, animate: false, startDelay: const Duration( milliseconds: 100), child:...
## Bug Report I tried deploying ECK stack by using following steps: 1. `helm repo add elastic https://helm.elastic.co && helm repo update` 2. `helm upgrade --install elastic-operator elastic/eck-operator -n elastic-system...
I am trying to extend bitnami postgresql with timescaledb and pglogical extension. Somehow adding pglogical gives errors. My dockerfile looks like following: ```FROM bitnami/postgresql:15 USER root RUN install_packages build-essential git...
Signed-off-by: Ayush P Gupta This PR aims at adding typings for typescript
Rider version JetBrains Rider 2023.3.3 Build #RD-233.14015.60, built on January 19, 2024 Runtime version: 17.0.9+7-b1087.11 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Linux 6.5.0-18-generic .NET Core v7.0.10 x64...
Does similar plugin exist in vscode? The best part is it formats even unescaped json or incorrect json, so I can copy directly from console and past and format