Parsia Hakimian
Parsia Hakimian
What I am doing right now is very bootleg. It's much better (and probably easier) to use the `Condition` interface. * https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/Condition.html Might even fix #30,
`Error in no-unsanitized` is the main noise maker here. AUGH. I can remove results which contain the above sentence and be good. But I also need to figure out what...
https://commons.apache.org/proper/commons-dbutils/examples.html Seems like we can do stuff like having custom row processors to convert rows to objects automatically and other things. It also handles closing the connection and other things.
This means the hash can only be used to detect if the responses are the same. In most cases, it's when we are requesting the same exact JavaScript file. It...
Apparently there is a random error (on Windows) that is triggered when a group of modules are installed globally. In my case, it gets triggered on some VMs. It appears...
[201-cluster-monitoring](https://github.com/aws-samples/aws-workshop-for-kubernetes/tree/master/02-path-working-with-clusters/201-cluster-monitoring) has the following text for deploying the dashboard for v1.8+: ``` If you are using v1.8 or above, deploy the Dashboard using the following command: kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml...
Fixes #574 *Description of changes:* I am going through the tutorial right now and found some discrepancies. 1. In [Create resources with ResourceQuota](https://github.com/aws-samples/aws-workshop-for-kubernetes/tree/master/01-path-basics/103-kubernetes-concepts#create-resources-with-resourcequota) in 103, we set a ResourceQuota for...
In [Create resources with ResourceQuota](https://github.com/aws-samples/aws-workshop-for-kubernetes/tree/master/01-path-basics/103-kubernetes-concepts#create-resources-with-resourcequota), a ResourceQuota with both CPU and memory limit is set. ``` yaml $ cat resource-quota.yaml apiVersion: v1 kind: ResourceQuota metadata: name: quota spec: hard: cpu:...
https://github.com/parsiya/Hugo-Octopress/blob/5bce87e3c4ade3a00dd1b3bb8b9f64affe4c7fb8/static/css/hugo-octopress.css#L84