-
Today, `async_resource` concept is a strict superset of `resource` which requires an `async_resource` to provide synchronous allocation APIs. This introduces a problem where you have to decide what st…
-
### Opencommit Version
3.2.2
### Node Version
20.11.1
### NPM Version
10.8.3
### What OS are you seeing the problem on?
Mac
### What happened?
```sh
❯❯❯ oco
┌ open-commit
│
◇ 1 staged f…
-
I noticed that the Sync and async-io implementations of write_frame followed the CanAnyFrame usage pattern for the CanFdSocket, however the implementation in tokio.rs was only capable of sending CanFd…
-
### Describe the bug
I have several sets of actions designed as tabs. Inside one of tabs there is a set of elements with `onclick` actions that call an inner async Photopshop API function. The set …
-
### The problem
The following warning is logged when running HA 2024.9.0b0
Logger: homeassistant.util.loop
Source: util/loop.py:136
First occurred: 18:04:44 (7 occurrences)
Last logged: 18:05:0…
-
I was advised to open an issue in https://github.com/n0-computer/iroh/discussions/2860. The problem is that [Endpoint::close](https://docs.rs/iroh/latest/iroh/net/struct.Endpoint.html#method.close) is…
-
Hi,
I try to use the bing search engine tool and I have the Object of type SearchEngineType is not JSON serializable error when executing the agent.create_agent(agent_config) line.
There is my …
-
I am getting a FormatException, when I run the test using the following command:
```
OBS_PORT=9292
dart \
--disable-service-auth-codes \
--pause-isolates-on-exit \
--enable_asserts \
--enable…
-
I want to separate logic between Nuxt 3 Layers and different DB connections:
- For ecommerce logic such as customers, orders, payments, etc.
- And for CMS logic such as pages, blocks, etc.
I want…
-
Hi Orbax team,
I was looking at Orbax code at the latest version==0.7.0 and found that pieces of code with quite heavy logic around tensorstore_spec creation seem to contain duplicates.
I'd like to …