Naman Anand

Results 30 comments of Naman Anand

@AvaterClasher Thanks for your will of contributing to our project, we are really appreciated it, please go ahead and file the PR

Hi @anurag629, reassigned on you, 🚀 Here’s the [Contributing Guideline](https://github.com/instill-ai/base/blob/main/.github/CONTRIBUTING.md) for Instill Base to get you started on your journey! Don’t forget to [link](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) your pull request to the corresponding...

Hi @anurag629, thanks for contributing, I checked the PR and added some suggestion, Please have a look. https://github.com/instill-ai/instill.tech/pull/623#issuecomment-1750467827

Hi @antriksh-9 reassigned on you, 🚀 Here’s the [Contributing Guideline](https://github.com/instill-ai/base/blob/main/.github/CONTRIBUTING.md) for Instill Base to get you started on your journey! Don’t forget to [link](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) your pull request to the corresponding...

@EiffelFly, I have current implementation, which have - SSR Implemented - and have pagination added below. [screen-capture (2).webm](https://user-images.githubusercontent.com/31537362/226188763-73aefb65-bdc3-4e7d-b3a2-050a216102bf.webm)

![Screenshot 2023-01-28 172524](https://user-images.githubusercontent.com/31537362/215265134-7b68bd01-dafe-4e44-913c-211880c75aa3.png) adding carat color as **#fff** (white) will solve this problem, as we don't have light and dark modes right now, if we have that then, we should...

okay, what I can understand from figma design is to have caret-color: **#F4F6F8**, Please confirm Is that correct ?, then, I will make this change. cc - @KubaMikolajczyk

import pandas as pd import formatter as fm df = pd.read_csv(BERT_MODEL) preprocess_input, test_data = fm(df) df = pd.read_csv(BERT_MODEL) where is this BERT_MODEL can anybody help me in that

Hi @EiffelFly, this PR is ready for review

The issue created from using `solana_program::sysvar::instructions::get_instruction_relative(0, ...)` to check if a program was called via Cross-Program Invocation (CPI) or directly. The code wrongly assumes this will return the calling instruction...