Google Code Exporter

Results 11117 issues of Google Code Exporter

``` The inspiration behind this is the desire to have multiple CGI interpreters (PHP and Node in particular). However, since Mongoose doesn't have this ability within the same instance, multiple...

``` Add "ie_version_emulation" (eg. values "8", "9", "10", "11" or "latest") option to "msie" section in settings.json. PhpDesktop should add the FEATURE_BROWSER_EMULATION registry key automatically before creating browser control, based...

``` See this topic for reference: https://groups.google.com/d/topic/phpdesktop/FB2p_xG5xTE/discussion ``` Original issue reported on code.google.com by `[email protected]` on 31 Oct 2014 at 9:09

``` There is a "dpi_aware" option on the Settings wiki page. It zooms page according to system DPI settings. No support for fixed zooming as of this time. Support for...

``` CEF API in question can be found here: https://code.google.com/p/phpdesktop/source/browse/phpdesktop-chrome/cef/include / Option 1: Expose to javascript ------------------------------ Add new option "on_load_start=path/to/some.js" in settings.json. That js file contents would be executed...

``` I believe line 80 should read: if(num_elements % block_size) ++grid_size; instead of the current: if(grid_size % block_size) ++grid_size; In other words, add an extra block to the grid if...

``` I believe line 80 should read: if(num_elements % block_size) ++grid_size; instead of the current: if(grid_size % block_size) ++grid_size; In other words, add an extra block to the grid if...

It seems that formatting of the label string supplied to Node constructor is very sensitive. I had working code that was producing svg with this kind of string for node...

question
dot-language
quoting

``` What steps will reproduce the problem? 1. pydot.graph_from_dot_data("graph G { a [name=b] }") 2. 3. What is the expected output? What do you see instead? output: TypeError: __init__() got...

bug
discussion
api

What steps will reproduce the problem? 1. Create a dot file with lines: "testnode" testnode 2. call get_nodes() What is the expected output? What do you see instead? I would...

bug
quoting
parser