mikaello
mikaello
Building of the pull request of briefguo, (#6), fixing rename of `readdir` and `readdirSync` (don't now at which version they are changed, but `dir` is written with lowercase in the...
Related to #39. It would be great if it where possible to customize the beginning/start/origin of the arrow. E.g. it could be added a circle at the beginning to mark...
It seems that JSON Schemas with references built with URN is not supported, e.g. these schemas: * [github.com/phenopackets/phenopacket-format/schema/condition-schema.json](https://github.com/phenopackets/phenopacket-format/blob/3f4f024b869af5c80314fb12dfe513d80ab30cf9/schema/condition-schema.json) * [github.com/orienteering-oss/iof-orienteering-data-schemas/iof_v3_schema.json](https://github.com/orienteering-oss/iof-orienteering-data-schemas/blob/39d93bed6b8afa9797218fe2c2151ef710da67c3/iof_v3_schema.json) When trying to dereference these, the following error messages are...
It would be nice if this module could have associated TypeScript-types in _DefinitelyTyped_. Info on how to create such a type package is [documented in their repo](https://github.com/DefinitelyTyped/DefinitelyTyped#create-a-new-package). Here is what...
Using command: npm install [email protected] --save-dev Sorry for the mess in #33, I'll keep this branch clean :-) (and if you're interested in any of the features I have implemented...
In the JS-file that is distributed, it [still requires the CSS-file](https://github.com/upmostly/modali/blob/master/dist/index.js#L30) that you [have previously removed](https://github.com/upmostly/modali/commit/d3b8cbd36c7e1250506b44f74c68952d38e91491), which makes this dependency fail to build in my project unless I add a...
In the `peerDependencies` section it is a requirement that the version of [dustjs](https://github.com/linkedin/dustjs) can't be above 2.8: https://github.com/LinkedInAttic/dustjs-helpers/blob/4370ddc27d6b079b6251ae8aaec6059dfdf1d746/package.json#L42 Last year v3.0.0 was released (https://github.com/linkedin/dustjs/releases/tag/v3.0.0), it would be nice if `dustjs-helpers`...
It seems like Kafkacat does not support messages serialized by an Avro schema containing imports / references to other schemas. Such import/reference is a common pattern to reuse types used...
I got some troubles consuming with kafkacat running in docker on WSL2. Software versions: * Linux distro: Ubuntu 20.04.2 LTS * Windows version: 20H2 * Windows OS build: 19042.804 Example:...
I am using this package to generate a SVG image for my Excalidraw diagram: ```asciidoc [excalidraw] ------ include::example$flow-diagram.excalidraw[] ------ ``` This works fine, but the problem is that this flow...