-
I'm working on writing unit tests for a service that encrypts a payload using the aws_encryption_sdk using a standard master key. I've tried a few different approaches, but I think I've finally run in…
-
```typescript
it('able to create user with prisma', async () => {
const db: DeepMockProxy = mockDeep()
// I do assign mock value for extension but it doesn't seem to return user
db…
-
#### What are you trying to achieve?
I am trying to use seeTraffic and grabRecordedNetworkTraffics functions. grab* function is returning array with empty values or each field. seeTraffic is always p…
-
Please see the example and let me know what you think:
```python
import pytest
from pydantic import BaseModel, Field, NonNegativeFloat
from faststream import FastStream, Logger
from faststr…
-
Hello!
I'm not sure if this is the place to get this kind of help, but I don't know where else to ask.
I already registered my APP and got my `Client ID` and `Client Secret`.
I followed the…
-
## 🔍️ 발견한 버그는 무엇인가요? (필수사항)
> 주문내역 상단의 column별 정렬 관련 상태값이 저장되지 않아, 다른 정렬 버튼을 누르면 기존의 필터링 값은 사라지고 새로운 필터링만 적용됩니다. (의도하신 바인지 아닌지 모르지만 일단 기록합니다!)
> 화살표 아래 방향을 누르면 내림차순 정렬을 눌려질 것이라 기대했습니다. 유저가 어떤 화살표 …
-
-
### ODC version
4.2.0
### OB version
not related
### What happened?
create a table as follow:
```SQL
create table t4 (
a char(10 char)
)
```
attempt to mock data for this table:
![imag…
-
**Description**
We need to implement unit tests for the library to ensure code quality and functionality. The unit tests should cover various aspects of the library's functionality and should be wr…
-
### 🚀 Feature Request
**Description:**
We are looking to create a new **Student Dashboard** page using **React**. This dashboard will act as a centralized hub for students to monitor their course …