Debjeet Biswas

Results 25 issues of Debjeet Biswas

I just `npm install -g htracr` it and started with `htracr 8080` then opened `http://localhost:8080` in Chrome and clicked on `Start` ![screen shot 2014-10-15 at 5 30 56 pm](https://cloud.githubusercontent.com/assets/280236/4645088/63b9374e-5464-11e4-8243-293a822fc740.png)

How about the ability to run simple string transform functions on header like `.trim`, `.toLowerCase`, `.toUpperCase` Example usage ``` $ csv2json /path/to/file.csv --header-transform trim --header-transform lowercase ```

**Is your feature request related to a problem? Please describe.** The way I see it, Alacritty encourages its users to fiddle around and manage its configuration by editing the Alacritty...

Polacode has over [538K](https://marketplace.visualstudio.com/search?term=polacode&target=VSCode&category=All%20categories&sortBy=Relevance) downloads & over 10 forks. Of course, anyone is free to fork this project more, but the community can benefit together when they contribute and improve...

**Is your feature request related to a problem? Please describe.** I want to try different versions of mermaid in the live editor. Didn't find any options where I can choose...

enhancement
help wanted
retained

## Problem Hygen does not let you initialize if the `_templates` directory exists & is empty. ## Steps to reproduce 1. Create an empty `_templates` directory 2. Run `hpx hygen...

Presently `id` should be numeric. Can string be supported too? like ``` GET https://example.com/books/cf65e570 ``` db.json ``` json { "books": [{ "id": "cf65e570", "name": "The Book of Job" }] }...

Two static images used in the README were using `http://`. Changed them to `https://`. Both images load fine. This prevents the insecure padlock sign when the package page is opened...

Getting this error after installing `theo` using `npm install -g theo`. Tried it using `node v6.14.4`, `node 8.12.0`, `node 9.11.2`, `node 10.11.0`. ``` $ theo --version 💩 Oops, something went...

Following example code are using Buffer which [has been deprecated since [email protected]](https://nodejs.org/dist/latest-v14.x/docs/api/buffer.html#buffer_new_buffer_array) - [./examples/2-datatypes.js](https://github.com/Venemo/node-lmdb/blob/5941c1e553de4ae1d57a67d355b7c2dd87feaea6/examples/2-datatypes.js#L36) - [./examples/4-cursors.js](https://github.com/Venemo/node-lmdb/blob/5941c1e553de4ae1d57a67d355b7c2dd87feaea6/examples/4-cursors.js#L29) - [./examples/8-multiple-cursors-single-transaction.js](https://github.com/Venemo/node-lmdb/blob/5941c1e553de4ae1d57a67d355b7c2dd87feaea6/examples/8-multiple-cursors-single-transaction.js#L29) - and so on. Migrate to the newer [`Buffer.from`](https://nodejs.org/dist/latest-v14.x/docs/api/buffer.html#buffer_static_method_buffer_from_array) API so that...