Results 56 issues of simevo

how would I insert [an `if` statement](https://nginx.org/en/docs/http/ngx_http_rewrite_module.html#if) such as: ``` if ($request_method = POST) { return 405; } ``` in the `server` stanza? Thanks!

documentation
question

see https://github.com/eclipse-theia/vscode-builtin-extensions/issues/61 example for `theia-electron/package.json`: ```diff - "vscode-builtin-css": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/css-1.39.1-prel.vsix", + "vscode-builtin-css": "https://open-vsx.org/api/vscode/css/1.56.2/file/vscode.css-1.56.2.vsix", ```

enhancement
no-stale

some people may have trouble installing ADX because of node >= 15 requirement, besides keeping 4 terminals open to run the demo is complex using docker-compose would simplify the install...

launching tests with grunt-contrib-copy v1.0.0 fails on **i386** Linux with: ``` ... Running "nodeunit:tests" (nodeunit) task Testing copy_test.js.......F. >> copy - timestampEqual >> Error: 1493723278009 == 1493723278082 >> at Object.timestampEqual...

there have been breaking changes in the way you call `SourceMapConsumer`: https://github.com/mozilla/source-map/blob/master/CHANGELOG.md#070

this PR: - avoids redistributing third-party JavaScript dependencies in the doxygen source-tree - renames the JavaScript bundle to bundle.js to avoid confusion (the currently shipped "jquery.js" contains a lot more...

enhancement
HTML

We have a setup where this component is used inside a Vue 3 app, which is tested with jest (works fine!). We are now moving to the latest vue tooling,...

It would make it easier to try out django-ledger if a containerized set up was available. Either here or in https://github.com/arrobalytics/django-ledger-starter Just `docker-compose up` then http://localhost:8000/ledger I see this has...

feature request
ci/cd

In the EU we have VAT. It is typically applicable to all sales and purchases, independent from customer / vendor. To support VAT: - There should be no _Sales Tax...

enhancement

There are quite a few bookkeeping tools that use plain text files to store the ledger: https://plaintextaccounting.org It would be useful to have scripts to import from those, in the...

help wanted
feature request