Amir Rajan

Results 12 issues of Amir Rajan

Just wondering if this gem could be used as a development/test load balancer that a dev could run locally. I was looking for a simple way to start two http...

Worth considering: https://github.com/rubymotion/motion-support/issues/38#issuecomment-366676898

I came across this when I was typing a large number of capital letters in succession. I had the shift key held down and was typing out the capital letters,...

bug

I have a habit of typing `:wqa`. Would be nice if that did the same thing as typing `:wq`.

Would be cool if you could do: ```csharp //somwhere inside of a custom Program.cs that references both NUnit and NSpec var builder = nspecThingy.TestFinder(someAssembly, (methodInfo) => { if (nspecThingy.ContainsAttribute(methodInfo)) {...

Some tests would be safe to run in parallel (maybe at the context level). MbUnit has a concept of parallelizable. Maybe parallel execution can be performed at some level in...

enhancement

coffeescript does not allow for function declarations and I'm unsure of how to use it with modit given that. for example, a valid module looks like the following in javascript:...

Great content! Medium screen sizes loose links at the top.

Looks like the ruby that ships with High Sierra is `2.3.1` now as opposed to `1.8`. It looks like there were some major changes to `ripper` in 2.3.1 that's making...

Looks like you don't have to load the motion-layout as a git sub module anymore and can just install the motion-layout gem and require it in the Rakefile. Is that...