thecodechemist99

Results 8 issues of thecodechemist99

I'm using this module for a small tool at work. In a file I tried to process, there was a code snippet with hashtags at the beginning of a line....

When the markdown file is transformed to JSON: ```javascript const obj = md2json.parse(str); ``` there is an issue with bulleted lists. I have multiple lists like the following in my...

Hi! I’m trying to use this crate for a project of mine. But it crashes as soon as a model has been loaded. # Expected behaviour After loading the model,...

Hi, I might be missing something really obvious here, but so far I couldn’t figure it out. I have set up an example scene in one unity project, where everything...

I’m currently using the refactored version of your project and noticed there is no `Disconnect()` method anymore. I also couldn’t find a method for it in the Java code. Is...

bug
enhancement

# Original Issue I tried to compile a project with `lvgl = "0.5.2"` and got the following cargo build error: ``` Compiling cstr_core v0.2.6 error[E0432]: unresolved import `alloc::sync` --> /Users/thecodechemist99/.cargo/registry/src/github.com-1ecc6299db9ec823/cstr_core-0.2.6/src/lib.rs:25:12...

bug
question

Hi there! As I went deep into this project the last couple of days in an attempt to fix a bug that was (and unfortunately still is) bugging me, I...

When using `chemfig` in `obsidian-tikzjax`, the `Lewis` and `lewis` commands don’t render the electron pair lines and lacunas correctly, while single and double electrons show up as intended. Screenshot: ![tikzjax-obsidian_lewis-bug](https://github.com/artisticat1/obsidian-tikzjax/assets/55954804/d3f268dc-e661-45ea-9434-798d27f75c79)...