Shivan Sivakumaran

Results 14 issues of Shivan Sivakumaran

# This relates to #351. [Demo](https://github.com/shivan-s/bubbletea/tree/shivan-s-example-added-docs/examples#examples=) Once again, this is a really cool library and I can't wait to dive in and build some projects. I thought it would be...

Hello all, First, I want to say how cool this package is! From the community to the actual library and ecosystem. I'm very excited to crack on and make some...

documentation

In the line: `skfolds = StratifiedKFold(n_splits=3, random_state=42)` we need to implement `shuffle=True` parameter since the default of `shuffle` is set to `False`. Just something small, but hope it helps.

```python # get the data import os import tarfile import urllib DOWNLOAD_ROOT = 'https://raw.githubusercontent.com/ageron/handson-ml2/master/' HOUSING_PATH = os.path.join('datasets', 'housing') HOUSING_URL = DOWNLOAD_ROOT + 'datasets/housing/housing.tgz' def fetch_housing_data(housing_url=HOUSING_URL, housing_path=HOUSING_PATH): os.makedirs(housing_path, exist_ok=True) tgz_path =...

Hello all, Sorry to deviate from the recommended issue format. However, I just want to make a small change to the documentation in regards to macOS installation. I'm running M1...

Is this project still actively maintained or has it been moved over to another repo?

## Description This is not an issue but more of a feature request. I love this tool. I am wondering if it's possible to look into the environment variables when...

### Description I couldn't find any issues on this but I am wondering if it is possible to add typescript coverage reporting to `svelte-check`. At the moment, we have tools...

This is not an issue. Sorry, there is no discussion page. But here is the ultimate test for food-not-food. ![image](https://user-images.githubusercontent.com/51132467/141535518-ccbccfea-eb23-48de-85d3-bb49d619ee8f.png)

At the moment, we are using the `requirements.txt` to install the dependencies for this application. The main issue is that the current `requirements.txt` contains all the dependancies installed in Dan's...