oxygen
oxygen
 The labels would go outside the chart if aligned to the right of the anchor. It would be nice if labels would stay inside the chart when near an...
**What would you like to be added**: Currently resources can only be read with fs, ENOENT otherwise. This currently does not work with resources: ```JavaScript const fileStream = fs.createReadStream("somefile.txt", {bufferSize:...
In composer.json I have "theiconic/php-ga-measurement-protocol": "^2.7", `theiconic/php-ga-measurement-protocol` uses a Guzzle version that's incompatible with PHP 7.2. ``` ErrorException: count(): Parameter must be an array or an object that implements Countable...
Starting with Chrome 53, a huge padding space shows up for HTML inside SVG. On Windows 10, set DPI to 300% and log off (the higher the DPI, the more...
I have generated a subset font for each font with only the letters from the font's file name. I was going to use these subset TTF files for a preview...
https://github.com/google/fonts/tree/master/apache/droidsansjapanese My code: ``` $fontFile=\FontLib\Font::load("DroidSansJapanese.ttf"); $fontFile->parse(); $fontFile->setSubset("DroidSansJapanese"); $fontFile->reduce(); $fontFile->open($tmp, FontLib\BinaryStream::modeWrite); $fontFile->encode(array("OS/2")); $fontFile->close(); ``` 50MB stack trace, didn't include it all: Invalid argument supplied for foreach() ``` Array ( [0] =>...
- [ ] bug report - [ ] feature request - [X] question * **What is the current behavior?** Is there a way to have the "bs-server + targets" behind...
```sql SELECT -- must have whitespace [\s ] after -- *, --123, -- double negative is positive! FROM table--syntax error in mysql ``` Currently, es6-string identifies --something as a line...
**Is your feature request related to a problem? Please describe.** wmic and other subprocesses of systeminformation take a lot of CPU, especially if running often or all at once. Some...
Would be possible to also get the currently configured networking routes as a new API? Is this already implemented and I didn't see it? **Is your feature request related to...