Jared Petersen

Results 30 comments of Jared Petersen

@jdm I can't reproduce either of these cases. Both cases have proper filtering and while the second link does take longer to load, the spinner still dissappears once the site...

Nope, we don't have dark mode support. But it's a great idea!

Looks like this wouldn't be too difficult to add and I'm open to more fonts. We'd add the font stylesheet [here](https://github.com/jaredpetersen/codeprinter/blob/3850412a767d4c6a5e2ee5fc80ec123f51c10750/src/editor/index.jsx), add `Hack` as an entry [here](https://github.com/jaredpetersen/codeprinter/blob/3850412a767d4c6a5e2ee5fc80ec123f51c10750/src/editor/index.jsx#L10), and update tests....

This capability should already exist in most browsers. Chrome, for instance, allows you to change your printer to "Save as PDF" instead of a real printer. It looks like [this...

Can you provide the exact Kafka record that you're sending? If it's literally `{ "type": "Point", "time": 1560507792000, "value": 5 }` the problem is that you are sending Kafka records...

@LeonardoBonacci It's definitely in the works, but I've run into some snags. ArangoDB in cluster mode doesn't have a good way to output data events. They have a Write Ahead...

Yup, this is correct behavior. Kafka Connect ArangoDB does not create collections or databases at all -- it's your responsibility to do so beforehand. While it's theoretically possible to figure...

That's definitely one of the next things I'd like to do with this. I've been working converting the existing docker compose development setup to use a clustered ArangoDB via Kubernetes...

I haven't played with any other naming strategies so at this time it's not supported. I'm not sure what the problem is from looking at the error message so I'd...

Yeah, I don't do a ton of Node development anymore so this has languished a bit. As you can see, the CI doesn't work anymore even 😅 I appreciate the...