-
### Problem description
I'm attempting to deploy my new site to Deploy via deployctl:
```sh
deployctl deploy --include=./build --project=my-new-site --entrypoint=jsr:@std/http/file_server
```
…
-
While trying to build I'm getting this errors:
```
make
bison --verbose --debug -d c2c.ypp
lex c2c.l
clang++ -c -g -I /usr/include/c++/4.5 -I /usr/include/c++/4.5/x86_64-linux-gnu lex.yy.c
clan…
-
Hi everyone, I am having trouble forwarding to every client that I send. Can you help me or suggest a way to get the data from RTP server?
My other question is: Can RTP respond to the Client? (I'm …
-
**Have you read the documentation?**
- [x] Yes
- [ ] No - then this issue will be closed.
I saw these isseus.
1. https://github.com/MIT-SPARK/TEASER-plusplus/issues/49
2. https://github.com/M…
-
### Describe the issue
Small program
int main(int argc, char *argv[])
{
Ort::Env env;
Ort::SessionOptions session_options;
OrtCUDAProviderOptions cuda_options;
cuda_options.d…
-
*Cross-posted from notepad-plus-plus/notepad-plus-plus#15801*
### Minimal reproduction
* define a substyle for server-side PHP keywords, e.g.,
```
substyles.hypertext.121=1
sub…
-
```
template
class t {
explicit t(std::span f) pre(f.size() == bits/8);
};
template
t::t(std::span f) {}
```
Does not want to reduce much further than this. It turns out that the expli…
-
```
#include
#include
#include
struct S {
S(std::list l)
: l(std::move(l))
{}
std::list l;
};
void f()
{
std::list l;
std::vector v;
v.push_back({s…
-
**Problem**
I tried to run the fullstack auth example. But it return errors:
```
2024-09-08T12:42:11.418Z DEBUG [sqlx::query] summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreig…
-
This is a bug in the CMake code.
### What version of gRPC and what language are you using?
1.66.2, C++, CMake 3.30.3
### What operating system (Linux, Windows,...) and version?
Windows 11
…