Artalus

Results 19 issues of Artalus

** Describe your issue/feature request here Make sure you read [ISSUE_GUIDE](https://github.com/kevalpatel2106/green-build/blob/master/.github/ISSUE_GUIDE.md). ** ------------------------------------- 'Parameter spicified as non-null is null: method com.kevalpatel2106.grrenbuild.entities.a, parameter name' when pasting API key. **StandUp Version:** **Android...

Type: Bug

This is one possible way to fix #364 . If you are certain that your build system won't call `clcache.exe` with multiple source files to compile (AFAIK it is only...

This fixes #363. Essentially the `clcache.exe` installed from Choco or Pip was used to simply call `main()` skipping the `if CLCACHE_PROFILE` check. Class and function names may be changed at...

Basically, what I get after combining `pstats`: ![](https://puu.sh/EF0Gr/13cbb29a90.png) This doesn't help me if I want to profile `processSingleSource()` which is called inside `scheduleJobs`. What I actually want to see: ![](https://puu.sh/EF0JD/3d7748018f.png)...

Apparently, because `setup.py` mentions ``` entry_points={ 'console_scripts': [ 'clcache = clcache.__main__:main', ``` , the `if 'CLCACHE_PROFILE' in os.environ:` check is ignored, since it is not located in `def main()`. I...

``` visualstudio2019buildtools package files install completed. Performing other installation steps. Chocolatey had an error formatting string: Входная строка имела неверный формат. ERROR: Exception calling "DeserializeObject" with "1" argument(s): "Unterminated string...

From docs it looks like the task of displaying a default value for an option is fully on the shoulders of the deveolper. i.e. one should manually write `option("-s") &...

enhancement

If you `bind main q none` and then `bind generic q quit`, in main view tig will prefer view-specific `none` over a generic not-`none` command. To prevent the "XY problem"...

component:keybindings

In accordance with #479 , if you use CPT to build a Linux package with reference like `lib/ver@/`, it will not upload built packages even if the stable branch+channel detection...

stage: triaging

The title pretty much says it. All the workspaces are properly named and names are shown in `i3-msg 'get_workspaces'`, but only the first one is displayed in the panel. [Screenshot...