Hendrik Mans

Results 118 comments of Hendrik Mans

Hey @metavida, how about [Oj](https://github.com/ohler55/oj)? (I'm happy to have a stab at adding this.) I'm using ruby-oembed in a non-Rails project right now, and it's failing with many JSON responses...

Thanks for the heads-up! I tried loading the `json` gem before loading `ruby-oembed` and got mixed results unfortunately -- I haven't had much luck in tracking down why this was,...

Unless I'm severely misunderstanding your question, the thing you're looking for is `==`.

`ponyhof` German "cute" word for stable. There's also a saying "das Leben ist kein Ponyhof", roughly translating to "life is not a party". Yup, that's how we Germans roll. *lässt...

I wasn't feeling terribly comfortable with the workaround suggested by @timkurvers, so I had a go at trying to fix it within Fengari itself. I'm a bit of a Node/Webpack...

I've been following this discussion and learning a lot from it -- I was just about to do some refactoring of my library (three-elements) to allow for selectively importing individual...

> Indeed HMR requires special handling (in any framework/system)... for web components there is no difference... the special handling, in this case, is all about never reregistering the component again...

No need to immediately schedule this for addition -- especially if you're worried about this going against the library's design principles. Maybe we can iterate on the idea and find...

Current ideas: - create nodes dynamically (or through emitters, see #15) that represent a URL that will perform a redirect - when exporting, have these export a HTML page with...

Got a naive implementation working [here](https://github.com/hmans/hmans_me/blob/92032fa3140ed26dc2efd8a720530948c5de113c/site/js/bundle.js.rb)... \o/