Dawid Gosławski

Results 19 issues of Dawid Gosławski

If plugin will be removed the color_scheme setting will still persist in package user settings and will block loading of tabs due to missing file error.

needs more info

Support spinach syntax

* Cookiecutter version: 1.7.2 * Template project url: not needed * Python version: 3.7 * Operating System: Windows10 ### Description: vcs.py code check for git existance using `which(repo_type)`, which translates...

bug
high-priority
windows

**What would you like to be added**: Do not install devDependencies into Docker container **Why is this needed**: Dev dependencies produce security issues and needs to be upgraded but are...

type/enhancement
help wanted

### Your environment - `vscode-ruby-test-adapter` version: v0.9.0 - Ruby version: ruby 3.1.0p0 - VS Code version: 1.64.2 - Operating System: Windows 10 x64 - RSpec or Minitest version: rspec 3.10...

bug

It's rare but can happen, for example: `https://mvnrepository.com/artifact/org.neo4j/neo4j-cypher-compiler-2.1/2.1.2` Has jar named `neo4j-cypher-compiler-2.1-2.1.2.jar`. I wanted to made PR for that but I couldn't find any naming convention that could specify what...

### Details Systemd can be run on docker, either with --privileged mode or with --runtime=sysbox-runc. We rely on this to run Docker-in-Docker

kind/discussion
area/docs

Currently generate-dream-lock.py has statically defined pypi as source of packages metadata. It blocks resolveImpure from correctly reading it when packages are not coming from pypi (pypi-compatible source but different repo)....

Argparse treats options as strings, so -e test="123" means for it: dest = e options= 'test=123' this is problematic when using spaces or json in extra vars: `ansible-eval -e test='[1,...

Input file: ``` function printUrl(e) { console.log(e.url); } try{ browser.webRequest.onHeadersReceived.addListener( printUrl, {urls: [""]}, ["blocking", "responseHeaders"] ) // catch(err){ // console.warn(err); // } ``` Command: `jslint --terse ddg_evernote.js` (terse just to...