Jeff Sandberg

Results 31 comments of Jeff Sandberg

I've added a module that works similarly to how the Native Extensions auto watch works. You have to have a `boards` value set for the filter. It parses this and...

Good catch. Looks like this changed. The gems methodsusually accept anything as a body value and stick it in the request. I'd you want to make a pull request fixing...

I'll have to look at the api, but I do know it works as of the latest release. The iama sidebar is controlled by a bot using snoo, and the...

Custom user agents can be easily set at init. But making this required isn't that hard. One thing I've thought of is adding some machine identifier to the default ua....

For doing mac address, feel free to use the `macaddr` gem and add a dependency. I'm working on a complete recode of the gem, to support 2.0's niceties, while retaining...

Absolutely. I can literally copy and paste your example code from the readme, and it still won't work. I can upload one of the created ASE files if you would...

I'd say an implementation akin to how Plug and other composable pipeline "things" in elixir work, where you either provide a function that accepts and returns an object, or a...

This would make the changes I'm attempting in #445 absolutely trivial, for example

For another language you can look at for pattern matching, I suggest Elixir. Being based on Erlang, it has fairly powerful pattern matching, which is extended in a few important...

That would probably be superior to any parsing of HTML using floki