Christopher Dieringer

Results 139 issues of Christopher Dieringer

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...

# Problem Here's an easy demo, using [email protected] ```ts import * as z from "zod"; const schemaA = z.object({ version: z.literal("a"), }); // observation, no use of superRefine z.discriminatedUnion("version", [schemaA]);...

Hello: I have code like `React.DOM.tr({ className: 'blah-blah' }, React.DOM.td({}, ...), ...)` This package doesn't pick it up, but I have a feeling it probably could with only minor adjustment....

**Describe the issue** - for babel plugins that bring their own parser and/or modify syntax--e.g. old skool async/await, pipeline operator, algebraic effects, etc etc--there's no first class mechanism to get...

# Problem ## Input ```promql 100 OR on() vector(100) ``` ## Output ```promql 100 or on () ( vector ( 100 ) ) ``` Denote the dually extra set of...

# problem i am unable to `ctrl+c` exit my program once i have `run` this pkg # solution commenting out my usage of this pkg restores default node behavior

hello, i'm interested on being notified when my clipboard changes. i saw that there [may be a way](https://codedump.io/share/F2AsgZceezPX/1/get-notified-on-clipboard-change-in-swift) to get clipboard events. would that be something you feel (a) would...

hello! thanks for the lib. i have been unable to get started successfully. i placed my `database.json` in the root per instructions and ran `rethink-migrate up`. the following occurs. ```...

1. nodemon dependency needs to be part of the install docs 2. default boot renders following error: ``` js 21 Jan 11:10:56 - [nodemon] v1.3.2 21 Jan 11:10:56 - [nodemon]...

# problem consider `Record`, and that it outputs: `$ref: #/definitions/Record`, where `#/definitions/Record` in the definitions object is: ``` "Record": { "description": "Construct a type with a set of properties K...