-
.modernizrrc
```
{
"options": [
"setClasses"
],
"feature-detects": [
"test/css/flexbox",
"test/es6/promises",
"test/serviceworker"
]
}
```
webpack.config.js
```…
-
Hi, i'm trying to use this function as alloc:
static inline void *chHeapAlloc(memory_heap_t *heapp, size_t size) {
return chHeapAllocAligned(heapp, size, CH_HEAP_ALIGNMENT);
}
I've tried in th…
-
Trying to build today's bleeding-jumbo on GCC Compile Farm's "gcc110" configures as:
```
Target CPU ................................. powerpc64, 64-bit BE
AES-NI support .........................…
-
Hi,
I installed react-native-windows according to your guide, but whenever I run the command react-native run-windows it tells me:
Failed to restore the NuGet Packages
Why does that happen? I am ru…
-
I implemented sass/scss and I want to maintain original classnames in stead of having them converted to hashes. I understand that this is done through *not* specifying `localIdentName`. However, it se…
-
I'm trying trying to get scss extracted to an external stylesheet for production and I can't seem to get it to work. Any suggestions?
configFactory.js
import appRootDir from 'app-root-dir';
i…
-
## Context
Hi, I have recently implemented Dissonance into my Unity project using UNet High Level API. My project currently supports players being able to join and disconnect from a host server as th…
-
## Version **2.0.0-beta.4** of [@angular/material](https://github.com/angular/material2) just got published.
Branch
Build failing 🚨
Dependency
…
-
While working on GlobaLeaks i just found that the current release of protractor-accessibility-plugin is no more compatible with protractor 4.0.10
```
[17:14:23] I/direct - Using ChromeDriver directly…
-
My config is as follows:
- ESP8266 -03 modules
- Regulated 3.3v supply - arduino style battery input/USB regulator thing
- 3.3v FTDI USB:serial converter
On my first module I successfully compiled an…