boogerlad

Results 9 issues of boogerlad

I'm trying to replicate http://stackoverflow.com/questions/2435964/jqueryui-how-can-i-custom-format-the-autocomplete-plug-in-results, but when I look at the method on line 766, there's no way I can extract what the user types and attempt to format it...

For plain values, ellipses are shown, as expected On a side note, how can I see all the values? (up to 70, in this case)

``` TutorialD (master/main): x:=relation{tuple{name "wow"}} TutorialD (master/main): key unique_name_x {name} x TutorialD (master/main): undefine x ERR: RelVarNotDefinedError "x" ``` Is it because the `unique_name_x` constraint must be deleted first? If...

I see Project:M36 currently saves its state in memory or to a file. I don't know how hard it would be, but it would be nice to use an Intel...

again, to achieve feature parity with clean-css

To offer feature parity with clean-css. This would be useful for integrating with gulp plugins.

enhancement

https://old.reddit.com/r/VOIP/comments/iovpd9/groundwire_ios_doesnt_have_sms_builtin_wth/g4gavhr/ Both groundwire and voip.ms support sip simple sms. How does that compare to smsglue?

with 3.1, ``` var sp = require('streaming-percentiles'); var epsilon = 0.1; var g = new sp.GK(epsilon); for (var i = 0; i < 1000; ++i) g.insert(Math.random()); var p50 = g.quantile(0.5);...

One useful feature (to me) would be the ability to export the current state, and then restore. For example, I have a server constantly being fed data. If the server...