Chris Larsen

Results 33 comments of Chris Larsen

You may not have to rework the entire runner. I tried writing a library like this myself before I realized that others had beat me to it. I was able...

@hugoabonizio are you talking about running every `block.call` inside its own fiber?

I know I'm a bit late to this conversation, but I wanted to add that I did have an application that would have benefitted from this. All the reason that...

@bigtunacan will Wyatt incorporate API based authentication, or will that require another layer on top? Devise was written before the days of front end frameworks, so they didn't really need...

Either one of those would be great. Especially if it also works on MacOS.

My understanding is that Cadmium is an NLP engine. Since people may want this pragmatic tokenizer functionality without necessarily wanting the NLP as well, wouldn't it be a good idea...

@watzon I do believe that's true. However, my reasoning isn't about the code size of the executable. It's more related to things like users being able to find a library...

For my current use case, an expect-then-do style of system would work. This program that I'm writing will use a config file, so being able to "read" that file and...

I don't understand your POC as I'm not familiar with OS back end stuff. I thought that doing something like this would work the same way as `webmock` and `timecop`,...