-
```
What steps will reproduce the problem?
1. Put this text to translate:
"Что касается require-mppe - эта опция необходима
для подключения к
VPN-серверу используя 128-битное шифрование.
Возможно у…
-
### 법률서비스 전체코드 흐름도
> 법률 서비스에서 검색 입력부터 판례 검색 및 참조 조문 제시까지 전체적인 기능을 구현하기 위한 예시 코드를 제시하겠습니다. 이 코드는 Flask 백엔드와 KoBERT를 사용한 법적 질문 분석, Elasticsearch를 사용한 판례 검색, PostgreSQL을 사용한 데이터베이스 연동, 그리고 React 프론트엔드…
-
Hi! I have experienced exceptions during inserts. It was weird, because out of approx 1B inserts, there were only few that failed on this exception:
```
In Statement.php line 172:
DatabaseExceptio…
-
My answer
```ts
type ParseWithoutAmpersand =
T extends `${infer before}=${infer after}`
? { [key in before]: after }
: { [key in T]: true }
type Equal =
(() => G extends T ? t…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Given the following verb:
```go
type GetPayReqQueryParams struct {
LNURL string
}
type GetPayReqRequest = builtin.HttpRequest[ftl.Unit, ftl.Unit, GetPayReqQueryParams]
//ftl:typealias
ty…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
In the search enpoint there is the option to filter using a ismatch that uses a regex li…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
An array with the PostgreSQL-JSONB-Datatype does not get mapped correctly.
Further details…
-
### Describe your feedback
We run the following query through the clickhouse java client:
```sql
CREATE TABLE {tmpTableName:Identifier} ENGINE=Log() AS SELECT * FROM s3('...file.csv', 'CSVWith…
-
I am making a request with the following :params: {:user/foo 1 ;user/bar 2}. However, when the request is received by the Luminus app, the query string doesn’t contain the keyword qualifiers and is: f…