Nikita Sviridenko
Nikita Sviridenko
Hi guys. Can we do this? Otherwise tests become messy. ```js if (process.env.NODE_ENV === "test") { // no `stack` in the response } ```
Hello, Is there any end-to-end alternative for `node_acl`? We utilise microservices architecture and looking for a service which can be used for checking and managing ACLs.
I have a case when I need to clone an `` component with overriding of its properties with less priority. For example: ```js import React from 'react'; function SmartElement({ children...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the [LangGraph](https://langchain-ai.github.io/langgraph/)/LangChain documentation with the integrated search. - [X] I used...
When uploading a file from a link that doesn't contain a file extension (e.g. retool storage URL), it sets the file name as the last part of the URL:
### Bug ``` /Users/nsviridenko/ws/nikita-ai/tsa-browser-worker/main3.py:14: LangChainDeprecationWarning: Importing get_openai_callback from /Users/nsviridenko/.local/share/virtualenvs/tsa-browser-worker-_ynmeLqu/lib/python3.11/site-packages/langchain/callbacks/__init__.py is deprecated. Please replace deprecated imports: >> from /Users/nsviridenko/.local/share/virtualenvs/tsa-browser-worker-_ynmeLqu/lib/python3.11/site-packages/langchain/callbacks/__init__.py import get_openai_callback with new imports of: >> from langchain_community.callbacks.manager import get_openai_callback You...
Firstly, I wanted to say that I love this library and it just saved my day and I'm full of gratitude and shininess. Now, to the point, there is no...
Hi everyone, Having a few questions on the image requirements: 1. What's the minimum [device pixel ratio](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/-webkit-device-pixel-ratio) for image that can be passed to get proper results? Currently we send...
Hi, With python 3.12 it doesn't let installing all deps: ```sh (omni) ➜ OmniParser git:(master) pyenv local 3.12 (omni) ➜ OmniParser git:(master) ✗ pip install -r requirements.txt Collecting torch (from...