Nitin Bansal

Results 15 issues of Nitin Bansal

**Wrong riotjs link** Current: http://riotjs.com/ Actual: https://riot.js.org/ **Also, broken child link** Current: https://github.com/zesty-io/app-skeleton Actual: Not known

Current implementation spawn as many go-routines as passed collection size (for example as passed to `Map`) method in `parallel` package. While this is perfectly okay to do for up to...

Was trying to compile hello world, but it seems the compiler doesn't recognize `output_dir` option, though, the same is mentioned project README. Here's attached scheenshot for same: --- Running on...

**Page**: https://redis.io/commands/bitfield **Relevant text**: "For example the following command increments an 8 bit signed integer" **Wrong example text**: "BITFIELD mykey INCRBY i5 100 1 GET u4 0" **Corrected**: "BITFIELD mykey...

A cross-platform GUI library

Hi, downloaded using specified command from readme: `/bin/bash -c "$(curl -fsSL https://exaloop.io/install.sh)"`. But getting this error while building fibonacci program(from project readme): ``` ➜ tmp codon build -release -exe fib.py...

I was playing with fine-tuning notebook mentioned in README (`bnb-4bit-training.ipynb`) with just one change: Instead of fine-tuning specified `EleutherAI/gpt-neox-20b` model, I was doing the same for a much smaller, `TheBloke/guanaco-7B-HF`...

`openai` sdk allows setting base url. This can be used to our advantage to allow using any open source LLM. Change needed is minimal too. Relevant projects: 1. https://github.com/go-skynet/LocalAI 2....

Adding html's for individual chapters, as well as combined one. These seem to be generated fine. Can use `pandoc` now to convert these to epub.

1. Page: https://clickhouse.com/docs/en/sql-reference/table-functions/gcs 2. Wrong text: `compression_method` — Parameter is optional. Supported values: `none`, `gzip/gz`, `brotli/br`, `xz/LZMA`, `zstd/zst`. By default, it will autodetect compression method by file extension. 3. Clickhouse...