fetsorn

Results 34 issues of fetsorn

## Problem? When I enter text in the query box, SigNoz tells me "Unrecognized query format", but the docs say "You can enter plain text in the Quick Filter input...

enhancement
trace-filter-page

js-ppt fails to parse .ppt files that contain unsupported record types. We should ignore those records and allow the parsing to finish.

tests fail in @polywrap/templates. There, `npx polywrap build` says that `wasm-as` doesn't export the new type. It seems to be using an unchanged version of `@polywrap/wasm-as`. I verified that the...

pr: needs review
package: schema
package: wasm

We should allow a wrapper to know about its URI. ~~Canonical uri of the wrapper should be read from wrap.info during codegen and exported as a constant in the bindings~~...

Add "rename" feature to the annotate directive in GraphQL type. ```rust MarketData2(helloWorld=md1.hello_world) ``` ``` graphql type MarketData1 { hello-world: String! @annotate(rename="helloWorld", exclude=true) } type MarketData2 { helloWorld: String! } ```...

Resolves #1001 # Features - added an OpenTelemetry exporter for console.log - [@fetsorn/opentelemetry-console-exporter](https://github.com/fetsorn/opentelemetry-console-exporter) - 1st column: unique and random icons represent trace hierarchy - 2nd column: duration of each span,...

pr: needs review
package: client-js

Based on #1042 Resolves #1048 # Features - added SigNoz trace exporter, confirmed working with browser, node, e2e tests - added SigNoz docker-compose module to cli, run `npx polywrap infra...

pr: needs review
package: cli
package: client-js

Changes that let react template build. Some are updates, others are hotfixes. # Features - replace HelloWorld_Query with HelloWorld_Module - add `name` to polywrap.app.yaml - add react-app-rewired and disable minification...

pr: needs changes

Resolves #575. WebSocket plugin allows Polywrap Client to interact with WebSocket servers. Every incoming WebSocket message can be passed to a callback function in another wrapper. Use `addCallback` to start...

pr: needs review
package: client-js