-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I want to host a blazor webassembly under a subpath (http://foo.com/bar instead of http://foo…
-
### Problem Description
I have created a simple custom module for a Divi child theme.
This is the code: https://pastebin.com/JhWNW8xN
However, when I edit the module, I don't see the color sect…
SRD75 updated
6 years ago
-
### Input C/C++ Header
```C++
class Foo {
public:
static const int SomeStatic;
};
```
### Bindgen Invocation
```Rust
bindgen::Builder::default()
.clang_args(&["-x…
-
1. 회원가입 시 존재하는 회원일 때 "이미 존재하는 회원"로직 존재X(FE,BE 수정할 점)
2. 로그인 시 DB에 phoneNumber를 토대로 검색 후 존재하는 경우만 로그인 성공,
3. FE flutter_secure_storage를 이용한 자동 로그인 확인 불가(DB 에서 존재하는 회원 검색)
4. 회원가입 시 Location정보 DB에 저장…
tkv00 updated
5 months ago
-
### Input C/C++ Header
Perhaps soon.
### Bindgen Invocation
```Rust
let bindings = bindgen::Builder::default()
.generate_comments(true)
.clang_arg("-I../../src")
…
db48x updated
8 months ago
-
Context: We require setting [CORS headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) as part of our Rest Server implementation. We have started a discussion about it in another [issue](h…
-
### What happened?
I noticed a bunch of ESP reboots after exceptions and started digging. One of them I could isolate and pin down to also occur in this project: When saving the network settings, the…
-
### Description
The document says:
> OpenAPI supports providing a description of the responses returned from an API. ASP.NET Core provides several strategies for setting the response metadata of an …
-
### Environment
- Operating System: Windows_NT (Win 11)
- Node Version: v20.12.2
- Nuxt Version: 3.11.2
- CLI Version: 3.11.1
- Nitro Version: 2.9.6
- Package Manager: pnpm@9.0.…
-
currently we have 2 ways to add the interceptor
```kotlin
OkLogInterceptor.builder()
.withAllLogData()
.build()
```
1. using addInterceptor
```kotlin
okhttpcli…