gamato
gamato
Whenever I try to paste a filename from the clipboard on Mac I get errors from Ctrl-P. That's in better case, as it seems to pass pasted text directly to...
Hi. I'd like Markor to be able to, either automatically or via a new option in settings, break lines on single EOL in View mode. I have many markdown files...
Hi. When I launch VIM without any file to edit there are the following characters visible on the first line: [[>0;95;c However, after pressing Shift-A it appears those characters are...
When VIM is launched and no session is opened, vim-session should not ask about saving a default session when I'm trying to exit VIM. Or at least there should be...
In "Settings -> Notes -> Storage" one can choose: * Single Database * Plain text files * Rich text files * HTML documents Please add a new option to store...
What if Qore::parse_float() and Qore::parse_number() would accept 3rd arg "bool strict = False" that would turn on strict parsing that might a) return NOTHING or b) throw an exception (both...
Float type does not allow leading or trailing decimal point. Why? Consider allowing for leading / trailing decimal point (as is common in other languages).
This is error prone or even dangerous — “When an expression requires a certain data type and the source data type cannot be converted to the desired data type, the...
picologging looks very interesting but one thing we do miss is a few extra logging levels. Could you please add logging levels TRACE and NOTICE ? They both are used...