-
# Preface
Go projects do not have version numbers in the way it is commonly understood by our counterparts in other languages communities. This is because there is no formalised notion of releasing a…
-
So, there has been some discussion about C++11ifying the moveit API. It would make sense to do that for the Kinetic release, or we're stuck with the old API for another 4 years until the next long-ter…
-
Summary
Classes Bugs Errors Missing Classes
113 22 0 0
Files
Class Bugs
jnekoimagesdb.core.img.XImgCrypto 2
jnekoimagesdb.core.img.XImgFS$FileListGenerator 3
jnekoimagesdb.core.img.XImgPr…
-
I'll address the problems one by one:
> Secure your website/app without cookies
This is _not_ inherently desirable. Cookies exist for a very specific purpose, and work well for that purpose.
> No …
-
There's no way of reverting a change that was made if the file was saved. I don't know if that's a feature (saved=saved), but it's really annoying, especially when working with git. I had to reinstall…
-
_Christian Boulanger (@swernerx) wrote:_
For contributions, it is generally a bad idea to use the version name "trunk" or "master", since then it is unclear against which qooxdoo …
-
In the updated spec, we have:
http://w3c.github.io/media-source/#duration-change-algorithm
> "5. If a user agent is unable to partially render audio frames or text cues that start before and end afte…
-
We are experiencing several instability and reliance problems with Dash.js. Too often, and in most cases quite random, the playback just freezes/stalls, without ever resuming.
It looks like the sourc…
-
[Email Comment, received on 4/11/2016 at 11:49PM ET]
To the OMB Office of the Federal Chief Information Officer:
For over thirty years, the Free Software Foundation (FSF) https://fsf.org has defende…
-
You can't just assume `__os="Linux"` (https://github.com/kvz/bash3boilerplate/blob/1f2e1842b3c7158b291563fbb7626ee14a7ee1e5/main.sh#L29)
Suggestion: use `uname(1)` instead.