-
```
import tink.lang.Cls;
import haxe.rtti.CType;
class ClsPatternMatchingTest {
public function new(){}
public function test(u){
var a = new ImplUsingPatternMatchingThing();
return u;
…
-
//it's seem not support some case when I add @class(10) @:keep
//code Test -lib tinkbell https://github.com/back2dos/tinkerbell/tree/haxe_r6388
]package ;
import haxe.unit.TestCase;
import tink…
-
Hi
I just found your library, and it looks really good.
It is mentioned in some places that it is to be found on haxelib, however I haven't been able to find it there, is it published under a differe…
-
Hi,
this lib looks fantastic, great work on the documentation, too!
But I got a problem: when I add the mockatoo import to a source file:
import mockatoo.Mockatoo;
using mockatoo.Mockatoo;
... and…
ghost updated
11 years ago
-
GitHub is awesome but not everyone uses it for private repositories (the price is too damn high!) I've tried using another git host for some repos and adding the url into a boxen project. The result i…
-
(like what i said in https://github.com/back2dos/tinkerbell/issues/20)
i wish i could specify something that was a required argument to new() but not something that became a full-blown instance field…
-
Allow the user to pick their own notification sound (preferably, a different notification sound for each of the different severity levels).
So, I can set it up so that "Critical" events play the "Ta-…
-
class Super uses tink_lang @:read var foo:String.
class Sub extends Super wants to change how foo is returned.
(i know, prefer composition over inheritance, but never the less...)
-
```
Parser.hx:227: characters 4-26 : com.mindrocks.text.Parser should be com.mindrocks.text.Parser
Parser.hx:227: characters 4-26 : com.mindrocks.text.Input -> com.mindrocks.text.ParseResult should be…
-
libgeoip is installed in version 1.4.8.
The error message:
root@tinkerbell:~/temp/netsniff-ng/build# flowtop
OUI UDP TCP ETH
Error Opening file /usr/share/GeoIP/GeoIPCity.dat
Cannot open GeoIP data…