-
Short sentences trigger relentlessly. I.e. "oh wow lol", "oh god", "oh what", "oh why", "oh, right.", "always good", "no one does", "much better", "all my want", "god damn", "OH", "oh my", "I'm in a…
-
We may be able to get away with a comprehension short-hand for simple cases:
```
(: for x of a: if x > 5: yield x; );
```
Could become
```
(: x for x of a if x > 5 );
```
This syntax lines up with…
-
Your lines are a bit long right now. Try splitting this into new lines so it's easier to read on one screen without scrolling. Convention is usually ~79 characters per line.
https://github.com/Haki…
-
The WADL Maven plugin currently maps the XML schema short data type to java.lang.Integer instead of java.lang.Short, like the JAXB compiler, causing issues with these tools are used together.
#### Env…
-
```sh
$ ahd l # list
$ ahd v # view
$ ahd a # add
$ ahd r # remove
$ ahd e # edit
```
-
kube-registry.kube-system.svc.cluster.local:31000 is a bit much to type.
-
When you split you dont get too far.
-
Your lines are a bit long right now. Try splitting this into new lines so it's easier to read on one screen without scrolling. Convention is usually ~79 characters per line. It’s an issue of code dens…
-
Your lines are a bit long right now. Try splitting this into new lines so it's easier to read on one screen without scrolling. Convention is usually ~79 characters per line. It’s an issue of code dens…
-
**Describe the bug**
When using a video that is very short for example 3 seconds and using threads greater then 3 the output video file doesn't run.
**To Reproduce**
Steps to reproduce the behavi…