-
This is how `monero-gui` (`v0.12.0.0`, Windows 10) looks like on my laptop's 4K display (Dell XPS 15 9560):
![image](https://user-images.githubusercontent.com/1867551/38661994-7b73c1fa-3e3b-11e8-8d…
-
Support to use **FreeBASIC** compiler with **CP Editor**.
FreeBASIC is a moderm free and open source QuickBASIC implementation for Microsoft Windows, DOS and Linux.
https://freebasic.net/
-
(Not sure if a feature request or a bug report; kind of, a bug-in-the-original-QB report and possibly a feature request for legacy behavior support, but I doubt that anyone really needs it. Therefore …
ghost updated
4 years ago
-
> **Design goal:** Require fewer taps and less context change to access common info and functions
Right now all configuration is hidden behind the 'edit filter' button. For example, grouping/sorting …
-
[bz#193]
I started seeing garbage for font in the RPG file browser. Whether it appeared
seemed to differ on the folder, on the exe file, and possibly on the computer.
Also, sometimes it showed up whe…
-
It would super dope if VSCode could replicate the venerable QuickBasic 4.5 F6-style context switch to allow not only navigate around tabs etc. But also into an Immediate mode like the one …
-
[bz#140]
The freebasic version has to implement keyboard handling differently than the
QuickBasic version did. As a result, there are still some differences in
keyboard behaviour.
On Fri, Feb 17, 20…
-
[bz#45]
most of the arrays are single-precision because this is the default! And in this
way it uses twice as much memory as needed!
just by switching the largest arrays to integer, you could massive…
-
https://twitter.com/_sorceress/status/1050098390724464640?s=21
-
## Bug report
**Problem**
Any math expression that uses Boolean operators or MOD and results in a value > 32767 will cause a overflow error. This includes single or double precision expr…