Alexander Weichart

Results 12 issues of Alexander Weichart

# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/AlexW00/obsidian-note-linker ## Release Checklist - [x] I have tested the plugin on - [x] Windows...

Ready for review

### Describe the Bug My async Rust function, which is exported to JS using wasm_bindgen, blocks the main thread when called. ### Steps to Reproduce This is how the async...

bug

When executing `latexocr` or `pix2tex` I get the following error: ``` ~|⇒ pix2tex [1] 71793 segmentation fault pix2tex ~|⇒ latexocr [1] 71851 segmentation fault latexocr ``` Furthermore, Python crashes: Crash...

help wanted
macOS

**Describe the bug** Error when providing a nested HTML element as domNode: ``` plugin:obsidian-3d-graph:53529 Uncaught TypeError: Cannot read properties of undefined (reading 'xr') at HTMLElement.value (plugin:obsidian-3d-graph:53529:31) at HTMLElement.wrappedMethod (plugin:obsidian-3d-graph:52596:36) at...

# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/AlexW00/obsidian-3d-graph ## Release Checklist - [x] I have tested the plugin on - [x] Windows...

Ready for review

What's the best way to add logging (to a log file) to a plugin? I tried the following, which works with rust vst2 (adapted from https://github.com/DGriffin91/egui_baseview_test_vst2). It creates the log...

What? A button in the rich presence status, which links to the obsidian publish website. Mockup: ![CleanShot 2021-12-01 at 16 08 10@2x](https://user-images.githubusercontent.com/55558407/144260073-86b71d41-bc0b-4a96-908c-e1ee2ba63d12.png)

The following code produces the "too many requests" error. Using a different host does not fix it. ```py name="Execute Query Tool" description="Useful for executing a query against a search engine....

When trying to compile [this example project](url), I get the following compilation error: ``` /Users/awDocuments/GitHub/inkplate-printer/firmware/libraries/arduinoWebSockets-2.3.6/src/WebSocketsClient.cpp:234:30: error: 'class WiFiClientSecure' has no member named 'setInsecure' _client.ssl->setInsecure(); ^ ``` Info: - arduinoWebSockets: 2.3.6...

- wikibase-sdk version: v9 (latest) - Environment: node 1. Install wikibase-sdk via npm i wikibase-sdk 2. Try to run your code 3. Get error: ``` Error: No "exports" main defined...