제이크
제이크
TL;DR: Declaring SatoriOptions.fonts as a global variable **doubled the performance** Upon closer inspection of the code, I discovered a global variable named `fontCache` that utilizes WeakMap. I added `console.log` to...
The issue of not being able to find the exceptionTraceV1 table seems to be a problem with version 3.0.0. The table schema specifies it as exceptionTrace, but it was using...
issue like #1255 In Colab T4, splitting the source audio file into 30-second segments should be fine. [Using ffmpeg - Stack Overflow](https://stackoverflow.com/a/74217861)
thank you, @ga-ram. Any plan to merge sir?
``` PINPOINT_PINOT_JDBC_URL -> SPRING_PINOTDATASOURCE_HIKARI_JDBCURL -> SPRING_PINOT_DATASOURCE_PINOT_JDBC_URL PINPOINT_PINOT_JDBC_USERNAME -> SPRING_PINOTDATASOURCE_HIKARI_USERNAME -> SPRING_PINOT_DATASOURCE_PINOT_USERNAME PINPOINT_PINOT_JDBC_PASSWORD -> SPRING_PINOTDATASOURCE_HIKARI_PASSWORD -> SPRING_PINOT_DATASOURCE_PINOT_PASSWORD ``` from [pinot-jdbc.properties](https://github.com/pinpoint-apm/pinpoint/blob/master/pinot/pinot-config/src/main/resources/pinot/profiles/release/pinot-jdbc.properties)
It seems to be replicated in the following image: pinpointdocker/pinpoint-collector:3.0.1-metric The setup for Pinot and Kafka has been completed. ``` 02-25 08:14:38.038 [trics-publisher] WARN i.m.r.o.OtlpMeterRegistry : Failed to publish metrics...
I also experienced the same issue when integrating pynini on an arm64 system. I tried modifying the pynini code directly, but it still didn't work properly. I'm wondering if anyone...
I agree with this change. We are running a very large project where our cache size exceeds 50MB, resulting in issues with loading the cache. Could you please review this...