-
Hi, I'd like to pull the img url and title for use with some social buttons, but everything I try just breaks the plugin. Is there a way I can add the url and title to markup: without it breaking the …
-
I understand we have to install [sessbench](https://github.com/gorhill/sessbench) and load the script from https://github.com/gorhill/uBlock/wiki/Reference-benchmark to do the benchmark.
But I'm not …
-
trying to gain consistency, atleast in width, but overall cropping is also fine.
![2016-04-01_1419](https://cloud.githubusercontent.com/assets/2366499/14220414/e082275e-f814-11e5-94c8-f3e72a69d7ca.p…
-
ftg img thumbnails should be squares, not rectangles. also should be smaller to match comp.
comp on left.
![2016-04-03_1046](https://cloud.githubusercontent.com/assets/2366499/14233869/5d829a52-f98…
-
Per Adam (DATM):
ASE_DEL is 123.850 when it should be 123.750
COS_DEL is 124.000 when it should be 134.45
DEN_W_TWR is 124.300 when it should be 135.300
EGE_TWR is 118.200 when it should be 119.800
E…
-
I'm trying to install SLURM DRMAA on a CentOS image and I'm running into problems installing it from source. I'm aware that CentOS doesn't have the nice slurm-drmaa package. I'm not sure why slurm-drm…
-
-
-
Example Person object
``` java
public interface Person extends VertexFrame
{
@Property("id")
public String getId();
@Property("id")
public void setId(String id);
@Property("email…
-
With a model, Mantle can help us to convert back to JSON
``` objc
NSDictionary *JSONDictionary = [MTLJSONAdapter JSONDictionaryFromModel:observation];
```
But for some property, we don't want to be …