Kurt Robert Rudolph

Results 9 issues of Kurt Robert Rudolph

The changes on master ( 9d7ddda8383bfc4d205b5e1b49de2b8bcd9137f1 ) since v6 fix issues with printing PDFs with the Brother HL-L2300D series. It's been almost a year since the last release and I'd...

Is there interest in supporting an official ditaa docker image? I did a little work updating this old one to support the latest version of ditaa https://github.com/chai2010/ditaa-docker/pull/1 and also added...

Ditaa now has support for outputting svgs ``` --svg Write a SVG image as destination file. ``` https://github.com/stathissideris/ditaa Could we make this the default for processing ditaa or perhaps is...

enhancement

I'm utilizing the `--background` flag to drop into a pry debugger and still have it be responsive. This works well the first time the sinatra server is loaded however each...

https://hooks-common.feathersjs.com/hooks.html#iff ![image](https://github.com/feathersjs-ecosystem/feathers-hooks-common/assets/641859/53ebcaf0-3e70-4564-b9c3-bae0f484c50f) Says the third argument is the `hookFuncsFalse` but is actually treated as chained additional hook to invoke in true case. It looks like this actually describing the args...

I'm trying to connect the model01 via a usb->ps/2 adapter but the looking in the bios the Port is not recognizing the device and listed as empty. I don't actually...

Return the raw error so errors can be handled on a per node basis related https://github.com/smartprocure/contexture-elasticsearch/pull/167

**Describe the bug** I have the following recipe for connecting to mongo: ``` source: type: mongodb config: connect_uri: 'mongodb+srv://user:[email protected]?authSource=admin&replicaSet=atlas-abc123-shard-0&readPreference=secondary&appname=DataHubSethLoca&ssl=true' enableSchemaInference: true useRandomSampling: true maxSchemaSize: 300 hostingEnvironment: ATLAS ``` But I...

bug

Commands contained on `~/.pry_history` are not included in the `(reverse-i-search)` results after they fall too far back in the history (e.g. `(reverse-i-search)' foo = ':` despite a command existing in...