twoco

Results 22 issues of twoco

Is it possible to set a preferred language for the [docs](https://docs.godotengine.org/ )? You can change the language in the "Read the Docs" menu. But the language is also in the...

enhancement
topic:website

Great that Capacitor now runs via CLI. Thanks. I'm new to Capacitor, coming from Cordova. But it looks promising. To the issue: This command: `ionic capacitor run android` ([docs](https://ionicframework.com/docs/cli/commands/capacitor-run)) forces...

Example used from [Getting Started](https://svgjs.com/docs/3.0/getting-started/) docs. ```ts const draw = SVG().addTo('.draw').size('100%', '100%'); draw.rect(100, 100).animate().fill('#f03').move(100, 100); ``` ![image](https://user-images.githubusercontent.com/53160891/83073163-42758200-a070-11ea-8628-9a249c7429d7.png) But on runtime it works. It's just a type issue. ```json { "@svgdotjs/svg.js":...

Great app, but why run as admin? It also runs as "normal" user without admin privileges. And it works great. I run this app with `__COMPAT_LAYER=RUNASINVOKER` and it works. No...

Please allow to change the character and / or other styles of the closing labels I see in VS Code. Currently they look like comments. This triggers me. For example...

is enhancement
good first issue :octocat:
in editor
in lsp/analysis server

Just a minor issue. Not sure if this is critical now or later. ## Steps to Reproduce 1. Create a new Flutter project. 2. Choose Chrome as debug device. 3....

waiting for customer response
in triage

``` [*] charset = utf-8 indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true max_line_length = 80 quote_type = single ``` https://editorconfig.org/

enhancement

``` [*] charset = utf-8 indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true max_line_length = 80 quote_type = single ``` https://editorconfig.org/

Currently the program uses the OS language settings. It's great. But I want to change the language for this program. Not sure, but I think this is possible in 7-Zip....

suggestion
enhancement

### What problem does this feature solve? Currently you see the app in the language of your browser. It's good as default value, but for dev related stuff I want...