Ruslan
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...
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.   ### 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.  Code: ```python import questionary questionary.checkbox( 'tags', choices=[ "A",...
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.  There is no Gitter link. I think it should be added in the footer in "Help...
**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...
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...