Ruslan

Results 50 issues of Ruslan

I haven't dug the GitHub API docs enough, but it seems there is such a thing: https://stackoverflow.com/questions/13902593/how-does-one-find-out-ones-own-repo-id Getting repo id: https://stackoverflow.com/a/77904644 Accessing by repo ID: https://stackoverflow.com/a/74290453 As a user on...

When we changed the language in our program from English to German, `IntegerInputField` and `DoubleInputField` couldn't show any values. My hypothesis is: in English parts of float numbers are separated...

### Mandatory checks ~- [ ] Change in `CHANGELOG.md` described in a way that is understandable for the average user (if applicable)~ ~- [ ] Tests created for changes (if...

status: devcall

Now, all LLM templates can be customized by users. Previously, only the system message was customizable in a limited way. I used Apache Velocity template engine. ![image](https://github.com/user-attachments/assets/9c715820-4705-44b4-bdc6-ea4eeb24a19e) ![image](https://github.com/user-attachments/assets/322b7fa8-3deb-4db2-bc60-d1e737606c4b) ### Mandatory...

### Describe the problem Originally, I raised this issue in [`copier`](https://github.com/copier-org/copier/issues/2033) repo. Pasting it here, as `copier` relies on this library. ![Image](https://github.com/user-attachments/assets/748fc682-f7cd-4336-b765-abd17141c075) Code: ```python import questionary questionary.checkbox( 'tags', choices=[ "A",...

Enhancement

I think I found something obscure. In footer, "Legal Notices" and "Privacy Policy" don't behave as links (when cursor is on those texts, it doesn't change to "click icon", and...

I wanted to go to JabRef's Gitter chat, but couldn't find it anywhere. ![Image](https://github.com/user-attachments/assets/02b9540b-0338-4503-bdf5-f0b7cbac4b00) There is no Gitter link. I think it should be added in the footer in "Help...

status: good first issue
p2: nice to have

**Is your suggestion for improvement related to a problem? Please describe.** Sometimes, when I want to open JabRef's GitHub repo, the address bar in my browser proposes the main [JabRef...

type: enhancement
status: good first issue
p2: nice to have

When I use `Monospace 12` font in `mlterm`, I have "snowflaked" dirty output sometimes. No additional properties is set, except this in `~/.mlterm/aafont`: ```plain DEFAULT = Monospace 12 ``` With...

I would like to see examples for every method in `Tensor` types. That would be useful from people that came from PyTorch. Because Python language is highly dynamic and Rust...

documentation
good first issue