Christopher Dieringer
Christopher Dieringer
# Problem Unable to release due to a common auth error regarding the `_auth` field which is not present in my config. The associated stack: ``` 09:32:27 [4:32:27 PM] [semantic-release]...
for PRs on documentation/typos/etc?
Hello: Do you have any other CAD available, other than flat `dxf`/`dwg`s? I'm interested in 3D models. I'm going to mock this up to ensure my designs are compatible with...
in the case where there is one license, the api returns: `licenses: 'SOMELICENSE'` in the case where there are many licenses, the api returns: `licenses: ['L1, 'L2']` it would be...
# Problem - `node myscript.js` emits events and logs, but `node-dev myscript.js` does not. # Reproduction I've produced a tiny reproduction with minimal but complete instructions here: https://github.com/cdaringe/node-dev-divergent-behavior-workers#demo 1. run...
# Problem I could iterate faster if I could avoid a full process restart, but am limited to a full proc restart ATM. I want 1. notification of change, and...
# problem statement our living styleguide can show each component's API, which we want to use. however, many components are not sufficiently annotated to get the automated API doc construction...
# problem we don't have default implementations yet! # discussion we should! TW UX & Engr have done some deep dives and already discussed some prototypes we want to pursue....
Hello: I am exec'ing: ```java kafkaUnitServer = new KafkaUnit(zooPort, brokerPort) # some ints kafkaUnitServer.createTopic(testTopic) # some String ``` but it yields: ```java java.lang.NoClassDefFoundError: org/apache/zookeeper/KeeperException$BadVersionException ``` when this lib calls: ```java...