Kamen Mladenov
Kamen Mladenov
**Describe the bug** Sometimes, the last line of text in the terminal output is overwritten by the prompt. **To Reproduce** No real clue, I've been holding off making this issue...
Border
Is there a way to generate the icons with borders? If not, is there a way to add that functionality?
It would be ideal if there is some sort of setting or config, where I can specify what style-sheet file the binary should use. I know the project uses Spectre-Dark...
I would like to see the following improvement to the "Due Date" field: - When a date is outside the current year, show the year - so, if the due...
## Problem On the Edit page of any document, on submit, content sanitization is done like this: https://github.com/ryanlelek/Raneto/blob/2d7e1a21b592a6df03c7d71f217f6fba216f3f58/app/routes/page.edit.route.js#L51 This seems to have been done to fix cross-site scripting issues. However,...
I would like two simple settings: - changing the clock from 12 to 24 hour format (and back) - changing start of weekday from Sunday to Monday (and back) **Note:**...
### Aim Attempted to create a simple program which right-shifts a number. The following `main.nr`: ```noir fn main(a: i16) { println(a >> 3); } ``` with `Prover.toml`: ```toml a =...