nk
nk
你应该使用项目对应的protobuf版本转换你的proto文件,请参考 https://github.com/747929791/majsoul_wrapper/pull/13 。这是因为protobuf不支持将新版本程序生成的文件应用在旧版本运行时上。
你应该使用项目对应的protobuf版本转换你的proto文件,请参考 https://github.com/747929791/majsoul_wrapper/pull/13 。这是因为protobuf不支持将新版本程序生成的文件应用在旧版本运行时上。
You may want to take a look at #17?
Same here, crashing both with scroll wheel from the mouse and the scrollbar. Here is the details: ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: Sensors [15225] Path: /Volumes/VOLUME/*/Sensors.app/Contents/MacOS/Sensors...
Update: not crashing when using bar graph type.
> I recommend looking into https://github.com/architectury/architectury-loom instead of forgegradle. Forgegradle uses many Gradle internals, thus being incompatible with the latest version of Gradle. I think @warmthdawn had tried [architectury-loom](https://github.com/architectury/architectury-loom) (if...
> Which version is currently live on supabase cloud? The supabase cloud should support both v1 and v2, but Broadcast and Presence are v2-only features and in [beta status](https://github.com/supabase/realtime?tab=readme-ov-file#status). I'm...
没有了,可以问下第六届参加的同学
This is the code I tried later, still doesn't work: ```ts const _traceExporter = new OTLPTraceExporter(); const _spanProcessor = new BatchSpanProcessor(_traceExporter); const sdk = new NodeSDK({ textMapPropagator: new AWSXRayPropagator(), resource:...
I took a log to check if the default URL is correct: ```ts import { OTLPTraceExporter } from '@opentelemetry/exporter-trace-otlp-http'; const _traceExporter = new OTLPTraceExporter({}); console.log(`using default OTLP TraceExporter URL: ${_traceExporter.getDefaultUrl({})}`);...