Laxman Singh Tomar

Results 9 issues of Laxman Singh Tomar

Hey! Thanks for this easy to get started package. I was testing both original and unbiased model on following sentences: `doc_1 = "I don't know why people don't support Muslims...

**Describe the bug** Empty Cells for some tasks occur in the Flower Dashboard after some time. **To Reproduce** Steps to reproduce the behavior: 1. Submit Celery Tasks Requests (roughly ~1000)...

bug

I'm trying to obtain HRV features from both Neurokit2 and HeartPy. Although, both are making use of same peaks list, the results are different. Neurokit2 ![Screenshot_2021-04-28 Google Colaboratory(3)](https://user-images.githubusercontent.com/37807897/116414490-236e0a00-a856-11eb-8405-25deaf6265c5.png) HeartPy ![Screenshot_2021-04-28...

inactive 👻

Hello folks, thanks for the great package. I'm looking to build a Content Recommendation Engine. The task is to recommend content to the sales representatives based on their role, skills,...

Hello, first of all, thanks for the great package. I've been using `@logger.catch(reraise=True)` wherever I've put a try/exception block. This is my ```logging_config.json```: ``` { "logger": { "filename": "logs/access.log", "level":...

It's really useful to move away the prompts etc. from the main codebase. Currently, from the documentation and my own testing, seems that only those chains can be serialized that...

**Describe the bug** Images are rendered incorrectly when the URL is passed via State Vars within f-strings. **To Reproduce** Steps to reproduce the behavior: - Code/Link to Repo: ```pc.text(f"https://logo.clearbit.com/${State.news_publisher_domain[pos]}"),``` ```pc.image(src=f"https://logo.clearbit.com/${State.news_publisher_domain[pos]}")```...

bug

**Describe the bug** Images are rendered incorrectly when src attribute takes in State Vars within F-Strings. **To Reproduce** Steps to reproduce the behavior: - Code/Link to Repo: ``` pc.text(f"https://logo.clearbit.com/${State.news_publisher_domain[pos]}"), pc.image(src=f"https://logo.clearbit.com/${State.news_publisher_domain[pos]}")...

Hello, I am trying to exclude a virtual environment within a subfolder by this plugin, but it doesn't work. My project structure looks like: ``` ├── docs │   ├── index.md...