Nikita Sviridenko

Results 31 issues of Nikita Sviridenko

The library doesn't support html5 tags (e.g. self-closing `span`). When parsing the following: ```html foo bar ``` It adds "foo ... bar" to the price attribute until it won't find...

Hi guys, I recorded a screencast to better explain the pain point: https://www.loom.com/share/f96522de02664dd7a6eedf33504f0a3c How can we solve this? Ideally, combining with https://github.com/nocodb/nocodb/issues/2483

🔦 Type: Feature
🔭 Scope : Project

Hi, Is there any way to limit the suggestions by a folder? We have a monorepo with many top-level folders for each of our projects and want to ignore suggestions...

It'd be helpful to have it here: https://github.com/joaomdmoura/crewAI?tab=readme-ov-file#how-crewai-compares

documentation

### Describe the bug When performing inference of microsoft/phi-2, it hangs for 5 min and then throws 500 ### To reproduce 1. `TRUST_REMOTE_CODE=True DTYPE=float32 openllm start microsoft/phi-2` 2. `OPENLLM_ENDPOINT=http://localhost:3000 openllm...

## Recommending Features We're using Auth0 as our IDP as would like to connect it to Nocodb so that we can have a single user base and easier manage access...

🔦 Type: Feature
👮 Scope : Auth

Doesn't work for `Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1` (iPhone 8 Plus, Gmail App)

Hello, I have `AppModule`, few independent modules that are lazy-loaded and `SharedModule`. Each module imports the `SharedModule`. **app.routing.ts** Before using this plugin, I did it this way: ```typescript // ......