-
In CoffeeScript 1.6.2, the following is valid code, compiling to an AMD module definition:
```
define 'aModule', ['dep1', 'dep2'], \
(dep1, dep2) -> (``
foo = bar baz
if x
y…
pjeby updated
10 years ago
-
_From [david@fastolfe.net](https://code.google.com/u/david@fastolfe.net/) on October 16, 2011 03:28:16_
It would be useful if states were recorded as timeseries, and the rule language made it simple …
-
Hey guys, been getting a lot of pixel artist chiming in with desire to contribute (which effing rocks! thanks guys!). I'm trying to figure out a way to process this (or decide on someone?), so I figur…
-
In #4789 discussion was started about redesigning the traits related to numbers and I think the first step is to design and document the traits we think are required and why.
We probably also depend …
-
Is it possible to visit a page with different parameters?
I tried adding a initialize method to the my page class, but failed while invoking the visit_page(MyPage) method.
I would like to do somethi…
-
I prepared the interpolation interface to make this implementation simple.
I thought that I just needed to invert our interpolating matrix kxN \phi, but of course it turns out that N>>k, and therefor…
-
Migrated from [rt.perl.org#113792](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=113792) (status was 'rejected')
Searchable as RT113792$
p5pRT updated
11 years ago
-
Implement the GetValue() method
-
Migrated from [rt.perl.org#59802](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=59802) (status was 'resolved')
Searchable as RT59802$
p5pRT updated
11 years ago
-
Because the base string literals are US-ASCII and trying to interpolate UTF-8 strings into it?
Let me know if you need more information.
```
ArgumentError: invalid byte sequence in US-ASCII
[GEM_ROO…
kenn updated
11 years ago