-
Hi,
My projects use Datamapper http://datamapper.org/ instead of ActiveRecords,
will you integrate this ORM one day ?
Thanks for the gem.
-
Hi,
Amazing thanks! Had a question. R u planning to add selection? For example I want to select a specific section of the file (using Pan gesture -- UIGestureRecognizerStateBegin and End in handlePan…
-
When submitting a job with ADDJOB, you can't necessarily predict the total amount of time that a job will take in order to provide a proper RETRY time. In the context of locks that time out, there is …
-
Is there a reason why and >>- don't take their args in the same order? Should one of them be switched (eg ) or do you recommend using the map method directly in that case?
Thanks!
-
I’d like to start fixing up the GlobalStateMover and related classes. I picture something that (based on our current naming, which I consider open to changes) looks like this:
- `PathMover` : generate…
-
As an alternative to zyre discovery a short-term fix (and long term, for stable cluster configurations) configuration based discovery might be worthwhile.
-
I noticed the announcement for the education committee says the github process is "decentralized." Allowing anyone to contribute means it is open source but that is not the same thing as decentraliza…
ghost updated
9 years ago
-
The use case is to map values of an array knowing both index of an element and element itself.
Let's say we want to merge two arrays by summing appropriate elements, something we could do in Python:
…
-
Hi everyone,
OK, now I’m going to /cc you all: @tristanheaven @Luiji @brianvanderburg2 @datahead8888 @carstene1ns @default0
I’ve seen neither of you except for @datahead8888 using our [forums](http:…
-
``` ruby
load time import time
m=(map){->}
x=time.make(2014, 1, 1)
y=time.make(2014, 1, 1)
m[x] = 5
if (y in m)
io.writeln(true)
else
io.writeln(false)
```
``` ruby
false
= none
```
``` ruby
load …