Dominik Dominik
Dominik Dominik
``` try { Channel::OpenOpts ret = Channel::OpenOpts::FromUri("amqp://guest:guest@localhost:5672/"); auto channel = Channel::Open(ret); } catch (exception e) { std::wcout
I followed this manual: https://manual.seafile.com/docker/pro-edition/deploy_onlyoffice_with_docker/ Here are the following config files: ``docker-compose.yaml``: ```yaml services: db: image: mariadb:10.11 container_name: seafile-mysql environment: - MYSQL_ROOT_PASSWORD=db_dev # Required, set the root's password of MySQL...
### What happened? ``` generate go files go run ./pkg/build/wire/cmd/wire/main.go gen -tags "oss" ./pkg/server wire: github.com/grafana/grafana/pkg/server: wrote /home/user/grafana/pkg/server/wire_gen.go build go files go run build.go -dev build Version: 11.1.0, Linux Version:...
Module: ```ts @NgModule({ declarations: [ ExampleComponent, ], imports: [ TablerIconComponent, ], providers: [ provideTablerIcons({ IconFileTypePdf, IconFileTypeXls, IconDownload }), ] }) export class LLModule {} ``` ExampleComponent: (.html) ```html ``` **Result:**...