Jan

Results 9 issues of Jan

Because of different moleculer type versions the following type error occours: ``` Type 'ActionSchema' is not assignable to type 'boolean | ActionSchema | ActionHandler'. ``` Upgrading moleculer dependency to 0.14.7...

It seems that in the PR #137 the writeDeadline option was not converted to camel case. Maybe intentional? https://github.com/nats-io/nats-operator/blob/a2c3c7104f12160bb5ca1032057b1efdc283337b/pkg/apis/nats/v1alpha2/cluster.go#L165 it should be ``` WriteDeadline` string `json:"writeDeadline,omitempty"` ``` The nats-operator crds...

The following props will cause a "Cannot convert undefined or null to object" error. ``` ``` I suppose the following line causes it: https://github.com/prevwong/craft.js/blob/2b09e3824cfb4f3b660a3f3bb14a14aba108ef34/packages/core/src/utils/serializeNode.tsx#L34 It the type key is nested...

bug

Added an option to set different lineDataSymbols per data set. ![Bildschirmfoto von 2019-03-20 14-33-12](https://user-images.githubusercontent.com/789096/55060464-d1080100-5071-11e9-808d-db9e552b95df.png) Example ``` const PptxGenJS = require('./dist/pptxgen.js'); var pptx = new PptxGenJS(); var slide = pptx.addNewSlide(); //...

enhancement-chart

The ackWait default value for consumers seems to be set to 1ns which prevents configuring the default server ackWait of 30s. I think ackWait shouldn't have a default value.

It seems that recent releases >= 2.6.7 introduced some bugs (if used with vitest?). For example this does not work in 2.7.1 with vitest@1 or vitest@2: ``` import EventEmitter from...

### Product Versions - Please specify what version of the library you are using......: 3.12.0 - Please specify what version(s) of PowerPoint you are targeting: PowerPoint for Mac 16.89.1 ###...

triage:needs-investigation

## Is your feature request related to a problem? Please describe. Currently trace ids are truncated which prevents compatibility with open telemetry traceparents ## Describe the solution you'd like Use...