Johannes Linke
Johannes Linke
Ref #4968. Tabs were always counted to have a width of config.tab_spaces. Since they actually can have less than that depending on the line's previous contents, rustfmt would sometimes complain...
Whenever i tried it, clicking on "History" or "Debug" in the Pixel Context pane always gave me an empty event list, even on pixels that clearly have been shaded. I...
When clicking on the "Debug Compute Shader", literally nothing happens. I have a GTX 750 Ti, driver version 364.72, Windows 10, using OpenGL. i also tested it with another random...
code like this ``` #extension GL_ARB_shading_language_include : require #include ``` gives me these errors ``` ERROR: 0:2: '#extension' : extension not supported: GL_ARB_shading_language_include ERROR: 0:4: '#include' : required extension not...
this line here https://github.com/cginternals/globjects/blob/17dcc4c5129259781bdb9251294518f2a0c75472/source/globjects/source/IncludeProcessor.cpp#L24 was failing for me in debug mode when processing a line that had this comment inside it: ``` // ¯\_(ツ)_/¯ ``` this is also mentioned in...
I'm getting lots of warnings on my migrations, e.g.: ``` Module name "0056_alter_userprofile_email" doesn't conform to '(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$' pattern (invalid-name) ``` if [this code here](https://github.com/PyCQA/pylint-django/blob/65ceb3a54ec97bc75215276297ef8999df57c846/pylint_django/plugin.py#L22) is supposed to prevent any errors...
Tracking issue for unstable option: group_imports. See [Processes.md, "Stabilising an Option"](https://github.com/rust-lang/rustfmt/blob/master/Processes.md#stabilising-an-option): * [ ] Is the default value correct? * [ ] The design and implementation of the option are...
Tracking issue for unstable option: format_generated_files. See [Processes.md, "Stabilising an Option"](https://github.com/rust-lang/rustfmt/blob/master/Processes.md#stabilising-an-option): * [ ] Is the default value correct? * [ ] The design and implementation of the option are...
### Version 1.42.1 ### Steps to reproduce 1. clone https://github.com/karyon/playwright-examples 2. git checkout repro-devtools-doing-nothing 3. npm install, npx playwright install 4. Using the VSCode extension, run any test with "show...
I've been confused again just now by stage-2 being selected by default. I'm wondering why is that even part of the REPL UI, given that these presets have been deprecated...