-
```
Currently, the code is monolithic. Django best-practice is to modularize
code with apps, so it can be reused more easily. Please watch this video:
http://www.youtube.com/watch?v=A-S0tqpPga4&featur…
-
# 6.3.0-asahi-7-1-edge-ARCH kernel fails to boot when USB-C charger is plugged in Port 2.
- Was working until kernel upgrade earlier today
- It boots ok when power charger plugged in Port 1 or no…
-
We should definitely use CMake instead of QMake as our build system when using Qt. I've used it before in a regular Qt project and it works perfectly with just the addition of a couple of lines:
```
…
-
https://gl.mathhub.info/smglom/algebra/blob/master/source/quotient-group.de.tex#L3 causes `malformed:omdoc:symbol isn't allowed in `. The current binding for `\vardef` is
`######## temporal hack by…
-
Boost has already been modularized in http://gitorious.org/boost. However, these modules don't bring along the Boost development history.
I think if we want to keep the history, we need to remake ea…
-
### Prerequisites
- [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests
- [X] I have read the [contributing guidelines…
-
In integer multiply-add instructions, for expample, the vwmaccsu, only the sign information of vs1 and vs2 is given, but for vd I can't see it's sign information in spec. Is vd always treated as a si…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Crashlytics
### Which platforms are affected?
iOS
### Description
…
-
### Description
This issue will act as the hub for tracking the CSS formatter as it gets built out. Listed here are all of the different pieces that will need to be implemented to get "complete" su…
-
I have 2 files:
1. test.js
```
import { bogus } from './bogus.js';
bogus()
```
2. bogus.js
```
function foo() {
console.log('foo');
}
export {
foo
}
```
If `bogus.js` is minified, eslint-…