Sam Eaton
Sam Eaton
Hey @KCErb could you give an example?
Here is a picture of the htmx:confirm event in the console, notice how the element has the `hx-disable` attribute, so `htmx:confirm` shouldn't even be firing (I ran `htmx.process()` too) ![Screen...
how's this? #### `.set_purge_interval(interval : Time::Span, stale_only : Bool = true)` *Sets an interval where key/value pairs will automatically be purged.* **Example:** ```ruby cache_hash = CacheHash(String).new(1.minute) cache_hash.set_purge_interval(10.minutes) # stale_only defaults...
PR https://github.com/samueleaton/cache-hash/pull/8
so you're saying something like this? ```ruby cache_hash = CacheHash(String).new(1.minute, purge_interval: 1.hour, purge_stale_only: true) ```
Yeah, in the README it says > Tested on OS X Yosemite, OS X El Capitan, and Ubuntu but I definitely would like to add windows support. What operating system...
I did have some ideas about that a while ago. I could see that as being very useful. I will look into it. They way I would image it, `screwy`...
Because then the Screwy app would need an interface for specifying app locations and saving your current projects, whereas with the global command, those paths can be passed as arguments....
Mine was saying `g++ not found` so its possible that there are some missing packages.
Yeah looking at how some other libs do it it didn't seem like too much work. We should think of a good api and then get crackin'. Even though there...