-
I have grey fonts, I barely can read them. Is there a way to override the font color? I tried by modifying the stylesheet.css but that had no effect... :S
ghost updated
9 years ago
-
As @Trevoke [pointed out](https://github.com/thoughtbot/write-yourself-a-roguelike/issues/35#issuecomment-358531852), using a more modern architectural pattern than that used in NetHack could likely m…
-
When i try to use model/view method with GooCanvas, i can not get it working fine to show items.
look at this code:
```Lua
local lgi = require 'lgi'
local Goo = lgi.GooCanvas
local Gtk = lgi.Gtk
…
-
Interception of methods in the internal PHP classes is the most complex one, however, it is required for special cases, for example, to intercept `mysql->query()` invocation:
``` php
class MysqliQuer…
-
I propose adding the following section to the specification:
------------------
Any value may have a reference to a canonical module that works with values of that value's type. The reference sh…
-
**Edit:** Here's specifically what I'm proposing:
- Keep the function pipelining: `object::func(foo, bar, baz)`, equivalent to `func.call(object, foo, bar, baz)`
- Drop the binary binding operator…
-
## Minimized code
This is a data structure with a "rectangular" type matrix, e.g. traits for `Left` versus `Right`, `Branch` versus `Leaf`, `Empty` versus `NonEmpty`. I believe the warnings emitted…
Sciss updated
3 years ago
-
Continuing from #100 and other threads, here's a summary of key objections to this proposal raised by the community:
@hax's top 3 concerns:
> 1. TC39 underated the risk of community break which …
-
For convenience, would be nice have a new mapping type that makes the casting automatically :).
The ValueObject must be stored along with the currency, so a parsable format must be defined. My sugges…
-
Hi guys!
First of all let me say that I *do* find the project idea intriguing - that's why I've decided to make my first minimal contribution to the project (prog-lang designers united! lol).
I'…