Boris V.Kuznetsov
Boris V.Kuznetsov
Hello ! This may be related to #702 I have the following proto: ```bash syntax = "proto3"; import "google/protobuf/empty.proto"; service MoodService { rpc checkMood(google.protobuf.Empty) returns (stream MoodResp); } message MoodResp...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ~~~ Core, API, UI ~~~ ##### CLOUDSTACK VERSION ~~~ 4.16.1 ~~~ ##### CONFIGURATION ##### OS / ENVIRONMENT Ubuntu 21.10 KVM #####...
Hello. I bumped all versions in your app and moved to ZIO-RC-18-2. I also implemented your DB service to deploy the `ZLayer` pattern. Would you be interested in collaborating on...
Hello I'd like to run a custom http4s server, say from http4s doc [page](https://http4s.org/v0.21/service/) ```scala object Main extends IOApp { val helloWorldService = HttpRoutes.of[IO] { case GET -> Root /...
Hello I'm new to `Vue` and trying to use `v-mask` in my project. I was following the [blog post](https://dev.to/packtpartner/how-to-use-v-masks-when-building-forms-with-vue-js-1i5g), but the plugin fails on load. System OS: Ubuntu 18.04 npm:...
Hello I tried to setup a single-node cluster from a deployment machine ( deployment machine -> kube master), but it failed with: ```bash TASK [k8s-setup : Wait for Kubernetes core...
Add JS client Add Envoy proxy Add build files to launch a web app with `zio-grpc` example helloworld server
Hello I tried to deploy your plugin, but was largely disappointed since it eat all my memory. I added sbt plugin and VSCode integration. Opened a VSCode project with Metals...
1. Added `sbt-extras` for improved bin compatibility for different sbt versions 2. Added binary `launchers/1.3.13/sbt-launch.jar` due to a permanent error in sbt-extras. TODO: Find a better workaround 3. Added a...
### Which component is affected? Qwik Rollup / Vite plugin ### Describe the bug Following [docs](https://qwik.builder.io/docs/deployments/node/) and adding a `node` deployment based on `express` or `fastify` appends to `devDepenencies` instead...