prohazko

Results 5 issues of prohazko

from ```js const path = new URL("./svc.proto", import.meta.url); const text = await Deno.readTextFile(protoPath); ``` to ```js import text from "./svc.proto" assert { type: "text" }; ``` or even ```js import...

enhancement

```proto syntax = "proto3"; package etcdserverpb; import "gogoproto/gogo.proto"; import "etcd/api/mvccpb/kv.proto"; import "etcd/api/authpb/auth.proto"; // for grpc-gateway import "google/api/annotations.proto"; ```

bug

- Add MQTT ClientId to config section with `MqttClient` tasmota command Some Cloud MQTT Brokers require MQTT ClientId to be static and identifiable, so I thought it would be nice...

Hi, noticed some kind of bug in webpack.config file https://github.com/schrodinger/fixed-data-table-2/blob/master/webpack.config.js#L9 ```js var isDev = JSON.stringify(process.env.NODE_ENV !== 'production'); ``` `isDev` always evaluates to truthy string value after json stringification, so webpack...

help wanted
backlog