Tanish Khare
Tanish Khare
so it is easier to identify when the account was created..
adds chromeos and chromium logo to !fetch command fixes: #152
On some systems bash might not be necessarily inside `/bin/bash` so changed to shebangs to `/usr/bin/env bash` Also performed some [shellcheck](https://www.shellcheck.net/) fixes.
**Is your feature request related to a problem? Please describe.** I'm trying to package a app for [NixOS](https://nixos.org/). NixOS builds a package in a sanbox where internet access isn't present....
Shopify has support for AWS EventBridge([here](https://shopify.dev/apps/webhooks/configuration/eventbridge)), which can be used to integrate webhook delivery. When trying to use the current [Create](https://pkg.go.dev/github.com/bold-commerce/[email protected]+incompatible#WebhookServiceOp.Create) method like this:- ```go resp, err := c.Webhook.Create(goshopify.Webhook{ Address:...
## PR Description This PR Introduces syntax highlighting for JSON type request body. We had a comment referencing the incomplete [`JsonTextFieldEditor` implementation](https://github.com/foss42/apidash/blob/f3a7865459e3f0b2b44b9012026fe71159d8897d/lib/screens/home_page/editor_pane/details_card/request_pane/request_body.dart#L42). Instead of hacking together our own, I've used...
## PR Description - **Enables direct file uploads using the** `application/octet-stream` **content type**. The file's binary data is transmitted as the raw request body. - **Introduces the** `requestFile` **state variable...
### Describe the bug The winbar provided by lspsaga only contains the File path. And not the lsp related symbols(functions, classes, etc) I tried [navic](https://github.com/SmiteshP/nvim-navic) and that seems to work...
I'm trying to package a flutter app that uses this library for linux. The problem is that the build environment is a sandbox without internet access. It would be nice...
### Describe the Bug I've implemented a custom feature for the Lexical editor that allows marking text with colors(just add a tailwind class). This feature is heavily inspired by the...