Ben Lamothe

Results 6 issues of Ben Lamothe

For compatibility with sprockets >= 3.0.0. See https://github.com/rails/sprockets-rails/issues/294.

I've been trying to integrate rails-prg into my app, and I've been debugging a nil pointer issue with the `load_redirected_objects` callback. I've isolated the problem to an attempt to reference...

The `rum.core/with-key` and `rum.core/with-ref` functions call the underlying [React `.cloneElement`](https://reactjs.org/docs/react-api.html#cloneelement) function to create a new React component that includes the supplied key or ref, respectively. Both [with-key](https://github.com/tonsky/rum/blob/4ff9ddc98d65f1a287bab2f02dcaa0a718cd16b8/src/rum/core.cljs#L312) and [with-ref](https://github.com/tonsky/rum/blob/4ff9ddc98d65f1a287bab2f02dcaa0a718cd16b8/src/rum/core.cljs#L325) use...

Is it possible to add progress bars for situations involving percentages instead of using just the raw number, like [it's possible in Polybar](https://github.com/polybar/polybar/wiki/Formatting#progressbar). That way we could have quasi-graphical representations...

enhancement

Hi. I was surprised by the expansion behavior of JSON-LD including [named-graph data indexing](https://www.w3.org/TR/json-ld11/#named-graph-data-indexing) with multiple nodes per indexed graph. With this extension of the blog-post example: ```json { "@context":...

resolved
question