Francesco Gringl-Novy
Francesco Gringl-Novy
Doesn't the example from https://github.com/mydea/handsontable-chosen-editor work for you? E.g.: ``` javascript chosenOptions: { data: [ { id: "SPOT", label: "Spot" }, { id: "AFLOAT", label: "Afloat" }, { id: "PREORDER",...
I am currently not really working on this, but I do accept PRs if you find time to figure this out!
Hmm, the line you quoted is about [Compound Index](https://dexie.org/docs/Compound-Index), but I believe you are talking about [MultiEntry Index](https://dexie.org/docs/MultiEntry-Index). I have not added any special support for MultiEntry indices so far....
FYI I opened a PR to fix this issue: https://github.com/open-telemetry/opentelemetry-js-contrib/pull/1624 This _may_ be relevant for other instrumentations as well, you cannot depend on `moduleExports` being a function and always need...
Actually, what version of the SDK are you running? (sorry if that was mentioned before, there are a bunch of comments already... 😅 ) I think this was fixed in...
@dependabot rebase
> I'm attempting to use this code but I don't get any events in Sentry. Any idea what I'm missing? > > ```ts > public captureException(err: any) { > const...
We are working on a revamped node SDK which uses OpenTelemetry under the hood for tracing right now. This will support mysql2 out of the box, without any custom OpenTelemetry...
v8 is out and should have proper mysql2 support! 🎉
I wonder if this may be related to https://github.com/getsentry/sentry-javascript/issues/10566 - ember uses terser under the hood 🤔 there the problem seemed to be related to tree shaking & minifying, somehow.