Aadam

Results 11 issues of Aadam

First of all, thanks for such an amazing tool. This has been really helpful for me. One problem I encountered is that when an embedded reference section has parenthesis in...

First of all, thanks for such an awesome implementation. One suggestion is to add a simple example training notebook so one can easily understand how to use this on an...

I've been trying to run GA on my custom structure, `Organism`, but it's giving the following error: ```julia result = Evolutionary.optimize( fitness, () -> init_organism("msa_data/temp.tfa"), GA( populationSize = 50, ))...

* **Please tell us about yourself (include an email address):** Aadam. [email protected] * **Your purpose in using this API:** I'm planning to use this for personal knowledge management, to learn,...

Please provide some option to download a folder as a zip file. When downloading courses, they usually contain hundreds of small files inside folders, it's very difficult to download each...

Is there a way to only get the score of two alignments? Let's say that I have two alignments; `"MQD--RV--KRP"` and `"MKKL-K-K-H-P"` and I want to get there score. Currently,...

Is there any support for custom templating, as in https://github.com/mgmeyers/obsidian-zotero-integration, where one can use different logical statements to control what gets extracted?

Adds an option in the config to enable Image Zoom feature. Once enabled, it'll download the `medium-zoom` script and apply it to all the images in the `` tag. All...

When I print the length of the `hadiths` array, it contains different number of hadiths for the Urdu version. ```py print(len(data['ara']['hadiths'])) print(len(data['ara1']['hadiths'])) print(len(data['eng']['hadiths'])) print(len(data['urd']['hadiths'])) ``` would result in ``` 7589...

**Is your feature request related to a problem? Please describe.** I've been using the plugin extensively and really love it but there's an issue when using BasicCodeBlock Blueprint, I can't...

enhancement