mikaello
mikaello
You may already have figured out how to solve this yourself, otherwise there exists numerous forks of this library that fixes this and other errors. E.g. [mobimeo/avrodoc-plus](https://github.com/mobimeo/avrodoc-plus/) or my own...
We also needed to change the delimeter color on Android because of problem with white background, and it is a [fairly easy fix](https://github.com/kievu/react-native-wheel-datepicker/commit/96a861d5278ab0a668d0bb0471fac02161e84757) if you could make a fork.
Thanks for your types @coffenbacher! I built on yours, and I think this is complete types for this module: ```typescript declare module "modali" { import * as React from "react";...
`shortid` uses `nanoid`, that is why both show up in bundlephobia. `shortid` is considered a dead project (the current maintainer states this multiple times in the issues and PRs), and...
I agree with this, `react-syntax-highlighter` has some additional dependencies, and even if this is not included in the bundle it adds complexity and possibly unnecessary security warnings from NPM. Could...
Related thread regarding the first point: https://reasonml.chat/t/running-rely-test-framework-in-watch-mode/1710
Quickfix for those looking for a temporary solution is to use any Bucklescript version before 8.3, e.g. latest 8.2: ```json "devDependencies": { "bs-platform": "~8.2" }, ```
If you are just to produce this single message, you could use the `-k` (small _k_) to specify the key of the message. You should also somehow escape the strings...
Then your version of kafkacat must be quite old on debian, `-k` was added in version 1.4 of Kafkacat. You must upgrade or use the docker version
It is at least available at https://web.archive.org/web/20220824150144/http://dustjs.com/ And the igo-dust website seems quite similar https://igocreate.github.io/igo-dust/ 🤷