Unnamed: 0
int64
1
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
3
438
labels
stringlengths
4
308
body
stringlengths
7
254k
index
stringclasses
7 values
text_combine
stringlengths
96
254k
label
stringclasses
2 values
text
stringlengths
96
246k
binary_label
int64
0
1
1,280
5,409,127,592
IssuesEvent
2017-03-01 02:38:29
tethysplatform/tethys
https://api.github.com/repos/tethysplatform/tethys
closed
Tethys 1.4 Installation on Ubuntu 14.04 Broken
bug hotfix maintain dependencies
@ezrajrice: I'm trying to apply some of what I've done with my thesis but I can't even do a clean install of Tethys 1.4. On step 3, part c, I get the following traceback when running the first command: Running setup.py install for cffi Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/tethys/local/lib/python2.7/site-packages/setuptools/__init__.py", line 12, in <module> import setuptools.version File "/usr/lib/tethys/local/lib/python2.7/site-packages/setuptools/version.py", line 1, in <module> import pkg_resources File "/usr/lib/tethys/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 70, in <module> import packaging.version ImportError: No module named packaging.version Complete output from command /usr/lib/tethys/bin/python -c "import setuptools, tokenize;__file__='/usr/lib/tethys/build/cffi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-2CKYGl-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/lib/tethys/include/site/python2.7: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/tethys/local/lib/python2.7/site-packages/setuptools/__init__.py", line 12, in <module> import setuptools.version File "/usr/lib/tethys/local/lib/python2.7/site-packages/setuptools/version.py", line 1, in <module> import pkg_resources File "/usr/lib/tethys/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 70, in <module> import packaging.version ImportError: No module named packaging.version and for the setup.py develop command, I get: Traceback (most recent call last): File "/usr/lib/tethys/src/setup.py", line 11, in <module> from setuptools import setup, find_packages File "/usr/lib/tethys/local/lib/python2.7/site-packages/setuptools/__init__.py", line 12, in <module> import setuptools.version File "/usr/lib/tethys/local/lib/python2.7/site-packages/setuptools/version.py", line 1, in <module> import pkg_resources File "/usr/lib/tethys/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 70, in <module> import packaging.version ImportError: No module named packaging.version
True
Tethys 1.4 Installation on Ubuntu 14.04 Broken - @ezrajrice: I'm trying to apply some of what I've done with my thesis but I can't even do a clean install of Tethys 1.4. On step 3, part c, I get the following traceback when running the first command: Running setup.py install for cffi Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/tethys/local/lib/python2.7/site-packages/setuptools/__init__.py", line 12, in <module> import setuptools.version File "/usr/lib/tethys/local/lib/python2.7/site-packages/setuptools/version.py", line 1, in <module> import pkg_resources File "/usr/lib/tethys/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 70, in <module> import packaging.version ImportError: No module named packaging.version Complete output from command /usr/lib/tethys/bin/python -c "import setuptools, tokenize;__file__='/usr/lib/tethys/build/cffi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-2CKYGl-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/lib/tethys/include/site/python2.7: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/tethys/local/lib/python2.7/site-packages/setuptools/__init__.py", line 12, in <module> import setuptools.version File "/usr/lib/tethys/local/lib/python2.7/site-packages/setuptools/version.py", line 1, in <module> import pkg_resources File "/usr/lib/tethys/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 70, in <module> import packaging.version ImportError: No module named packaging.version and for the setup.py develop command, I get: Traceback (most recent call last): File "/usr/lib/tethys/src/setup.py", line 11, in <module> from setuptools import setup, find_packages File "/usr/lib/tethys/local/lib/python2.7/site-packages/setuptools/__init__.py", line 12, in <module> import setuptools.version File "/usr/lib/tethys/local/lib/python2.7/site-packages/setuptools/version.py", line 1, in <module> import pkg_resources File "/usr/lib/tethys/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 70, in <module> import packaging.version ImportError: No module named packaging.version
main
tethys installation on ubuntu broken ezrajrice i m trying to apply some of what i ve done with my thesis but i can t even do a clean install of tethys on step part c i get the following traceback when running the first command running setup py install for cffi traceback most recent call last file line in file usr lib tethys local lib site packages setuptools init py line in import setuptools version file usr lib tethys local lib site packages setuptools version py line in import pkg resources file usr lib tethys local lib site packages pkg resources init py line in import packaging version importerror no module named packaging version complete output from command usr lib tethys bin python c import setuptools tokenize file usr lib tethys build cffi setup py exec compile getattr tokenize open open file read replace r n n file exec install record tmp pip record install record txt single version externally managed compile install headers usr lib tethys include site traceback most recent call last file line in file usr lib tethys local lib site packages setuptools init py line in import setuptools version file usr lib tethys local lib site packages setuptools version py line in import pkg resources file usr lib tethys local lib site packages pkg resources init py line in import packaging version importerror no module named packaging version and for the setup py develop command i get traceback most recent call last file usr lib tethys src setup py line in from setuptools import setup find packages file usr lib tethys local lib site packages setuptools init py line in import setuptools version file usr lib tethys local lib site packages setuptools version py line in import pkg resources file usr lib tethys local lib site packages pkg resources init py line in import packaging version importerror no module named packaging version
1
775,171
27,221,855,712
IssuesEvent
2023-02-21 06:22:14
compsigh/ventrue
https://api.github.com/repos/compsigh/ventrue
closed
Error fetching live projects
priority: high 🫡 status: ready :package: type: bug :bug:
Issue with connecting to MongoDB prevents UI from rendering live projects.
1.0
Error fetching live projects - Issue with connecting to MongoDB prevents UI from rendering live projects.
non_main
error fetching live projects issue with connecting to mongodb prevents ui from rendering live projects
0
242,658
20,254,766,345
IssuesEvent
2022-02-14 21:46:28
dotnet/machinelearning-modelbuilder
https://api.github.com/repos/dotnet/machinelearning-modelbuilder
closed
Model Builder Error: can't find image in boxes after input the json file with image labeling.
Priority:1 Test Team Stale
**System Information (please complete the following information):** - Model Builder Version (available in Manage Extensions dialog): 16.9.1.2152703 - Microsoft Visual Studio Enterprise 2019: 16.11.5 **Describe the bug** - On which step of the process did you run into an issue: Object detection>Data page - Clear description of the problem: after input the json file with image labeling, prompt Model Builder Error: can't find image in boxes, close the error dialog, can continue the next step and training completed. **To Reproduce** Steps to reproduce the behavior: 1. Select Create a new project from the Visual Studio 2019 start window; 2. Choose the C# Console App (.NET Core) project template with .Net 5.0; 3. Add model builder by right click on the project; 4. Select Object detection and Azure environment; 5. Input the Json file, prompt Model Builder Error: can't find image in boxes. **Expected behavior** No any error after input the data set. **Screenshots** If applicable, add screenshots to help explain your problem. ![image](https://user-images.githubusercontent.com/81727020/139180837-1d1f5375-5ba3-4836-b606-6163135c173e.png) **Error message:** at Microsoft.ML.ModelBuilder.ViewModels.ObjectDetectionDataPreviewViewModel..ctor(String imagePath, IEnumerable`1 tags, IEnumerable`1 boxes, Int32 imageMaxWidthAndHeight, Boolean isShowScore) at Microsoft.ML.ModelBuilder.ViewModels.ObjectDetectionDataViewModel.OnSelectedImageChange_SetPreviewViewModel() at Microsoft.ML.ModelBuilder.ViewModels.ObjectDetectionDataViewModel.<<-ctor>b__0_0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.ML.ModelBuilder.Observable.ObservableModel.<ExecuteUpdateHandlerAsync>d__24.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.ML.ModelBuilder.Observable.ObservableModel.<HandlePropertyUpdateAsync>d__28.MoveNext()
1.0
Model Builder Error: can't find image in boxes after input the json file with image labeling. - **System Information (please complete the following information):** - Model Builder Version (available in Manage Extensions dialog): 16.9.1.2152703 - Microsoft Visual Studio Enterprise 2019: 16.11.5 **Describe the bug** - On which step of the process did you run into an issue: Object detection>Data page - Clear description of the problem: after input the json file with image labeling, prompt Model Builder Error: can't find image in boxes, close the error dialog, can continue the next step and training completed. **To Reproduce** Steps to reproduce the behavior: 1. Select Create a new project from the Visual Studio 2019 start window; 2. Choose the C# Console App (.NET Core) project template with .Net 5.0; 3. Add model builder by right click on the project; 4. Select Object detection and Azure environment; 5. Input the Json file, prompt Model Builder Error: can't find image in boxes. **Expected behavior** No any error after input the data set. **Screenshots** If applicable, add screenshots to help explain your problem. ![image](https://user-images.githubusercontent.com/81727020/139180837-1d1f5375-5ba3-4836-b606-6163135c173e.png) **Error message:** at Microsoft.ML.ModelBuilder.ViewModels.ObjectDetectionDataPreviewViewModel..ctor(String imagePath, IEnumerable`1 tags, IEnumerable`1 boxes, Int32 imageMaxWidthAndHeight, Boolean isShowScore) at Microsoft.ML.ModelBuilder.ViewModels.ObjectDetectionDataViewModel.OnSelectedImageChange_SetPreviewViewModel() at Microsoft.ML.ModelBuilder.ViewModels.ObjectDetectionDataViewModel.<<-ctor>b__0_0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.ML.ModelBuilder.Observable.ObservableModel.<ExecuteUpdateHandlerAsync>d__24.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.ML.ModelBuilder.Observable.ObservableModel.<HandlePropertyUpdateAsync>d__28.MoveNext()
non_main
model builder error can t find image in boxes after input the json file with image labeling system information please complete the following information model builder version available in manage extensions dialog microsoft visual studio enterprise describe the bug on which step of the process did you run into an issue object detection data page clear description of the problem after input the json file with image labeling prompt model builder error can t find image in boxes close the error dialog can continue the next step and training completed to reproduce steps to reproduce the behavior select create a new project from the visual studio start window choose the c console app net core project template with net add model builder by right click on the project select object detection and azure environment input the json file prompt model builder error can t find image in boxes expected behavior no any error after input the data set screenshots if applicable add screenshots to help explain your problem error message at microsoft ml modelbuilder viewmodels objectdetectiondatapreviewviewmodel ctor string imagepath ienumerable tags ienumerable boxes imagemaxwidthandheight boolean isshowscore at microsoft ml modelbuilder viewmodels objectdetectiondataviewmodel onselectedimagechange setpreviewviewmodel at microsoft ml modelbuilder viewmodels objectdetectiondataviewmodel b d movenext end of stack trace from previous location where exception was thrown at system runtime compilerservices taskawaiter throwfornonsuccess task task at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task at microsoft ml modelbuilder observable observablemodel d movenext end of stack trace from previous location where exception was thrown at system runtime compilerservices taskawaiter throwfornonsuccess task task at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task at microsoft ml modelbuilder observable observablemodel d movenext
0
40,017
12,743,914,579
IssuesEvent
2020-06-26 11:25:23
RG4421/skyux-sdk-builder
https://api.github.com/repos/RG4421/skyux-sdk-builder
opened
CVE-2020-7645 (High) detected in chrome-launcher-0.13.1.tgz
security vulnerability
## CVE-2020-7645 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>chrome-launcher-0.13.1.tgz</b></p></summary> <p>Launch latest Chrome with the Devtools Protocol port open</p> <p>Library home page: <a href="https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.13.1.tgz">https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.13.1.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/skyux-sdk-builder/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/skyux-sdk-builder/node_modules/chrome-launcher/package.json</p> <p> Dependency Hierarchy: - chromedriver-version-matcher-1.1.0.tgz (Root Library) - :x: **chrome-launcher-0.13.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/RG4421/skyux-sdk-builder/commit/60df6acdd76a12be2fcc433faa15eb29e8925beb">60df6acdd76a12be2fcc433faa15eb29e8925beb</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> All versions of chrome-launcher allow execution of arbitrary commands, by controlling the $HOME environment variable in Linux operating systems. <p>Publish Date: 2020-05-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7645>CVE-2020-7645</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"chrome-launcher","packageVersion":"0.13.1","isTransitiveDependency":true,"dependencyTree":"chromedriver-version-matcher:1.1.0;chrome-launcher:0.13.1","isMinimumFixVersionAvailable":false}],"vulnerabilityIdentifier":"CVE-2020-7645","vulnerabilityDetails":"All versions of chrome-launcher allow execution of arbitrary commands, by controlling the $HOME environment variable in Linux operating systems.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7645","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-7645 (High) detected in chrome-launcher-0.13.1.tgz - ## CVE-2020-7645 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>chrome-launcher-0.13.1.tgz</b></p></summary> <p>Launch latest Chrome with the Devtools Protocol port open</p> <p>Library home page: <a href="https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.13.1.tgz">https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.13.1.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/skyux-sdk-builder/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/skyux-sdk-builder/node_modules/chrome-launcher/package.json</p> <p> Dependency Hierarchy: - chromedriver-version-matcher-1.1.0.tgz (Root Library) - :x: **chrome-launcher-0.13.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/RG4421/skyux-sdk-builder/commit/60df6acdd76a12be2fcc433faa15eb29e8925beb">60df6acdd76a12be2fcc433faa15eb29e8925beb</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> All versions of chrome-launcher allow execution of arbitrary commands, by controlling the $HOME environment variable in Linux operating systems. <p>Publish Date: 2020-05-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7645>CVE-2020-7645</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"chrome-launcher","packageVersion":"0.13.1","isTransitiveDependency":true,"dependencyTree":"chromedriver-version-matcher:1.1.0;chrome-launcher:0.13.1","isMinimumFixVersionAvailable":false}],"vulnerabilityIdentifier":"CVE-2020-7645","vulnerabilityDetails":"All versions of chrome-launcher allow execution of arbitrary commands, by controlling the $HOME environment variable in Linux operating systems.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7645","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_main
cve high detected in chrome launcher tgz cve high severity vulnerability vulnerable library chrome launcher tgz launch latest chrome with the devtools protocol port open library home page a href path to dependency file tmp ws scm skyux sdk builder package json path to vulnerable library tmp ws scm skyux sdk builder node modules chrome launcher package json dependency hierarchy chromedriver version matcher tgz root library x chrome launcher tgz vulnerable library found in head commit a href vulnerability details all versions of chrome launcher allow execution of arbitrary commands by controlling the home environment variable in linux operating systems publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails all versions of chrome launcher allow execution of arbitrary commands by controlling the home environment variable in linux operating systems vulnerabilityurl
0
134,852
5,238,488,099
IssuesEvent
2017-01-31 05:09:30
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Dropping API support in 1.4.0
component/restapi priority/P2
The time has come to bid farewell to some early mistakes openshift/kubernetes@c1ddd443b37844c008648e053862912c7c7c0053 - service.spec.portalIP, pod.spec.host openshift/kubernetes@ddc3d24 - GET on exec openshift/kubernetes@0319dc3 - GET on portforward openshift/kubernetes@97782f7 - GET on attach More as I go along
1.0
Dropping API support in 1.4.0 - The time has come to bid farewell to some early mistakes openshift/kubernetes@c1ddd443b37844c008648e053862912c7c7c0053 - service.spec.portalIP, pod.spec.host openshift/kubernetes@ddc3d24 - GET on exec openshift/kubernetes@0319dc3 - GET on portforward openshift/kubernetes@97782f7 - GET on attach More as I go along
non_main
dropping api support in the time has come to bid farewell to some early mistakes openshift kubernetes service spec portalip pod spec host openshift kubernetes get on exec openshift kubernetes get on portforward openshift kubernetes get on attach more as i go along
0
115,195
24,732,261,542
IssuesEvent
2022-10-20 18:39:13
nagios-plugins/nagios-plugins
https://api.github.com/repos/nagios-plugins/nagios-plugins
closed
check_disk.c: build failure with upcoming clang-16
Code Quality
clang-15 tried to enable the following by default: * `-Werror=implicit-function-declaration` * `-Werror=implicit-int` * `-Werror=strict-prototypes` This caused some breakage, so they're delaying it until clang-16. But it's still coming. With those flags, nagios-plugins fails to build: ``` check_disk.c:392:219: warning: format specifies type 'unsigned long long' but the argument has type 'uintmax_t' (aka 'unsigned long') [-Wformat] ...path->dfree_inodes_percent, fsp.fsu_blocksize, mult); ``` ``` ^~~~ check_disk.c:413:23: error: call to undeclared function 'min_state'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] ```
1.0
check_disk.c: build failure with upcoming clang-16 - clang-15 tried to enable the following by default: * `-Werror=implicit-function-declaration` * `-Werror=implicit-int` * `-Werror=strict-prototypes` This caused some breakage, so they're delaying it until clang-16. But it's still coming. With those flags, nagios-plugins fails to build: ``` check_disk.c:392:219: warning: format specifies type 'unsigned long long' but the argument has type 'uintmax_t' (aka 'unsigned long') [-Wformat] ...path->dfree_inodes_percent, fsp.fsu_blocksize, mult); ``` ``` ^~~~ check_disk.c:413:23: error: call to undeclared function 'min_state'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] ```
non_main
check disk c build failure with upcoming clang clang tried to enable the following by default werror implicit function declaration werror implicit int werror strict prototypes this caused some breakage so they re delaying it until clang but it s still coming with those flags nagios plugins fails to build check disk c warning format specifies type unsigned long long but the argument has type uintmax t aka unsigned long path dfree inodes percent fsp fsu blocksize mult check disk c error call to undeclared function min state iso and later do not support implicit function declarations
0
13,856
3,365,960,870
IssuesEvent
2015-11-21 01:08:39
FezVrasta/bootstrap-material-design
https://api.github.com/repos/FezVrasta/bootstrap-material-design
closed
Checking a tick box in a form causes iOS to crash
needs test case
Been getting this for a while, works on every other device other than iPhone?
1.0
Checking a tick box in a form causes iOS to crash - Been getting this for a while, works on every other device other than iPhone?
non_main
checking a tick box in a form causes ios to crash been getting this for a while works on every other device other than iphone
0
3,227
12,368,706,073
IssuesEvent
2020-05-18 14:13:28
Kashdeya/Tiny-Progressions
https://api.github.com/repos/Kashdeya/Tiny-Progressions
closed
[1.12.2] Pls make the view in JEI great again!
Version not Maintainted
Hello, your mod has a rly confused JEI view. ![grafik](https://user-images.githubusercontent.com/29357962/44693346-90a6bd00-aa67-11e8-82dd-a4f6b52e7fe6.png) Can you pls do something, so that it look more cleaned up and sorted? Thx xD 1.12.2 Forge 2747 TP 3.2.26
True
[1.12.2] Pls make the view in JEI great again! - Hello, your mod has a rly confused JEI view. ![grafik](https://user-images.githubusercontent.com/29357962/44693346-90a6bd00-aa67-11e8-82dd-a4f6b52e7fe6.png) Can you pls do something, so that it look more cleaned up and sorted? Thx xD 1.12.2 Forge 2747 TP 3.2.26
main
pls make the view in jei great again hello your mod has a rly confused jei view can you pls do something so that it look more cleaned up and sorted thx xd forge tp
1
142,576
5,476,514,557
IssuesEvent
2017-03-11 21:21:09
mintty/mintty
https://api.github.com/repos/mintty/mintty
closed
Transparency slider
Difficulty-Medium Priority-Low Type-Enhancement
``` Currently MinTTY has 4 radio buttons for degrees of transparency: Off, Low, Medium, and High. It would be nice if instead it had a slider and textbox, allowing custom degrees of transparency. It would also be useful if you could see the window change as you adjusted the transparency settings so that you could fine-tune your settings without having to exit and re-invoke a modal dialog. ``` Original issue reported on code.google.com by `stem...@gmail.com` on 21 Oct 2009 at 9:40
1.0
Transparency slider - ``` Currently MinTTY has 4 radio buttons for degrees of transparency: Off, Low, Medium, and High. It would be nice if instead it had a slider and textbox, allowing custom degrees of transparency. It would also be useful if you could see the window change as you adjusted the transparency settings so that you could fine-tune your settings without having to exit and re-invoke a modal dialog. ``` Original issue reported on code.google.com by `stem...@gmail.com` on 21 Oct 2009 at 9:40
non_main
transparency slider currently mintty has radio buttons for degrees of transparency off low medium and high it would be nice if instead it had a slider and textbox allowing custom degrees of transparency it would also be useful if you could see the window change as you adjusted the transparency settings so that you could fine tune your settings without having to exit and re invoke a modal dialog original issue reported on code google com by stem gmail com on oct at
0
472,857
13,632,120,670
IssuesEvent
2020-09-24 19:06:56
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
air.mozilla.org - Incorrect behavior when redirecting to an event
browser-firefox-mobile engine-gecko priority-important priority-normal severity-critical
<!-- @browser: Firefox Nightly 200914 (🦎 82.0a1-20200908095243) --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0 --> <!-- @reported_with: unknown --> **URL**: https://air.mozilla.org/ **Browser / Version**: Firefox Nightly 200914 (🦎 82.0a1-20200908095243) **Operating System**: Huawei P20 Lite (Android 8.0.0) - 1080 x 2280 pixels, 19:9 ratio (~432 ppi density) **Tested Another Browser**: Yes Chrome **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: 1. Navigate to https://air.mozilla.org/ 2. Tap the banner under "Upcoming section" text. 3. Observe behavior. **Expected Behavior:** Redirect to the event is performed (https://onlinexperiences.com/scripts/Server.nxp). **Actual Behavior:** Redirect is performed to a "System check" page that remains in loading loop and event page never loads. **Notes:** 1. Screenshot attached. 2. The issue is not reproducible on Chrome 85.0.4183.101. 3. This issue was previously reported here https://github.com/webcompat/web-bugs/issues/27798 4. Screenrecording with the issue: https://youtu.be/VtGwyiR5kQ8 **Watchers:** @softvision-oana-arbuzov @cipriansv <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2020/9/1775bf68-0600-43e4-bfd0-5ca7ec78eac6.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
2.0
air.mozilla.org - Incorrect behavior when redirecting to an event - <!-- @browser: Firefox Nightly 200914 (🦎 82.0a1-20200908095243) --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0 --> <!-- @reported_with: unknown --> **URL**: https://air.mozilla.org/ **Browser / Version**: Firefox Nightly 200914 (🦎 82.0a1-20200908095243) **Operating System**: Huawei P20 Lite (Android 8.0.0) - 1080 x 2280 pixels, 19:9 ratio (~432 ppi density) **Tested Another Browser**: Yes Chrome **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: 1. Navigate to https://air.mozilla.org/ 2. Tap the banner under "Upcoming section" text. 3. Observe behavior. **Expected Behavior:** Redirect to the event is performed (https://onlinexperiences.com/scripts/Server.nxp). **Actual Behavior:** Redirect is performed to a "System check" page that remains in loading loop and event page never loads. **Notes:** 1. Screenshot attached. 2. The issue is not reproducible on Chrome 85.0.4183.101. 3. This issue was previously reported here https://github.com/webcompat/web-bugs/issues/27798 4. Screenrecording with the issue: https://youtu.be/VtGwyiR5kQ8 **Watchers:** @softvision-oana-arbuzov @cipriansv <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2020/9/1775bf68-0600-43e4-bfd0-5ca7ec78eac6.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_main
air mozilla org incorrect behavior when redirecting to an event url browser version firefox nightly 🦎 operating system huawei lite android x pixels ratio ppi density tested another browser yes chrome problem type site is not usable description page not loading correctly steps to reproduce navigate to tap the banner under upcoming section text observe behavior expected behavior redirect to the event is performed actual behavior redirect is performed to a system check page that remains in loading loop and event page never loads notes screenshot attached the issue is not reproducible on chrome this issue was previously reported here screenrecording with the issue watchers softvision oana arbuzov cipriansv view the screenshot img alt screenshot src browser configuration none from with ❤️
0
4,019
18,754,240,739
IssuesEvent
2021-11-05 08:38:04
aws/aws-sam-cli
https://api.github.com/repos/aws/aws-sam-cli
closed
Sam cli - Unable to parse Function Name from function arn
type/ux type/feature area/local/start-api stage/pm-review maintainer/need-response
**Description:** I have an api defined in swagger like the following in my appspec.yml file: ``` /test: post: responses: {} security: - sigv4: [] x-amazon-apigateway-request-validator: "Validate query string parameters and headers" x-amazon-apigateway-integration: uri: !Sub "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunction}/invocations" passthroughBehavior: "when_no_match" httpMethod: "POST" authorizationType: "NONE" cacheNamespace: "namespace-2" type: "aws_proxy" ``` Whenever I start start sam cli, i see messages like follows: ``` 2018-10-18 10:01:34 Detected Inline Swagger definition 2018-10-18 10:01:34 Resolved Sub intrinsic function: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunction}/invocations 2018-10-18 10:01:34 Extracted Function ARN: arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunction} 2018-10-18 10:01:34 Ignoring integration ARN. Unable to parse Function Name from function arn arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunction} 2018-10-18 10:01:34 Lambda function integration not found in Swagger document at path='/test' method='post' ``` Now to fix the issue, I tried the following after seeing some example some where. I basically changed added ".Arn" after function name in my uri of the swagger definition. `uri: !Sub "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunction.Arn}/invocations"` The thing is, that this resolved the issue with sam cli (even sam validate validated the template). And I got the following logs: ``` Resolved Sub intrinsic function: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:arn:aws:lambda:${AWS::Region}:123456789012:function:LambdaFunction/invocations 2018-10-18 10:14:44 Extracted Function ARN: arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:arn:aws:lambda:${AWS::Region}:123456789012:function:LambdaFunction ``` But when I used the same template to upload to cloudformation and run, it threw me the following error. > {"message": "1 validation error detected: Value \'arn:aws:lambda:eu-central-1:023966115288:function:arn:aws:lambda:eu-central-1:023966115288:function:test-repo-LamdaFunct-8BUEQ58CM1GA\' at \'functionName\' failed to satisfy constraint: Member must satisfy regular expression pattern: (arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_\\.]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?"} which is obvious as it resolved the function arn completely on top of the manually generated arn. So the issue is why didn't it throw the same error with sam cli? **Steps to reproduce the issue:** 1. Use uri like as follows in the swagger api definition: `uri: !Sub "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunction.Arn}/invocations"` 2. Test it with sam cli 3. Run the same specification with cloudformation **Observed result:** Runs succesfully in Sam cli, Fails with cloud formation **Expected result:** Fail in both the situation or pass in both the situation **Additional environment details (Ex: Windows, Mac, Amazon Linux etc)** Mac **Output of `sam --version`**: SAM CLI, version 0.6.0
True
Sam cli - Unable to parse Function Name from function arn - **Description:** I have an api defined in swagger like the following in my appspec.yml file: ``` /test: post: responses: {} security: - sigv4: [] x-amazon-apigateway-request-validator: "Validate query string parameters and headers" x-amazon-apigateway-integration: uri: !Sub "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunction}/invocations" passthroughBehavior: "when_no_match" httpMethod: "POST" authorizationType: "NONE" cacheNamespace: "namespace-2" type: "aws_proxy" ``` Whenever I start start sam cli, i see messages like follows: ``` 2018-10-18 10:01:34 Detected Inline Swagger definition 2018-10-18 10:01:34 Resolved Sub intrinsic function: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunction}/invocations 2018-10-18 10:01:34 Extracted Function ARN: arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunction} 2018-10-18 10:01:34 Ignoring integration ARN. Unable to parse Function Name from function arn arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunction} 2018-10-18 10:01:34 Lambda function integration not found in Swagger document at path='/test' method='post' ``` Now to fix the issue, I tried the following after seeing some example some where. I basically changed added ".Arn" after function name in my uri of the swagger definition. `uri: !Sub "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunction.Arn}/invocations"` The thing is, that this resolved the issue with sam cli (even sam validate validated the template). And I got the following logs: ``` Resolved Sub intrinsic function: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:arn:aws:lambda:${AWS::Region}:123456789012:function:LambdaFunction/invocations 2018-10-18 10:14:44 Extracted Function ARN: arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:arn:aws:lambda:${AWS::Region}:123456789012:function:LambdaFunction ``` But when I used the same template to upload to cloudformation and run, it threw me the following error. > {"message": "1 validation error detected: Value \'arn:aws:lambda:eu-central-1:023966115288:function:arn:aws:lambda:eu-central-1:023966115288:function:test-repo-LamdaFunct-8BUEQ58CM1GA\' at \'functionName\' failed to satisfy constraint: Member must satisfy regular expression pattern: (arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_\\.]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?"} which is obvious as it resolved the function arn completely on top of the manually generated arn. So the issue is why didn't it throw the same error with sam cli? **Steps to reproduce the issue:** 1. Use uri like as follows in the swagger api definition: `uri: !Sub "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunction.Arn}/invocations"` 2. Test it with sam cli 3. Run the same specification with cloudformation **Observed result:** Runs succesfully in Sam cli, Fails with cloud formation **Expected result:** Fail in both the situation or pass in both the situation **Additional environment details (Ex: Windows, Mac, Amazon Linux etc)** Mac **Output of `sam --version`**: SAM CLI, version 0.6.0
main
sam cli unable to parse function name from function arn description i have an api defined in swagger like the following in my appspec yml file test post responses security x amazon apigateway request validator validate query string parameters and headers x amazon apigateway integration uri sub arn aws apigateway aws region lambda path functions arn aws lambda aws region aws accountid function lambdafunction invocations passthroughbehavior when no match httpmethod post authorizationtype none cachenamespace namespace type aws proxy whenever i start start sam cli i see messages like follows detected inline swagger definition resolved sub intrinsic function arn aws apigateway aws region lambda path functions arn aws lambda aws region aws accountid function lambdafunction invocations extracted function arn arn aws lambda aws region aws accountid function lambdafunction ignoring integration arn unable to parse function name from function arn arn aws lambda aws region aws accountid function lambdafunction lambda function integration not found in swagger document at path test method post now to fix the issue i tried the following after seeing some example some where i basically changed added arn after function name in my uri of the swagger definition uri sub arn aws apigateway aws region lambda path functions arn aws lambda aws region aws accountid function lambdafunction arn invocations the thing is that this resolved the issue with sam cli even sam validate validated the template and i got the following logs resolved sub intrinsic function arn aws apigateway aws region lambda path functions arn aws lambda aws region aws accountid function arn aws lambda aws region function lambdafunction invocations extracted function arn arn aws lambda aws region aws accountid function arn aws lambda aws region function lambdafunction but when i used the same template to upload to cloudformation and run it threw me the following error message validation error detected value arn aws lambda eu central function arn aws lambda eu central function test repo lamdafunct at functionname failed to satisfy constraint member must satisfy regular expression pattern arn aws lambda gov iso b d d function latest which is obvious as it resolved the function arn completely on top of the manually generated arn so the issue is why didn t it throw the same error with sam cli steps to reproduce the issue use uri like as follows in the swagger api definition uri sub arn aws apigateway aws region lambda path functions arn aws lambda aws region aws accountid function lambdafunction arn invocations test it with sam cli run the same specification with cloudformation observed result runs succesfully in sam cli fails with cloud formation expected result fail in both the situation or pass in both the situation additional environment details ex windows mac amazon linux etc mac output of sam version sam cli version
1
54,124
11,195,838,815
IssuesEvent
2020-01-03 08:09:43
fossasia/open-event-frontend
https://api.github.com/repos/fossasia/open-event-frontend
closed
stripe test keys not being retrieved in dev instance
bug codeheat weekly-testing
**Describe the bug** <!-- A clear and concise description of what the bug is. --> As we are using stripe test keys for dev instance, but the torii still fetched stripClientId instead of stripeTestClientId **To Reproduce** Steps to reproduce the behaviour: 1. Go to `Create Event` 2. Add a paid ticket 3. Try to connect stripe 4. See error **Expected behaviour** <!-- A clear and concise description of what you expected to happen. --> Stripe should be connected without error **Additional context** <!-- Add any other context about the problem here. --> On it
1.0
stripe test keys not being retrieved in dev instance - **Describe the bug** <!-- A clear and concise description of what the bug is. --> As we are using stripe test keys for dev instance, but the torii still fetched stripClientId instead of stripeTestClientId **To Reproduce** Steps to reproduce the behaviour: 1. Go to `Create Event` 2. Add a paid ticket 3. Try to connect stripe 4. See error **Expected behaviour** <!-- A clear and concise description of what you expected to happen. --> Stripe should be connected without error **Additional context** <!-- Add any other context about the problem here. --> On it
non_main
stripe test keys not being retrieved in dev instance describe the bug as we are using stripe test keys for dev instance but the torii still fetched stripclientid instead of stripetestclientid to reproduce steps to reproduce the behaviour go to create event add a paid ticket try to connect stripe see error expected behaviour stripe should be connected without error additional context on it
0
37,016
18,069,820,398
IssuesEvent
2021-09-21 00:36:01
owncloud/core
https://api.github.com/repos/owncloud/core
closed
While opening or searching for users within admin user listing, all groups are fetched
Type:Bug settings:users performance status/STALE
I have noticed, that with any operation done within user listing, e.g. ![selection_016](https://user-images.githubusercontent.com/13368647/32145195-b97006a6-bcc4-11e7-9f03-717dd891686d.png) we are fetching not only all the groups in the system, but also, sequentialy, for each of them fetching their metadata (https://github.com/owncloud/core/blob/master/lib/private/Group/MetaData.php#L90-L90 with https://github.com/owncloud/core/blob/master/settings/Controller/GroupsController.php#L88-L88). This means, that having 50k groups, with each manipulation in the user interface, we will first fetch 50k groups from table, and then for each of 50k groups we will count number of users in that group. @DeepDiver1975 @PVince81
True
While opening or searching for users within admin user listing, all groups are fetched - I have noticed, that with any operation done within user listing, e.g. ![selection_016](https://user-images.githubusercontent.com/13368647/32145195-b97006a6-bcc4-11e7-9f03-717dd891686d.png) we are fetching not only all the groups in the system, but also, sequentialy, for each of them fetching their metadata (https://github.com/owncloud/core/blob/master/lib/private/Group/MetaData.php#L90-L90 with https://github.com/owncloud/core/blob/master/settings/Controller/GroupsController.php#L88-L88). This means, that having 50k groups, with each manipulation in the user interface, we will first fetch 50k groups from table, and then for each of 50k groups we will count number of users in that group. @DeepDiver1975 @PVince81
non_main
while opening or searching for users within admin user listing all groups are fetched i have noticed that with any operation done within user listing e g we are fetching not only all the groups in the system but also sequentialy for each of them fetching their metadata with this means that having groups with each manipulation in the user interface we will first fetch groups from table and then for each of groups we will count number of users in that group
0
2,460
8,639,899,498
IssuesEvent
2018-11-23 22:30:51
F5OEO/rpitx
https://api.github.com/repos/F5OEO/rpitx
closed
librpitx
V1 related (not maintained)
If `rpitx` was split into a library that provides C API, and command-line tools that link to the library, then it was possible to build other apps on it. E.g. one could easily add `rpitx` support to SoapySDR or gr-osmosdr.
True
librpitx - If `rpitx` was split into a library that provides C API, and command-line tools that link to the library, then it was possible to build other apps on it. E.g. one could easily add `rpitx` support to SoapySDR or gr-osmosdr.
main
librpitx if rpitx was split into a library that provides c api and command line tools that link to the library then it was possible to build other apps on it e g one could easily add rpitx support to soapysdr or gr osmosdr
1
240,354
7,801,181,361
IssuesEvent
2018-06-09 17:59:06
meetalva/alva
https://api.github.com/repos/meetalva/alva
closed
Basic event handlers
priority: high status: has PR type: feature
The user should be able to assign basic actions to page element event functions, such as click, change, etc. The pattern has to provide function-type properties in its props, there are no artificial (i.e. Alva-added) events. Depending on analysis results, the user chooses and configures the actions using a rich UI, or enters JavaScript manually. The actions to be supported should include * open another page * scroll to element * TODO
1.0
Basic event handlers - The user should be able to assign basic actions to page element event functions, such as click, change, etc. The pattern has to provide function-type properties in its props, there are no artificial (i.e. Alva-added) events. Depending on analysis results, the user chooses and configures the actions using a rich UI, or enters JavaScript manually. The actions to be supported should include * open another page * scroll to element * TODO
non_main
basic event handlers the user should be able to assign basic actions to page element event functions such as click change etc the pattern has to provide function type properties in its props there are no artificial i e alva added events depending on analysis results the user chooses and configures the actions using a rich ui or enters javascript manually the actions to be supported should include open another page scroll to element todo
0
923
4,622,718,442
IssuesEvent
2016-09-27 08:36:26
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
ios_config isn't idempotent (in some cases)
affects_2.2 bug_report networking P2 waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ios_config ##### ANSIBLE VERSION ``` ansible 2.2.0 (devel 1c7890bf86) last updated 2016/09/26 10:42:34 (GMT +100) lib/ansible/modules/core: (devel cf243860ff) last updated 2016/09/26 10:42:39 (GMT +100) lib/ansible/modules/extras: (devel 7aab9cd93b) last updated 2016/09/26 10:42:41 (GMT +100) ``` ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY May be similar issue to nxos_config https://github.com/ansible/ansible-modules-core/issues/4963 ##### STEPS TO REPRODUCE ```yaml --- - debug: msg="START cli/src_match_none.yaml" - name: setup ios_config: commands: - no description - no shutdown parents: - interface Loopback999 match: none provider: "{{ cli }}" - name: configure device with config ios_config: src: basic/config.j2 provider: "{{ cli }}" match: none register: result - assert: that: - "result.changed == true" # https://github.com/ansible/ansible-modules-core/issues/4807 - "result.updates is not defined" - name: check device with config ios_config: src: basic/config.j2 provider: "{{ cli }}" match: none register: result - assert: that: # Idempotent test # https://github.com/ansible/ansible-modules-core/issues/4807 - "result.changed == false" - "result.updates is not defined" - debug: msg="END cli/src_match_none.yaml" ``` **templates/basic/config.j2** ``` interface Loopback999 description this is a test shutdown ``` ##### EXPECTED RESULTS ##### ACTUAL RESULTS ```yaml TASK [test_ios_config : configure device with config] ************************** task path: /home/johnb/git/ansible-inc/testing-ios/roles/test_ios_config/tests/cli/src_match_none.yaml:14 Using module file /home/johnb/git/ansible-inc/ansible/lib/ansible/modules/core/network/ios/ios_config.py <ios01> ESTABLISH LOCAL CONNECTION FOR USER: johnb <ios01> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897 `" && echo ansible-tmp-1474895611.33-274042674420897="` echo $HOME/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897 `" ) && sleep 0' <ios01> PUT /tmp/tmp1I6w4V TO /home/johnb/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897/ios_config.py <ios01> EXEC /bin/sh -c 'chmod u+x /home/johnb/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897/ /home/johnb/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897/ios_config.py && sleep 0' <ios01> EXEC /bin/sh -c 'python /home/johnb/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897/ios_config.py; rm -rf "/home/johnb/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897/" > /dev/null 2>&1 && sleep 0' changed: [ios01] => { "changed": true, "invocation": { "module_args": { "after": null, "auth_pass": null, "authorize": false, "backup": false, "before": null, "config": null, "defaults": false, "force": false, "host": "ios01", "lines": null, "match": "none", "parents": null, "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "port": null, "provider": { "host": "ios01", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "transport": "cli", "username": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "replace": "line", "save": false, "src": "interface Loopback999\n description this is a test\n shutdown\n\n", "ssh_keyfile": null, "timeout": 10, "transport": "cli", "use_ssl": true, "username": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "validate_certs": true } }, "warnings": [] } TASK [test_ios_config : assert] ************************************************ task path: /home/johnb/git/ansible-inc/testing-ios/roles/test_ios_config/tests/cli/src_match_none.yaml:21 ok: [ios01] => { "changed": false, "invocation": { "module_args": { "that": [ "result.changed == true", "result.updates is not defined" ] }, "module_name": "assert" }, "msg": "All assertions passed" } TASK [test_ios_config : check device with config] ****************************** task path: /home/johnb/git/ansible-inc/testing-ios/roles/test_ios_config/tests/cli/src_match_none.yaml:27 Using module file /home/johnb/git/ansible-inc/ansible/lib/ansible/modules/core/network/ios/ios_config.py <ios01> ESTABLISH LOCAL CONNECTION FOR USER: johnb <ios01> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612 `" && echo ansible-tmp-1474895624.05-125920805740612="` echo $HOME/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612 `" ) && sleep 0' <ios01> PUT /tmp/tmpkKpaLt TO /home/johnb/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612/ios_config.py <ios01> EXEC /bin/sh -c 'chmod u+x /home/johnb/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612/ /home/johnb/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612/ios_config.py && sleep 0' <ios01> EXEC /bin/sh -c 'python /home/johnb/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612/ios_config.py; rm -rf "/home/johnb/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612/" > /dev/null 2>&1 && sleep 0' changed: [ios01] => { "changed": true, "invocation": { "module_args": { "after": null, "auth_pass": null, "authorize": false, "backup": false, "before": null, "config": null, "defaults": false, "force": false, "host": "ios01", "lines": null, "match": "none", "parents": null, "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "port": null, "provider": { "host": "ios01", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "transport": "cli", "username": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "replace": "line", "save": false, "src": "interface Loopback999\n description this is a test\n shutdown\n\n", "ssh_keyfile": null, "timeout": 10, "transport": "cli", "use_ssl": true, "username": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "validate_certs": true } }, "warnings": [] } TASK [test_ios_config : assert] ************************************************ task path: /home/johnb/git/ansible-inc/testing-ios/roles/test_ios_config/tests/cli/src_match_none.yaml:34 fatal: [ios01]: FAILED! => { "assertion": "result.changed == false", "changed": false, "evaluated_to": false, "failed": true, "invocation": { "module_args": { "that": [ "result.changed == false", "result.updates is not defined" ] }, "module_name": "assert" } } ```
True
ios_config isn't idempotent (in some cases) - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ios_config ##### ANSIBLE VERSION ``` ansible 2.2.0 (devel 1c7890bf86) last updated 2016/09/26 10:42:34 (GMT +100) lib/ansible/modules/core: (devel cf243860ff) last updated 2016/09/26 10:42:39 (GMT +100) lib/ansible/modules/extras: (devel 7aab9cd93b) last updated 2016/09/26 10:42:41 (GMT +100) ``` ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY May be similar issue to nxos_config https://github.com/ansible/ansible-modules-core/issues/4963 ##### STEPS TO REPRODUCE ```yaml --- - debug: msg="START cli/src_match_none.yaml" - name: setup ios_config: commands: - no description - no shutdown parents: - interface Loopback999 match: none provider: "{{ cli }}" - name: configure device with config ios_config: src: basic/config.j2 provider: "{{ cli }}" match: none register: result - assert: that: - "result.changed == true" # https://github.com/ansible/ansible-modules-core/issues/4807 - "result.updates is not defined" - name: check device with config ios_config: src: basic/config.j2 provider: "{{ cli }}" match: none register: result - assert: that: # Idempotent test # https://github.com/ansible/ansible-modules-core/issues/4807 - "result.changed == false" - "result.updates is not defined" - debug: msg="END cli/src_match_none.yaml" ``` **templates/basic/config.j2** ``` interface Loopback999 description this is a test shutdown ``` ##### EXPECTED RESULTS ##### ACTUAL RESULTS ```yaml TASK [test_ios_config : configure device with config] ************************** task path: /home/johnb/git/ansible-inc/testing-ios/roles/test_ios_config/tests/cli/src_match_none.yaml:14 Using module file /home/johnb/git/ansible-inc/ansible/lib/ansible/modules/core/network/ios/ios_config.py <ios01> ESTABLISH LOCAL CONNECTION FOR USER: johnb <ios01> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897 `" && echo ansible-tmp-1474895611.33-274042674420897="` echo $HOME/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897 `" ) && sleep 0' <ios01> PUT /tmp/tmp1I6w4V TO /home/johnb/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897/ios_config.py <ios01> EXEC /bin/sh -c 'chmod u+x /home/johnb/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897/ /home/johnb/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897/ios_config.py && sleep 0' <ios01> EXEC /bin/sh -c 'python /home/johnb/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897/ios_config.py; rm -rf "/home/johnb/.ansible/tmp/ansible-tmp-1474895611.33-274042674420897/" > /dev/null 2>&1 && sleep 0' changed: [ios01] => { "changed": true, "invocation": { "module_args": { "after": null, "auth_pass": null, "authorize": false, "backup": false, "before": null, "config": null, "defaults": false, "force": false, "host": "ios01", "lines": null, "match": "none", "parents": null, "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "port": null, "provider": { "host": "ios01", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "transport": "cli", "username": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "replace": "line", "save": false, "src": "interface Loopback999\n description this is a test\n shutdown\n\n", "ssh_keyfile": null, "timeout": 10, "transport": "cli", "use_ssl": true, "username": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "validate_certs": true } }, "warnings": [] } TASK [test_ios_config : assert] ************************************************ task path: /home/johnb/git/ansible-inc/testing-ios/roles/test_ios_config/tests/cli/src_match_none.yaml:21 ok: [ios01] => { "changed": false, "invocation": { "module_args": { "that": [ "result.changed == true", "result.updates is not defined" ] }, "module_name": "assert" }, "msg": "All assertions passed" } TASK [test_ios_config : check device with config] ****************************** task path: /home/johnb/git/ansible-inc/testing-ios/roles/test_ios_config/tests/cli/src_match_none.yaml:27 Using module file /home/johnb/git/ansible-inc/ansible/lib/ansible/modules/core/network/ios/ios_config.py <ios01> ESTABLISH LOCAL CONNECTION FOR USER: johnb <ios01> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612 `" && echo ansible-tmp-1474895624.05-125920805740612="` echo $HOME/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612 `" ) && sleep 0' <ios01> PUT /tmp/tmpkKpaLt TO /home/johnb/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612/ios_config.py <ios01> EXEC /bin/sh -c 'chmod u+x /home/johnb/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612/ /home/johnb/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612/ios_config.py && sleep 0' <ios01> EXEC /bin/sh -c 'python /home/johnb/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612/ios_config.py; rm -rf "/home/johnb/.ansible/tmp/ansible-tmp-1474895624.05-125920805740612/" > /dev/null 2>&1 && sleep 0' changed: [ios01] => { "changed": true, "invocation": { "module_args": { "after": null, "auth_pass": null, "authorize": false, "backup": false, "before": null, "config": null, "defaults": false, "force": false, "host": "ios01", "lines": null, "match": "none", "parents": null, "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "port": null, "provider": { "host": "ios01", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "transport": "cli", "username": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "replace": "line", "save": false, "src": "interface Loopback999\n description this is a test\n shutdown\n\n", "ssh_keyfile": null, "timeout": 10, "transport": "cli", "use_ssl": true, "username": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "validate_certs": true } }, "warnings": [] } TASK [test_ios_config : assert] ************************************************ task path: /home/johnb/git/ansible-inc/testing-ios/roles/test_ios_config/tests/cli/src_match_none.yaml:34 fatal: [ios01]: FAILED! => { "assertion": "result.changed == false", "changed": false, "evaluated_to": false, "failed": true, "invocation": { "module_args": { "that": [ "result.changed == false", "result.updates is not defined" ] }, "module_name": "assert" } } ```
main
ios config isn t idempotent in some cases issue type bug report component name ios config ansible version ansible devel last updated gmt lib ansible modules core devel last updated gmt lib ansible modules extras devel last updated gmt configuration os environment summary may be similar issue to nxos config steps to reproduce yaml debug msg start cli src match none yaml name setup ios config commands no description no shutdown parents interface match none provider cli name configure device with config ios config src basic config provider cli match none register result assert that result changed true result updates is not defined name check device with config ios config src basic config provider cli match none register result assert that idempotent test result changed false result updates is not defined debug msg end cli src match none yaml templates basic config interface description this is a test shutdown expected results actual results yaml task task path home johnb git ansible inc testing ios roles test ios config tests cli src match none yaml using module file home johnb git ansible inc ansible lib ansible modules core network ios ios config py establish local connection for user johnb exec bin sh c umask mkdir p echo home ansible tmp ansible tmp echo ansible tmp echo home ansible tmp ansible tmp sleep put tmp to home johnb ansible tmp ansible tmp ios config py exec bin sh c chmod u x home johnb ansible tmp ansible tmp home johnb ansible tmp ansible tmp ios config py sleep exec bin sh c python home johnb ansible tmp ansible tmp ios config py rm rf home johnb ansible tmp ansible tmp dev null sleep changed changed true invocation module args after null auth pass null authorize false backup false before null config null defaults false force false host lines null match none parents null password value specified in no log parameter port null provider host password value specified in no log parameter transport cli username value specified in no log parameter replace line save false src interface n description this is a test n shutdown n n ssh keyfile null timeout transport cli use ssl true username value specified in no log parameter validate certs true warnings task task path home johnb git ansible inc testing ios roles test ios config tests cli src match none yaml ok changed false invocation module args that result changed true result updates is not defined module name assert msg all assertions passed task task path home johnb git ansible inc testing ios roles test ios config tests cli src match none yaml using module file home johnb git ansible inc ansible lib ansible modules core network ios ios config py establish local connection for user johnb exec bin sh c umask mkdir p echo home ansible tmp ansible tmp echo ansible tmp echo home ansible tmp ansible tmp sleep put tmp tmpkkpalt to home johnb ansible tmp ansible tmp ios config py exec bin sh c chmod u x home johnb ansible tmp ansible tmp home johnb ansible tmp ansible tmp ios config py sleep exec bin sh c python home johnb ansible tmp ansible tmp ios config py rm rf home johnb ansible tmp ansible tmp dev null sleep changed changed true invocation module args after null auth pass null authorize false backup false before null config null defaults false force false host lines null match none parents null password value specified in no log parameter port null provider host password value specified in no log parameter transport cli username value specified in no log parameter replace line save false src interface n description this is a test n shutdown n n ssh keyfile null timeout transport cli use ssl true username value specified in no log parameter validate certs true warnings task task path home johnb git ansible inc testing ios roles test ios config tests cli src match none yaml fatal failed assertion result changed false changed false evaluated to false failed true invocation module args that result changed false result updates is not defined module name assert
1
3,784
16,018,543,705
IssuesEvent
2021-04-20 19:15:59
truecharts/apps
https://api.github.com/repos/truecharts/apps
closed
Add deepstack AI
New App Request No-Maintainer
**Describe the bug** Deepstack is an AI API for image detection/recognition, as of today BlueIris (which i personally use) can use this api, and many more services. It supports GPU and CPU modes depending on the tag we select on the docker. EDIT* Also is now 100% free and openSource https://hub.docker.com/r/deepquestai/deepstack https://www.deepstack.cc/install/docker I'll probably pick it up, in the next month. should be fairly easy one
True
Add deepstack AI - **Describe the bug** Deepstack is an AI API for image detection/recognition, as of today BlueIris (which i personally use) can use this api, and many more services. It supports GPU and CPU modes depending on the tag we select on the docker. EDIT* Also is now 100% free and openSource https://hub.docker.com/r/deepquestai/deepstack https://www.deepstack.cc/install/docker I'll probably pick it up, in the next month. should be fairly easy one
main
add deepstack ai describe the bug deepstack is an ai api for image detection recognition as of today blueiris which i personally use can use this api and many more services it supports gpu and cpu modes depending on the tag we select on the docker edit also is now free and opensource i ll probably pick it up in the next month should be fairly easy one
1
80,624
10,029,203,238
IssuesEvent
2019-07-17 13:28:15
LiskHQ/lisk-hub
https://api.github.com/repos/LiskHQ/lisk-hub
opened
Layout problems leftovers
type: design
1. ![image](https://user-images.githubusercontent.com/6704159/61376509-026b3d80-a8aa-11e9-8397-f387dd076b8b.png) 2. 'Register as delegate' is availible for HW login 3. Non-transfer confirmations don't have a box around ![image](https://user-images.githubusercontent.com/6704159/61376844-ace36080-a8aa-11e9-8e6f-3868668c5b5e.png) 4. No icon in Wallet for '2nd Passphrase Registration' and 'Delegate registration' ![image](https://user-images.githubusercontent.com/6704159/61377023-0ba8da00-a8ab-11e9-8a52-b85071de7642.png) 5. 2LSK in tx table should have space in between 6. Tx delails padding is broken again ![image](https://user-images.githubusercontent.com/6704159/61377141-490d6780-a8ab-11e9-9a1a-c3db5283bda1.png) 7. https://github.com/LiskHQ/lisk-hub/issues/2246 8. 'All important information at a glance' is jumping. ![image](https://user-images.githubusercontent.com/6704159/61378329-d94cac00-a8ad-11e9-9aba-8bf95155fe70.png) ![image](https://user-images.githubusercontent.com/6704159/61378382-f3868a00-a8ad-11e9-9bdf-ba3f2680a60c.png) 9. Confirmation button ![image](https://user-images.githubusercontent.com/6704159/61378498-2b8dcd00-a8ae-11e9-9a1c-417bd5bed9fa.png) 10. For Transfer and Voting with HW wallet we have different designs a) see above b) ![image](https://user-images.githubusercontent.com/6704159/61379243-d652bb00-a8af-11e9-8f88-223579a06dd7.png)
1.0
Layout problems leftovers - 1. ![image](https://user-images.githubusercontent.com/6704159/61376509-026b3d80-a8aa-11e9-8397-f387dd076b8b.png) 2. 'Register as delegate' is availible for HW login 3. Non-transfer confirmations don't have a box around ![image](https://user-images.githubusercontent.com/6704159/61376844-ace36080-a8aa-11e9-8e6f-3868668c5b5e.png) 4. No icon in Wallet for '2nd Passphrase Registration' and 'Delegate registration' ![image](https://user-images.githubusercontent.com/6704159/61377023-0ba8da00-a8ab-11e9-8a52-b85071de7642.png) 5. 2LSK in tx table should have space in between 6. Tx delails padding is broken again ![image](https://user-images.githubusercontent.com/6704159/61377141-490d6780-a8ab-11e9-9a1a-c3db5283bda1.png) 7. https://github.com/LiskHQ/lisk-hub/issues/2246 8. 'All important information at a glance' is jumping. ![image](https://user-images.githubusercontent.com/6704159/61378329-d94cac00-a8ad-11e9-9aba-8bf95155fe70.png) ![image](https://user-images.githubusercontent.com/6704159/61378382-f3868a00-a8ad-11e9-9bdf-ba3f2680a60c.png) 9. Confirmation button ![image](https://user-images.githubusercontent.com/6704159/61378498-2b8dcd00-a8ae-11e9-9a1c-417bd5bed9fa.png) 10. For Transfer and Voting with HW wallet we have different designs a) see above b) ![image](https://user-images.githubusercontent.com/6704159/61379243-d652bb00-a8af-11e9-8f88-223579a06dd7.png)
non_main
layout problems leftovers register as delegate is availible for hw login non transfer confirmations don t have a box around no icon in wallet for passphrase registration and delegate registration in tx table should have space in between tx delails padding is broken again all important information at a glance is jumping confirmation button for transfer and voting with hw wallet we have different designs a see above b
0
379,344
26,367,316,537
IssuesEvent
2023-01-11 17:34:21
Nucleo-Estudantes-Informatica-ISEP/antirecurso
https://api.github.com/repos/Nucleo-Estudantes-Informatica-ISEP/antirecurso
opened
A comprehensive database scheme
documentation
In this issue we want: - a comprehensive database scheme in a png for newcomers to get used to the database and project requests (bonus points if the scheme is editable and online)
1.0
A comprehensive database scheme - In this issue we want: - a comprehensive database scheme in a png for newcomers to get used to the database and project requests (bonus points if the scheme is editable and online)
non_main
a comprehensive database scheme in this issue we want a comprehensive database scheme in a png for newcomers to get used to the database and project requests bonus points if the scheme is editable and online
0
401,769
27,338,211,074
IssuesEvent
2023-02-26 13:30:40
mdeslippe/easy-tracker
https://api.github.com/repos/mdeslippe/easy-tracker
closed
Add sqlx to the Server
documentation enhancement
- Install [sqlx](https://github.com/launchbadge/sqlx) on the server. - Add a connection string variable to the config. - Create a connection pool when the server starts up (also make the amount of connections configurable). - Update the server's documentation.
1.0
Add sqlx to the Server - - Install [sqlx](https://github.com/launchbadge/sqlx) on the server. - Add a connection string variable to the config. - Create a connection pool when the server starts up (also make the amount of connections configurable). - Update the server's documentation.
non_main
add sqlx to the server install on the server add a connection string variable to the config create a connection pool when the server starts up also make the amount of connections configurable update the server s documentation
0
25,808
19,190,450,864
IssuesEvent
2021-12-05 22:24:20
celo-org/celo-monorepo
https://api.github.com/repos/celo-org/celo-monorepo
closed
Wire up automation to the Infrastructure Repository’s CI
infrastructure operations
Call the automation created as part of #6592 to the Infrastructure Repository’s CI, such that changes to alerting rules are automatically deployed upon merging. CI Options: - CircleCI - Github Actions (I like this one)
1.0
Wire up automation to the Infrastructure Repository’s CI - Call the automation created as part of #6592 to the Infrastructure Repository’s CI, such that changes to alerting rules are automatically deployed upon merging. CI Options: - CircleCI - Github Actions (I like this one)
non_main
wire up automation to the infrastructure repository’s ci call the automation created as part of to the infrastructure repository’s ci such that changes to alerting rules are automatically deployed upon merging ci options circleci github actions i like this one
0
201,800
23,039,656,492
IssuesEvent
2022-07-23 01:09:24
kodurudev/github-slideshow
https://api.github.com/repos/kodurudev/github-slideshow
opened
CVE-2022-31163 (High) detected in tzinfo-1.2.7.gem
security vulnerability
## CVE-2022-31163 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tzinfo-1.2.7.gem</b></p></summary> <p>TZInfo provides daylight savings aware transformations between times in different time zones.</p> <p>Library home page: <a href="https://rubygems.org/gems/tzinfo-1.2.7.gem">https://rubygems.org/gems/tzinfo-1.2.7.gem</a></p> <p> Dependency Hierarchy: - github-pages-207.gem (Root Library) - jemoji-0.11.1.gem - html-pipeline-2.14.0.gem - activesupport-6.0.3.2.gem - :x: **tzinfo-1.2.7.gem** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/kodurudev/github-slideshow/commit/ee9441947197772e6f396f7a426967c1fe967069">ee9441947197772e6f396f7a426967c1fe967069</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\A[A-Za-z0-9+\-_]+(?:\/[A-Za-z0-9+\-_]+)*\z`. <p>Publish Date: 2022-07-22 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-31163>CVE-2022-31163</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx">https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx</a></p> <p>Release Date: 2022-07-22</p> <p>Fix Resolution: tzinfo - 0.3.61,1.2.10</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-31163 (High) detected in tzinfo-1.2.7.gem - ## CVE-2022-31163 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tzinfo-1.2.7.gem</b></p></summary> <p>TZInfo provides daylight savings aware transformations between times in different time zones.</p> <p>Library home page: <a href="https://rubygems.org/gems/tzinfo-1.2.7.gem">https://rubygems.org/gems/tzinfo-1.2.7.gem</a></p> <p> Dependency Hierarchy: - github-pages-207.gem (Root Library) - jemoji-0.11.1.gem - html-pipeline-2.14.0.gem - activesupport-6.0.3.2.gem - :x: **tzinfo-1.2.7.gem** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/kodurudev/github-slideshow/commit/ee9441947197772e6f396f7a426967c1fe967069">ee9441947197772e6f396f7a426967c1fe967069</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> TZInfo is a Ruby library that provides access to time zone data and allows times to be converted using time zone rules. Versions prior to 0.36.1, as well as those prior to 1.2.10 when used with the Ruby data source tzinfo-data, are vulnerable to relative path traversal. With the Ruby data source, time zones are defined in Ruby files. There is one file per time zone. Time zone files are loaded with `require` on demand. In the affected versions, `TZInfo::Timezone.get` fails to validate time zone identifiers correctly, allowing a new line character within the identifier. With Ruby version 1.9.3 and later, `TZInfo::Timezone.get` can be made to load unintended files with `require`, executing them within the Ruby process. Versions 0.3.61 and 1.2.10 include fixes to correctly validate time zone identifiers. Versions 2.0.0 and later are not vulnerable. Version 0.3.61 can still load arbitrary files from the Ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of `tzinfo/definition` within a directory in the load path. Applications should ensure that untrusted files are not placed in a directory on the load path. As a workaround, the time zone identifier can be validated before passing to `TZInfo::Timezone.get` by ensuring it matches the regular expression `\A[A-Za-z0-9+\-_]+(?:\/[A-Za-z0-9+\-_]+)*\z`. <p>Publish Date: 2022-07-22 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-31163>CVE-2022-31163</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx">https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx</a></p> <p>Release Date: 2022-07-22</p> <p>Fix Resolution: tzinfo - 0.3.61,1.2.10</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_main
cve high detected in tzinfo gem cve high severity vulnerability vulnerable library tzinfo gem tzinfo provides daylight savings aware transformations between times in different time zones library home page a href dependency hierarchy github pages gem root library jemoji gem html pipeline gem activesupport gem x tzinfo gem vulnerable library found in head commit a href found in base branch main vulnerability details tzinfo is a ruby library that provides access to time zone data and allows times to be converted using time zone rules versions prior to as well as those prior to when used with the ruby data source tzinfo data are vulnerable to relative path traversal with the ruby data source time zones are defined in ruby files there is one file per time zone time zone files are loaded with require on demand in the affected versions tzinfo timezone get fails to validate time zone identifiers correctly allowing a new line character within the identifier with ruby version and later tzinfo timezone get can be made to load unintended files with require executing them within the ruby process versions and include fixes to correctly validate time zone identifiers versions and later are not vulnerable version can still load arbitrary files from the ruby load path if their name follows the rules for a valid time zone identifier and the file has a prefix of tzinfo definition within a directory in the load path applications should ensure that untrusted files are not placed in a directory on the load path as a workaround the time zone identifier can be validated before passing to tzinfo timezone get by ensuring it matches the regular expression a z publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tzinfo step up your open source security game with mend
0
189,456
22,047,043,636
IssuesEvent
2022-05-30 03:46:33
nanopathi/linux-4.19.72_CVE-2021-3347
https://api.github.com/repos/nanopathi/linux-4.19.72_CVE-2021-3347
closed
CVE-2021-32399 (High) detected in linuxlinux-4.19.239 - autoclosed
security vulnerability
## CVE-2021-32399 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.239</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/nanopathi/linux-4.19.72_CVE-2021-3347/commit/8b7c061438f230c475fd8cd97a0917f6ebb9fbe0">8b7c061438f230c475fd8cd97a0917f6ebb9fbe0</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/bluetooth/hci_request.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> net/bluetooth/hci_request.c in the Linux kernel through 5.12.2 has a race condition for removal of the HCI controller. <p>Publish Date: 2021-05-10 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-32399>CVE-2021-32399</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2021-32399">https://www.linuxkernelcves.com/cves/CVE-2021-32399</a></p> <p>Release Date: 2021-05-10</p> <p>Fix Resolution: v5.4.119, v5.10.37, v5.11.21, v5.12.4</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-32399 (High) detected in linuxlinux-4.19.239 - autoclosed - ## CVE-2021-32399 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.239</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/nanopathi/linux-4.19.72_CVE-2021-3347/commit/8b7c061438f230c475fd8cd97a0917f6ebb9fbe0">8b7c061438f230c475fd8cd97a0917f6ebb9fbe0</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/bluetooth/hci_request.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> net/bluetooth/hci_request.c in the Linux kernel through 5.12.2 has a race condition for removal of the HCI controller. <p>Publish Date: 2021-05-10 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-32399>CVE-2021-32399</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2021-32399">https://www.linuxkernelcves.com/cves/CVE-2021-32399</a></p> <p>Release Date: 2021-05-10</p> <p>Fix Resolution: v5.4.119, v5.10.37, v5.11.21, v5.12.4</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_main
cve high detected in linuxlinux autoclosed cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files net bluetooth hci request c vulnerability details net bluetooth hci request c in the linux kernel through has a race condition for removal of the hci controller publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
1,190
5,104,005,248
IssuesEvent
2017-01-04 23:18:08
tgstation/tgstation
https://api.github.com/repos/tgstation/tgstation
closed
Atom instantiation in "in world" loops
BYOND Issue Maintainability/Hinders improvements Not a bug Performance
@AnturK More a reminder than anything else. Atom instantiation in a `for var in world` loop is dangerous and should be avoided, since the `world` node is not duplicated in the loop and updated for each instanciation (i.e during the loop, shifting the looping `var`). `World` consist of three parts : - first come `mobs` (addresses `0x3.....`) - then are `objs` (addresses `0x2.....`) - finally are `turfs` (addresses `0x1.....`) So : - anything created by a `mob` proc _should_ be safe. - `objs` and `turfs` created by an `obj` proc _should_ be safe - `turfs` created by a `turf` proc _should_ be safe - any other instantiation mess with the `in world` loop This is currently happening in the code, during `objs` initialisation for `/landmarks/corpsespawners`, leading to intermittent runtimes at server startup. **Edit** : this also means that an atom cannot spawn an atom _of the same type_ in a `for var in world` or it will forever loop.
True
Atom instantiation in "in world" loops - @AnturK More a reminder than anything else. Atom instantiation in a `for var in world` loop is dangerous and should be avoided, since the `world` node is not duplicated in the loop and updated for each instanciation (i.e during the loop, shifting the looping `var`). `World` consist of three parts : - first come `mobs` (addresses `0x3.....`) - then are `objs` (addresses `0x2.....`) - finally are `turfs` (addresses `0x1.....`) So : - anything created by a `mob` proc _should_ be safe. - `objs` and `turfs` created by an `obj` proc _should_ be safe - `turfs` created by a `turf` proc _should_ be safe - any other instantiation mess with the `in world` loop This is currently happening in the code, during `objs` initialisation for `/landmarks/corpsespawners`, leading to intermittent runtimes at server startup. **Edit** : this also means that an atom cannot spawn an atom _of the same type_ in a `for var in world` or it will forever loop.
main
atom instantiation in in world loops anturk more a reminder than anything else atom instantiation in a for var in world loop is dangerous and should be avoided since the world node is not duplicated in the loop and updated for each instanciation i e during the loop shifting the looping var world consist of three parts first come mobs addresses then are objs addresses finally are turfs addresses so anything created by a mob proc should be safe objs and turfs created by an obj proc should be safe turfs created by a turf proc should be safe any other instantiation mess with the in world loop this is currently happening in the code during objs initialisation for landmarks corpsespawners leading to intermittent runtimes at server startup edit this also means that an atom cannot spawn an atom of the same type in a for var in world or it will forever loop
1
1,876
6,577,504,784
IssuesEvent
2017-09-12 01:22:48
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Hostname not set correctly on Gentoo Linux with systemd
affects_2.0 bug_report waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME hostname ##### ANSIBLE VERSION ``` ansible 2.0.1.0 config file = configured module search path = Default w/o overrides ``` ##### OS / ENVIRONMENT Host OS: N/A Target OS: Gentoo Linux ##### SUMMARY The hostname task only updates /etc/conf.d/hostname, no difference what init are using: OpenRC or systemd. This pull request can be relevant to this bug https://github.com/ansible/ansible-modules-core/pull/2341 See also issue https://github.com/ansible/ansible-modules-core/issues/573 ##### STEPS TO REPRODUCE 1. Set hostname using the hostname task on target Gentoo Linux with systemd. 2. Check /etc/hostname 3. Check /etc/conf.d/hostname ##### EXPECTED RESULTS If target OS is Gentoo Linux with systemd then SystemdStrategy should be used, not OpenRCStrategy. Module should works as expected and should checks if systemd is active, like in module service.py ##### ACTUAL RESULTS Actually only /etc/conf.d/hostname changed.
True
Hostname not set correctly on Gentoo Linux with systemd - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME hostname ##### ANSIBLE VERSION ``` ansible 2.0.1.0 config file = configured module search path = Default w/o overrides ``` ##### OS / ENVIRONMENT Host OS: N/A Target OS: Gentoo Linux ##### SUMMARY The hostname task only updates /etc/conf.d/hostname, no difference what init are using: OpenRC or systemd. This pull request can be relevant to this bug https://github.com/ansible/ansible-modules-core/pull/2341 See also issue https://github.com/ansible/ansible-modules-core/issues/573 ##### STEPS TO REPRODUCE 1. Set hostname using the hostname task on target Gentoo Linux with systemd. 2. Check /etc/hostname 3. Check /etc/conf.d/hostname ##### EXPECTED RESULTS If target OS is Gentoo Linux with systemd then SystemdStrategy should be used, not OpenRCStrategy. Module should works as expected and should checks if systemd is active, like in module service.py ##### ACTUAL RESULTS Actually only /etc/conf.d/hostname changed.
main
hostname not set correctly on gentoo linux with systemd issue type bug report component name hostname ansible version ansible config file configured module search path default w o overrides os environment host os n a target os gentoo linux summary the hostname task only updates etc conf d hostname no difference what init are using openrc or systemd this pull request can be relevant to this bug see also issue steps to reproduce set hostname using the hostname task on target gentoo linux with systemd check etc hostname check etc conf d hostname expected results if target os is gentoo linux with systemd then systemdstrategy should be used not openrcstrategy module should works as expected and should checks if systemd is active like in module service py actual results actually only etc conf d hostname changed
1
415
3,485,697,596
IssuesEvent
2015-12-31 10:20:08
Homebrew/homebrew
https://api.github.com/repos/Homebrew/homebrew
closed
Apply for new Gratipay team
maintainer feedback
I saw this was mentioned at https://github.com/Homebrew/homebrew/issues/41561#issuecomment-120207934. The team approval process is fairly smooth now and includes tips from your old account being moved over automatically. You guys definitely fit all the requirements and shouldn't have a problem being approved. The application is at http://gratipay.com/new. Full disclosure: I do some of the support work for Gratipay, but I'm also a Homebrew user and fan and would like to donate to the project.
True
Apply for new Gratipay team - I saw this was mentioned at https://github.com/Homebrew/homebrew/issues/41561#issuecomment-120207934. The team approval process is fairly smooth now and includes tips from your old account being moved over automatically. You guys definitely fit all the requirements and shouldn't have a problem being approved. The application is at http://gratipay.com/new. Full disclosure: I do some of the support work for Gratipay, but I'm also a Homebrew user and fan and would like to donate to the project.
main
apply for new gratipay team i saw this was mentioned at the team approval process is fairly smooth now and includes tips from your old account being moved over automatically you guys definitely fit all the requirements and shouldn t have a problem being approved the application is at full disclosure i do some of the support work for gratipay but i m also a homebrew user and fan and would like to donate to the project
1
176,688
21,435,751,862
IssuesEvent
2022-04-24 01:02:21
BrianMcDonaldWS/deck.gl
https://api.github.com/repos/BrianMcDonaldWS/deck.gl
closed
WS-2019-0333 (High) detected in handlebars-4.1.0.tgz - autoclosed
security vulnerability
## WS-2019-0333 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz</a></p> <p>Path to dependency file: deck.gl/package.json</p> <p>Path to vulnerable library: deck.gl/node_modules/nyc/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - ocular-dev-tools-0.1.8.tgz (Root Library) - nyc-13.3.0.tgz - istanbul-reports-2.1.1.tgz - :x: **handlebars-4.1.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/BrianMcDonaldWS/deck.gl/commit/67e433f207a0fc9c0fb2b8f7a2906f254c8c4b87">67e433f207a0fc9c0fb2b8f7a2906f254c8c4b87</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In handlebars, versions prior to v4.5.3 are vulnerable to prototype pollution. Using a malicious template it's possbile to add or modify properties to the Object prototype. This can also lead to DOS and RCE in certain conditions. <p>Publish Date: 2019-11-18 <p>URL: <a href=https://github.com/wycats/handlebars.js/commit/f7f05d7558e674856686b62a00cde5758f3b7a08>WS-2019-0333</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1325">https://www.npmjs.com/advisories/1325</a></p> <p>Release Date: 2019-12-05</p> <p>Fix Resolution: handlebars - 4.5.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"handlebars","packageVersion":"4.1.0","isTransitiveDependency":true,"dependencyTree":"ocular-dev-tools:0.1.8;nyc:13.3.0;istanbul-reports:2.1.1;handlebars:4.1.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"handlebars - 4.5.3"}],"vulnerabilityIdentifier":"WS-2019-0333","vulnerabilityDetails":"In handlebars, versions prior to v4.5.3 are vulnerable to prototype pollution. Using a malicious template it\u0027s possbile to add or modify properties to the Object prototype. This can also lead to DOS and RCE in certain conditions.","vulnerabilityUrl":"https://github.com/wycats/handlebars.js/commit/f7f05d7558e674856686b62a00cde5758f3b7a08","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
WS-2019-0333 (High) detected in handlebars-4.1.0.tgz - autoclosed - ## WS-2019-0333 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz</a></p> <p>Path to dependency file: deck.gl/package.json</p> <p>Path to vulnerable library: deck.gl/node_modules/nyc/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - ocular-dev-tools-0.1.8.tgz (Root Library) - nyc-13.3.0.tgz - istanbul-reports-2.1.1.tgz - :x: **handlebars-4.1.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/BrianMcDonaldWS/deck.gl/commit/67e433f207a0fc9c0fb2b8f7a2906f254c8c4b87">67e433f207a0fc9c0fb2b8f7a2906f254c8c4b87</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In handlebars, versions prior to v4.5.3 are vulnerable to prototype pollution. Using a malicious template it's possbile to add or modify properties to the Object prototype. This can also lead to DOS and RCE in certain conditions. <p>Publish Date: 2019-11-18 <p>URL: <a href=https://github.com/wycats/handlebars.js/commit/f7f05d7558e674856686b62a00cde5758f3b7a08>WS-2019-0333</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1325">https://www.npmjs.com/advisories/1325</a></p> <p>Release Date: 2019-12-05</p> <p>Fix Resolution: handlebars - 4.5.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"handlebars","packageVersion":"4.1.0","isTransitiveDependency":true,"dependencyTree":"ocular-dev-tools:0.1.8;nyc:13.3.0;istanbul-reports:2.1.1;handlebars:4.1.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"handlebars - 4.5.3"}],"vulnerabilityIdentifier":"WS-2019-0333","vulnerabilityDetails":"In handlebars, versions prior to v4.5.3 are vulnerable to prototype pollution. Using a malicious template it\u0027s possbile to add or modify properties to the Object prototype. This can also lead to DOS and RCE in certain conditions.","vulnerabilityUrl":"https://github.com/wycats/handlebars.js/commit/f7f05d7558e674856686b62a00cde5758f3b7a08","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_main
ws high detected in handlebars tgz autoclosed ws high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file deck gl package json path to vulnerable library deck gl node modules nyc node modules handlebars package json dependency hierarchy ocular dev tools tgz root library nyc tgz istanbul reports tgz x handlebars tgz vulnerable library found in head commit a href vulnerability details in handlebars versions prior to are vulnerable to prototype pollution using a malicious template it s possbile to add or modify properties to the object prototype this can also lead to dos and rce in certain conditions publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution handlebars isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier ws vulnerabilitydetails in handlebars versions prior to are vulnerable to prototype pollution using a malicious template it possbile to add or modify properties to the object prototype this can also lead to dos and rce in certain conditions vulnerabilityurl
0
4,110
19,521,961,904
IssuesEvent
2021-12-29 20:25:23
OpenLightingProject/ola
https://api.github.com/repos/OpenLightingProject/ola
closed
Problem with python version 3.10 test
Maintainability API-Python Language-Python
Hi, I just found a bug with the python version check. It does not work with python 3.10. Currently, we have: `if sys.version >= '3.2':` which does not match with 3.10. It looks like this is working: `if sys.version_info >= (3, 2):` Regards
True
Problem with python version 3.10 test - Hi, I just found a bug with the python version check. It does not work with python 3.10. Currently, we have: `if sys.version >= '3.2':` which does not match with 3.10. It looks like this is working: `if sys.version_info >= (3, 2):` Regards
main
problem with python version test hi i just found a bug with the python version check it does not work with python currently we have if sys version which does not match with it looks like this is working if sys version info regards
1
2,237
7,881,894,143
IssuesEvent
2018-06-26 20:38:06
tgstation/tgstation
https://api.github.com/repos/tgstation/tgstation
closed
ABSTRACT_1 and NODECONSTRUCT_1 in __DEFINES/flags.dm share the same bitflag
Maintainability/Hinders improvements
I don't know if this is actually a bug that affects gameplay in any way but I also don't know if I'll have time to thoroughly investigate this so I'm posting it here. If it's intended it definitely feels wrong and evil.
True
ABSTRACT_1 and NODECONSTRUCT_1 in __DEFINES/flags.dm share the same bitflag - I don't know if this is actually a bug that affects gameplay in any way but I also don't know if I'll have time to thoroughly investigate this so I'm posting it here. If it's intended it definitely feels wrong and evil.
main
abstract and nodeconstruct in defines flags dm share the same bitflag i don t know if this is actually a bug that affects gameplay in any way but i also don t know if i ll have time to thoroughly investigate this so i m posting it here if it s intended it definitely feels wrong and evil
1
5,375
27,012,734,605
IssuesEvent
2023-02-10 16:38:58
pulp/pulp-oci-images
https://api.github.com/repos/pulp/pulp-oci-images
closed
Consolidate galaxy images
Feature Maintainability image-tags
Currently we have 1. galaxy-minimal - the minimal image 2. galaxy - another name for "galaxy-minimal" 3. pulp-galaxy-ng - contains S6 We should change this to 1. galaxy-minimal - the minimal image 2. galaxy - contains s6 This was agreed upon at a recent meeting.
True
Consolidate galaxy images - Currently we have 1. galaxy-minimal - the minimal image 2. galaxy - another name for "galaxy-minimal" 3. pulp-galaxy-ng - contains S6 We should change this to 1. galaxy-minimal - the minimal image 2. galaxy - contains s6 This was agreed upon at a recent meeting.
main
consolidate galaxy images currently we have galaxy minimal the minimal image galaxy another name for galaxy minimal pulp galaxy ng contains we should change this to galaxy minimal the minimal image galaxy contains this was agreed upon at a recent meeting
1
407,486
11,914,235,023
IssuesEvent
2020-03-31 13:18:51
WVV-Crowd-Sourced-Stock-Tracking/Web
https://api.github.com/repos/WVV-Crowd-Sourced-Stock-Tracking/Web
reopened
Bug: User Location
bug high priority
Wenn der Nutzer noch zustimmen muss wird anschließend nicht die user location abgefragt. Dies passiert erst nach ein Reload. Tested: Firefox
1.0
Bug: User Location - Wenn der Nutzer noch zustimmen muss wird anschließend nicht die user location abgefragt. Dies passiert erst nach ein Reload. Tested: Firefox
non_main
bug user location wenn der nutzer noch zustimmen muss wird anschließend nicht die user location abgefragt dies passiert erst nach ein reload tested firefox
0
5,194
26,409,123,278
IssuesEvent
2023-01-13 10:38:54
freedomofpress/securedrop-client
https://api.github.com/repos/freedomofpress/securedrop-client
closed
enable automatically-generated "pseudolocale"
i18n maintainer quality of life :gear: Tooling
## Description A Weblate ["pseudolocale"](https://docs.weblate.org/en/latest/admin/addons.html#pseudolocale-generation) would help us (manually) spot strings not correctly marked for translation during QA. **See also:** freedomofpress/securedrop#6690 ## How will this impact [SecureDrop users](https://github.com/freedomofpress/securedrop-ux/wiki/Users)? No direct impact to users. ## How would this affect the SecureDrop Workstation [threat model](https://github.com/freedomofpress/securedrop-workstation/#threat-model)? No changes to the current [internationalization flow](https://github.com/freedomofpress/securedrop-client/wiki/Internationalization) and its security model. ## User Stories As a QA tester, I want to be able to tell at a glance whether a string in the Client _has not yet been translated_ or _is incorrectly not marked for translation_. --- ## Testing In `freedomofpress/securedrop-client-i18n-sandbox` from `weblate-sandbox.securedrop.org`: 1. [x] Pseudolocale defined: https://weblate-sandbox.securedrop.org/projects/securedrop/securedrop-client/en_XA/ 2. [x] Pseudolocale generation configured 3. [x] `export LANG=en_XA; ./run.sh` works as expected ## Production In `freedomofpress/securedrop-client` from `weblate.securedrop.org`: - [x] Replicate above configuration: https://weblate.securedrop.org/projects/securedrop/securedrop-client/en_XA/ - [ ] Document use in QA: #1620
True
enable automatically-generated "pseudolocale" - ## Description A Weblate ["pseudolocale"](https://docs.weblate.org/en/latest/admin/addons.html#pseudolocale-generation) would help us (manually) spot strings not correctly marked for translation during QA. **See also:** freedomofpress/securedrop#6690 ## How will this impact [SecureDrop users](https://github.com/freedomofpress/securedrop-ux/wiki/Users)? No direct impact to users. ## How would this affect the SecureDrop Workstation [threat model](https://github.com/freedomofpress/securedrop-workstation/#threat-model)? No changes to the current [internationalization flow](https://github.com/freedomofpress/securedrop-client/wiki/Internationalization) and its security model. ## User Stories As a QA tester, I want to be able to tell at a glance whether a string in the Client _has not yet been translated_ or _is incorrectly not marked for translation_. --- ## Testing In `freedomofpress/securedrop-client-i18n-sandbox` from `weblate-sandbox.securedrop.org`: 1. [x] Pseudolocale defined: https://weblate-sandbox.securedrop.org/projects/securedrop/securedrop-client/en_XA/ 2. [x] Pseudolocale generation configured 3. [x] `export LANG=en_XA; ./run.sh` works as expected ## Production In `freedomofpress/securedrop-client` from `weblate.securedrop.org`: - [x] Replicate above configuration: https://weblate.securedrop.org/projects/securedrop/securedrop-client/en_XA/ - [ ] Document use in QA: #1620
main
enable automatically generated pseudolocale description a weblate would help us manually spot strings not correctly marked for translation during qa see also freedomofpress securedrop how will this impact no direct impact to users how would this affect the securedrop workstation no changes to the current and its security model user stories as a qa tester i want to be able to tell at a glance whether a string in the client has not yet been translated or is incorrectly not marked for translation testing in freedomofpress securedrop client sandbox from weblate sandbox securedrop org pseudolocale defined pseudolocale generation configured export lang en xa run sh works as expected production in freedomofpress securedrop client from weblate securedrop org replicate above configuration document use in qa
1
3,689
15,057,696,375
IssuesEvent
2021-02-03 22:06:28
IITIDIDX597/sp_2021_team2
https://api.github.com/repos/IITIDIDX597/sp_2021_team2
opened
Inventory budget management
Maintaining Inventory Story
As a shared space manager I want to see financial details related to inventory replenishment So that I can manage my budget
True
Inventory budget management - As a shared space manager I want to see financial details related to inventory replenishment So that I can manage my budget
main
inventory budget management as a shared space manager i want to see financial details related to inventory replenishment so that i can manage my budget
1
2,522
8,655,460,389
IssuesEvent
2018-11-27 16:00:35
codestation/qcma
https://api.github.com/repos/codestation/qcma
closed
QCMA 0.4.1 doesn't add 3.65 PUP to database
unmaintained
I need to revert to stock 3.65 without updating further, but following the guides for manual update doesn't work. Summary: 1. Downloaded PSP2UPDAT.PUP, size 133 754 368 bytes, MD5 0a0f2a9ae58968ac5d1d2127049c3cba, SHA-1 a957f3cce99abf2081212b34582633a662874621. 2. Created psp2-updatelist.xml with following contents: [https://pastebin.com/F4S9xeLP](https://pastebin.com/F4S9xeLP) 3. Put it all under /mnt/hdd/QCMA/Updates 4. "Updates / Web content" set to /mnt/hdd/QCMA/Updates 5. Following settings inside QCMA: [https://i.imgur.com/sVqUb4C.png](https://i.imgur.com/sVqUb4C.png) 6. Refreshing Database returns "Added 0 items" 7. I think I must also mention that this mobo is not activated, which caused issues in the past, but shouldn't QCMA at least acknowledge there's something in Updates folder? Question is, what did I miss, and how to fix this? Any help is appreciated. I tried steps above both on Windows and Linux, only difference is updates path.
True
QCMA 0.4.1 doesn't add 3.65 PUP to database - I need to revert to stock 3.65 without updating further, but following the guides for manual update doesn't work. Summary: 1. Downloaded PSP2UPDAT.PUP, size 133 754 368 bytes, MD5 0a0f2a9ae58968ac5d1d2127049c3cba, SHA-1 a957f3cce99abf2081212b34582633a662874621. 2. Created psp2-updatelist.xml with following contents: [https://pastebin.com/F4S9xeLP](https://pastebin.com/F4S9xeLP) 3. Put it all under /mnt/hdd/QCMA/Updates 4. "Updates / Web content" set to /mnt/hdd/QCMA/Updates 5. Following settings inside QCMA: [https://i.imgur.com/sVqUb4C.png](https://i.imgur.com/sVqUb4C.png) 6. Refreshing Database returns "Added 0 items" 7. I think I must also mention that this mobo is not activated, which caused issues in the past, but shouldn't QCMA at least acknowledge there's something in Updates folder? Question is, what did I miss, and how to fix this? Any help is appreciated. I tried steps above both on Windows and Linux, only difference is updates path.
main
qcma doesn t add pup to database i need to revert to stock without updating further but following the guides for manual update doesn t work summary downloaded pup size bytes sha created updatelist xml with following contents put it all under mnt hdd qcma updates updates web content set to mnt hdd qcma updates following settings inside qcma refreshing database returns added items i think i must also mention that this mobo is not activated which caused issues in the past but shouldn t qcma at least acknowledge there s something in updates folder question is what did i miss and how to fix this any help is appreciated i tried steps above both on windows and linux only difference is updates path
1
287,661
21,664,639,525
IssuesEvent
2022-05-07 02:02:31
sownt/TheOctoFood
https://api.github.com/repos/sownt/TheOctoFood
closed
Thảo luận
documentation help wanted good first issue
- [ ] Đặt đồ ăn - [ ] Quản lý khách hàng - [ ] Quản lý đơn hàng - [ ] Xem thông tin đơn hàng
1.0
Thảo luận - - [ ] Đặt đồ ăn - [ ] Quản lý khách hàng - [ ] Quản lý đơn hàng - [ ] Xem thông tin đơn hàng
non_main
thảo luận đặt đồ ăn quản lý khách hàng quản lý đơn hàng xem thông tin đơn hàng
0
962
4,704,770,270
IssuesEvent
2016-10-13 12:40:59
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Users of ios_template should be directed to ios_config not eos_config
affects_2.3 docs_report networking waiting_on_maintainer
##### ISSUE TYPE - Documentation Report ##### COMPONENT NAME ios_template ##### ANSIBLE VERSION N/A ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A ##### SUMMARY At <https://docs.ansible.com/ansible/ios_template_module.html> it says "Deprecated in 2.2. Use eos_config instead" It should say "Use ios_config instead" ##### STEPS TO REPRODUCE ##### EXPECTED RESULTS ##### ACTUAL RESULTS
True
Users of ios_template should be directed to ios_config not eos_config - ##### ISSUE TYPE - Documentation Report ##### COMPONENT NAME ios_template ##### ANSIBLE VERSION N/A ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A ##### SUMMARY At <https://docs.ansible.com/ansible/ios_template_module.html> it says "Deprecated in 2.2. Use eos_config instead" It should say "Use ios_config instead" ##### STEPS TO REPRODUCE ##### EXPECTED RESULTS ##### ACTUAL RESULTS
main
users of ios template should be directed to ios config not eos config issue type documentation report component name ios template ansible version n a configuration n a os environment n a summary at it says deprecated in use eos config instead it should say use ios config instead steps to reproduce expected results actual results
1
782,541
27,499,616,461
IssuesEvent
2023-03-05 14:49:15
AUBGTheHUB/spa-website-2022
https://api.github.com/repos/AUBGTheHUB/spa-website-2022
closed
Change text of the whole spa
enhancement high priority frontend
The Marketing Department will provide us with the text contents for the landing page and HackAUBG page. All texts should be changed to the content provided to us.
1.0
Change text of the whole spa - The Marketing Department will provide us with the text contents for the landing page and HackAUBG page. All texts should be changed to the content provided to us.
non_main
change text of the whole spa the marketing department will provide us with the text contents for the landing page and hackaubg page all texts should be changed to the content provided to us
0
369,159
25,829,760,884
IssuesEvent
2022-12-12 15:19:53
DLR-RM/stable-baselines3
https://api.github.com/repos/DLR-RM/stable-baselines3
closed
Documentation of output layer
documentation
### 📚 Documentation Hi! I am using SB3 for the first time. A quick suggestion for the documentation on [using a custom policy network](https://stable-baselines3.readthedocs.io/en/master/guide/custom_policy.html) On the doc page, the schematic showing the decomposition of the policy into feature_extractor + net_arch seems to suggest that the sub-nets specified by net_arch directly predict action or value. In fact this is not always the case, for example in ActorCriticPolicy the last layer (projection to action space / value space) is in the 'proba_distribution_net' This is easy to see when looking at the code but maybe it should also be made clear from the doc page ?
1.0
Documentation of output layer - ### 📚 Documentation Hi! I am using SB3 for the first time. A quick suggestion for the documentation on [using a custom policy network](https://stable-baselines3.readthedocs.io/en/master/guide/custom_policy.html) On the doc page, the schematic showing the decomposition of the policy into feature_extractor + net_arch seems to suggest that the sub-nets specified by net_arch directly predict action or value. In fact this is not always the case, for example in ActorCriticPolicy the last layer (projection to action space / value space) is in the 'proba_distribution_net' This is easy to see when looking at the code but maybe it should also be made clear from the doc page ?
non_main
documentation of output layer 📚 documentation hi i am using for the first time a quick suggestion for the documentation on on the doc page the schematic showing the decomposition of the policy into feature extractor net arch seems to suggest that the sub nets specified by net arch directly predict action or value in fact this is not always the case for example in actorcriticpolicy the last layer projection to action space value space is in the proba distribution net this is easy to see when looking at the code but maybe it should also be made clear from the doc page
0
2,430
8,621,102,453
IssuesEvent
2018-11-20 16:32:02
simplesamlphp/simplesamlphp
https://api.github.com/repos/simplesamlphp/simplesamlphp
closed
Pre-migrate: simplify translations
enhancement maintainability started
Ensure that there are no usage of `t()` that uses concatenation in the tag, or deprecated arguments. Use only two arguments: the `$tag`, which must be a string or a variable, and optional `$replacements`, which stays a key-value array.
True
Pre-migrate: simplify translations - Ensure that there are no usage of `t()` that uses concatenation in the tag, or deprecated arguments. Use only two arguments: the `$tag`, which must be a string or a variable, and optional `$replacements`, which stays a key-value array.
main
pre migrate simplify translations ensure that there are no usage of t that uses concatenation in the tag or deprecated arguments use only two arguments the tag which must be a string or a variable and optional replacements which stays a key value array
1
13,772
16,496,169,006
IssuesEvent
2021-05-25 10:34:37
prolice/swffgUI-cc
https://api.github.com/repos/prolice/swffgUI-cc
closed
[Compatibility] Tidy UI Settings
Compatibility enhancement
Tidy UI Settings allows for smaller, more tight settings in the Module Settings. However, there are some problems with the whole configuration window with it. ![image](https://user-images.githubusercontent.com/21118924/118832472-efb85a00-b8c0-11eb-9a62-eb766770e5ef.png)
True
[Compatibility] Tidy UI Settings - Tidy UI Settings allows for smaller, more tight settings in the Module Settings. However, there are some problems with the whole configuration window with it. ![image](https://user-images.githubusercontent.com/21118924/118832472-efb85a00-b8c0-11eb-9a62-eb766770e5ef.png)
non_main
tidy ui settings tidy ui settings allows for smaller more tight settings in the module settings however there are some problems with the whole configuration window with it
0
4,615
23,908,751,037
IssuesEvent
2022-09-09 05:40:24
corona-warn-app/cwa-app-android
https://api.github.com/repos/corona-warn-app/cwa-app-android
closed
[HELP WANTED][README] Text / Translations
help wanted maintainers text issue
Dear contributers, as we are getting into the final stage regarding all texts and translations within the app, we would appreciate your support in this area! If you spot anything unsual within the German / English text files, **please report your findings as a comment in this issue.** Since the texts and translations are not provided by the development team but by a dedicated stream and have to be approved by the stakeholders first (depending on the change), it is easier for the stream to check this issue for findings and provide fixes when necessary. Please don't create pull requests directly, the string files will be overwritten when we import changes from our translation stream. **Edited (after we noticed several findings within legal texts and we aspire to be as transparent as possible):** Please be aware that all legal texts including their translations (Terms of Use, Publication Details, Data Privacy Information, Legal Notices) are handled separately, Neither developers nor the text / translation stream have any influence on spelling or wording, as these texts require dedicated approval. We will certainly collect your suggestions and pass them on, but it can take time until improvements are included (if at all). Thank you for your your help! Best regards, Marc
True
[HELP WANTED][README] Text / Translations - Dear contributers, as we are getting into the final stage regarding all texts and translations within the app, we would appreciate your support in this area! If you spot anything unsual within the German / English text files, **please report your findings as a comment in this issue.** Since the texts and translations are not provided by the development team but by a dedicated stream and have to be approved by the stakeholders first (depending on the change), it is easier for the stream to check this issue for findings and provide fixes when necessary. Please don't create pull requests directly, the string files will be overwritten when we import changes from our translation stream. **Edited (after we noticed several findings within legal texts and we aspire to be as transparent as possible):** Please be aware that all legal texts including their translations (Terms of Use, Publication Details, Data Privacy Information, Legal Notices) are handled separately, Neither developers nor the text / translation stream have any influence on spelling or wording, as these texts require dedicated approval. We will certainly collect your suggestions and pass them on, but it can take time until improvements are included (if at all). Thank you for your your help! Best regards, Marc
main
text translations dear contributers as we are getting into the final stage regarding all texts and translations within the app we would appreciate your support in this area if you spot anything unsual within the german english text files please report your findings as a comment in this issue since the texts and translations are not provided by the development team but by a dedicated stream and have to be approved by the stakeholders first depending on the change it is easier for the stream to check this issue for findings and provide fixes when necessary please don t create pull requests directly the string files will be overwritten when we import changes from our translation stream edited after we noticed several findings within legal texts and we aspire to be as transparent as possible please be aware that all legal texts including their translations terms of use publication details data privacy information legal notices are handled separately neither developers nor the text translation stream have any influence on spelling or wording as these texts require dedicated approval we will certainly collect your suggestions and pass them on but it can take time until improvements are included if at all thank you for your your help best regards marc
1
4,535
23,615,705,473
IssuesEvent
2022-08-24 15:41:49
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
Unexpected results when grouping by multiple columns
type: bug work: backend status: ready restricted: maintainers
## Steps to reproduce 1. Use the Library Management schema 1. Go to "Items" 1. Group by "Acquisition Date" (year), then by "Acquisition Price". 1. Observe a group for `1903`, `$6.63` containing two records, with ids 2296 and 1393. 1. Expect both records in the group to have "Acquisition Price" equal to `$6.63`. 1. Observe record 1393 is in the group but has "Acquisition Price" equal to `$5.75`. ![image](https://user-images.githubusercontent.com/42411/186416357-ca4f8b46-bc0b-4d44-9b4f-68b62cea67af.png)
True
Unexpected results when grouping by multiple columns - ## Steps to reproduce 1. Use the Library Management schema 1. Go to "Items" 1. Group by "Acquisition Date" (year), then by "Acquisition Price". 1. Observe a group for `1903`, `$6.63` containing two records, with ids 2296 and 1393. 1. Expect both records in the group to have "Acquisition Price" equal to `$6.63`. 1. Observe record 1393 is in the group but has "Acquisition Price" equal to `$5.75`. ![image](https://user-images.githubusercontent.com/42411/186416357-ca4f8b46-bc0b-4d44-9b4f-68b62cea67af.png)
main
unexpected results when grouping by multiple columns steps to reproduce use the library management schema go to items group by acquisition date year then by acquisition price observe a group for containing two records with ids and expect both records in the group to have acquisition price equal to observe record is in the group but has acquisition price equal to
1
61,831
14,642,056,415
IssuesEvent
2020-12-25 09:25:15
fu1771695yongxie/vue
https://api.github.com/repos/fu1771695yongxie/vue
opened
CVE-2018-3739 (High) detected in https-proxy-agent-1.0.0.tgz
security vulnerability
## CVE-2018-3739 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https-proxy-agent-1.0.0.tgz</b></p></summary> <p>An HTTP(s) proxy `http.Agent` implementation for HTTPS</p> <p>Library home page: <a href="https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-1.0.0.tgz">https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-1.0.0.tgz</a></p> <p>Path to dependency file: vue/package.json</p> <p>Path to vulnerable library: vue/node_modules/proxy-agent/node_modules/https-proxy-agent/package.json,vue/node_modules/pac-proxy-agent/node_modules/https-proxy-agent/package.json</p> <p> Dependency Hierarchy: - nightwatch-0.9.21.tgz (Root Library) - proxy-agent-2.0.0.tgz - :x: **https-proxy-agent-1.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/vue/commit/c5978245c0585f43491ce7a09d82907205aa0333">c5978245c0585f43491ce7a09d82907205aa0333</a></p> <p>Found in base branch: <b>dev</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> https-proxy-agent before 2.1.1 passes auth option to the Buffer constructor without proper sanitization, resulting in DoS and uninitialized memory leak in setups where an attacker could submit typed input to the 'auth' parameter (e.g. JSON). <p>Publish Date: 2018-06-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-3739>CVE-2018-3739</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3739">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3739</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution: 2.1.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2018-3739 (High) detected in https-proxy-agent-1.0.0.tgz - ## CVE-2018-3739 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https-proxy-agent-1.0.0.tgz</b></p></summary> <p>An HTTP(s) proxy `http.Agent` implementation for HTTPS</p> <p>Library home page: <a href="https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-1.0.0.tgz">https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-1.0.0.tgz</a></p> <p>Path to dependency file: vue/package.json</p> <p>Path to vulnerable library: vue/node_modules/proxy-agent/node_modules/https-proxy-agent/package.json,vue/node_modules/pac-proxy-agent/node_modules/https-proxy-agent/package.json</p> <p> Dependency Hierarchy: - nightwatch-0.9.21.tgz (Root Library) - proxy-agent-2.0.0.tgz - :x: **https-proxy-agent-1.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/vue/commit/c5978245c0585f43491ce7a09d82907205aa0333">c5978245c0585f43491ce7a09d82907205aa0333</a></p> <p>Found in base branch: <b>dev</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> https-proxy-agent before 2.1.1 passes auth option to the Buffer constructor without proper sanitization, resulting in DoS and uninitialized memory leak in setups where an attacker could submit typed input to the 'auth' parameter (e.g. JSON). <p>Publish Date: 2018-06-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-3739>CVE-2018-3739</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3739">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3739</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution: 2.1.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_main
cve high detected in https proxy agent tgz cve high severity vulnerability vulnerable library https proxy agent tgz an http s proxy http agent implementation for https library home page a href path to dependency file vue package json path to vulnerable library vue node modules proxy agent node modules https proxy agent package json vue node modules pac proxy agent node modules https proxy agent package json dependency hierarchy nightwatch tgz root library proxy agent tgz x https proxy agent tgz vulnerable library found in head commit a href found in base branch dev vulnerability details https proxy agent before passes auth option to the buffer constructor without proper sanitization resulting in dos and uninitialized memory leak in setups where an attacker could submit typed input to the auth parameter e g json publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
4,639
6,736,843,757
IssuesEvent
2017-10-19 06:57:51
portainer/portainer
https://api.github.com/repos/portainer/portainer
closed
Add the ability to specify --with-registry-auth when creating a service
area/service-creation exp/intermediate kind/enhancement
Add the ability to support the equivalent of the `--with-registry-auth` flag when creating a service. Reference: https://docs.docker.com/engine/reference/commandline/service_create/#options
1.0
Add the ability to specify --with-registry-auth when creating a service - Add the ability to support the equivalent of the `--with-registry-auth` flag when creating a service. Reference: https://docs.docker.com/engine/reference/commandline/service_create/#options
non_main
add the ability to specify with registry auth when creating a service add the ability to support the equivalent of the with registry auth flag when creating a service reference
0
4,065
19,024,914,685
IssuesEvent
2021-11-24 01:24:54
aws/aws-sam-cli
https://api.github.com/repos/aws/aws-sam-cli
closed
sam sync goes into "running incremental build" loop
blocked/more-info-needed area/sync maintainer/need-followup
### Description: After I successfully sync with sam sync, as soon as I do anything in VSCode (even before saving any changes), it will begin going into this "running incremental build" loop and continue to cycle: ![image](https://user-images.githubusercontent.com/8908849/140407806-9f603566-8fab-4354-b2fb-58016d2fcc24.png) ### Steps to reproduce: Run `sam sync --stack-name <stack name> --watch --profile <profile> --region us-east-1` ### Observed result: Answer "y" when asked if you want to proceed, then watch Cloudformation initiate deployment, then says "Infra sync completed". After that, it sits idle, as it should, but as soon as I click into the template.yml, it starts looping. ### Expected result: It should remain idle until I save something. ### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) 1. OS: Windows 10 2. `sam --version`: 1.35.0 3. AWS region: us-east-1 `Add --debug flag to command you are running` Did this and it is constantly spamming the following (note StageName and LayerArn are Parameters): 2021-11-04 13:41:29,579 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,599 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,599 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,618 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,637 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,637 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,656 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,674 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,674 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,693 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,712 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,712 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,731 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,749 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,749 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,767 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,788 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,789 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,865 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,883 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,884 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,906 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,925 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,925 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,943 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,968 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,968 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,987 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,004 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,005 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,025 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,044 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,044 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,065 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,084 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,085 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,105 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,124 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,125 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,145 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,166 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,166 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,186 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,205 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,205 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,223 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,245 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,245 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,263 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,283 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,283 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,303 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,322 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,322 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,343 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,361 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,361 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,379 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,397 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,397 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,418 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,437 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,438 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,457 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,478 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,479 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,497 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,515 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,516 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,538 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,558 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,558 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,577 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,596 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,596 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,615 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,637 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,637 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,655 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,674 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,675 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,693 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,714 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,715 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,737 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,754 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,755 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,773 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,791 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,792 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,814 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,843 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,844 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,863 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,885 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,885 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,908 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,926 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,927 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,946 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,964 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,965 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,983 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,001 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,001 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,019 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,038 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,039 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,057 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,076 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,077 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,095 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,114 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,114 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,135 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,155 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,155 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,174 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,192 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,193 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,213 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,233 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,234 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,253 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,271 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,272 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,290 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,311 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,311 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,331 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,352 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,353 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,371 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,390 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,390 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,409 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,428 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,428 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,447 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,465 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,466 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,485 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,502 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,503 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,522 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,542 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,543 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,561 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,580 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,580 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,599 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,618 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,618 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,639 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,657 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,658 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,679 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,700 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,701 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,720 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,751 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,752 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,775 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,795 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,796 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,821 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,840 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,841 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,861 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,878 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,878 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,897 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,916 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,917 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,943 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,965 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,966 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,985 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,003 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,003 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,022 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,041 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,041 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,061 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,082 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,083 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,104 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,126 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,127 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,152 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,172 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,173 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,193 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,212 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,212 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,231 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,248 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,249 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,267 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,290 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,290 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'}
True
sam sync goes into "running incremental build" loop - ### Description: After I successfully sync with sam sync, as soon as I do anything in VSCode (even before saving any changes), it will begin going into this "running incremental build" loop and continue to cycle: ![image](https://user-images.githubusercontent.com/8908849/140407806-9f603566-8fab-4354-b2fb-58016d2fcc24.png) ### Steps to reproduce: Run `sam sync --stack-name <stack name> --watch --profile <profile> --region us-east-1` ### Observed result: Answer "y" when asked if you want to proceed, then watch Cloudformation initiate deployment, then says "Infra sync completed". After that, it sits idle, as it should, but as soon as I click into the template.yml, it starts looping. ### Expected result: It should remain idle until I save something. ### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) 1. OS: Windows 10 2. `sam --version`: 1.35.0 3. AWS region: us-east-1 `Add --debug flag to command you are running` Did this and it is constantly spamming the following (note StageName and LayerArn are Parameters): 2021-11-04 13:41:29,579 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,599 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,599 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,618 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,637 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,637 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,656 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,674 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,674 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,693 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,712 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,712 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,731 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,749 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,749 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,767 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,788 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,789 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,865 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,883 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,884 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,906 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,925 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,925 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,943 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,968 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:29,968 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:29,987 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,004 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,005 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,025 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,044 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,044 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,065 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,084 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,085 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,105 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,124 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,125 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,145 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,166 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,166 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,186 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,205 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,205 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,223 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,245 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,245 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,263 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,283 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,283 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,303 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,322 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,322 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,343 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,361 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,361 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,379 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,397 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,397 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,418 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,437 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,438 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,457 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,478 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,479 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,497 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,515 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,516 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,538 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,558 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,558 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,577 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,596 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,596 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,615 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,637 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,637 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,655 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,674 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,675 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,693 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,714 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,715 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,737 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,754 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,755 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,773 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,791 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,792 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,814 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,843 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,844 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,863 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,885 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,885 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,908 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,926 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,927 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,946 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,964 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:30,965 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:30,983 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,001 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,001 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,019 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,038 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,039 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,057 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,076 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,077 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,095 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,114 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,114 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,135 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,155 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,155 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,174 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,192 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,193 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,213 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,233 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,234 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,253 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,271 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,272 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,290 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,311 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,311 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,331 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,352 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,353 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,371 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,390 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,390 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,409 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,428 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,428 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,447 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,465 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,466 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,485 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,502 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,503 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,522 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,542 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,543 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,561 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,580 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,580 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,599 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,618 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,618 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,639 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,657 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,658 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,679 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,700 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,701 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,720 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,751 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,752 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,775 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,795 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,796 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,821 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,840 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,841 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,861 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,878 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,878 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,897 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,916 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,917 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,943 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,965 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:31,966 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:31,985 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,003 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,003 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,022 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,041 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,041 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,061 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,082 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,083 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,104 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,126 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,127 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,152 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,172 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,173 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,193 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,212 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,212 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,231 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,248 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,249 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,267 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'} 2021-11-04 13:41:32,290 | Found the same SyncFlow in queue. Skip adding. 2021-11-04 13:41:32,290 | Collected default values for parameters: {'StageName': 'v1', 'LayerArn': 'v1'}
main
sam sync goes into running incremental build loop description after i successfully sync with sam sync as soon as i do anything in vscode even before saving any changes it will begin going into this running incremental build loop and continue to cycle steps to reproduce run sam sync stack name watch profile region us east observed result answer y when asked if you want to proceed then watch cloudformation initiate deployment then says infra sync completed after that it sits idle as it should but as soon as i click into the template yml it starts looping expected result it should remain idle until i save something additional environment details ex windows mac amazon linux etc os windows sam version aws region us east add debug flag to command you are running did this and it is constantly spamming the following note stagename and layerarn are parameters collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn collected default values for parameters stagename layerarn found the same syncflow in queue skip adding collected default values for parameters stagename layerarn
1
1,428
6,205,983,048
IssuesEvent
2017-07-06 17:22:32
ocaml/opam-repository
https://api.github.com/repos/ocaml/opam-repository
closed
async_graphics installation failure
depext incorrect constraints needs maintainer action
``` #=== ERROR while installing async_graphics.0.5.1 ==============================# # opam-version 1.2.2 # os darwin # command ./install.sh # path /Users/blym/.opam/system/build/async_graphics.0.5.1 # compiler system (4.02.3) # exit-code 2 # env-file /Users/blym/.opam/system/build/async_graphics.0.5.1/async_graphics-41712-60459a.env # stdout-file /Users/blym/.opam/system/build/async_graphics.0.5.1/async_graphics-41712-60459a.out # stderr-file /Users/blym/.opam/system/build/async_graphics.0.5.1/async_graphics-41712-60459a.err ### stdout ### # ocamlfind ocamldep -package graphics -package async -modules async_graphics.mli > async_graphics.mli.depends # ocamlfind ocamlc -c -thread -package graphics -package async -o async_graphics.cmi async_graphics.mli # ocamlfind ocamldep -package graphics -package async -modules async_graphics.ml > async_graphics.ml.depends # ocamlfind ocamlc -c -thread -package graphics -package async -o async_graphics.cmo async_graphics.ml # + ocamlfind ocamlc -c -thread -package graphics -package async -o async_graphics.cmo async_graphics.ml # File "async_graphics.ml", line 17, characters 8-16: # Error: Unbound module Graphics # Command exited with code 2. ### stderr ### # ocamlfind: _build/async_graphics.a: No such file or directory ```
True
async_graphics installation failure - ``` #=== ERROR while installing async_graphics.0.5.1 ==============================# # opam-version 1.2.2 # os darwin # command ./install.sh # path /Users/blym/.opam/system/build/async_graphics.0.5.1 # compiler system (4.02.3) # exit-code 2 # env-file /Users/blym/.opam/system/build/async_graphics.0.5.1/async_graphics-41712-60459a.env # stdout-file /Users/blym/.opam/system/build/async_graphics.0.5.1/async_graphics-41712-60459a.out # stderr-file /Users/blym/.opam/system/build/async_graphics.0.5.1/async_graphics-41712-60459a.err ### stdout ### # ocamlfind ocamldep -package graphics -package async -modules async_graphics.mli > async_graphics.mli.depends # ocamlfind ocamlc -c -thread -package graphics -package async -o async_graphics.cmi async_graphics.mli # ocamlfind ocamldep -package graphics -package async -modules async_graphics.ml > async_graphics.ml.depends # ocamlfind ocamlc -c -thread -package graphics -package async -o async_graphics.cmo async_graphics.ml # + ocamlfind ocamlc -c -thread -package graphics -package async -o async_graphics.cmo async_graphics.ml # File "async_graphics.ml", line 17, characters 8-16: # Error: Unbound module Graphics # Command exited with code 2. ### stderr ### # ocamlfind: _build/async_graphics.a: No such file or directory ```
main
async graphics installation failure error while installing async graphics opam version os darwin command install sh path users blym opam system build async graphics compiler system exit code env file users blym opam system build async graphics async graphics env stdout file users blym opam system build async graphics async graphics out stderr file users blym opam system build async graphics async graphics err stdout ocamlfind ocamldep package graphics package async modules async graphics mli async graphics mli depends ocamlfind ocamlc c thread package graphics package async o async graphics cmi async graphics mli ocamlfind ocamldep package graphics package async modules async graphics ml async graphics ml depends ocamlfind ocamlc c thread package graphics package async o async graphics cmo async graphics ml ocamlfind ocamlc c thread package graphics package async o async graphics cmo async graphics ml file async graphics ml line characters error unbound module graphics command exited with code stderr ocamlfind build async graphics a no such file or directory
1
485
3,770,688,795
IssuesEvent
2016-03-16 15:21:03
uzh/gc3pie
https://api.github.com/repos/uzh/gc3pie
opened
Failing tests because of lack of GNU `time`
Backend-Shellcmd Maintainability
Tests in the "daemon" branch are failing on Travis because "GNU time" cannot be found during the initialization phase of LRMSes. We should either have Travis install it in the testing container, or have a way to suppress/mock that check when it's not really needed.
True
Failing tests because of lack of GNU `time` - Tests in the "daemon" branch are failing on Travis because "GNU time" cannot be found during the initialization phase of LRMSes. We should either have Travis install it in the testing container, or have a way to suppress/mock that check when it's not really needed.
main
failing tests because of lack of gnu time tests in the daemon branch are failing on travis because gnu time cannot be found during the initialization phase of lrmses we should either have travis install it in the testing container or have a way to suppress mock that check when it s not really needed
1
280,291
24,290,338,301
IssuesEvent
2022-09-29 05:03:32
CodeSoom-Project/my-seat
https://api.github.com/repos/CodeSoom-Project/my-seat
closed
테스트 코드에 Security 적용
backend test
## AS-IS 현재 테스트 코드에는 Security가 적용되어 있지 않아서 테스트 실행 시 권한 관련 오류가 발생합니다. ## TO-BE 권한을 부여받은 가짜 사용자로 테스트를 할 수 있도록 수정해야 합니다.
1.0
테스트 코드에 Security 적용 - ## AS-IS 현재 테스트 코드에는 Security가 적용되어 있지 않아서 테스트 실행 시 권한 관련 오류가 발생합니다. ## TO-BE 권한을 부여받은 가짜 사용자로 테스트를 할 수 있도록 수정해야 합니다.
non_main
테스트 코드에 security 적용 as is 현재 테스트 코드에는 security가 적용되어 있지 않아서 테스트 실행 시 권한 관련 오류가 발생합니다 to be 권한을 부여받은 가짜 사용자로 테스트를 할 수 있도록 수정해야 합니다
0
1,101
4,971,006,132
IssuesEvent
2016-12-05 17:29:01
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
kubernetes.py ImportError: No module named yaml
affects_2.1 bug_report waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME kubernetes.py ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.1.2.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- --> ##### OS / ENVIRONMENT <!--- Red Hat Enterprise Linux Server release 7.2 (Maipo) --> ##### SUMMARY <!--- Explain the problem briefly --> Attempting to run the kubernetes module to create a namespace on my cluster. ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> <!--- Paste example playbooks or commands between quotes below --> ``` hosts: kubmst01rhel7 remote_user: root tasks: - name: Create Wordpress Namespace kubernetes: api_endpoint: 192.168.122.40 insecure: true inline_data: kind: Namespace apiVersion: v1 metadata: name: wordpress-demo state: present ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> Creation of a namespace on my kubernetes cluster ##### ACTUAL RESULTS <!--- What actually happened? If possible run with high verbosity (-vvvv) --> <!--- Paste verbatim command output between quotes below --> ``` fatal: [kubmst01rhel7]: FAILED! => {"changed": false, "failed": true, "module_stderr": "", "module_stdout": "Traceback (most recent call last):\r\n File \"/tmp/ansible_5_IWnL/ansible_module_kubernetes.py\", line 153, in <module>\r\n import yaml\r\nImportError: No module named yaml\r\n", "msg": "MODULE FAILURE"} ```
True
kubernetes.py ImportError: No module named yaml - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME kubernetes.py ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.1.2.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- --> ##### OS / ENVIRONMENT <!--- Red Hat Enterprise Linux Server release 7.2 (Maipo) --> ##### SUMMARY <!--- Explain the problem briefly --> Attempting to run the kubernetes module to create a namespace on my cluster. ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> <!--- Paste example playbooks or commands between quotes below --> ``` hosts: kubmst01rhel7 remote_user: root tasks: - name: Create Wordpress Namespace kubernetes: api_endpoint: 192.168.122.40 insecure: true inline_data: kind: Namespace apiVersion: v1 metadata: name: wordpress-demo state: present ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> Creation of a namespace on my kubernetes cluster ##### ACTUAL RESULTS <!--- What actually happened? If possible run with high verbosity (-vvvv) --> <!--- Paste verbatim command output between quotes below --> ``` fatal: [kubmst01rhel7]: FAILED! => {"changed": false, "failed": true, "module_stderr": "", "module_stdout": "Traceback (most recent call last):\r\n File \"/tmp/ansible_5_IWnL/ansible_module_kubernetes.py\", line 153, in <module>\r\n import yaml\r\nImportError: No module named yaml\r\n", "msg": "MODULE FAILURE"} ```
main
kubernetes py importerror no module named yaml issue type bug report component name kubernetes py ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration os environment red hat enterprise linux server release maipo summary attempting to run the kubernetes module to create a namespace on my cluster steps to reproduce for bugs show exactly how to reproduce the problem for new features show how the feature would be used hosts remote user root tasks name create wordpress namespace kubernetes api endpoint insecure true inline data kind namespace apiversion metadata name wordpress demo state present expected results creation of a namespace on my kubernetes cluster actual results fatal failed changed false failed true module stderr module stdout traceback most recent call last r n file tmp ansible iwnl ansible module kubernetes py line in r n import yaml r nimporterror no module named yaml r n msg module failure
1
98,573
11,089,955,273
IssuesEvent
2019-12-14 22:26:06
engnogueira/webdjango
https://api.github.com/repos/engnogueira/webdjango
closed
1.1.4 - Setup de Projeto e Arquivo Manage
documentation
Nesse tópico você vai aprender com utilizar a ferramenta de linha de comando fornecida pelo Django para criar a estrutura inicial de arquivos de seu projeto e rodar o servidor localmente. Comando para gerar o alias: alias mng='python $VIRTUAL_ENV/../manage.py'
1.0
1.1.4 - Setup de Projeto e Arquivo Manage - Nesse tópico você vai aprender com utilizar a ferramenta de linha de comando fornecida pelo Django para criar a estrutura inicial de arquivos de seu projeto e rodar o servidor localmente. Comando para gerar o alias: alias mng='python $VIRTUAL_ENV/../manage.py'
non_main
setup de projeto e arquivo manage nesse tópico você vai aprender com utilizar a ferramenta de linha de comando fornecida pelo django para criar a estrutura inicial de arquivos de seu projeto e rodar o servidor localmente comando para gerar o alias alias mng python virtual env manage py
0
1,002
4,770,777,155
IssuesEvent
2016-10-26 16:05:52
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
When copying multiple files in a dir, diff is ignored
affects_2.1 bug_report waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME copy module ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.1.0.0 config file = configured module search path = Default w/o overrides ``` ##### CONFIGURATION ##### OS / ENVIRONMENT OS X 10.11.5 (15F34) ##### SUMMARY When using the "if path ends with /, only inside contents of that directory are copied to destination" functionality --diff is ignored. ##### STEPS TO REPRODUCE <!--- Paste example playbooks or commands between quotes below --> ``` - name: ensure php-fpm configs match version control copy: src=roles/phpfpm/files/phpfpm/ dest=/etc/php-fpm.d/ owner=root group=root mode=0644 backup=yes ansible-playbook test.yml --check --diff ``` ##### EXPECTED RESULTS As below but with diff results, eg: --- before: /etc/php-fpm.conf +++ after: /Users/tobin/ansible/roles/phpfpm/files/phpfpm/blah.conf @@ -57,4 +57,3 @@ ;;;;;;;;;;;;;;;;;;;; ; Blah (Unrelated: why does it always get upset about trailing lines?) - ##### ACTUAL RESULTS ``` TASK [phpfpm : ensure php-fpm configs match version control] ************* task path: /Users/tobin/src/ansible/roles/phpfpm/tasks/main.yml:81 <rs.dc1> ESTABLISH SSH CONNECTION FOR USER: None <rs.dc1> SSH: EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/Users/tobin/.ansible/cp/ansible-ssh-%h-%p-%r rs.dc1 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1466608402.77-139333405869702 `" && echo ansible-tmp-1466608402.77-139333405869702="` echo $HOME/.ansible/tmp/ansible-tmp-1466608402.77-139333405869702 `" ) && sleep 0'"'"'' <rs.dc1> PUT /var/folders/66/_3c8xw811gndqst9td3rcmn80000gn/T/tmpWaafjg TO /home/tobin/.ansible/tmp/ansible-tmp-1466608402.77-139333405869702/stat <rs.dc1> SSH: EXEC sftp -b - -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/Users/tobin/.ansible/cp/ansible-ssh-%h-%p-%r '[rs.dc1]' ...REPEAT FOR EACH FILE... ok: [rs.dc1] => {"changed": false, "dest": "/etc/php-fpm.d/", "invocation": {"module_args": {"backup": "yes", "dest": "/etc/php-fpm.d/", "group": "root", "mode": "0644", "owner": "root", "src": "roles/phpfpm/files/phpfpm/"}, "module_name": "copy"}, "src": "/Users/tobin/src/ansible/roles/phpfpm/files/phpfpm"} ```
True
When copying multiple files in a dir, diff is ignored - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME copy module ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.1.0.0 config file = configured module search path = Default w/o overrides ``` ##### CONFIGURATION ##### OS / ENVIRONMENT OS X 10.11.5 (15F34) ##### SUMMARY When using the "if path ends with /, only inside contents of that directory are copied to destination" functionality --diff is ignored. ##### STEPS TO REPRODUCE <!--- Paste example playbooks or commands between quotes below --> ``` - name: ensure php-fpm configs match version control copy: src=roles/phpfpm/files/phpfpm/ dest=/etc/php-fpm.d/ owner=root group=root mode=0644 backup=yes ansible-playbook test.yml --check --diff ``` ##### EXPECTED RESULTS As below but with diff results, eg: --- before: /etc/php-fpm.conf +++ after: /Users/tobin/ansible/roles/phpfpm/files/phpfpm/blah.conf @@ -57,4 +57,3 @@ ;;;;;;;;;;;;;;;;;;;; ; Blah (Unrelated: why does it always get upset about trailing lines?) - ##### ACTUAL RESULTS ``` TASK [phpfpm : ensure php-fpm configs match version control] ************* task path: /Users/tobin/src/ansible/roles/phpfpm/tasks/main.yml:81 <rs.dc1> ESTABLISH SSH CONNECTION FOR USER: None <rs.dc1> SSH: EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/Users/tobin/.ansible/cp/ansible-ssh-%h-%p-%r rs.dc1 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1466608402.77-139333405869702 `" && echo ansible-tmp-1466608402.77-139333405869702="` echo $HOME/.ansible/tmp/ansible-tmp-1466608402.77-139333405869702 `" ) && sleep 0'"'"'' <rs.dc1> PUT /var/folders/66/_3c8xw811gndqst9td3rcmn80000gn/T/tmpWaafjg TO /home/tobin/.ansible/tmp/ansible-tmp-1466608402.77-139333405869702/stat <rs.dc1> SSH: EXEC sftp -b - -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/Users/tobin/.ansible/cp/ansible-ssh-%h-%p-%r '[rs.dc1]' ...REPEAT FOR EACH FILE... ok: [rs.dc1] => {"changed": false, "dest": "/etc/php-fpm.d/", "invocation": {"module_args": {"backup": "yes", "dest": "/etc/php-fpm.d/", "group": "root", "mode": "0644", "owner": "root", "src": "roles/phpfpm/files/phpfpm/"}, "module_name": "copy"}, "src": "/Users/tobin/src/ansible/roles/phpfpm/files/phpfpm"} ```
main
when copying multiple files in a dir diff is ignored issue type bug report component name copy module ansible version ansible config file configured module search path default w o overrides configuration os environment os x summary when using the if path ends with only inside contents of that directory are copied to destination functionality diff is ignored steps to reproduce name ensure php fpm configs match version control copy src roles phpfpm files phpfpm dest etc php fpm d owner root group root mode backup yes ansible playbook test yml check diff expected results as below but with diff results eg before etc php fpm conf after users tobin ansible roles phpfpm files phpfpm blah conf blah unrelated why does it always get upset about trailing lines actual results task task path users tobin src ansible roles phpfpm tasks main yml establish ssh connection for user none ssh exec ssh c vvv o controlmaster auto o controlpersist o kbdinteractiveauthentication no o preferredauthentications gssapi with mic gssapi keyex hostbased publickey o passwordauthentication no o connecttimeout o controlpath users tobin ansible cp ansible ssh h p r rs bin sh c umask mkdir p echo home ansible tmp ansible tmp echo ansible tmp echo home ansible tmp ansible tmp sleep put var folders t tmpwaafjg to home tobin ansible tmp ansible tmp stat ssh exec sftp b c vvv o controlmaster auto o controlpersist o kbdinteractiveauthentication no o preferredauthentications gssapi with mic gssapi keyex hostbased publickey o passwordauthentication no o connecttimeout o controlpath users tobin ansible cp ansible ssh h p r repeat for each file ok changed false dest etc php fpm d invocation module args backup yes dest etc php fpm d group root mode owner root src roles phpfpm files phpfpm module name copy src users tobin src ansible roles phpfpm files phpfpm
1
657
4,172,568,400
IssuesEvent
2016-06-21 07:07:58
Particular/ServicePulse
https://api.github.com/repos/Particular/ServicePulse
closed
Error when entering /failedMessages page directly
Impact: M Size: S State: In Progress - Maintainer Prio Tag: Maintainer Prio Type: Bug
The following error occurs and the page won't render properly when visiting url **/failedMessages** without having clicked the ALL FAILED MESSAGES link in the navigation. `angular.js:12416 TypeError: Cannot read property 'hasOwnProperty' of undefined at new controller (http://secc3459:9090/js/views/failed_messages/controller.js:20:39) at invoke (http://secc3459:9090/lib/angular/angular.js:4473:17) at Object.instantiate (http://secc3459:9090/lib/angular/angular.js:4481:27) at http://secc3459:9090/lib/angular/angular.js:9108:28 at link (http://secc3459:9090/lib/angular/angular-route.js:977:26) at invokeLinkFn (http://secc3459:9090/lib/angular/angular.js:8746:9) at nodeLinkFn (http://secc3459:9090/lib/angular/angular.js:8246:11) at compositeLinkFn (http://secc3459:9090/lib/angular/angular.js:7637:13) at publicLinkFn (http://secc3459:9090/lib/angular/angular.js:7512:30) at boundTranscludeFn (http://secc3459:9090/lib/angular/angular.js:7656:16) <div id="view" ng-view="" class="ng-scope" data-ng-animate="1">` It's probably due to this line: https://github.com/Particular/ServicePulse/blob/9b2159b4e4de4f40326fc3b87c6d901ba67c066a/src/ServicePulse.Host/app/js/views/failed_messages/controller.js#L20 That line of code also seems to want to redirect to the **/failedGroups** page if the selectedExceptionGroup is incomplete. However, I would like to have the possibility to link directly to the **/failedMessages** page. To reproduce: - Go to **/failedMessages** - Clear local storage - Refresh page
True
Error when entering /failedMessages page directly - The following error occurs and the page won't render properly when visiting url **/failedMessages** without having clicked the ALL FAILED MESSAGES link in the navigation. `angular.js:12416 TypeError: Cannot read property 'hasOwnProperty' of undefined at new controller (http://secc3459:9090/js/views/failed_messages/controller.js:20:39) at invoke (http://secc3459:9090/lib/angular/angular.js:4473:17) at Object.instantiate (http://secc3459:9090/lib/angular/angular.js:4481:27) at http://secc3459:9090/lib/angular/angular.js:9108:28 at link (http://secc3459:9090/lib/angular/angular-route.js:977:26) at invokeLinkFn (http://secc3459:9090/lib/angular/angular.js:8746:9) at nodeLinkFn (http://secc3459:9090/lib/angular/angular.js:8246:11) at compositeLinkFn (http://secc3459:9090/lib/angular/angular.js:7637:13) at publicLinkFn (http://secc3459:9090/lib/angular/angular.js:7512:30) at boundTranscludeFn (http://secc3459:9090/lib/angular/angular.js:7656:16) <div id="view" ng-view="" class="ng-scope" data-ng-animate="1">` It's probably due to this line: https://github.com/Particular/ServicePulse/blob/9b2159b4e4de4f40326fc3b87c6d901ba67c066a/src/ServicePulse.Host/app/js/views/failed_messages/controller.js#L20 That line of code also seems to want to redirect to the **/failedGroups** page if the selectedExceptionGroup is incomplete. However, I would like to have the possibility to link directly to the **/failedMessages** page. To reproduce: - Go to **/failedMessages** - Clear local storage - Refresh page
main
error when entering failedmessages page directly the following error occurs and the page won t render properly when visiting url failedmessages without having clicked the all failed messages link in the navigation angular js typeerror cannot read property hasownproperty of undefined at new controller at invoke at object instantiate at at link at invokelinkfn at nodelinkfn at compositelinkfn at publiclinkfn at boundtranscludefn it s probably due to this line that line of code also seems to want to redirect to the failedgroups page if the selectedexceptiongroup is incomplete however i would like to have the possibility to link directly to the failedmessages page to reproduce go to failedmessages clear local storage refresh page
1
4,645
24,069,016,307
IssuesEvent
2022-09-17 22:57:42
aws/aws-sam-cli-app-templates
https://api.github.com/repos/aws/aws-sam-cli-app-templates
closed
Feature request: Add AWS Budget CFN resources to the existing sam cli app templates
maintainer/need-followup stage/pm-review type/feature
<!-- Make sure we don't have an existing Issue for that feature request (open or closed). --> ### Describe your idea/feature/enhancement **Idea:** Include AWS Budgets CloudFormation resources in the existing cookie cutter SAM CLI application templates. Customers/users who create and deploy the Serverless applications using the sam init calls might accidentally run into [runaway/infinite loops scenarios](https://docs.aws.amazon.com/lambda/latest/operatorguide/recursive-runaway.html) which could lead into unexpected increased costs. Having AWS Budgets configured and deployed along with Serverless services could help alert and notify customers when they are close to or about to breach the given threshold. ### Proposal The proposal is to include AWS Budget CFN resources as part of this cookie cutter sample that can alert customers if they exceed 80% of the initial budget for the given AWS Serverless services. ### Additional Details Sample AWS Budgets CFN resources for AWS Lambda Service ``` Parameters: EmailAddress: Type: String ... BudgetExample: Type: "AWS::Budgets::Budget" Properties: Budget: BudgetLimit: Amount: 100 Unit: USD TimeUnit: MONTHLY BudgetName: Serverless-budgets BudgetType: COST CostFilters: Service: - AWS Lambda NotificationsWithSubscribers: - Notification: NotificationType: ACTUAL ComparisonOperator: GREATER_THAN ThresholdType: PERCENTAGE Threshold: 90 Subscribers: - SubscriptionType: EMAIL Address: !Ref EmailAddress - Notification: NotificationType: ACTUAL ComparisonOperator: GREATER_THAN Threshold: 80 Subscribers: - SubscriptionType: EMAIL Address: !Ref EmailAddress ```
True
Feature request: Add AWS Budget CFN resources to the existing sam cli app templates - <!-- Make sure we don't have an existing Issue for that feature request (open or closed). --> ### Describe your idea/feature/enhancement **Idea:** Include AWS Budgets CloudFormation resources in the existing cookie cutter SAM CLI application templates. Customers/users who create and deploy the Serverless applications using the sam init calls might accidentally run into [runaway/infinite loops scenarios](https://docs.aws.amazon.com/lambda/latest/operatorguide/recursive-runaway.html) which could lead into unexpected increased costs. Having AWS Budgets configured and deployed along with Serverless services could help alert and notify customers when they are close to or about to breach the given threshold. ### Proposal The proposal is to include AWS Budget CFN resources as part of this cookie cutter sample that can alert customers if they exceed 80% of the initial budget for the given AWS Serverless services. ### Additional Details Sample AWS Budgets CFN resources for AWS Lambda Service ``` Parameters: EmailAddress: Type: String ... BudgetExample: Type: "AWS::Budgets::Budget" Properties: Budget: BudgetLimit: Amount: 100 Unit: USD TimeUnit: MONTHLY BudgetName: Serverless-budgets BudgetType: COST CostFilters: Service: - AWS Lambda NotificationsWithSubscribers: - Notification: NotificationType: ACTUAL ComparisonOperator: GREATER_THAN ThresholdType: PERCENTAGE Threshold: 90 Subscribers: - SubscriptionType: EMAIL Address: !Ref EmailAddress - Notification: NotificationType: ACTUAL ComparisonOperator: GREATER_THAN Threshold: 80 Subscribers: - SubscriptionType: EMAIL Address: !Ref EmailAddress ```
main
feature request add aws budget cfn resources to the existing sam cli app templates describe your idea feature enhancement idea include aws budgets cloudformation resources in the existing cookie cutter sam cli application templates customers users who create and deploy the serverless applications using the sam init calls might accidentally run into which could lead into unexpected increased costs having aws budgets configured and deployed along with serverless services could help alert and notify customers when they are close to or about to breach the given threshold proposal the proposal is to include aws budget cfn resources as part of this cookie cutter sample that can alert customers if they exceed of the initial budget for the given aws serverless services additional details sample aws budgets cfn resources for aws lambda service parameters emailaddress type string budgetexample type aws budgets budget properties budget budgetlimit amount unit usd timeunit monthly budgetname serverless budgets budgettype cost costfilters service aws lambda notificationswithsubscribers notification notificationtype actual comparisonoperator greater than thresholdtype percentage threshold subscribers subscriptiontype email address ref emailaddress notification notificationtype actual comparisonoperator greater than threshold subscribers subscriptiontype email address ref emailaddress
1
11,148
3,466,347,021
IssuesEvent
2015-12-22 02:37:45
syl20bnr/spacemacs
https://api.github.com/repos/syl20bnr/spacemacs
closed
spacemacs used as GIT_EDITOR doesn't syntax highlight COMMIT_EDITMSG when magit isn't previously loaded
documentation :-> enhancement :-D Fixed in develop Git
If you use emacs w/ spacemacs & magit via the git layer and emacsclient as GIT_EDITOR, and commit from a shell without first loading magit (by starting magit-status or something similar), then it won't syntax-highlight the COMMIT_EDITMSG buffer (it stays in FUNDAMENTAL mode) or enable the appropriate maps. Adding (require 'magit) to dotspacemacs/config fixes the issue, so we probably need to add something else to the use-package stanza for magit in the git layer. I'd submit this as a pull request, but I'm not sure what would need to be added.
1.0
spacemacs used as GIT_EDITOR doesn't syntax highlight COMMIT_EDITMSG when magit isn't previously loaded - If you use emacs w/ spacemacs & magit via the git layer and emacsclient as GIT_EDITOR, and commit from a shell without first loading magit (by starting magit-status or something similar), then it won't syntax-highlight the COMMIT_EDITMSG buffer (it stays in FUNDAMENTAL mode) or enable the appropriate maps. Adding (require 'magit) to dotspacemacs/config fixes the issue, so we probably need to add something else to the use-package stanza for magit in the git layer. I'd submit this as a pull request, but I'm not sure what would need to be added.
non_main
spacemacs used as git editor doesn t syntax highlight commit editmsg when magit isn t previously loaded if you use emacs w spacemacs magit via the git layer and emacsclient as git editor and commit from a shell without first loading magit by starting magit status or something similar then it won t syntax highlight the commit editmsg buffer it stays in fundamental mode or enable the appropriate maps adding require magit to dotspacemacs config fixes the issue so we probably need to add something else to the use package stanza for magit in the git layer i d submit this as a pull request but i m not sure what would need to be added
0
1,527
6,572,217,515
IssuesEvent
2017-09-11 00:10:51
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
brew bundle support
affects_2.3 feature_idea waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Feature Idea ##### COMPONENT NAME homebrew ##### DESCRIPTION It'd be nice if we could use the `brew bundle` command with ansible. Thoughts on if this should be a new module or included with the existing homebrew module? `brew bundle` options: ``` $ brew bundle --help brew bundle [-v|--verbose] [--file=<path>|--global] brew bundle dump [--force] [--file=<path>|--global] brew bundle cleanup [--force] [--file=<path>|--global] brew bundle check [--file=<path>|--global] brew bundle [--version] brew bundle [-h|--help] Usage: Bundler for non-Ruby dependencies from Homebrew brew bundle install or upgrade all dependencies in a Brewfile brew bundle dump write all installed casks/formulae/taps into a Brewfile brew bundle cleanup uninstall all dependencies not listed in a Brewfile brew bundle check check if all dependencies are installed in a Brewfile Options: -v, --verbose print verbose output --force uninstall dependencies or overwrite existing Brewfile --file=<path> set Brewfile path --global set Brewfile path to $HOME/.Brewfile -h, --help show this help message and exit --version show the version of homebrew-bundle ```
True
brew bundle support - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Feature Idea ##### COMPONENT NAME homebrew ##### DESCRIPTION It'd be nice if we could use the `brew bundle` command with ansible. Thoughts on if this should be a new module or included with the existing homebrew module? `brew bundle` options: ``` $ brew bundle --help brew bundle [-v|--verbose] [--file=<path>|--global] brew bundle dump [--force] [--file=<path>|--global] brew bundle cleanup [--force] [--file=<path>|--global] brew bundle check [--file=<path>|--global] brew bundle [--version] brew bundle [-h|--help] Usage: Bundler for non-Ruby dependencies from Homebrew brew bundle install or upgrade all dependencies in a Brewfile brew bundle dump write all installed casks/formulae/taps into a Brewfile brew bundle cleanup uninstall all dependencies not listed in a Brewfile brew bundle check check if all dependencies are installed in a Brewfile Options: -v, --verbose print verbose output --force uninstall dependencies or overwrite existing Brewfile --file=<path> set Brewfile path --global set Brewfile path to $HOME/.Brewfile -h, --help show this help message and exit --version show the version of homebrew-bundle ```
main
brew bundle support issue type feature idea component name homebrew description it d be nice if we could use the brew bundle command with ansible thoughts on if this should be a new module or included with the existing homebrew module brew bundle options brew bundle help brew bundle brew bundle dump brew bundle cleanup brew bundle check brew bundle brew bundle usage bundler for non ruby dependencies from homebrew brew bundle install or upgrade all dependencies in a brewfile brew bundle dump write all installed casks formulae taps into a brewfile brew bundle cleanup uninstall all dependencies not listed in a brewfile brew bundle check check if all dependencies are installed in a brewfile options v verbose print verbose output force uninstall dependencies or overwrite existing brewfile file set brewfile path global set brewfile path to home brewfile h help show this help message and exit version show the version of homebrew bundle
1
4,672
24,160,487,289
IssuesEvent
2022-09-22 11:13:27
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
Vertically scroll content of table inspector instead of viewport
type: bug work: frontend restricted: maintainers status: review
If the contents of the table inspector are tall enough, they'll force the entire page to scroll. Instead, we should be scrolling only the content below the tabs within the table inspector
True
Vertically scroll content of table inspector instead of viewport - If the contents of the table inspector are tall enough, they'll force the entire page to scroll. Instead, we should be scrolling only the content below the tabs within the table inspector
main
vertically scroll content of table inspector instead of viewport if the contents of the table inspector are tall enough they ll force the entire page to scroll instead we should be scrolling only the content below the tabs within the table inspector
1
1,536
6,572,228,961
IssuesEvent
2017-09-11 00:20:04
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
nmcli: Creating VLANs doesn't work on latest centos
affects_2.1 bug_report networking waiting_on_maintainer
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME nmcli ##### ANSIBLE VERSION ``` # latest head of 2016-04-16 ansible 2.1.0 config file = configured module search path = Default w/o overrides ``` ##### OS / ENVIRONMENT `CentOS Linux release 7.2.1511 (Core)` ##### SUMMARY Adding VLANs not working ##### STEPS TO REPRODUCE ``` - name: Configure VLANs nmcli: type=vlan conn_name="name" ip4="192.168.2.1/16" vlanid="13" ifname="enp0s1" autoconnect=yes state=present ``` ##### EXPECTED RESULTS OK ##### ACTUAL RESULTS Output: ``` bash changed: [myserver] => (item={u'conn_name': u'name', u'vlanid': u'13', u'ip4': u'192.168.2.1/16'}) => ``` ``` json { "stderr": "Usage: nmcli [OPTIONS] OBJECT { COMMAND | help }\n\nOPTIONS\n -t[erse] terse output\n -p[retty] pretty output\n -m[ode] tabular|multiline output mode\n -f[ields] <field1,field2,...>|all|common specify fields to output\n -e[scape] yes|no escape columns separators in values\n -n[ocheck] don't check nmcli and NetworkManager versions\n -a[sk] ask for missing parameters\n -w[ait] <seconds> set timeout waiting for finishing operations\n -v[ersion] show program version\n -h[elp] print this help\n\nOBJECT\n g[eneral] NetworkManager's general status and operations\n n[etworking] overall networking control\n r[adio] NetworkManager radio switches\n c[onnection] NetworkManager's connections\n d[evice] devices managed by NetworkManager\n a[gent] NetworkManager secret agent or polkit agent\n\n", "state": "present", "item": { "vlanid": "13", "ip4": "192.168.2.1\/16", "conn_name": "name" }, "invocation": { "module_name": "nmcli", "module_args": { "vlanid": "13", "vlandev": null, "updelay": null, "type": "vlan", "stp": "yes", "state": "present", "slavepriority": "32", "priority": "128", "mtu": null, "mode": "balance-rr", "miimon": null, "maxage": "20", "master": null, "mac": null, "ip6": null, "ip4": "192.168.2.1\/16", "ingress": null, "ifname": "enp0s1", "hellotime": "2", "gw6": null, "gw4": null, "forwarddelay": "15", "flags": null, "egress": null, "downdelay": null, "dns6": null, "dns4": null, "conn_name": "name", "autoconnect": "yes", "arp_ip_target": null, "arp_interval": null, "ageingtime": "300" } }, "conn_name": "name", "changed": true, "Connection": "Connection store of Type vlan is being added" } ```
True
nmcli: Creating VLANs doesn't work on latest centos - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME nmcli ##### ANSIBLE VERSION ``` # latest head of 2016-04-16 ansible 2.1.0 config file = configured module search path = Default w/o overrides ``` ##### OS / ENVIRONMENT `CentOS Linux release 7.2.1511 (Core)` ##### SUMMARY Adding VLANs not working ##### STEPS TO REPRODUCE ``` - name: Configure VLANs nmcli: type=vlan conn_name="name" ip4="192.168.2.1/16" vlanid="13" ifname="enp0s1" autoconnect=yes state=present ``` ##### EXPECTED RESULTS OK ##### ACTUAL RESULTS Output: ``` bash changed: [myserver] => (item={u'conn_name': u'name', u'vlanid': u'13', u'ip4': u'192.168.2.1/16'}) => ``` ``` json { "stderr": "Usage: nmcli [OPTIONS] OBJECT { COMMAND | help }\n\nOPTIONS\n -t[erse] terse output\n -p[retty] pretty output\n -m[ode] tabular|multiline output mode\n -f[ields] <field1,field2,...>|all|common specify fields to output\n -e[scape] yes|no escape columns separators in values\n -n[ocheck] don't check nmcli and NetworkManager versions\n -a[sk] ask for missing parameters\n -w[ait] <seconds> set timeout waiting for finishing operations\n -v[ersion] show program version\n -h[elp] print this help\n\nOBJECT\n g[eneral] NetworkManager's general status and operations\n n[etworking] overall networking control\n r[adio] NetworkManager radio switches\n c[onnection] NetworkManager's connections\n d[evice] devices managed by NetworkManager\n a[gent] NetworkManager secret agent or polkit agent\n\n", "state": "present", "item": { "vlanid": "13", "ip4": "192.168.2.1\/16", "conn_name": "name" }, "invocation": { "module_name": "nmcli", "module_args": { "vlanid": "13", "vlandev": null, "updelay": null, "type": "vlan", "stp": "yes", "state": "present", "slavepriority": "32", "priority": "128", "mtu": null, "mode": "balance-rr", "miimon": null, "maxage": "20", "master": null, "mac": null, "ip6": null, "ip4": "192.168.2.1\/16", "ingress": null, "ifname": "enp0s1", "hellotime": "2", "gw6": null, "gw4": null, "forwarddelay": "15", "flags": null, "egress": null, "downdelay": null, "dns6": null, "dns4": null, "conn_name": "name", "autoconnect": "yes", "arp_ip_target": null, "arp_interval": null, "ageingtime": "300" } }, "conn_name": "name", "changed": true, "Connection": "Connection store of Type vlan is being added" } ```
main
nmcli creating vlans doesn t work on latest centos issue type bug report component name nmcli ansible version latest head of ansible config file configured module search path default w o overrides os environment centos linux release core summary adding vlans not working steps to reproduce name configure vlans nmcli type vlan conn name name vlanid ifname autoconnect yes state present expected results ok actual results output bash changed item u conn name u name u vlanid u u u json stderr usage nmcli object command help n noptions n t terse output n p pretty output n m tabular multiline output mode n f all common specify fields to output n e yes no escape columns separators in values n n don t check nmcli and networkmanager versions n a ask for missing parameters n w set timeout waiting for finishing operations n v show program version n h print this help n nobject n g networkmanager s general status and operations n n overall networking control n r networkmanager radio switches n c networkmanager s connections n d devices managed by networkmanager n a networkmanager secret agent or polkit agent n n state present item vlanid conn name name invocation module name nmcli module args vlanid vlandev null updelay null type vlan stp yes state present slavepriority priority mtu null mode balance rr miimon null maxage master null mac null null ingress null ifname hellotime null null forwarddelay flags null egress null downdelay null null null conn name name autoconnect yes arp ip target null arp interval null ageingtime conn name name changed true connection connection store of type vlan is being added
1
2,998
10,963,394,490
IssuesEvent
2019-11-27 19:34:43
pace/bricks
https://api.github.com/repos/pace/bricks
closed
Monitoring of go pg connection pool
S::Ready T::Maintainance
### Problem Postgres connections are expensive, having many causes issues. One can deploy pgbouncer/pgpool to defer the issue, but understanding the connections caused by the application remains an important issue. ### Solution Having a go-routine that checks the pg pool stats and exposes them via metrics. See https://github.com/go-pg/pg/blob/master/internal/pool/pool.go#L26 ### Tasks * [ ] Document the new metrics * [ ] Expose all of the available metrics * [ ] Implement watcher
True
Monitoring of go pg connection pool - ### Problem Postgres connections are expensive, having many causes issues. One can deploy pgbouncer/pgpool to defer the issue, but understanding the connections caused by the application remains an important issue. ### Solution Having a go-routine that checks the pg pool stats and exposes them via metrics. See https://github.com/go-pg/pg/blob/master/internal/pool/pool.go#L26 ### Tasks * [ ] Document the new metrics * [ ] Expose all of the available metrics * [ ] Implement watcher
main
monitoring of go pg connection pool problem postgres connections are expensive having many causes issues one can deploy pgbouncer pgpool to defer the issue but understanding the connections caused by the application remains an important issue solution having a go routine that checks the pg pool stats and exposes them via metrics see tasks document the new metrics expose all of the available metrics implement watcher
1
35,930
8,030,033,470
IssuesEvent
2018-07-27 18:07:27
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
opened
Suggested enhancements to CheckProjects
area-CodeGen enhancement up-for-grabs
The CheckProjects jit test is intended to verify that all the jit test project files meet our expectations: * test suffix convention (_d, _do, etc) matches projects settings * the IL generated for the test does not depend on the ambient build environment #19132 points out some example where the optimization settings were not checked #19131 some examples where the suffix convention was misused We should enhance CheckProjects to catch those cases. #19165 is removing check exclusions for the codegen bring up tests, so all jit tests (modulo the bugs above) should now conform. In addition because it can rewrite project files, we might want to enhance it so that all projects have a unique GUID. If / when we convert tests over to using SDK style projects we should make corresponding updates to the tool.
1.0
Suggested enhancements to CheckProjects - The CheckProjects jit test is intended to verify that all the jit test project files meet our expectations: * test suffix convention (_d, _do, etc) matches projects settings * the IL generated for the test does not depend on the ambient build environment #19132 points out some example where the optimization settings were not checked #19131 some examples where the suffix convention was misused We should enhance CheckProjects to catch those cases. #19165 is removing check exclusions for the codegen bring up tests, so all jit tests (modulo the bugs above) should now conform. In addition because it can rewrite project files, we might want to enhance it so that all projects have a unique GUID. If / when we convert tests over to using SDK style projects we should make corresponding updates to the tool.
non_main
suggested enhancements to checkprojects the checkprojects jit test is intended to verify that all the jit test project files meet our expectations test suffix convention d do etc matches projects settings the il generated for the test does not depend on the ambient build environment points out some example where the optimization settings were not checked some examples where the suffix convention was misused we should enhance checkprojects to catch those cases is removing check exclusions for the codegen bring up tests so all jit tests modulo the bugs above should now conform in addition because it can rewrite project files we might want to enhance it so that all projects have a unique guid if when we convert tests over to using sdk style projects we should make corresponding updates to the tool
0
393,674
27,003,872,423
IssuesEvent
2023-02-10 10:04:22
Avaiga/taipy-doc
https://api.github.com/repos/Avaiga/taipy-doc
closed
Charts - Demonstration code should point to the complete code in taipy-gui
📈 Improvement 🖰 GUI 📄 Documentation 🟩 Priority: Low
**Description** Many code samples can be found in the chart control documentation. These are snippets. It would be far better to be able to point to a complete example that anyone can just run, List of sanples to expose at this time: - doc/examples/charts/advanced-unbalanced-datasets - doc/examples/charts/advanced-annotations - doc/examples/charts/advanced-shapes - doc/examples/charts/advanced-selection - doc/examples/charts/advanced-range-tracking - doc/examples/charts/bar-simple - doc/examples/charts/bar-multiple - doc/examples/charts/bar-stacked - doc/examples/charts/bar-facing - doc/examples/charts/basics-simple - doc/examples/charts/basics-xrange - doc/examples/charts/basics-title - doc/examples/charts/basics-multiple-traces - doc/examples/charts/basics-two-y-axis - doc/examples/charts/basics-timeline - doc/examples/charts/bubble-simple - doc/examples/charts/bubble-symbols - doc/examples/charts/bubble-hover - doc/examples/charts/candlestick-simple - doc/examples/charts/candlestick-styling - doc/examples/charts/candlestick-timeseries - doc/examples/charts/continuous-error-simple - doc/examples/charts/continuous-error-multiple - doc/examples/charts/error-bars-simple - doc/examples/charts/error-bars-asymmetric - doc/examples/charts/filled-area-simple - doc/examples/charts/filled-area-overlay - doc/examples/charts/filled-area-stacked - doc/examples/charts/filled-area-normalized - doc/examples/charts/funnel-simple - doc/examples/charts/funnel-multiple - doc/examples/charts/funnel-styling - doc/examples/charts/funnel-area - doc/examples/charts/funnel-area-multiple - doc/examples/charts/gantt-simple - doc/examples/charts/heatmap-simple - doc/examples/charts/heatmap-unbalanced - doc/examples/charts/heatmap-colorscale - doc/examples/charts/heatmap-annotated - doc/examples/charts/heatmap-unequal-cell-sizes - doc/examples/charts/heatmap-drawing-on-top - doc/examples/charts/histogram-simple - doc/examples/charts/histogram-horizontal - doc/examples/charts/histogram-overlay - doc/examples/charts/histogram-stacked - doc/examples/charts/histogram-cumulative - doc/examples/charts/histogram-normalized - doc/examples/charts/histogram-binning - doc/examples/charts/histogram-nbins - doc/examples/charts/line-style - doc/examples/charts/line-text - doc/examples/charts/map-simple - doc/examples/charts/map-lines - doc/examples/charts/map-bubbles - doc/examples/charts/pie-simple - doc/examples/charts/pie-styling - doc/examples/charts/pie-multiple - doc/examples/charts/polar-simple - doc/examples/charts/polar-area - doc/examples/charts/polar-multiple - doc/examples/charts/polar-sector - doc/examples/charts/polar-angular-axis - doc/examples/charts/polar-tick-texts - doc/examples/charts/radar-simple - doc/examples/charts/radar-multiple - doc/examples/charts/scatter-classification - doc/examples/charts/scatter-styling - doc/examples/charts/scatter-more-styling - doc/examples/charts/scatter-regression **Expected change** Samples have a link to the taipy-gui repository where the entire code sample can be looked at.
1.0
Charts - Demonstration code should point to the complete code in taipy-gui - **Description** Many code samples can be found in the chart control documentation. These are snippets. It would be far better to be able to point to a complete example that anyone can just run, List of sanples to expose at this time: - doc/examples/charts/advanced-unbalanced-datasets - doc/examples/charts/advanced-annotations - doc/examples/charts/advanced-shapes - doc/examples/charts/advanced-selection - doc/examples/charts/advanced-range-tracking - doc/examples/charts/bar-simple - doc/examples/charts/bar-multiple - doc/examples/charts/bar-stacked - doc/examples/charts/bar-facing - doc/examples/charts/basics-simple - doc/examples/charts/basics-xrange - doc/examples/charts/basics-title - doc/examples/charts/basics-multiple-traces - doc/examples/charts/basics-two-y-axis - doc/examples/charts/basics-timeline - doc/examples/charts/bubble-simple - doc/examples/charts/bubble-symbols - doc/examples/charts/bubble-hover - doc/examples/charts/candlestick-simple - doc/examples/charts/candlestick-styling - doc/examples/charts/candlestick-timeseries - doc/examples/charts/continuous-error-simple - doc/examples/charts/continuous-error-multiple - doc/examples/charts/error-bars-simple - doc/examples/charts/error-bars-asymmetric - doc/examples/charts/filled-area-simple - doc/examples/charts/filled-area-overlay - doc/examples/charts/filled-area-stacked - doc/examples/charts/filled-area-normalized - doc/examples/charts/funnel-simple - doc/examples/charts/funnel-multiple - doc/examples/charts/funnel-styling - doc/examples/charts/funnel-area - doc/examples/charts/funnel-area-multiple - doc/examples/charts/gantt-simple - doc/examples/charts/heatmap-simple - doc/examples/charts/heatmap-unbalanced - doc/examples/charts/heatmap-colorscale - doc/examples/charts/heatmap-annotated - doc/examples/charts/heatmap-unequal-cell-sizes - doc/examples/charts/heatmap-drawing-on-top - doc/examples/charts/histogram-simple - doc/examples/charts/histogram-horizontal - doc/examples/charts/histogram-overlay - doc/examples/charts/histogram-stacked - doc/examples/charts/histogram-cumulative - doc/examples/charts/histogram-normalized - doc/examples/charts/histogram-binning - doc/examples/charts/histogram-nbins - doc/examples/charts/line-style - doc/examples/charts/line-text - doc/examples/charts/map-simple - doc/examples/charts/map-lines - doc/examples/charts/map-bubbles - doc/examples/charts/pie-simple - doc/examples/charts/pie-styling - doc/examples/charts/pie-multiple - doc/examples/charts/polar-simple - doc/examples/charts/polar-area - doc/examples/charts/polar-multiple - doc/examples/charts/polar-sector - doc/examples/charts/polar-angular-axis - doc/examples/charts/polar-tick-texts - doc/examples/charts/radar-simple - doc/examples/charts/radar-multiple - doc/examples/charts/scatter-classification - doc/examples/charts/scatter-styling - doc/examples/charts/scatter-more-styling - doc/examples/charts/scatter-regression **Expected change** Samples have a link to the taipy-gui repository where the entire code sample can be looked at.
non_main
charts demonstration code should point to the complete code in taipy gui description many code samples can be found in the chart control documentation these are snippets it would be far better to be able to point to a complete example that anyone can just run list of sanples to expose at this time doc examples charts advanced unbalanced datasets doc examples charts advanced annotations doc examples charts advanced shapes doc examples charts advanced selection doc examples charts advanced range tracking doc examples charts bar simple doc examples charts bar multiple doc examples charts bar stacked doc examples charts bar facing doc examples charts basics simple doc examples charts basics xrange doc examples charts basics title doc examples charts basics multiple traces doc examples charts basics two y axis doc examples charts basics timeline doc examples charts bubble simple doc examples charts bubble symbols doc examples charts bubble hover doc examples charts candlestick simple doc examples charts candlestick styling doc examples charts candlestick timeseries doc examples charts continuous error simple doc examples charts continuous error multiple doc examples charts error bars simple doc examples charts error bars asymmetric doc examples charts filled area simple doc examples charts filled area overlay doc examples charts filled area stacked doc examples charts filled area normalized doc examples charts funnel simple doc examples charts funnel multiple doc examples charts funnel styling doc examples charts funnel area doc examples charts funnel area multiple doc examples charts gantt simple doc examples charts heatmap simple doc examples charts heatmap unbalanced doc examples charts heatmap colorscale doc examples charts heatmap annotated doc examples charts heatmap unequal cell sizes doc examples charts heatmap drawing on top doc examples charts histogram simple doc examples charts histogram horizontal doc examples charts histogram overlay doc examples charts histogram stacked doc examples charts histogram cumulative doc examples charts histogram normalized doc examples charts histogram binning doc examples charts histogram nbins doc examples charts line style doc examples charts line text doc examples charts map simple doc examples charts map lines doc examples charts map bubbles doc examples charts pie simple doc examples charts pie styling doc examples charts pie multiple doc examples charts polar simple doc examples charts polar area doc examples charts polar multiple doc examples charts polar sector doc examples charts polar angular axis doc examples charts polar tick texts doc examples charts radar simple doc examples charts radar multiple doc examples charts scatter classification doc examples charts scatter styling doc examples charts scatter more styling doc examples charts scatter regression expected change samples have a link to the taipy gui repository where the entire code sample can be looked at
0
320,925
9,791,233,512
IssuesEvent
2019-06-10 14:36:53
materials-data-facility/connect_client
https://api.github.com/repos/materials-data-facility/connect_client
closed
Allow list of services to be passed to add_service()
medium priority
add_data_source() already accepts a list, so add_service() only accepting strings seems a bit surprising. Certainly saves a bit of effort if you can pass a list.
1.0
Allow list of services to be passed to add_service() - add_data_source() already accepts a list, so add_service() only accepting strings seems a bit surprising. Certainly saves a bit of effort if you can pass a list.
non_main
allow list of services to be passed to add service add data source already accepts a list so add service only accepting strings seems a bit surprising certainly saves a bit of effort if you can pass a list
0
50,591
26,697,588,363
IssuesEvent
2023-01-27 11:44:20
simphony/simphony-osp
https://api.github.com/repos/simphony/simphony-osp
closed
Prune method of DbSession.
API details :speech_balloon: discussion :chart_with_upwards_trend: performance
In GitLab by @urbanmatthias on Sep 26, 2019, 09:06 The session.prune() method is currently the only way to permanently delete cuds objects. It calculates which cuds object are reachable from the root. All cuds objects that are not reachable will be deleted. In the case of a database session the method can become very inefficient. It might be necessary to iterate over the entire database to calculate the reachability for an object. Possible solution: - Offer alternative ways to permanenty delete cuds objects (e.g. by overriding __del__) - Override prune method in DbSession. Assume the database is connected. Consider it to be a single node in the DAG. All cuds objects in the registry that have a (active or passive) relationship to some element in the db are considered to have a (active or passive) relationship to the db node. Then: - All cuds objects not reachable via the registry and with no passive rel to the db node are deleted. - If the db node is not reachable from the root, delete the contents of the db. See also #46
True
Prune method of DbSession. - In GitLab by @urbanmatthias on Sep 26, 2019, 09:06 The session.prune() method is currently the only way to permanently delete cuds objects. It calculates which cuds object are reachable from the root. All cuds objects that are not reachable will be deleted. In the case of a database session the method can become very inefficient. It might be necessary to iterate over the entire database to calculate the reachability for an object. Possible solution: - Offer alternative ways to permanenty delete cuds objects (e.g. by overriding __del__) - Override prune method in DbSession. Assume the database is connected. Consider it to be a single node in the DAG. All cuds objects in the registry that have a (active or passive) relationship to some element in the db are considered to have a (active or passive) relationship to the db node. Then: - All cuds objects not reachable via the registry and with no passive rel to the db node are deleted. - If the db node is not reachable from the root, delete the contents of the db. See also #46
non_main
prune method of dbsession in gitlab by urbanmatthias on sep the session prune method is currently the only way to permanently delete cuds objects it calculates which cuds object are reachable from the root all cuds objects that are not reachable will be deleted in the case of a database session the method can become very inefficient it might be necessary to iterate over the entire database to calculate the reachability for an object possible solution offer alternative ways to permanenty delete cuds objects e g by overriding del override prune method in dbsession assume the database is connected consider it to be a single node in the dag all cuds objects in the registry that have a active or passive relationship to some element in the db are considered to have a active or passive relationship to the db node then all cuds objects not reachable via the registry and with no passive rel to the db node are deleted if the db node is not reachable from the root delete the contents of the db see also
0
80,439
3,561,679,777
IssuesEvent
2016-01-23 23:33:58
Benrnz/BudgetAnalyser
https://api.github.com/repos/Benrnz/BudgetAnalyser
closed
Ledger auto matching possibly not working for savings ledger transactions
bug Priority-high
Not sure if this was a data problem or a code bug. First noticed in Jan-16. All Savings ledgers had a budget amount from last month showing up, that should not have been there (they should have been auto matched to last months ledger transactions).
1.0
Ledger auto matching possibly not working for savings ledger transactions - Not sure if this was a data problem or a code bug. First noticed in Jan-16. All Savings ledgers had a budget amount from last month showing up, that should not have been there (they should have been auto matched to last months ledger transactions).
non_main
ledger auto matching possibly not working for savings ledger transactions not sure if this was a data problem or a code bug first noticed in jan all savings ledgers had a budget amount from last month showing up that should not have been there they should have been auto matched to last months ledger transactions
0
35,284
17,013,616,585
IssuesEvent
2021-07-02 08:54:38
NVIDIA/TensorRT
https://api.github.com/repos/NVIDIA/TensorRT
closed
trtexec performance metrics analysis confusion
Release: 7.x Runtime: Performance Samples triaged
Hi TensorRT team, I used **trtexec** to analyze the performance of my model, and got the following log. I've read the explanation of meaning of those metrics (refs: https://forums.developer.nvidia.com/t/need-some-precisions-about-trtexec-measures/173133) But I was confused by the knowledge implied by the metrics: - "wall time 3.0s, compute time 2.9s " . This implies GPU was fully utilized, most of the time were spent in computing. - "GPU latency 3.0ms, end to end 6.0ms". This implies only half of the time were spent in computing, the other half maybe used in launching kernels or transferring data. The two implications are contradictory, which one should I believe? Logs _[05/10/2021-12:24:30] [I] Average on 10 runs - GPU latency: 3.05903 ms - Host latency: 3.5863 ms (end to end 6.07532 ms, enqueue 0.538281 ms) [05/10/2021-12:24:30] [I] Average on 10 runs - GPU latency: 3.05674 ms - Host latency: 3.58508 ms (end to end 6.07249 ms, enqueue 0.489038 ms) [05/10/2021-12:24:30] [I] Average on 10 runs - GPU latency: 3.04807 ms - Host latency: 3.57705 ms (end to end 6.04717 ms, enqueue 0.552759 ms) [05/10/2021-12:24:30] [I] Average on 10 runs - GPU latency: 3.02651 ms - Host latency: 3.55483 ms (end to end 6.0396 ms, enqueue 0.478613 ms) [05/10/2021-12:24:30] [I] Host Latency [05/10/2021-12:24:30] [I] min: 3.30054 ms (end to end 3.53296 ms) [05/10/2021-12:24:30] [I] max: 3.70898 ms (end to end 6.26807 ms) [05/10/2021-12:24:30] [I] mean: 3.58474 ms (end to end 6.06144 ms) [05/10/2021-12:24:30] [I] median: 3.58569 ms (end to end 6.07449 ms) [05/10/2021-12:24:30] [I] percentile: 3.62866 ms at 99% (end to end 6.14209 ms at 99%) [05/10/2021-12:24:30] [I] throughput: 325.806 qps [05/10/2021-12:24:30] [I] walltime: 3.00792 s [05/10/2021-12:24:30] [I] Enqueue Time [05/10/2021-12:24:30] [I] min: 0.408752 ms [05/10/2021-12:24:30] [I] max: 0.715942 ms [05/10/2021-12:24:30] [I] median: 0.495239 ms [05/10/2021-12:24:30] [I] GPU Compute [05/10/2021-12:24:30] [I] min: 2.776 ms [05/10/2021-12:24:30] [I] max: 3.1897 ms [05/10/2021-12:24:30] [I] mean: 3.05797 ms [05/10/2021-12:24:30] [I] median: 3.05869 ms [05/10/2021-12:24:30] [I] percentile: 3.09961 ms at 99% [05/10/2021-12:24:30] [I] total compute time: 2.99682 s &&&& PASSED TensorRT.trtexec # ./trtexec --onnx=my_model_1024.onnx_
True
trtexec performance metrics analysis confusion - Hi TensorRT team, I used **trtexec** to analyze the performance of my model, and got the following log. I've read the explanation of meaning of those metrics (refs: https://forums.developer.nvidia.com/t/need-some-precisions-about-trtexec-measures/173133) But I was confused by the knowledge implied by the metrics: - "wall time 3.0s, compute time 2.9s " . This implies GPU was fully utilized, most of the time were spent in computing. - "GPU latency 3.0ms, end to end 6.0ms". This implies only half of the time were spent in computing, the other half maybe used in launching kernels or transferring data. The two implications are contradictory, which one should I believe? Logs _[05/10/2021-12:24:30] [I] Average on 10 runs - GPU latency: 3.05903 ms - Host latency: 3.5863 ms (end to end 6.07532 ms, enqueue 0.538281 ms) [05/10/2021-12:24:30] [I] Average on 10 runs - GPU latency: 3.05674 ms - Host latency: 3.58508 ms (end to end 6.07249 ms, enqueue 0.489038 ms) [05/10/2021-12:24:30] [I] Average on 10 runs - GPU latency: 3.04807 ms - Host latency: 3.57705 ms (end to end 6.04717 ms, enqueue 0.552759 ms) [05/10/2021-12:24:30] [I] Average on 10 runs - GPU latency: 3.02651 ms - Host latency: 3.55483 ms (end to end 6.0396 ms, enqueue 0.478613 ms) [05/10/2021-12:24:30] [I] Host Latency [05/10/2021-12:24:30] [I] min: 3.30054 ms (end to end 3.53296 ms) [05/10/2021-12:24:30] [I] max: 3.70898 ms (end to end 6.26807 ms) [05/10/2021-12:24:30] [I] mean: 3.58474 ms (end to end 6.06144 ms) [05/10/2021-12:24:30] [I] median: 3.58569 ms (end to end 6.07449 ms) [05/10/2021-12:24:30] [I] percentile: 3.62866 ms at 99% (end to end 6.14209 ms at 99%) [05/10/2021-12:24:30] [I] throughput: 325.806 qps [05/10/2021-12:24:30] [I] walltime: 3.00792 s [05/10/2021-12:24:30] [I] Enqueue Time [05/10/2021-12:24:30] [I] min: 0.408752 ms [05/10/2021-12:24:30] [I] max: 0.715942 ms [05/10/2021-12:24:30] [I] median: 0.495239 ms [05/10/2021-12:24:30] [I] GPU Compute [05/10/2021-12:24:30] [I] min: 2.776 ms [05/10/2021-12:24:30] [I] max: 3.1897 ms [05/10/2021-12:24:30] [I] mean: 3.05797 ms [05/10/2021-12:24:30] [I] median: 3.05869 ms [05/10/2021-12:24:30] [I] percentile: 3.09961 ms at 99% [05/10/2021-12:24:30] [I] total compute time: 2.99682 s &&&& PASSED TensorRT.trtexec # ./trtexec --onnx=my_model_1024.onnx_
non_main
trtexec performance metrics analysis confusion hi tensorrt team i used trtexec to analyze the performance of my model and got the following log i ve read the explanation of meaning of those metrics refs but i was confused by the knowledge implied by the metrics wall time compute time this implies gpu was fully utilized most of the time were spent in computing gpu latency end to end this implies only half of the time were spent in computing the other half maybe used in launching kernels or transferring data the two implications are contradictory which one should i believe logs average on runs gpu latency ms host latency ms end to end ms enqueue ms average on runs gpu latency ms host latency ms end to end ms enqueue ms average on runs gpu latency ms host latency ms end to end ms enqueue ms average on runs gpu latency ms host latency ms end to end ms enqueue ms host latency min ms end to end ms max ms end to end ms mean ms end to end ms median ms end to end ms percentile ms at end to end ms at throughput qps walltime s enqueue time min ms max ms median ms gpu compute min ms max ms mean ms median ms percentile ms at total compute time s passed tensorrt trtexec trtexec onnx my model onnx
0
246,366
7,895,176,438
IssuesEvent
2018-06-29 01:33:48
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
VisIt may not get number of materials correct from vtk multi-block datasets
Likelihood: 3 - Occasional OS: All Priority: Normal Severity: 2 - Minor Irritation Support Group: Any bug version: 2.12.3
VisIt only uses the material information contained in the first block, so if subsequent blocks have different materials than the first, VisIt will not know about them. This can currently be overcome by adding an integer FieldData array to the first block called 'MaterialIds' listing all the material ids for the entire dataset. Should we investigate a better way? -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. The following information could not be accurately captured in the new ticket: Original author: Kathleen Biagas Original creation: 11/20/2017 04:34 pm Original update: 11/28/2017 06:32 pm Ticket number: 2981
1.0
VisIt may not get number of materials correct from vtk multi-block datasets - VisIt only uses the material information contained in the first block, so if subsequent blocks have different materials than the first, VisIt will not know about them. This can currently be overcome by adding an integer FieldData array to the first block called 'MaterialIds' listing all the material ids for the entire dataset. Should we investigate a better way? -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. The following information could not be accurately captured in the new ticket: Original author: Kathleen Biagas Original creation: 11/20/2017 04:34 pm Original update: 11/28/2017 06:32 pm Ticket number: 2981
non_main
visit may not get number of materials correct from vtk multi block datasets visit only uses the material information contained in the first block so if subsequent blocks have different materials than the first visit will not know about them this can currently be overcome by adding an integer fielddata array to the first block called materialids listing all the material ids for the entire dataset should we investigate a better way redmine migration this ticket was migrated from redmine the following information could not be accurately captured in the new ticket original author kathleen biagas original creation pm original update pm ticket number
0
142,572
21,786,720,633
IssuesEvent
2022-05-14 08:43:27
prql/prql
https://api.github.com/repos/prql/prql
closed
Window functions over groups
language-design
I've worked with SQL a lot and now already 5 years with Pandas, and sometimes both drive me absolutely mad. In some aspects Pandas in Python is nicer, but things like window functions are absolutely horrible. Example: orders ------ cell (a cell on a map) hour (datetime but rounded to hours) amount with some calculations we should produce this: orders ------ cell hour_index (unix timestamp // 3600) hour day_of_year day_of_week week_of_year year And then for each row, calculate 1. A = orders for the same day of week and same hour for the previous 10 weeks. 2. B = calculate mean orders per whole day for the same days of week for the previous 10 weeks. 3. C = calculate total orders yesterday. 4. A * C / B I've done only part 1 in Pandas, and it's awful. dc = data.copy() data['mean_orders'] = 0 for i in tqdm(range(1, 11)): dc.week += 1 data = data.merge(dc[['cell', 'week', 'weekday', 'orders']], on=['cell', 'weekday', 'week'], suffixes=('', '_other')) data['mean_orders'] += data['orders_other'] / 10 data.drop('orders_other', inplace=True, axis=1) I can think of PostgreSQL equivalent (though window function names and params might not be exactly these): select cell, first(orders), sum(orders, 10) over (partition by cell, day_of_week, hour order by week) / 10 mean_same_hour_over_week, sum(orders, 168) over (partition by cell order by hour) / 7 mean_per_day_over_week, sum(b.orders) from orders a inner join orders y on y.hour_index between (a.hour_index - a.hour) and (a.hour_index - a.hour - 24) group by cell, orders; ...and then put it into a CTE and do the multiplication & division.
1.0
Window functions over groups - I've worked with SQL a lot and now already 5 years with Pandas, and sometimes both drive me absolutely mad. In some aspects Pandas in Python is nicer, but things like window functions are absolutely horrible. Example: orders ------ cell (a cell on a map) hour (datetime but rounded to hours) amount with some calculations we should produce this: orders ------ cell hour_index (unix timestamp // 3600) hour day_of_year day_of_week week_of_year year And then for each row, calculate 1. A = orders for the same day of week and same hour for the previous 10 weeks. 2. B = calculate mean orders per whole day for the same days of week for the previous 10 weeks. 3. C = calculate total orders yesterday. 4. A * C / B I've done only part 1 in Pandas, and it's awful. dc = data.copy() data['mean_orders'] = 0 for i in tqdm(range(1, 11)): dc.week += 1 data = data.merge(dc[['cell', 'week', 'weekday', 'orders']], on=['cell', 'weekday', 'week'], suffixes=('', '_other')) data['mean_orders'] += data['orders_other'] / 10 data.drop('orders_other', inplace=True, axis=1) I can think of PostgreSQL equivalent (though window function names and params might not be exactly these): select cell, first(orders), sum(orders, 10) over (partition by cell, day_of_week, hour order by week) / 10 mean_same_hour_over_week, sum(orders, 168) over (partition by cell order by hour) / 7 mean_per_day_over_week, sum(b.orders) from orders a inner join orders y on y.hour_index between (a.hour_index - a.hour) and (a.hour_index - a.hour - 24) group by cell, orders; ...and then put it into a CTE and do the multiplication & division.
non_main
window functions over groups i ve worked with sql a lot and now already years with pandas and sometimes both drive me absolutely mad in some aspects pandas in python is nicer but things like window functions are absolutely horrible example orders cell a cell on a map hour datetime but rounded to hours amount with some calculations we should produce this orders cell hour index unix timestamp hour day of year day of week week of year year and then for each row calculate a orders for the same day of week and same hour for the previous weeks b calculate mean orders per whole day for the same days of week for the previous weeks c calculate total orders yesterday a c b i ve done only part in pandas and it s awful dc data copy data for i in tqdm range dc week data data merge dc on suffixes other data data data drop orders other inplace true axis i can think of postgresql equivalent though window function names and params might not be exactly these select cell first orders sum orders over partition by cell day of week hour order by week mean same hour over week sum orders over partition by cell order by hour mean per day over week sum b orders from orders a inner join orders y on y hour index between a hour index a hour and a hour index a hour group by cell orders and then put it into a cte and do the multiplication division
0
106,611
16,700,501,741
IssuesEvent
2021-06-09 01:10:33
vipinsun/eosio-web-ide
https://api.github.com/repos/vipinsun/eosio-web-ide
opened
CVE-2020-7598 (Medium) detected in multiple libraries
security vulnerability
## CVE-2020-7598 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary> <p> <details><summary><b>minimist-0.0.8.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p> <p>Path to dependency file: eosio-web-ide/webapp/package.json</p> <p>Path to vulnerable library: eosio-web-ide/webapp/node_modules/minimist</p> <p> Dependency Hierarchy: - http-server-0.11.1.tgz (Root Library) - portfinder-1.0.23.tgz - mkdirp-0.5.1.tgz - :x: **minimist-0.0.8.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-0.0.10.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz</a></p> <p>Path to dependency file: eosio-web-ide/webapp/package.json</p> <p>Path to vulnerable library: eosio-web-ide/webapp/node_modules/minimist</p> <p> Dependency Hierarchy: - http-server-0.11.1.tgz (Root Library) - optimist-0.6.1.tgz - :x: **minimist-0.0.10.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-1.2.0.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p> <p>Path to dependency file: eosio-web-ide/webapp/package.json</p> <p>Path to vulnerable library: eosio-web-ide/webapp/node_modules/minimist</p> <p> Dependency Hierarchy: - http-server-0.11.1.tgz (Root Library) - ecstatic-3.3.2.tgz - :x: **minimist-1.2.0.tgz** (Vulnerable Library) </details> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload. <p>Publish Date: 2020-03-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p> <p>Release Date: 2020-03-11</p> <p>Fix Resolution: minimist - 0.2.1,1.2.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-7598 (Medium) detected in multiple libraries - ## CVE-2020-7598 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary> <p> <details><summary><b>minimist-0.0.8.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz</a></p> <p>Path to dependency file: eosio-web-ide/webapp/package.json</p> <p>Path to vulnerable library: eosio-web-ide/webapp/node_modules/minimist</p> <p> Dependency Hierarchy: - http-server-0.11.1.tgz (Root Library) - portfinder-1.0.23.tgz - mkdirp-0.5.1.tgz - :x: **minimist-0.0.8.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-0.0.10.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz</a></p> <p>Path to dependency file: eosio-web-ide/webapp/package.json</p> <p>Path to vulnerable library: eosio-web-ide/webapp/node_modules/minimist</p> <p> Dependency Hierarchy: - http-server-0.11.1.tgz (Root Library) - optimist-0.6.1.tgz - :x: **minimist-0.0.10.tgz** (Vulnerable Library) </details> <details><summary><b>minimist-1.2.0.tgz</b></p></summary> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz">https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz</a></p> <p>Path to dependency file: eosio-web-ide/webapp/package.json</p> <p>Path to vulnerable library: eosio-web-ide/webapp/node_modules/minimist</p> <p> Dependency Hierarchy: - http-server-0.11.1.tgz (Root Library) - ecstatic-3.3.2.tgz - :x: **minimist-1.2.0.tgz** (Vulnerable Library) </details> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload. <p>Publish Date: 2020-03-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94">https://github.com/substack/minimist/commit/63e7ed05aa4b1889ec2f3b196426db4500cbda94</a></p> <p>Release Date: 2020-03-11</p> <p>Fix Resolution: minimist - 0.2.1,1.2.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_main
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file eosio web ide webapp package json path to vulnerable library eosio web ide webapp node modules minimist dependency hierarchy http server tgz root library portfinder tgz mkdirp tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file eosio web ide webapp package json path to vulnerable library eosio web ide webapp node modules minimist dependency hierarchy http server tgz root library optimist tgz x minimist tgz vulnerable library minimist tgz parse argument options library home page a href path to dependency file eosio web ide webapp package json path to vulnerable library eosio web ide webapp node modules minimist dependency hierarchy http server tgz root library ecstatic tgz x minimist tgz vulnerable library found in base branch master vulnerability details minimist before could be tricked into adding or modifying properties of object prototype using a constructor or proto payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution minimist step up your open source security game with whitesource
0
545
3,970,421,757
IssuesEvent
2016-05-04 07:10:44
duckduckgo/zeroclickinfo-goodies
https://api.github.com/repos/duckduckgo/zeroclickinfo-goodies
closed
Hex To Ascii: Improve triggering
Low-Hanging Fruit Maintainer Approved
We should support forms like `0x1F hex to ascii`, `0x1F to ascii` etc. ------ IA Page: http://duck.co/ia/view/hex_to_ascii [Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @koosha--
True
Hex To Ascii: Improve triggering - We should support forms like `0x1F hex to ascii`, `0x1F to ascii` etc. ------ IA Page: http://duck.co/ia/view/hex_to_ascii [Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @koosha--
main
hex to ascii improve triggering we should support forms like hex to ascii to ascii etc ia page koosha
1
4,565
23,739,057,446
IssuesEvent
2022-08-31 10:43:19
camunda/zeebe
https://api.github.com/repos/camunda/zeebe
closed
Make Netty transport's channel pipeline explicit
kind/toil area/maintainability
**Description** The current channel pipeline will modify itself once the protocol handshake has been completed. This can lead to unexpected pipeline ordering since we always use `addLast`, which may break the ordering of the pipelines. The pipeline should be explicit and static. This will not only simplify reasoning about it, but will also make it less error prone and make it easier should we add more handlers.
True
Make Netty transport's channel pipeline explicit - **Description** The current channel pipeline will modify itself once the protocol handshake has been completed. This can lead to unexpected pipeline ordering since we always use `addLast`, which may break the ordering of the pipelines. The pipeline should be explicit and static. This will not only simplify reasoning about it, but will also make it less error prone and make it easier should we add more handlers.
main
make netty transport s channel pipeline explicit description the current channel pipeline will modify itself once the protocol handshake has been completed this can lead to unexpected pipeline ordering since we always use addlast which may break the ordering of the pipelines the pipeline should be explicit and static this will not only simplify reasoning about it but will also make it less error prone and make it easier should we add more handlers
1
238,344
26,098,136,449
IssuesEvent
2022-12-27 01:03:43
Galaxy-Software-Service/WebGoat
https://api.github.com/repos/Galaxy-Software-Service/WebGoat
closed
CVE-2021-43138 (High) detected in async-1.5.2.tgz - autoclosed
security vulnerability
## CVE-2021-43138 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-1.5.2.tgz</b></p></summary> <p>Higher-order functions and common patterns for asynchronous code</p> <p>Library home page: <a href="https://registry.npmjs.org/async/-/async-1.5.2.tgz">https://registry.npmjs.org/async/-/async-1.5.2.tgz</a></p> <p>Path to dependency file: /docs/package.json</p> <p>Path to vulnerable library: /docs/node_modules/async/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.3.tgz (Root Library) - portscanner-2.1.1.tgz - :x: **async-1.5.2.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Async before 2.6.4 and 3.x before 3.2.2, a malicious user can obtain privileges via the mapValues() method, aka lib/internal/iterator.js createObjectIterator prototype pollution. <p>Publish Date: 2022-04-06 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-43138>CVE-2021-43138</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p> <p>Release Date: 2022-04-06</p> <p>Fix Resolution: async - 2.6.4,3.2.2</p> </p> </details> <p></p>
True
CVE-2021-43138 (High) detected in async-1.5.2.tgz - autoclosed - ## CVE-2021-43138 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>async-1.5.2.tgz</b></p></summary> <p>Higher-order functions and common patterns for asynchronous code</p> <p>Library home page: <a href="https://registry.npmjs.org/async/-/async-1.5.2.tgz">https://registry.npmjs.org/async/-/async-1.5.2.tgz</a></p> <p>Path to dependency file: /docs/package.json</p> <p>Path to vulnerable library: /docs/node_modules/async/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.3.tgz (Root Library) - portscanner-2.1.1.tgz - :x: **async-1.5.2.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Async before 2.6.4 and 3.x before 3.2.2, a malicious user can obtain privileges via the mapValues() method, aka lib/internal/iterator.js createObjectIterator prototype pollution. <p>Publish Date: 2022-04-06 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-43138>CVE-2021-43138</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p> <p>Release Date: 2022-04-06</p> <p>Fix Resolution: async - 2.6.4,3.2.2</p> </p> </details> <p></p>
non_main
cve high detected in async tgz autoclosed cve high severity vulnerability vulnerable library async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file docs package json path to vulnerable library docs node modules async package json dependency hierarchy browser sync tgz root library portscanner tgz x async tgz vulnerable library found in base branch master vulnerability details in async before and x before a malicious user can obtain privileges via the mapvalues method aka lib internal iterator js createobjectiterator prototype pollution publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution async
0
4,664
24,119,146,638
IssuesEvent
2022-09-20 17:04:45
ocsf/ocsf-schema
https://api.github.com/repos/ocsf/ocsf-schema
closed
Event Origin object
bug maintainers
1. Define structure of the `origin` object 2. Clean up & refine originally present attributes under the origin object 3. Move `origin` under `metadata` 4. Revert related changes made in this https://github.com/ocsf/ocsf-schema/commit/1e5b116105ddeeb445979581c0da3a1ba7d6fa5b More context - [slack convo](https://opencybersecu-lz97379.slack.com/archives/C03C2QJRA73/p1659045687574909) Original object for reference - ``` { "caption": "Event Origin", "name": "event_origin", "description": "The event origin is where the event was created.", "extends": "object", "attributes": { "cloud": {}, "container": {}, "customer_uid": {}, "device": { "requirement": "recommended" }, "feature": {}, "product": { "requirement": "recommended" } }, "constraints": { "at_least_one": [ "device", "product" ] } } ```
True
Event Origin object - 1. Define structure of the `origin` object 2. Clean up & refine originally present attributes under the origin object 3. Move `origin` under `metadata` 4. Revert related changes made in this https://github.com/ocsf/ocsf-schema/commit/1e5b116105ddeeb445979581c0da3a1ba7d6fa5b More context - [slack convo](https://opencybersecu-lz97379.slack.com/archives/C03C2QJRA73/p1659045687574909) Original object for reference - ``` { "caption": "Event Origin", "name": "event_origin", "description": "The event origin is where the event was created.", "extends": "object", "attributes": { "cloud": {}, "container": {}, "customer_uid": {}, "device": { "requirement": "recommended" }, "feature": {}, "product": { "requirement": "recommended" } }, "constraints": { "at_least_one": [ "device", "product" ] } } ```
main
event origin object define structure of the origin object clean up refine originally present attributes under the origin object move origin under metadata revert related changes made in this more context original object for reference caption event origin name event origin description the event origin is where the event was created extends object attributes cloud container customer uid device requirement recommended feature product requirement recommended constraints at least one device product
1
2,245
7,895,797,629
IssuesEvent
2018-06-29 05:48:48
arcticicestudio/nord-visual-studio-code
https://api.github.com/repos/arcticicestudio/nord-visual-studio-code
closed
Use remark-lint with styleguide preset
context-workflow scope-maintainability type-improvement
<p align="center"><img src="https://camo.githubusercontent.com/9f1081385e1221287ce3ee8f126fb8940a74da26/68747470733a2f2f63646e2e7261776769742e636f6d2f72656d61726b6a732f72656d61726b2d6c696e742f623137376163362f6c6f676f2e737667" /></p> [remark-lint][] should be used with the [Markdown styleguide][sgm] preset [remark-preset-lint-arcticicestudio][]. [remark-lint]: https://github.com/remarkjs/remark-lint [remark-preset-lint-arcticicestudio]: https://www.npmjs.com/package/remark-preset-lint-arcticicestudio [sgm]: https://github.com/arcticicestudio/styleguide-markdown
True
Use remark-lint with styleguide preset - <p align="center"><img src="https://camo.githubusercontent.com/9f1081385e1221287ce3ee8f126fb8940a74da26/68747470733a2f2f63646e2e7261776769742e636f6d2f72656d61726b6a732f72656d61726b2d6c696e742f623137376163362f6c6f676f2e737667" /></p> [remark-lint][] should be used with the [Markdown styleguide][sgm] preset [remark-preset-lint-arcticicestudio][]. [remark-lint]: https://github.com/remarkjs/remark-lint [remark-preset-lint-arcticicestudio]: https://www.npmjs.com/package/remark-preset-lint-arcticicestudio [sgm]: https://github.com/arcticicestudio/styleguide-markdown
main
use remark lint with styleguide preset should be used with the preset
1
81,246
15,608,238,250
IssuesEvent
2021-03-19 10:21:33
yamamoto42/multiappx
https://api.github.com/repos/yamamoto42/multiappx
opened
CVE-2020-11023 (Medium) detected in jquery-3.3.1.slim.min.js, jquery-3.2.1.min.js
security vulnerability
## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-3.3.1.slim.min.js</b>, <b>jquery-3.2.1.min.js</b></p></summary> <p> <details><summary><b>jquery-3.3.1.slim.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.slim.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.slim.min.js</a></p> <p>Path to dependency file: multiappx/index.html</p> <p>Path to vulnerable library: multiappx/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-3.3.1.slim.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-3.2.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js</a></p> <p>Path to dependency file: multiappx/node_modules/superagent/docs/tail.html</p> <p>Path to vulnerable library: multiappx/node_modules/superagent/docs/tail.html</p> <p> Dependency Hierarchy: - :x: **jquery-3.2.1.min.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/yamamoto42/multiappx/commit/de90ee33d1e0929f45f4b6c40aa3135b09c86a20">de90ee33d1e0929f45f4b6c40aa3135b09c86a20</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jquery - 3.5.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-11023 (Medium) detected in jquery-3.3.1.slim.min.js, jquery-3.2.1.min.js - ## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-3.3.1.slim.min.js</b>, <b>jquery-3.2.1.min.js</b></p></summary> <p> <details><summary><b>jquery-3.3.1.slim.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.slim.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.slim.min.js</a></p> <p>Path to dependency file: multiappx/index.html</p> <p>Path to vulnerable library: multiappx/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-3.3.1.slim.min.js** (Vulnerable Library) </details> <details><summary><b>jquery-3.2.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js</a></p> <p>Path to dependency file: multiappx/node_modules/superagent/docs/tail.html</p> <p>Path to vulnerable library: multiappx/node_modules/superagent/docs/tail.html</p> <p> Dependency Hierarchy: - :x: **jquery-3.2.1.min.js** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/yamamoto42/multiappx/commit/de90ee33d1e0929f45f4b6c40aa3135b09c86a20">de90ee33d1e0929f45f4b6c40aa3135b09c86a20</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11023>CVE-2020-11023</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11023</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jquery - 3.5.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_main
cve medium detected in jquery slim min js jquery min js cve medium severity vulnerability vulnerable libraries jquery slim min js jquery min js jquery slim min js javascript library for dom operations library home page a href path to dependency file multiappx index html path to vulnerable library multiappx index html dependency hierarchy x jquery slim min js vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file multiappx node modules superagent docs tail html path to vulnerable library multiappx node modules superagent docs tail html dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch master vulnerability details in jquery versions greater than or equal to and before passing html containing elements from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery step up your open source security game with whitesource
0
1,510
6,530,063,203
IssuesEvent
2017-08-30 13:58:43
ocaml/opam-repository
https://api.github.com/repos/ocaml/opam-repository
closed
ppx_tool.5.0 hash has changed
needs maintainer action
``` [ERROR] Bad checksum for /home/opam/.opam/packages.dev/ppx_tools.5.0/f70ca1d07d565989a0041e312e8efc00ff2ad87e: - 1e18ffaa90d51cba9e6d5eb7bd186637 [expected result] - 5e1a86ff323fe772d69ca2d25abc2c9d [actual result] ``` Contents look reasonable: ``` $ wget https://github.com/alainfrisch/ppx_tools/tarball/f70ca1d07d565989a0041e312e8efc00ff2ad87e -O 5.0.tgz $ md5sum 5.0.tgz 5e1a86ff323fe772d69ca2d25abc2c9d 5.0.tgz $ tar tf 5.0.tgz ocaml-ppx-ppx_tools-f70ca1d/ ocaml-ppx-ppx_tools-f70ca1d/.depend [...] ``` https://github.com/ocaml/opam-repository/blob/master/packages/ppx_tools/ppx_tools.5.0/url does give 1e18ffaa90d51cba9e6d5eb7bd186637 as the expected hash.
True
ppx_tool.5.0 hash has changed - ``` [ERROR] Bad checksum for /home/opam/.opam/packages.dev/ppx_tools.5.0/f70ca1d07d565989a0041e312e8efc00ff2ad87e: - 1e18ffaa90d51cba9e6d5eb7bd186637 [expected result] - 5e1a86ff323fe772d69ca2d25abc2c9d [actual result] ``` Contents look reasonable: ``` $ wget https://github.com/alainfrisch/ppx_tools/tarball/f70ca1d07d565989a0041e312e8efc00ff2ad87e -O 5.0.tgz $ md5sum 5.0.tgz 5e1a86ff323fe772d69ca2d25abc2c9d 5.0.tgz $ tar tf 5.0.tgz ocaml-ppx-ppx_tools-f70ca1d/ ocaml-ppx-ppx_tools-f70ca1d/.depend [...] ``` https://github.com/ocaml/opam-repository/blob/master/packages/ppx_tools/ppx_tools.5.0/url does give 1e18ffaa90d51cba9e6d5eb7bd186637 as the expected hash.
main
ppx tool hash has changed bad checksum for home opam opam packages dev ppx tools contents look reasonable wget o tgz tgz tgz tar tf tgz ocaml ppx ppx tools ocaml ppx ppx tools depend does give as the expected hash
1
4,674
24,160,487,782
IssuesEvent
2022-09-22 11:13:28
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
closed
Visual distinction between Table Inspector and table vanishes when inspector overlaps cells
type: enhancement work: frontend restricted: maintainers status: review
## Reproduce - When the sheet does not consume the full width of its allocated space on the page, I see a drop shadow on the left of the Table Inspector - But when the Table Inspector overlaps the sheet cells, that drop shadow disappears. ![Peek 2022-09-09 14-48](https://user-images.githubusercontent.com/42411/189422701-6e54acd8-51e5-4bcf-b22a-cd107518d485.gif) CC @rajatvijay
True
Visual distinction between Table Inspector and table vanishes when inspector overlaps cells - ## Reproduce - When the sheet does not consume the full width of its allocated space on the page, I see a drop shadow on the left of the Table Inspector - But when the Table Inspector overlaps the sheet cells, that drop shadow disappears. ![Peek 2022-09-09 14-48](https://user-images.githubusercontent.com/42411/189422701-6e54acd8-51e5-4bcf-b22a-cd107518d485.gif) CC @rajatvijay
main
visual distinction between table inspector and table vanishes when inspector overlaps cells reproduce when the sheet does not consume the full width of its allocated space on the page i see a drop shadow on the left of the table inspector but when the table inspector overlaps the sheet cells that drop shadow disappears cc rajatvijay
1
188,657
6,779,571,048
IssuesEvent
2017-10-29 01:03:53
kmycode/storycanvas-csharp
https://api.github.com/repos/kmycode/storycanvas-csharp
opened
人物デフォルトアイコンのロジック側での描画
enhancement priority-low
人物のアイコンが設定されてない時、デフォルトのアイコンは現在PNG画像から読み出したものを表示している。 しかしこのPNG画像は、解像度対応のため1024x1024という巨大なサイズになっている。 ロジック側が円とかを描画すれば、この画像描画の負荷を軽減できるのではないか
1.0
人物デフォルトアイコンのロジック側での描画 - 人物のアイコンが設定されてない時、デフォルトのアイコンは現在PNG画像から読み出したものを表示している。 しかしこのPNG画像は、解像度対応のため1024x1024という巨大なサイズになっている。 ロジック側が円とかを描画すれば、この画像描画の負荷を軽減できるのではないか
non_main
人物デフォルトアイコンのロジック側での描画 人物のアイコンが設定されてない時、デフォルトのアイコンは現在png画像から読み出したものを表示している。 しかしこのpng画像は、 。 ロジック側が円とかを描画すれば、この画像描画の負荷を軽減できるのではないか
0
271,755
20,713,677,415
IssuesEvent
2022-03-12 09:34:11
IndianOpenSourceFoundation/dynamic-cli
https://api.github.com/repos/IndianOpenSourceFoundation/dynamic-cli
opened
$ signs are getting copied while copying commands from readme
documentation
## 📚 Documentation I think dollar signs can be removed from codeblocks of readme. It's annoying to encounter `$: command not found` error everytime when starting out with the initial setup. I would also like to point that in Developer installation section command 3 and 4's order should be interchanged.
1.0
$ signs are getting copied while copying commands from readme - ## 📚 Documentation I think dollar signs can be removed from codeblocks of readme. It's annoying to encounter `$: command not found` error everytime when starting out with the initial setup. I would also like to point that in Developer installation section command 3 and 4's order should be interchanged.
non_main
signs are getting copied while copying commands from readme 📚 documentation i think dollar signs can be removed from codeblocks of readme it s annoying to encounter command not found error everytime when starting out with the initial setup i would also like to point that in developer installation section command and s order should be interchanged
0
27,639
30,003,431,995
IssuesEvent
2023-06-26 10:50:04
eclipse-m2e/m2e-core
https://api.github.com/repos/eclipse-m2e/m2e-core
closed
Bug 486737 - Support for Maven Extensions (LifeCycleParticipants)
usability
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=486737 > It would be nice if m2e supported Maven's lifecycle participants by instantiating them and calling their AbstractMavenLifecycleParticipant.afterProjectsRead() method. > > The other lifecycle methods do not make sense in m2e context. > > To make things as safe as possible, one might explicitly whitelist those participants that shall be called during an m2e build.
True
Bug 486737 - Support for Maven Extensions (LifeCycleParticipants) - See https://bugs.eclipse.org/bugs/show_bug.cgi?id=486737 > It would be nice if m2e supported Maven's lifecycle participants by instantiating them and calling their AbstractMavenLifecycleParticipant.afterProjectsRead() method. > > The other lifecycle methods do not make sense in m2e context. > > To make things as safe as possible, one might explicitly whitelist those participants that shall be called during an m2e build.
non_main
bug support for maven extensions lifecycleparticipants see it would be nice if supported maven s lifecycle participants by instantiating them and calling their abstractmavenlifecycleparticipant afterprojectsread method the other lifecycle methods do not make sense in context to make things as safe as possible one might explicitly whitelist those participants that shall be called during an build
0
36,586
15,031,120,547
IssuesEvent
2021-02-02 08:30:18
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
closed
[QUERY] Java Azure Async Client for ESB: Parallel vs Sequential read
Service Bus customer-reported question
**Query/Question** I would like to get the messages from a single queue **sequentially** using the async client. During debugging I can see that there are 8 threads listening one the queue. Also when I set a breakpoint on the message handler other messages are read meanwhile. But I need a true sequential processing: Wait for a message, process it, release it from the queue, pickup the next message. Can anybody spot my error in below code? ***Why is this not a Bug or a feature Request?*** I have read the documentation extensively, the docs, the Java samples and also Reactive programming but have not found any solution. Hence I assume the problem is on my side, you might actually consider adding documentation in that regards. Should be a typical question. **Setup (please complete the following information if applicable):** - OS: Linux - IDE : Eclipse - azure-storage-file-datalake: v12.2.0 - azure-messaging-servicebus: v7.0.0 receiver = new ServiceBusClientBuilder() .connectionString(servicebusconnectionstring) .receiver() .queueName(queuename) .buildAsyncClient(); subscription = receiver .receiveMessages() .map(message -> { byte[] payload = message.getBody().toBytes(); return handleMessage(payload, message); }) .subscribe(aVoid -> { }, error -> { sendError(error); }, () -> { logger.info("Azure queue reader is shut down"); });
1.0
[QUERY] Java Azure Async Client for ESB: Parallel vs Sequential read - **Query/Question** I would like to get the messages from a single queue **sequentially** using the async client. During debugging I can see that there are 8 threads listening one the queue. Also when I set a breakpoint on the message handler other messages are read meanwhile. But I need a true sequential processing: Wait for a message, process it, release it from the queue, pickup the next message. Can anybody spot my error in below code? ***Why is this not a Bug or a feature Request?*** I have read the documentation extensively, the docs, the Java samples and also Reactive programming but have not found any solution. Hence I assume the problem is on my side, you might actually consider adding documentation in that regards. Should be a typical question. **Setup (please complete the following information if applicable):** - OS: Linux - IDE : Eclipse - azure-storage-file-datalake: v12.2.0 - azure-messaging-servicebus: v7.0.0 receiver = new ServiceBusClientBuilder() .connectionString(servicebusconnectionstring) .receiver() .queueName(queuename) .buildAsyncClient(); subscription = receiver .receiveMessages() .map(message -> { byte[] payload = message.getBody().toBytes(); return handleMessage(payload, message); }) .subscribe(aVoid -> { }, error -> { sendError(error); }, () -> { logger.info("Azure queue reader is shut down"); });
non_main
java azure async client for esb parallel vs sequential read query question i would like to get the messages from a single queue sequentially using the async client during debugging i can see that there are threads listening one the queue also when i set a breakpoint on the message handler other messages are read meanwhile but i need a true sequential processing wait for a message process it release it from the queue pickup the next message can anybody spot my error in below code why is this not a bug or a feature request i have read the documentation extensively the docs the java samples and also reactive programming but have not found any solution hence i assume the problem is on my side you might actually consider adding documentation in that regards should be a typical question setup please complete the following information if applicable os linux ide eclipse azure storage file datalake azure messaging servicebus receiver new servicebusclientbuilder connectionstring servicebusconnectionstring receiver queuename queuename buildasyncclient subscription receiver receivemessages map message byte payload message getbody tobytes return handlemessage payload message subscribe avoid error senderror error logger info azure queue reader is shut down
0
1,685
6,574,165,796
IssuesEvent
2017-09-11 11:47:12
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Networking, more userfriendly error when raising BadHostKeyException
affects_2.2 feature_idea networking waiting_on_maintainer
##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME - ios_config ##### ANSIBLE VERSION ``` /opt/netprod/lib/env/netprod/lib/python2.6/site-packages/cryptography/__init__.py:26: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of cryptography will drop support for Python 2.6 DeprecationWarning ansible 2.2.0.0 config file = /home/paog01/ipops/ch-net-roles/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A ##### SUMMARY A network device has changed the SSH key. ##### STEPS TO REPRODUCE Login to device to store the public key locally, then regenerate the ssh key on the device ##### EXPECTED RESULTS The task fails as expected. However the error is quite verbose and isn't caught. This error should be caught and reported back as a public key error instead of the "crash" below. ##### ACTUAL RESULTS ``` fatal: [router1]: FAILED! => {"changed": false, "failed": true, "module_stderr": "/opt/netprod/lib/env/netprod/lib/python2.6/site-packages/cryptography/__init__.py:26: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of cryptography will drop support for Python 2.6\n DeprecationWarning\nTraceback (most recent call last):\n File \"/tmp/ansible_XHZdbt/ansible_module_ios_command.py\", line 237, in <module>\n main()\n File \"/tmp/ansible_XHZdbt/ansible_module_ios_command.py\", line 200, in main\n runner.add_command(**cmd)\n File \"/tmp/ansible_XHZdbt/ansible_modlib.zip/ansible/module_utils/netcli.py\", line 147, in add_command\n File \"/tmp/ansible_XHZdbt/ansible_modlib.zip/ansible/module_utils/network.py\", line 117, in cli\n File \"/tmp/ansible_XHZdbt/ansible_modlib.zip/ansible/module_utils/network.py\", line 148, in connect\n File \"/tmp/ansible_XHZdbt/ansible_modlib.zip/ansible/module_utils/ios.py\", line 180, in connect\n File \"/tmp/ansible_XHZdbt/ansible_modlib.zip/ansible/module_utils/shell.py\", line 226, in connect\n File \"/tmp/ansible_XHZdbt/ansible_modlib.zip/ansible/module_utils/shell.py\", line 96, in open\n File \"/opt/netprod/lib/env/netprod/lib/python2.6/site-packages/paramiko/client.py\", line 366, in connect\n raise BadHostKeyException(hostname, server_key, our_server_key)\nparamiko.ssh_exception.BadHostKeyException: ('router1', <paramiko.rsakey.RSAKey object at 0x36cc950>, <paramiko.rsakey.RSAKey object at 0x342bcd0>)\n", "module_stdout": "", "msg": "MODULE FAILURE"} ```
True
Networking, more userfriendly error when raising BadHostKeyException - ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME - ios_config ##### ANSIBLE VERSION ``` /opt/netprod/lib/env/netprod/lib/python2.6/site-packages/cryptography/__init__.py:26: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of cryptography will drop support for Python 2.6 DeprecationWarning ansible 2.2.0.0 config file = /home/paog01/ipops/ch-net-roles/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A ##### SUMMARY A network device has changed the SSH key. ##### STEPS TO REPRODUCE Login to device to store the public key locally, then regenerate the ssh key on the device ##### EXPECTED RESULTS The task fails as expected. However the error is quite verbose and isn't caught. This error should be caught and reported back as a public key error instead of the "crash" below. ##### ACTUAL RESULTS ``` fatal: [router1]: FAILED! => {"changed": false, "failed": true, "module_stderr": "/opt/netprod/lib/env/netprod/lib/python2.6/site-packages/cryptography/__init__.py:26: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of cryptography will drop support for Python 2.6\n DeprecationWarning\nTraceback (most recent call last):\n File \"/tmp/ansible_XHZdbt/ansible_module_ios_command.py\", line 237, in <module>\n main()\n File \"/tmp/ansible_XHZdbt/ansible_module_ios_command.py\", line 200, in main\n runner.add_command(**cmd)\n File \"/tmp/ansible_XHZdbt/ansible_modlib.zip/ansible/module_utils/netcli.py\", line 147, in add_command\n File \"/tmp/ansible_XHZdbt/ansible_modlib.zip/ansible/module_utils/network.py\", line 117, in cli\n File \"/tmp/ansible_XHZdbt/ansible_modlib.zip/ansible/module_utils/network.py\", line 148, in connect\n File \"/tmp/ansible_XHZdbt/ansible_modlib.zip/ansible/module_utils/ios.py\", line 180, in connect\n File \"/tmp/ansible_XHZdbt/ansible_modlib.zip/ansible/module_utils/shell.py\", line 226, in connect\n File \"/tmp/ansible_XHZdbt/ansible_modlib.zip/ansible/module_utils/shell.py\", line 96, in open\n File \"/opt/netprod/lib/env/netprod/lib/python2.6/site-packages/paramiko/client.py\", line 366, in connect\n raise BadHostKeyException(hostname, server_key, our_server_key)\nparamiko.ssh_exception.BadHostKeyException: ('router1', <paramiko.rsakey.RSAKey object at 0x36cc950>, <paramiko.rsakey.RSAKey object at 0x342bcd0>)\n", "module_stdout": "", "msg": "MODULE FAILURE"} ```
main
networking more userfriendly error when raising badhostkeyexception issue type feature idea component name ios config ansible version opt netprod lib env netprod lib site packages cryptography init py deprecationwarning python is no longer supported by the python core team please upgrade your python a future version of cryptography will drop support for python deprecationwarning ansible config file home ipops ch net roles ansible cfg configured module search path default w o overrides configuration n a os environment n a summary a network device has changed the ssh key steps to reproduce login to device to store the public key locally then regenerate the ssh key on the device expected results the task fails as expected however the error is quite verbose and isn t caught this error should be caught and reported back as a public key error instead of the crash below actual results fatal failed changed false failed true module stderr opt netprod lib env netprod lib site packages cryptography init py deprecationwarning python is no longer supported by the python core team please upgrade your python a future version of cryptography will drop support for python n deprecationwarning ntraceback most recent call last n file tmp ansible xhzdbt ansible module ios command py line in n main n file tmp ansible xhzdbt ansible module ios command py line in main n runner add command cmd n file tmp ansible xhzdbt ansible modlib zip ansible module utils netcli py line in add command n file tmp ansible xhzdbt ansible modlib zip ansible module utils network py line in cli n file tmp ansible xhzdbt ansible modlib zip ansible module utils network py line in connect n file tmp ansible xhzdbt ansible modlib zip ansible module utils ios py line in connect n file tmp ansible xhzdbt ansible modlib zip ansible module utils shell py line in connect n file tmp ansible xhzdbt ansible modlib zip ansible module utils shell py line in open n file opt netprod lib env netprod lib site packages paramiko client py line in connect n raise badhostkeyexception hostname server key our server key nparamiko ssh exception badhostkeyexception n module stdout msg module failure
1
113,346
17,135,188,075
IssuesEvent
2021-07-13 00:24:52
turkdevops/gitea
https://api.github.com/repos/turkdevops/gitea
opened
CVE-2016-7103 (Medium) detected in jquery-ui-1.11.0.min.js
security vulnerability
## CVE-2016-7103 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-ui-1.11.0.min.js</b></p></summary> <p>A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js">https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js</a></p> <p>Path to dependency file: gitea/public/vendor/plugins/codemirror/mode/slim/index.html</p> <p>Path to vulnerable library: gitea/public/vendor/plugins/codemirror/mode/slim/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-ui-1.11.0.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/gitea/commit/5a07ad71010693de12293f5ff1fadc890259b5e0">5a07ad71010693de12293f5ff1fadc890259b5e0</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Cross-site scripting (XSS) vulnerability in jQuery UI before 1.12.0 might allow remote attackers to inject arbitrary web script or HTML via the closeText parameter of the dialog function. <p>Publish Date: 2017-03-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-7103>CVE-2016-7103</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2016-7103">https://nvd.nist.gov/vuln/detail/CVE-2016-7103</a></p> <p>Release Date: 2017-03-15</p> <p>Fix Resolution: 1.12.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2016-7103 (Medium) detected in jquery-ui-1.11.0.min.js - ## CVE-2016-7103 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-ui-1.11.0.min.js</b></p></summary> <p>A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js">https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js</a></p> <p>Path to dependency file: gitea/public/vendor/plugins/codemirror/mode/slim/index.html</p> <p>Path to vulnerable library: gitea/public/vendor/plugins/codemirror/mode/slim/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-ui-1.11.0.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/gitea/commit/5a07ad71010693de12293f5ff1fadc890259b5e0">5a07ad71010693de12293f5ff1fadc890259b5e0</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Cross-site scripting (XSS) vulnerability in jQuery UI before 1.12.0 might allow remote attackers to inject arbitrary web script or HTML via the closeText parameter of the dialog function. <p>Publish Date: 2017-03-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-7103>CVE-2016-7103</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2016-7103">https://nvd.nist.gov/vuln/detail/CVE-2016-7103</a></p> <p>Release Date: 2017-03-15</p> <p>Fix Resolution: 1.12.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_main
cve medium detected in jquery ui min js cve medium severity vulnerability vulnerable library jquery ui min js a curated set of user interface interactions effects widgets and themes built on top of the jquery javascript library library home page a href path to dependency file gitea public vendor plugins codemirror mode slim index html path to vulnerable library gitea public vendor plugins codemirror mode slim index html dependency hierarchy x jquery ui min js vulnerable library found in head commit a href found in base branch main vulnerability details cross site scripting xss vulnerability in jquery ui before might allow remote attackers to inject arbitrary web script or html via the closetext parameter of the dialog function publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
5,344
26,959,799,916
IssuesEvent
2023-02-08 17:18:05
aws/aws-sam-cli
https://api.github.com/repos/aws/aws-sam-cli
closed
AWS SAM S3 Cors
area/cors maintainer/need-response
### Description I am setting up a serverless app that is composed of an S3 bucket, a lambda function and API Gateway. I need my S3 bucket to trigger a notification on every upload event and feed the info into my lambda function. The uploads to S3 bucket are happening via a pre-signed URL and hence, I need my bucket to allow requests from anywhere (access-control-allow-origin: *). This cors config works fine with API gateway. I'm able to access my lambda from where. However, when my lambda generates my pre-signed url and I attempt the upload, I get a cors allow origin issue in the preflight. I have tried setting cors on the S3 bucket as follows, but for some reason this doesn't work and I can't find any documentation on this anywhere. I should also point out, that I can't just manually create an S3 bucket and set it up separately, then hook it up to the event in this template. For some reason, the S3 bucket referenced by the event must be also created in the same bucket?!?!?? (I tried it, and got error that says that) ` SrcBucket: Type: AWS::S3::Bucket BucketName: "****************************************" PublicAccessBlockConfiguration: - BlockPublicAcls: false - BlockPublicPolicy: false - IgnorePublicAcls: false - RestrictPublicBuckets: false CorsRules: - AllowedMethods: "'GET,PUT,OPTIONS'" - AllowedHeaders: "'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Access-Control-Allow-Origin'" - AllowedOrigin: "'*'" ` ### Steps to reproduce Here's the Same Template: ` AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: ' ' Globals: Function: Timeout: 3 Api: Cors: AllowMethods: '''GET,POST,OPTIONS''' AllowHeaders: '''DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Access-Control-Allow-Origin''' AllowOrigin: '''*''' Parameters: BucketNamePrefix: Type: String Default: ************** DBName: Type: String Default: **************** Resources: ***************: Type: AWS::Serverless::Function Properties: CodeUri: *********** Handler: app.lambdaHandler Runtime: nodejs12.x Policies: - S3CrudPolicy: BucketName: Fn::Sub: ${BucketNamePrefix}-get-object - DynamoDBCrudPolicy: TableName: Ref: DBName Environment: Variables: s3Bucket: *********************** Events: ApiCall: Type: Api Properties: RestApiId: Ref: ApiGatewayApi Path: /upload Method: POST CreateThumbnailEvent: Type: S3 Properties: Bucket: Ref: SrcBucket Events: s3:ObjectCreated:* SrcBucket: Type: AWS::S3::Bucket BucketName: ************************ PublicAccessBlockConfiguration: - BlockPublicAcls: false - BlockPublicPolicy: false - IgnorePublicAcls: false - RestrictPublicBuckets: false CorsRules: - AllowedMethods: '''GET,PUT,OPTIONS''' - AllowedHeaders: '''DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Access-Control-Allow-Origin''' - AllowedOrigin: '''*''' ApiGatewayApi: Type: AWS::Serverless::Api Properties: StageName: Prod Variables: LambdaFunctionName: Ref: ******************* 1. OS: Linux 2. `sam --version`:Latest `Add --debug flag to command you are running`
True
AWS SAM S3 Cors - ### Description I am setting up a serverless app that is composed of an S3 bucket, a lambda function and API Gateway. I need my S3 bucket to trigger a notification on every upload event and feed the info into my lambda function. The uploads to S3 bucket are happening via a pre-signed URL and hence, I need my bucket to allow requests from anywhere (access-control-allow-origin: *). This cors config works fine with API gateway. I'm able to access my lambda from where. However, when my lambda generates my pre-signed url and I attempt the upload, I get a cors allow origin issue in the preflight. I have tried setting cors on the S3 bucket as follows, but for some reason this doesn't work and I can't find any documentation on this anywhere. I should also point out, that I can't just manually create an S3 bucket and set it up separately, then hook it up to the event in this template. For some reason, the S3 bucket referenced by the event must be also created in the same bucket?!?!?? (I tried it, and got error that says that) ` SrcBucket: Type: AWS::S3::Bucket BucketName: "****************************************" PublicAccessBlockConfiguration: - BlockPublicAcls: false - BlockPublicPolicy: false - IgnorePublicAcls: false - RestrictPublicBuckets: false CorsRules: - AllowedMethods: "'GET,PUT,OPTIONS'" - AllowedHeaders: "'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Access-Control-Allow-Origin'" - AllowedOrigin: "'*'" ` ### Steps to reproduce Here's the Same Template: ` AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: ' ' Globals: Function: Timeout: 3 Api: Cors: AllowMethods: '''GET,POST,OPTIONS''' AllowHeaders: '''DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Access-Control-Allow-Origin''' AllowOrigin: '''*''' Parameters: BucketNamePrefix: Type: String Default: ************** DBName: Type: String Default: **************** Resources: ***************: Type: AWS::Serverless::Function Properties: CodeUri: *********** Handler: app.lambdaHandler Runtime: nodejs12.x Policies: - S3CrudPolicy: BucketName: Fn::Sub: ${BucketNamePrefix}-get-object - DynamoDBCrudPolicy: TableName: Ref: DBName Environment: Variables: s3Bucket: *********************** Events: ApiCall: Type: Api Properties: RestApiId: Ref: ApiGatewayApi Path: /upload Method: POST CreateThumbnailEvent: Type: S3 Properties: Bucket: Ref: SrcBucket Events: s3:ObjectCreated:* SrcBucket: Type: AWS::S3::Bucket BucketName: ************************ PublicAccessBlockConfiguration: - BlockPublicAcls: false - BlockPublicPolicy: false - IgnorePublicAcls: false - RestrictPublicBuckets: false CorsRules: - AllowedMethods: '''GET,PUT,OPTIONS''' - AllowedHeaders: '''DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Access-Control-Allow-Origin''' - AllowedOrigin: '''*''' ApiGatewayApi: Type: AWS::Serverless::Api Properties: StageName: Prod Variables: LambdaFunctionName: Ref: ******************* 1. OS: Linux 2. `sam --version`:Latest `Add --debug flag to command you are running`
main
aws sam cors description i am setting up a serverless app that is composed of an bucket a lambda function and api gateway i need my bucket to trigger a notification on every upload event and feed the info into my lambda function the uploads to bucket are happening via a pre signed url and hence i need my bucket to allow requests from anywhere access control allow origin this cors config works fine with api gateway i m able to access my lambda from where however when my lambda generates my pre signed url and i attempt the upload i get a cors allow origin issue in the preflight i have tried setting cors on the bucket as follows but for some reason this doesn t work and i can t find any documentation on this anywhere i should also point out that i can t just manually create an bucket and set it up separately then hook it up to the event in this template for some reason the bucket referenced by the event must be also created in the same bucket i tried it and got error that says that srcbucket type aws bucket bucketname publicaccessblockconfiguration blockpublicacls false blockpublicpolicy false ignorepublicacls false restrictpublicbuckets false corsrules allowedmethods get put options allowedheaders dnt user agent x requested with if modified since cache control content type range access control allow origin allowedorigin steps to reproduce here s the same template awstemplateformatversion transform aws serverless description globals function timeout api cors allowmethods get post options allowheaders dnt user agent x requested with if modified since cache control content type range access control allow origin alloworigin parameters bucketnameprefix type string default dbname type string default resources type aws serverless function properties codeuri handler app lambdahandler runtime x policies bucketname fn sub bucketnameprefix get object dynamodbcrudpolicy tablename ref dbname environment variables events apicall type api properties restapiid ref apigatewayapi path upload method post createthumbnailevent type properties bucket ref srcbucket events objectcreated srcbucket type aws bucket bucketname publicaccessblockconfiguration blockpublicacls false blockpublicpolicy false ignorepublicacls false restrictpublicbuckets false corsrules allowedmethods get put options allowedheaders dnt user agent x requested with if modified since cache control content type range access control allow origin allowedorigin apigatewayapi type aws serverless api properties stagename prod variables lambdafunctionname ref os linux sam version latest add debug flag to command you are running
1
247,378
26,705,409,132
IssuesEvent
2023-01-27 17:41:54
bcgov/cloud-pathfinder
https://api.github.com/repos/bcgov/cloud-pathfinder
opened
OpenSIEM forecasting and config plans
Security Billing
**Describe the Issue** In order to budget for FY2023 we need to assess previous use of OpenSIEM re: storage and compute use (before it was tuned down) and decide on what is appropriate for future use. **Additional Context** Add any other context, attachments or screenshots **Acceptance Criteria** A set of pre-defined requirement that need to be met in order to mark the user story as “done”. See below for team agreement details. - [ ] estimate 'hot' indexed data required (blocked storage or time window) - [ ] estimate cold/compressed data required - [ ] estimate compute required - [ ] Tie estimates to cost and report to PO . . . . . . . . . . . **Extra Template Info** ***Definition of Ready*** These set of conditions will need to be met in order to bring a ticket into the sprint and start work. Protects the team from unclear requirements. Issues (Task/Story/Spike) aligned to an EPIC and linked appropriately. Assigned to the appropriate CPF MEMBER (and is not left blank in ZenHub) at the start of sprint (1st day of the sprint) Acceptance has been defined for the issue and has been reviewed with CPF team and approved by the necessary approver. Has been sized and estimated by the delivery team. Detailed breakdown of the steps required to complete the story in the additional context Any additional specifications have been documented, reviewed with CPF and approved by the necessary approver. ***Acceptance Criteria*** A set of pre-defined requirement that need to be met in order to mark the user story as “done”. It should be testable with no room for interpretation It should be either “pass” or “fail” It should be clear enough for business stake holders to understand As part of the user story, it should be written from the user perspective A well written acceptance criteria is great for - managing expectations - defining scope - reducing ambiguity - establishing testing criteria for QA Given (Pre-condition) When (Action) Then (Outcome) ***Definition of Done*** These set of conditions are met for work to be considered as complete on an issue. All acceptance criteria(s) have been validated. All the necessary documentation for the issue has been uploaded to Teams. Functionality has been tested when applicable. Functionality has been demonstrated to the relevant stakeholders (where applicable). Story has been scheduled for a Sprint Demo/community update and impacted teams invited to the Demo. Stories accepted by PO and documented for potential sharing with impacted users. - Documented = Captured in Community Update (CU) deck - Release notes = aspirational goal of providing a bulleted list of features and changes that our users can touch. Was going to store them in our Cloud Pathfinder repo. Can also display to users in the CU
True
OpenSIEM forecasting and config plans - **Describe the Issue** In order to budget for FY2023 we need to assess previous use of OpenSIEM re: storage and compute use (before it was tuned down) and decide on what is appropriate for future use. **Additional Context** Add any other context, attachments or screenshots **Acceptance Criteria** A set of pre-defined requirement that need to be met in order to mark the user story as “done”. See below for team agreement details. - [ ] estimate 'hot' indexed data required (blocked storage or time window) - [ ] estimate cold/compressed data required - [ ] estimate compute required - [ ] Tie estimates to cost and report to PO . . . . . . . . . . . **Extra Template Info** ***Definition of Ready*** These set of conditions will need to be met in order to bring a ticket into the sprint and start work. Protects the team from unclear requirements. Issues (Task/Story/Spike) aligned to an EPIC and linked appropriately. Assigned to the appropriate CPF MEMBER (and is not left blank in ZenHub) at the start of sprint (1st day of the sprint) Acceptance has been defined for the issue and has been reviewed with CPF team and approved by the necessary approver. Has been sized and estimated by the delivery team. Detailed breakdown of the steps required to complete the story in the additional context Any additional specifications have been documented, reviewed with CPF and approved by the necessary approver. ***Acceptance Criteria*** A set of pre-defined requirement that need to be met in order to mark the user story as “done”. It should be testable with no room for interpretation It should be either “pass” or “fail” It should be clear enough for business stake holders to understand As part of the user story, it should be written from the user perspective A well written acceptance criteria is great for - managing expectations - defining scope - reducing ambiguity - establishing testing criteria for QA Given (Pre-condition) When (Action) Then (Outcome) ***Definition of Done*** These set of conditions are met for work to be considered as complete on an issue. All acceptance criteria(s) have been validated. All the necessary documentation for the issue has been uploaded to Teams. Functionality has been tested when applicable. Functionality has been demonstrated to the relevant stakeholders (where applicable). Story has been scheduled for a Sprint Demo/community update and impacted teams invited to the Demo. Stories accepted by PO and documented for potential sharing with impacted users. - Documented = Captured in Community Update (CU) deck - Release notes = aspirational goal of providing a bulleted list of features and changes that our users can touch. Was going to store them in our Cloud Pathfinder repo. Can also display to users in the CU
non_main
opensiem forecasting and config plans describe the issue in order to budget for we need to assess previous use of opensiem re storage and compute use before it was tuned down and decide on what is appropriate for future use additional context add any other context attachments or screenshots acceptance criteria a set of pre defined requirement that need to be met in order to mark the user story as “done” see below for team agreement details estimate hot indexed data required blocked storage or time window estimate cold compressed data required estimate compute required tie estimates to cost and report to po extra template info definition of ready these set of conditions will need to be met in order to bring a ticket into the sprint and start work protects the team from unclear requirements issues task story spike aligned to an epic and linked appropriately assigned to the appropriate cpf member and is not left blank in zenhub at the start of sprint day of the sprint acceptance has been defined for the issue and has been reviewed with cpf team and approved by the necessary approver has been sized and estimated by the delivery team detailed breakdown of the steps required to complete the story in the additional context any additional specifications have been documented reviewed with cpf and approved by the necessary approver acceptance criteria a set of pre defined requirement that need to be met in order to mark the user story as “done” it should be testable with no room for interpretation it should be either “pass” or “fail” it should be clear enough for business stake holders to understand as part of the user story it should be written from the user perspective a well written acceptance criteria is great for managing expectations defining scope reducing ambiguity establishing testing criteria for qa given pre condition when action then outcome definition of done these set of conditions are met for work to be considered as complete on an issue all acceptance criteria s have been validated all the necessary documentation for the issue has been uploaded to teams functionality has been tested when applicable functionality has been demonstrated to the relevant stakeholders where applicable story has been scheduled for a sprint demo community update and impacted teams invited to the demo stories accepted by po and documented for potential sharing with impacted users documented captured in community update cu deck release notes aspirational goal of providing a bulleted list of features and changes that our users can touch was going to store them in our cloud pathfinder repo can also display to users in the cu
0
256,915
8,130,326,353
IssuesEvent
2018-08-17 18:04:33
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[7.6.2] Currency of contracts switched on server restart
Medium Priority
Existing contracts with configured currency where switched to my own currency.
1.0
[7.6.2] Currency of contracts switched on server restart - Existing contracts with configured currency where switched to my own currency.
non_main
currency of contracts switched on server restart existing contracts with configured currency where switched to my own currency
0
451,739
32,039,984,625
IssuesEvent
2023-09-22 18:27:13
sisyphusSmiling/contract-updater
https://api.github.com/repos/sisyphusSmiling/contract-updater
closed
Add multi-account & contract update demo to README
documentation
Currently, the README only covers the single account & contract update & delegation. However, many cases will require multi-account & contract deployments. Resolving this issue should cover: - Linking & publishing AuthAccount Capabilities from contract accounts - Ordering some multi-contract deployment involving a minimal dependency graph - Constructing an `Updater` reflective of the deployment order - Delegating the update to the contract's `Delegatee` - Executing the update successfully as `Delegatee`
1.0
Add multi-account & contract update demo to README - Currently, the README only covers the single account & contract update & delegation. However, many cases will require multi-account & contract deployments. Resolving this issue should cover: - Linking & publishing AuthAccount Capabilities from contract accounts - Ordering some multi-contract deployment involving a minimal dependency graph - Constructing an `Updater` reflective of the deployment order - Delegating the update to the contract's `Delegatee` - Executing the update successfully as `Delegatee`
non_main
add multi account contract update demo to readme currently the readme only covers the single account contract update delegation however many cases will require multi account contract deployments resolving this issue should cover linking publishing authaccount capabilities from contract accounts ordering some multi contract deployment involving a minimal dependency graph constructing an updater reflective of the deployment order delegating the update to the contract s delegatee executing the update successfully as delegatee
0
130,771
10,652,867,037
IssuesEvent
2019-10-17 13:26:55
scality/metalk8s
https://api.github.com/repos/scality/metalk8s
closed
Update the repository list on Ubuntu machines deployed by Vagrant
easy enhancement moonshot tests
<!-- Please only use this template for submitting improvement requests, and make sure it is linked to the relevant GitHub Project. --> **Component**: Vagrant <!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... --> **Why this is needed**: Canonical moved some packages on their repositories. For our tests on our Vagrant environment, we need to install python2.7 but we need to update the repo list first, installation fail if we don't do it. **What should be done**: Permit to execute a command to update the repo list before to launch the python2.7 installation **Implementation proposal** (strongly recommended): Modify the Vagrant file to add the execution of `apt update` **Test plan**: - Launch `vagrant up Ubuntu1` - Verify that the VM installation is well executed
1.0
Update the repository list on Ubuntu machines deployed by Vagrant - <!-- Please only use this template for submitting improvement requests, and make sure it is linked to the relevant GitHub Project. --> **Component**: Vagrant <!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... --> **Why this is needed**: Canonical moved some packages on their repositories. For our tests on our Vagrant environment, we need to install python2.7 but we need to update the repo list first, installation fail if we don't do it. **What should be done**: Permit to execute a command to update the repo list before to launch the python2.7 installation **Implementation proposal** (strongly recommended): Modify the Vagrant file to add the execution of `apt update` **Test plan**: - Launch `vagrant up Ubuntu1` - Verify that the VM installation is well executed
non_main
update the repository list on ubuntu machines deployed by vagrant component vagrant why this is needed canonical moved some packages on their repositories for our tests on our vagrant environment we need to install but we need to update the repo list first installation fail if we don t do it what should be done permit to execute a command to update the repo list before to launch the installation implementation proposal strongly recommended modify the vagrant file to add the execution of apt update test plan launch vagrant up verify that the vm installation is well executed
0
311,544
9,535,036,970
IssuesEvent
2019-04-30 04:58:01
alecluna/printworksapparel
https://api.github.com/repos/alecluna/printworksapparel
opened
Phone number validation all messed up
Hella High Priority
### What I'm trying to achieve - Fix phone number validation in the Estimate form - Maybe turn into a string or have at least 10 character validation ### Steps to reproduce the problem -Estimate page -type in 9163334444 or (916) 333-4444 or anything other than ###-###-#### ### What I expected to happen easy to use ### Screenshots **System information** Operating system: Browser:
1.0
Phone number validation all messed up - ### What I'm trying to achieve - Fix phone number validation in the Estimate form - Maybe turn into a string or have at least 10 character validation ### Steps to reproduce the problem -Estimate page -type in 9163334444 or (916) 333-4444 or anything other than ###-###-#### ### What I expected to happen easy to use ### Screenshots **System information** Operating system: Browser:
non_main
phone number validation all messed up what i m trying to achieve fix phone number validation in the estimate form maybe turn into a string or have at least character validation steps to reproduce the problem estimate page type in or or anything other than what i expected to happen easy to use screenshots system information operating system browser
0
1,397
6,025,336,647
IssuesEvent
2017-06-08 08:26:04
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
apt: package marking
affects_2.3 feature_idea waiting_on_maintainer
Please add options to apt module, which would make possible to arbitrary mark packages: Considering https://github.com/ansible/ansible-modules-core/issues/19 that would be two boolean options: auto: true/false, default: n/a, (suppose you want to make sure a list of installed packages is marked as manual) hold: true/false, default: n/a (suppose you do not want to specify version, but still want to hold package)
True
apt: package marking - Please add options to apt module, which would make possible to arbitrary mark packages: Considering https://github.com/ansible/ansible-modules-core/issues/19 that would be two boolean options: auto: true/false, default: n/a, (suppose you want to make sure a list of installed packages is marked as manual) hold: true/false, default: n/a (suppose you do not want to specify version, but still want to hold package)
main
apt package marking please add options to apt module which would make possible to arbitrary mark packages considering that would be two boolean options auto true false default n a suppose you want to make sure a list of installed packages is marked as manual hold true false default n a suppose you do not want to specify version but still want to hold package
1
3,892
17,296,716,246
IssuesEvent
2021-07-25 21:56:39
microsoft/DirectXTK
https://api.github.com/repos/microsoft/DirectXTK
closed
FitPowerOf2
maintainence
There are following errors in function FitPowerOf2 `for (x = maxsize; x > 1; x >>= 1) { if (x <= targetx) break; }` should be `for (x = maxsize; x > 1; x >>= 1) { if (x <= origx) break; }` and `for (y = maxsize; y > 1; y >>= 1) { if (y <= targety) break; }` should be `for (y = maxsize; y > 1; y >>= 1) { if (y <= origy) break; }`
True
FitPowerOf2 - There are following errors in function FitPowerOf2 `for (x = maxsize; x > 1; x >>= 1) { if (x <= targetx) break; }` should be `for (x = maxsize; x > 1; x >>= 1) { if (x <= origx) break; }` and `for (y = maxsize; y > 1; y >>= 1) { if (y <= targety) break; }` should be `for (y = maxsize; y > 1; y >>= 1) { if (y <= origy) break; }`
main
there are following errors in function for x maxsize x x if x targetx break should be for x maxsize x x if x origx break and for y maxsize y y if y targety break should be for y maxsize y y if y origy break
1
57,682
6,553,844,014
IssuesEvent
2017-09-06 01:24:37
openshift/origin-web-console
https://api.github.com/repos/openshift/origin-web-console
closed
Race: ProjectsService.list() sometimes doesn't contain new project
kind/bug kind/test-flake priority/P1
If I visit the `create-project` page directly without going to the projects list first, it's possible that the `ProjectService.list` call does not return with the new project, and the wrong project is selected in the dropdown. This only happens when you visit the `create-project` page first with the new experience turned out, but it also is causing test failures in our merge queue. ![screen shot 2017-09-04 at 2 48 33 pm](https://user-images.githubusercontent.com/1167259/30036328-479c1660-9180-11e7-9ed3-a989079e79b4.png) https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_web_console/115/console ``` 1) authenticated e2e-user new project when creating a new project should successfully create a new project - Error: Element not found: .project-bar option[selected] Wait timed out after 5149ms ```
1.0
Race: ProjectsService.list() sometimes doesn't contain new project - If I visit the `create-project` page directly without going to the projects list first, it's possible that the `ProjectService.list` call does not return with the new project, and the wrong project is selected in the dropdown. This only happens when you visit the `create-project` page first with the new experience turned out, but it also is causing test failures in our merge queue. ![screen shot 2017-09-04 at 2 48 33 pm](https://user-images.githubusercontent.com/1167259/30036328-479c1660-9180-11e7-9ed3-a989079e79b4.png) https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_web_console/115/console ``` 1) authenticated e2e-user new project when creating a new project should successfully create a new project - Error: Element not found: .project-bar option[selected] Wait timed out after 5149ms ```
non_main
race projectsservice list sometimes doesn t contain new project if i visit the create project page directly without going to the projects list first it s possible that the projectservice list call does not return with the new project and the wrong project is selected in the dropdown this only happens when you visit the create project page first with the new experience turned out but it also is causing test failures in our merge queue authenticated user new project when creating a new project should successfully create a new project error element not found project bar option wait timed out after
0
239,831
19,957,572,451
IssuesEvent
2022-01-28 02:19:52
microsoft/AzureStorageExplorer
https://api.github.com/repos/microsoft/AzureStorageExplorer
closed
There is a failed activity log with an error 'TypeError:Cannot read properties of undefined (reading 'type')' when attaching one table
🧪 testing :gear: files :beetle: regression
**Storage Explorer Version**: 1.23.0-dev **Build Number**: 20220125.10 **Branch**: main **Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Big Sur 11.6.1 **How Found**: From running test case **Regression From**: Previous release (1.22.0) ## Steps to Reproduce ## 1. Expand one storage account -> Tables. 2. Right click one table -> Click 'Get Shared Access Signature...' -> Click 'Create' -> Copy the SAS URL. 3. Open the connect dialog -> Attach the table via the copied SAS URL. 4. Check there is a successful activity log. ## Expected Experience ## There is a successful activity log. ## Actual Experience ## There is a failed activity log with an error 'TypeError:Cannot read properties of undefined (reading 'type')'. ![image](https://user-images.githubusercontent.com/41351993/151115791-7bd98014-e5fd-45f1-b4d7-cefc62f3f1ac.png)
1.0
There is a failed activity log with an error 'TypeError:Cannot read properties of undefined (reading 'type')' when attaching one table - **Storage Explorer Version**: 1.23.0-dev **Build Number**: 20220125.10 **Branch**: main **Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Big Sur 11.6.1 **How Found**: From running test case **Regression From**: Previous release (1.22.0) ## Steps to Reproduce ## 1. Expand one storage account -> Tables. 2. Right click one table -> Click 'Get Shared Access Signature...' -> Click 'Create' -> Copy the SAS URL. 3. Open the connect dialog -> Attach the table via the copied SAS URL. 4. Check there is a successful activity log. ## Expected Experience ## There is a successful activity log. ## Actual Experience ## There is a failed activity log with an error 'TypeError:Cannot read properties of undefined (reading 'type')'. ![image](https://user-images.githubusercontent.com/41351993/151115791-7bd98014-e5fd-45f1-b4d7-cefc62f3f1ac.png)
non_main
there is a failed activity log with an error typeerror cannot read properties of undefined reading type when attaching one table storage explorer version dev build number branch main platform os windows linux ubuntu macos big sur how found from running test case regression from previous release steps to reproduce expand one storage account tables right click one table click get shared access signature click create copy the sas url open the connect dialog attach the table via the copied sas url check there is a successful activity log expected experience there is a successful activity log actual experience there is a failed activity log with an error typeerror cannot read properties of undefined reading type
0
4,034
18,853,302,047
IssuesEvent
2021-11-12 00:44:15
exercism/python
https://api.github.com/repos/exercism/python
opened
[Templates]: Create [Support] Issue Template
maintainer chore 🔧
We should create an issue template for users who need support with technical issues they're encountering.
True
[Templates]: Create [Support] Issue Template - We should create an issue template for users who need support with technical issues they're encountering.
main
create issue template we should create an issue template for users who need support with technical issues they re encountering
1
2,993
10,879,817,367
IssuesEvent
2019-11-17 05:30:33
gogs/gogs
https://api.github.com/repos/gogs/gogs
closed
Remote Code Execution
kind/bug kind/security status/assigned to maintainer
- Gogs version (or commit ref): newest(a36b29c) - Can you reproduce the bug at https://try.gogs.io: - No I discovered a Remote Command Execution in the newest Gogs. I have already sent more about the details in the email to u@gogs.io. Best, Manasseh Zhou @unknwon
True
Remote Code Execution - - Gogs version (or commit ref): newest(a36b29c) - Can you reproduce the bug at https://try.gogs.io: - No I discovered a Remote Command Execution in the newest Gogs. I have already sent more about the details in the email to u@gogs.io. Best, Manasseh Zhou @unknwon
main
remote code execution gogs version or commit ref newest can you reproduce the bug at no i discovered a remote command execution in the newest gogs i have already sent more about the details in the email to u gogs io best manasseh zhou unknwon
1
295
3,073,970,941
IssuesEvent
2015-08-20 02:21:50
tgstation/-tg-station
https://api.github.com/repos/tgstation/-tg-station
closed
List of places in code not using qdel
Maintainability - Hinders improvements Not a bug
./ATMOSPHERICS/pipes/pipes.dm-14-/obj/machinery/atmospherics/proc/pipeline_expansion() ./ATMOSPHERICS/pipes/pipes.dm-15- return null ./ATMOSPHERICS/pipes/pipes.dm-16- ./ATMOSPHERICS/pipes/pipes.dm-17-/obj/machinery/atmospherics/pipe/proc/check_pressure(pressure) ./ATMOSPHERICS/pipes/pipes.dm-18- //Return 1 if parent should continue checking other pipes ./ATMOSPHERICS/pipes/pipes.dm:19: //Return null if parent should stop checking other pipes. Recall: ***del(src)*** will by default return null ./ATMOSPHERICS/pipes/pipes.dm-20- return 1 ./ATMOSPHERICS/pipes/pipes.dm-21- ./ATMOSPHERICS/pipes/pipes.dm-22-/obj/machinery/atmospherics/pipe/proc/releaseAirToTurf() ./ATMOSPHERICS/pipes/pipes.dm-23- if(air_temporary) ./ATMOSPHERICS/pipes/pipes.dm-24- var/turf/T = loc *** ./controllers/configuration.dm-176- modes += M.config_tag ./controllers/configuration.dm-177- mode_names[M.config_tag] = M.name ./controllers/configuration.dm-178- probabilities[M.config_tag] = M.probability ./controllers/configuration.dm-179- if(M.votable) ./controllers/configuration.dm-180- votable_modes += M.config_tag ./controllers/configuration.dm:181: ***del(M)*** ./controllers/configuration.dm-182- votable_modes += "secret" ./controllers/configuration.dm-183- ./controllers/configuration.dm-184-/datum/configuration/proc/load(filename, type = "config") //the type can also be game_options, in which case it uses a different switch. not making it separate to not copypaste code - Urist ./controllers/configuration.dm-185- var/list/Lines = file2list(filename) ./controllers/configuration.dm-186- *** ./controllers/configuration.dm-565- // their information, but it is the only way (at least that I know of). ./controllers/configuration.dm-566- for(var/T in (typesof(/datum/game_mode) - /datum/game_mode)) ./controllers/configuration.dm-567- var/datum/game_mode/M = new T() ./controllers/configuration.dm-568- if(M.config_tag && M.config_tag == mode_name) ./controllers/configuration.dm-569- return M ./controllers/configuration.dm:570: ***del(M)*** ./controllers/configuration.dm-571- return new /datum/game_mode/extended() ./controllers/configuration.dm-572- ./controllers/configuration.dm-573-/datum/configuration/proc/get_runnable_modes() ./controllers/configuration.dm-574- var/list/datum/game_mode/runnable_modes = new ./controllers/configuration.dm-575- for(var/T in (typesof(/datum/game_mode) - /datum/game_mode)) ./controllers/configuration.dm-576- var/datum/game_mode/M = new T() ./controllers/configuration.dm-577- //world << "DEBUG: [T], tag=[M.config_tag], prob=[probabilities[M.config_tag]]" ./controllers/configuration.dm-578- if(!(M.config_tag in modes)) ./controllers/configuration.dm:579: ***del(M)*** ./controllers/configuration.dm-580- continue ./controllers/configuration.dm-581- if(probabilities[M.config_tag]<=0) ./controllers/configuration.dm:582: ***del(M)*** ./controllers/configuration.dm-583- continue ./controllers/configuration.dm-584- if(M.can_start()) ./controllers/configuration.dm-585- runnable_modes[M] = probabilities[M.config_tag] ./controllers/configuration.dm-586- //world << "DEBUG: runnable_mode\[[runnable_modes.len]\] = [M.config_tag]" ./controllers/configuration.dm-587- return runnable_modes *** ./controllers/subsystem/garbage.dm-61- if(GCd_at_time > time_to_kill) ./controllers/subsystem/garbage.dm-62- break // Everything else is newer, skip them ./controllers/subsystem/garbage.dm-63- ./controllers/subsystem/garbage.dm-64- var/atom/A ./controllers/subsystem/garbage.dm-65- if (!istext(refID)) ./controllers/subsystem/garbage.dm:66: ***del(A)*** ./controllers/subsystem/garbage.dm-67- else ./controllers/subsystem/garbage.dm-68- A = locate(refID) ./controllers/subsystem/garbage.dm-69- if (A && A.gc_destroyed == GCd_at_time) // So if something else coincidently gets the same ref, it's not deleted by mistake ./controllers/subsystem/garbage.dm-70- // Something's still referring to the qdel'd object. Kill it. ./controllers/subsystem/garbage.dm-71- testing("GC: -- \ref[A] | [A.type] was unable to be GC'd and was deleted --") ./controllers/subsystem/garbage.dm-72- didntgc["[A.type]"]++ ./controllers/subsystem/garbage.dm:73: ***del(A)*** ./controllers/subsystem/garbage.dm-74- ++delslasttick ./controllers/subsystem/garbage.dm-75- ++totaldels ./controllers/subsystem/garbage.dm-76- else ./controllers/subsystem/garbage.dm-77- ++gcedlasttick ./controllers/subsystem/garbage.dm-78- ++totalgcs *** ./controllers/subsystem/garbage.dm-100-/proc/qdel(var/datum/A) ./controllers/subsystem/garbage.dm-101- if (!A) ./controllers/subsystem/garbage.dm-102- return ./controllers/subsystem/garbage.dm-103- if (!istype(A)) ./controllers/subsystem/garbage.dm-104- //warning("qdel() passed object of type [A.type]. qdel() can only handle /datum types.") ./controllers/subsystem/garbage.dm:105: ***del(A)*** ./controllers/subsystem/garbage.dm-106- else if (isnull(A.gc_destroyed)) ./controllers/subsystem/garbage.dm-107- // Let our friend know they're about to get fucked up. ./controllers/subsystem/garbage.dm-108- var/hint = A.Destroy() ./controllers/subsystem/garbage.dm-109- if (!A) ./controllers/subsystem/garbage.dm-110- return *** ./controllers/subsystem/garbage.dm-116- if (QDEL_HINT_IWILLGC) //functionally the same as the above. qdel should assume the object will gc on its own, and not check it. ./controllers/subsystem/garbage.dm-117- return ./controllers/subsystem/garbage.dm-118- if (QDEL_HINT_HARDDEL) //qdel should assume this object won't gc, and queue a hard delete using a hard reference to save time from the locate() ./controllers/subsystem/garbage.dm-119- SSgarbage.HardQueue(A) ./controllers/subsystem/garbage.dm-120- if (QDEL_HINT_HARDDEL_NOW) //qdel should assume this object won't gc, and hard del it post haste. ./controllers/subsystem/garbage.dm:121: ***del(A)*** ./controllers/subsystem/garbage.dm-122- if (QDEL_HINT_PUTINPOOL) //qdel will put this object in the pool. ./controllers/subsystem/garbage.dm-123- PlaceInPool(A,0) ./controllers/subsystem/garbage.dm-124- else ./controllers/subsystem/garbage.dm-125- SSgarbage.Queue(A) ./controllers/subsystem/garbage.dm-126- *** ./controllers/subsystem/garbage.dm-134- ./controllers/subsystem/garbage.dm-135-// Default implementation of clean-up code. ./controllers/subsystem/garbage.dm-136-// This should be overridden to remove all references pointing to the object being destroyed. ./controllers/subsystem/garbage.dm-137-// Return true if the the GC controller should allow the object to continue existing. (Useful if pooling objects.) ./controllers/subsystem/garbage.dm-138-/datum/proc/Destroy() ./controllers/subsystem/garbage.dm:139: //***del(src)*** ./controllers/subsystem/garbage.dm-140- tag = null ./controllers/subsystem/garbage.dm-141- return QDEL_HINT_QUEUE ./controllers/subsystem/garbage.dm-142- ./controllers/subsystem/garbage.dm-143-/datum/var/gc_destroyed //Time when this object was destroyed. ./controllers/subsystem/garbage.dm-144- *** ./controllers/subsystem/garbage.dm-192- set category = "Debug" ./controllers/subsystem/garbage.dm-193- if(garbage) ./controllers/subsystem/garbage.dm-194- while(garbage.destroyed.len) ./controllers/subsystem/garbage.dm-195- var/datum/o = locate(garbage.destroyed[1]) ./controllers/subsystem/garbage.dm-196- if(istype(o) && o.gc_destroyed) ./controllers/subsystem/garbage.dm:197: ***del(o)*** ./controllers/subsystem/garbage.dm-198- garbage.dels++ ./controllers/subsystem/garbage.dm-199- garbage.destroyed.Cut(1, 2) ./controllers/subsystem/garbage.dm-200-#endif *** ./controllers/subsystem/radio.dm-27- ./controllers/subsystem/radio.dm-28- if(frequency) ./controllers/subsystem/radio.dm-29- frequency.remove_listener(device) ./controllers/subsystem/radio.dm-30- ./controllers/subsystem/radio.dm-31- if(frequency.devices.len == 0) ./controllers/subsystem/radio.dm:32: ***del(frequency)*** ./controllers/subsystem/radio.dm-33- frequencies -= f_text ./controllers/subsystem/radio.dm-34- ./controllers/subsystem/radio.dm-35- return 1 ./controllers/subsystem/radio.dm-36- ./controllers/subsystem/radio.dm-37-/datum/subsystem/radio/proc/return_frequency(new_frequency as num) *** ./controllers/subsystem/server_maintenance.dm-9- for(var/client/C in clients) ./controllers/subsystem/server_maintenance.dm-10- if(C.is_afk(INACTIVITY_KICK)) ./controllers/subsystem/server_maintenance.dm-11- if(!istype(C.mob, /mob/dead)) ./controllers/subsystem/server_maintenance.dm-12- log_access("AFK: [key_name(C)]") ./controllers/subsystem/server_maintenance.dm-13- C << "<span class='danger'>You have been inactive for more than 10 minutes and have been disconnected.</span>" ./controllers/subsystem/server_maintenance.dm:14: ***del(C)*** ./controllers/subsystem/server_maintenance.dm-15- ./controllers/subsystem/server_maintenance.dm-16- if(config.sql_enabled) ./controllers/subsystem/server_maintenance.dm-17- sql_poll_players() ./controllers/subsystem/server_maintenance.dm-18- sql_poll_admins() *** ./controllers/subsystem/ticker.dm-135- ./controllers/subsystem/ticker.dm-136- else ./controllers/subsystem/ticker.dm-137- mode = config.pick_mode(master_mode) ./controllers/subsystem/ticker.dm-138- if(!mode.can_start()) ./controllers/subsystem/ticker.dm-139- world << "<B>Unable to start [mode.name].</B> Not enough players, [mode.required_players] players and [mode.required_enemies] eligible antagonists needed. Reverting to pre-game lobby." ./controllers/subsystem/ticker.dm:140: ***del(mode)*** ./controllers/subsystem/ticker.dm-141- SSjob.ResetOccupations() ./controllers/subsystem/ticker.dm-142- return 0 ./controllers/subsystem/ticker.dm-143- ./controllers/subsystem/ticker.dm-144- //Configure mode and assign player to special mode stuff ./controllers/subsystem/ticker.dm-145- var/can_continue = 0 ./controllers/subsystem/ticker.dm-146- can_continue = src.mode.pre_setup() //Choose antagonists ./controllers/subsystem/ticker.dm-147- SSjob.DivideOccupations() //Distribute jobs ./controllers/subsystem/ticker.dm-148- ./controllers/subsystem/ticker.dm-149- if(!Debug2) ./controllers/subsystem/ticker.dm-150- if(!can_continue) ./controllers/subsystem/ticker.dm:151: ***del(mode)*** ./controllers/subsystem/ticker.dm-152- world << "<B>Error setting up [master_mode].</B> Reverting to pre-game lobby." ./controllers/subsystem/ticker.dm-153- SSjob.ResetOccupations() ./controllers/subsystem/ticker.dm-154- return 0 ./controllers/subsystem/ticker.dm-155- else ./controllers/subsystem/ticker.dm-156- world << "<span class='notice'>DEBUG: Bypassing prestart checks..." *** ./controllers/subsystem/ticker.dm-287- flick("intro_nuke",cinematic) ./controllers/subsystem/ticker.dm-288- sleep(35) ./controllers/subsystem/ticker.dm-289- flick("station_intact",cinematic) ./controllers/subsystem/ticker.dm-290- world << sound('sound/ambience/signal.ogg') ./controllers/subsystem/ticker.dm-291- sleep(100) ./controllers/subsystem/ticker.dm:292: if(cinematic) ***del(cinematic)*** ./controllers/subsystem/ticker.dm:293: if(temp_buckle) ***del(temp_buckle)*** ./controllers/subsystem/ticker.dm-294- return //Faster exit, since nothing happened ./controllers/subsystem/ticker.dm-295- else //Station nuked (nuke,explosion,summary) ./controllers/subsystem/ticker.dm-296- flick("intro_nuke",cinematic) ./controllers/subsystem/ticker.dm-297- sleep(35) ./controllers/subsystem/ticker.dm-298- flick("station_explode_fade_red", cinematic) *** ./datums/ai_laws.dm-132- ./datums/ai_laws.dm-133-/datum/ai_laws/proc/add_ion_law(law) ./datums/ai_laws.dm-134- src.ion += law ./datums/ai_laws.dm-135- ./datums/ai_laws.dm-136-/datum/ai_laws/proc/clear_inherent_laws() ./datums/ai_laws.dm:137: ***del(src.inherent)*** ./datums/ai_laws.dm-138- src.inherent = list() ./datums/ai_laws.dm-139- ./datums/ai_laws.dm-140-/datum/ai_laws/proc/add_supplied_law(number, law) ./datums/ai_laws.dm-141- while (src.supplied.len < number + 1) ./datums/ai_laws.dm-142- src.supplied += "" *** ./datums/diseases/advance/advance.dm-105- if(affected_mob) ./datums/diseases/advance/advance.dm-106- var/id = "[GetDiseaseID()]" ./datums/diseases/advance/advance.dm-107- if(resistance && !(id in affected_mob.resistances)) ./datums/diseases/advance/advance.dm-108- affected_mob.resistances[id] = id ./datums/diseases/advance/advance.dm-109- remove_virus() ./datums/diseases/advance/advance.dm:110: ***del(src)*** //delete the datum to stop it processing ./datums/diseases/advance/advance.dm-111- ./datums/diseases/advance/advance.dm-112-// Returns the advance disease with a different reference memory. ./datums/diseases/advance/advance.dm-113-/datum/disease/advance/Copy(process = 0) ./datums/diseases/advance/advance.dm-114- return new /datum/disease/advance(process, src, 1) ./datums/diseases/advance/advance.dm-115- *** ./datums/diseases/_disease.dm-136- ./datums/diseases/_disease.dm-137- if(affected_mob) ./datums/diseases/_disease.dm-138- for(var/datum/disease/D in affected_mob.viruses) ./datums/diseases/_disease.dm-139- if(D != src) ./datums/diseases/_disease.dm-140- if(IsSame(D)) ./datums/diseases/_disease.dm:141: ***del(D)*** ./datums/diseases/_disease.dm-142- ./datums/diseases/_disease.dm-143- if(holder == affected_mob) ./datums/diseases/_disease.dm-144- if(affected_mob.stat != DEAD) ./datums/diseases/_disease.dm-145- stage_act() ./datums/diseases/_disease.dm-146- *** ./datums/diseases/_disease.dm-154- if(affected_mob) ./datums/diseases/_disease.dm-155- if(disease_flags & CAN_RESIST) ./datums/diseases/_disease.dm-156- if(!(type in affected_mob.resistances)) ./datums/diseases/_disease.dm-157- affected_mob.resistances += type ./datums/diseases/_disease.dm-158- remove_virus() ./datums/diseases/_disease.dm:159: ***del(src)*** ./datums/diseases/_disease.dm-160- ./datums/diseases/_disease.dm-161- ./datums/diseases/_disease.dm-162-/datum/disease/New() ./datums/diseases/_disease.dm-163- if(required_organs && required_organs.len) ./datums/diseases/_disease.dm-164- if(ishuman(affected_mob)) *** ./datums/gas_mixture.dm-319- if(!corresponding) ./datums/gas_mixture.dm-320- corresponding = new trace_gas.type() ./datums/gas_mixture.dm-321- trace_gases += corresponding ./datums/gas_mixture.dm-322- corresponding.moles += trace_gas.moles ./datums/gas_mixture.dm-323- ./datums/gas_mixture.dm:324:// ***del(giver)*** ./datums/gas_mixture.dm-325- return 1 ./datums/gas_mixture.dm-326- ./datums/gas_mixture.dm-327-/datum/gas_mixture/remove(amount) ./datums/gas_mixture.dm-328- ./datums/gas_mixture.dm-329- var/sum = total_moles() *** ./datums/modules.dm-22- var/type = O.type // the type of the creating object ./datums/modules.dm-23- ./datums/modules.dm-24- var/mneed = mods.inmodlist(type) // find if this type has modules defined ./datums/modules.dm-25- ./datums/modules.dm-26- if(!mneed) // not found in module list? ./datums/modules.dm:27: ***del(src)*** // delete self, thus ending proc ./datums/modules.dm-28- ./datums/modules.dm-29- var/needed = mods.getbitmask(type) // get a bitmask for the number of modules in this object ./datums/modules.dm-30- status = needed ./datums/modules.dm-31- installed = needed ./datums/modules.dm-32- *** ./game/area/areas.dm-389- if(!AM.anchored) ./game/area/areas.dm-390- AM.Move(D, SOUTH) ./game/area/areas.dm-391- else ./game/area/areas.dm-392- qdel(AM) ./game/area/areas.dm-393- if(istype(T, /turf/simulated)) ./game/area/areas.dm:394: ***del(T)*** ./game/area/areas.dm-395- ./game/area/areas.dm-396- /*for(var/atom/movable/bug in src) // If someone (or something) is somehow still in the shuttle's docking area... ./game/area/areas.dm-397- if(ismob(bug)) ./game/area/areas.dm-398- continue ./game/area/areas.dm-399- qdel(bug)*/ *** ./game/atoms.dm-57- ./game/atoms.dm-58-/atom/proc/CheckParts() ./game/atoms.dm-59- return ./game/atoms.dm-60- ./game/atoms.dm-61-/atom/proc/assume_air(datum/gas_mixture/giver) ./game/atoms.dm:62: ***del(giver)*** ./game/atoms.dm-63- return null ./game/atoms.dm-64- ./game/atoms.dm-65-/atom/proc/remove_air(amount) ./game/atoms.dm-66- return null ./game/atoms.dm-67- *** ./game/gamemodes/cult/runes.dm-1000- "\red You are blinded by the flash of red light! After you're able to see again, you see that you are now wearing a set of armor.") ./game/gamemodes/cult/runes.dm-1001- if (armorworn == "summoner" || armorworn == "trickster" || armorworn == "physician") ./game/gamemodes/cult/runes.dm-1002- usr.say("Uln Shogg Hafh[pick("'","`")]drn!") ./game/gamemodes/cult/runes.dm-1003- user << "\red You quietly prick your finger and make a pact with the geometer of blood to acquire more power." ./game/gamemodes/cult/runes.dm-1004- user.take_overall_damage(rand(5,20)) ./game/gamemodes/cult/runes.dm:1005: ***del(user.head)*** ./game/gamemodes/cult/runes.dm:1006: ***del(user.wear_suit)*** ./game/gamemodes/cult/runes.dm-1007- user.equip_to_slot_or_del(new /obj/item/clothing/head/magus(user), slot_head) ./game/gamemodes/cult/runes.dm-1008- user.equip_to_slot_or_del(new /obj/item/clothing/suit/magusred(user), slot_wear_suit) ./game/gamemodes/cult/runes.dm-1009- user.equip_to_slot_or_del(new /obj/item/clothing/shoes/cult(user), slot_shoes) ./game/gamemodes/cult/runes.dm-1010- user.spellremove(user) ./game/gamemodes/cult/runes.dm-1011- usr.visible_message("\red The rune disappears with a flash of red light, and a set of robes appears on [usr]...", \ *** ./game/gamemodes/cult/runes.dm-1018- user.mind.spell_list += new /obj/effect/proc_holder/spell/targeted/turf_teleport/blink/cult(user) ./game/gamemodes/cult/runes.dm-1019- if (armorworn == "physician") ./game/gamemodes/cult/runes.dm-1020- user.put_in_hands(new /obj/item/weapon/gun/magic/wand/resurrection(user)) ./game/gamemodes/cult/runes.dm-1021- if (armorworn == "traveler" || armorworn == "marauder") ./game/gamemodes/cult/runes.dm-1022- usr.say("Tharanak n[pick("'","`")]ghft!") ./game/gamemodes/cult/runes.dm:1023: ***del(user.head)*** ./game/gamemodes/cult/runes.dm:1024: ***del(user.wear_suit)*** ./game/gamemodes/cult/runes.dm-1025- user.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/space/cult(user), slot_head) ./game/gamemodes/cult/runes.dm-1026- user.equip_to_slot_or_del(new /obj/item/clothing/suit/space/cult(user), slot_wear_suit) ./game/gamemodes/cult/runes.dm-1027- user.equip_to_slot_or_del(new /obj/item/clothing/shoes/cult(user), slot_shoes) ./game/gamemodes/cult/runes.dm-1028- user.equip_to_slot_or_del(new /obj/item/weapon/storage/backpack/cultpack(user), slot_back) ./game/gamemodes/cult/runes.dm-1029- user.put_in_hands(new /obj/item/weapon/melee/cultblade(user)) *** ./game/gamemodes/cult/runes.dm-1031- usr.visible_message("\red The rune disappears with a flash of red light, and an armored space suit appears on [usr]...", \ ./game/gamemodes/cult/runes.dm-1032- "\red You are blinded by the flash of red light! After you're able to see again, you see that you are now wearing an armored space suit.") ./game/gamemodes/cult/runes.dm-1033- if (armorworn == "marauder") ./game/gamemodes/cult/runes.dm-1034- user.spellremove(user) ./game/gamemodes/cult/runes.dm-1035- user.mind.spell_list += new /obj/effect/proc_holder/spell/aoe_turf/conjure/creature/cult(user) ./game/gamemodes/cult/runes.dm:1036: ***del(src)*** ./game/gamemodes/cult/runes.dm-1037- return ./game/gamemodes/cult/runes.dm-1038- ./game/gamemodes/cult/runes.dm-1039-///Summon Shell: Summons a construct shell if there's four plasteel sheets on top of the rune ./game/gamemodes/cult/runes.dm-1040- ./game/gamemodes/cult/runes.dm-1041- *** ./game/gamemodes/game_mode.dm-112- var/list/datum/game_mode/usable_modes = list() ./game/gamemodes/game_mode.dm-113- for(var/datum/game_mode/G in runnable_modes) ./game/gamemodes/game_mode.dm-114- if(G.reroll_friendly) ./game/gamemodes/game_mode.dm-115- usable_modes += G ./game/gamemodes/game_mode.dm-116- else ./game/gamemodes/game_mode.dm:117: ***del(G)*** ./game/gamemodes/game_mode.dm-118- ./game/gamemodes/game_mode.dm-119- if(!usable_modes) ./game/gamemodes/game_mode.dm-120- message_admins("Convert_roundtype failed due to no valid modes to convert to. Please report this error to the Coders.") ./game/gamemodes/game_mode.dm-121- return null ./game/gamemodes/game_mode.dm-122- *** ./game/gamemodes/wizard/spellbook.dm-76- var/spell_levels = 0 ./game/gamemodes/wizard/spellbook.dm-77- for(var/obj/effect/proc_holder/spell/aspell in user.mind.spell_list) ./game/gamemodes/wizard/spellbook.dm-78- if(initial(S.name) == initial(aspell.name)) ./game/gamemodes/wizard/spellbook.dm-79- spell_levels = aspell.spell_level ./game/gamemodes/wizard/spellbook.dm-80- user.mind.spell_list.Remove(aspell) ./game/gamemodes/wizard/spellbook.dm:81: ***del(S)*** ./game/gamemodes/wizard/spellbook.dm-82- return cost * (spell_levels+1) ./game/gamemodes/wizard/spellbook.dm-83- return -1 ./game/gamemodes/wizard/spellbook.dm-84-/datum/spellbook_entry/proc/GetInfo() ./game/gamemodes/wizard/spellbook.dm-85- if(!S) ./game/gamemodes/wizard/spellbook.dm-86- S = new spell_type() *** ./game/gamemodes/wizard/spellbook.dm-417- var/datum/spellbook_entry/E = new T ./game/gamemodes/wizard/spellbook.dm-418- if(E.IsAvailible()) ./game/gamemodes/wizard/spellbook.dm-419- entries |= E ./game/gamemodes/wizard/spellbook.dm-420- categories |= E.category ./game/gamemodes/wizard/spellbook.dm-421- else ./game/gamemodes/wizard/spellbook.dm:422: ***del(E)*** ./game/gamemodes/wizard/spellbook.dm-423- tab = categories[1] ./game/gamemodes/wizard/spellbook.dm-424- ./game/gamemodes/wizard/spellbook.dm-425-/obj/item/weapon/spellbook/New() ./game/gamemodes/wizard/spellbook.dm-426- ..() ./game/gamemodes/wizard/spellbook.dm-427- Initialize() *** ./game/machinery/computer/medical.dm-579- if(6) ./game/machinery/computer/medical.dm-580- R.fields["m_stat"] = pick("*Insane*", "*Unstable*", "*Watch*", "Stable") ./game/machinery/computer/medical.dm-581- continue ./game/machinery/computer/medical.dm-582- ./game/machinery/computer/medical.dm-583- else if(prob(1)) ./game/machinery/computer/medical.dm:584: ***del(R)*** ./game/machinery/computer/medical.dm-585- continue ./game/machinery/computer/medical.dm-586- ./game/machinery/computer/medical.dm-587- ..(severity) ./game/machinery/computer/medical.dm-588- ./game/machinery/computer/medical.dm-589-/obj/machinery/computer/med_data/proc/canUseMedicalRecordsConsole(mob/user, message = 1, record1, record2) *** ./game/machinery/computer/security.dm-416- temp += "<a href='?src=\ref[src];choice=Clear Screen'>No</a>" ./game/machinery/computer/security.dm-417- ./game/machinery/computer/security.dm-418- if("Purge All Records") ./game/machinery/computer/security.dm-419- investigate_log("[usr.name] ([usr.key]) has purged all the security records.", "records") ./game/machinery/computer/security.dm-420- for(var/datum/data/record/R in data_core.security) ./game/machinery/computer/security.dm:421: ***del(R)*** ./game/machinery/computer/security.dm-422- data_core.security.Cut() ./game/machinery/computer/security.dm-423- temp = "All Security records deleted." ./game/machinery/computer/security.dm-424- ./game/machinery/computer/security.dm-425- if("Add Entry") ./game/machinery/computer/security.dm-426- if(!( istype(active2, /datum/data/record) )) *** ./game/machinery/computer/security.dm-665- H.sec_hud_set_security_status() ./game/machinery/computer/security.dm-666- if("Delete Record (Security) Execute") ./game/machinery/computer/security.dm-667- investigate_log("[usr.name] ([usr.key]) has deleted the security records for [active1.fields["name"]].", "records") ./game/machinery/computer/security.dm-668- if(active2) ./game/machinery/computer/security.dm-669- data_core.security -= active2 ./game/machinery/computer/security.dm:670: ***del(active2)*** ./game/machinery/computer/security.dm-671- ./game/machinery/computer/security.dm-672- if("Delete Record (ALL) Execute") ./game/machinery/computer/security.dm-673- if(active1) ./game/machinery/computer/security.dm-674- investigate_log("[usr.name] ([usr.key]) has deleted all records for [active1.fields["name"]].", "records") ./game/machinery/computer/security.dm-675- for(var/datum/data/record/R in data_core.medical) ./game/machinery/computer/security.dm-676- if((R.fields["name"] == active1.fields["name"] || R.fields["id"] == active1.fields["id"])) ./game/machinery/computer/security.dm-677- data_core.medical -= R ./game/machinery/computer/security.dm:678: ***del(R)*** ./game/machinery/computer/security.dm-679- break ./game/machinery/computer/security.dm-680- data_core.general -= active1 ./game/machinery/computer/security.dm:681: ***del(active1)*** ./game/machinery/computer/security.dm-682- ./game/machinery/computer/security.dm-683- if(active2) ./game/machinery/computer/security.dm-684- data_core.security -= active2 ./game/machinery/computer/security.dm:685: ***del(active2)*** ./game/machinery/computer/security.dm-686- else ./game/machinery/computer/security.dm-687- temp = "This function does not appear to be working at the moment. Our apologies." ./game/machinery/computer/security.dm-688- ./game/machinery/computer/security.dm-689- add_fingerprint(usr) ./game/machinery/computer/security.dm-690- updateUsrDialog() *** ./game/machinery/computer/security.dm-732- R.fields["photo_front"] = G.fields["photo_front"] ./game/machinery/computer/security.dm-733- R.fields["photo_side"] = G.fields["photo_side"] ./game/machinery/computer/security.dm-734- continue ./game/machinery/computer/security.dm-735- ./game/machinery/computer/security.dm-736- else if(prob(1)) ./game/machinery/computer/security.dm:737: ***del(R)*** ./game/machinery/computer/security.dm-738- continue ./game/machinery/computer/security.dm-739- ./game/machinery/computer/security.dm-740- ..(severity) ./game/machinery/computer/security.dm-741- ./game/machinery/computer/security.dm-742-/obj/machinery/computer/secure_data/proc/canUseSecurityRecordsConsole(mob/user, message1 = 0, record1, record2) *** ./game/machinery/embedded_controller/embedded_controller_base.dm-5- ./game/machinery/embedded_controller/embedded_controller_base.dm-6-/datum/computer/file/embedded_program/proc/post_signal(datum/signal/signal, comm_line) ./game/machinery/embedded_controller/embedded_controller_base.dm-7- if(master) ./game/machinery/embedded_controller/embedded_controller_base.dm-8- master.post_signal(signal, comm_line) ./game/machinery/embedded_controller/embedded_controller_base.dm-9- else ./game/machinery/embedded_controller/embedded_controller_base.dm:10: ***del(signal)*** ./game/machinery/embedded_controller/embedded_controller_base.dm-11- ./game/machinery/embedded_controller/embedded_controller_base.dm-12-/datum/computer/file/embedded_program/proc/receive_user_command(command) ./game/machinery/embedded_controller/embedded_controller_base.dm-13- ./game/machinery/embedded_controller/embedded_controller_base.dm-14-/datum/computer/file/embedded_program/proc/receive_signal(datum/signal/signal, receive_method, receive_param) ./game/machinery/embedded_controller/embedded_controller_base.dm-15- return null *** ./game/machinery/magnet.dm-373- ./game/machinery/magnet.dm-374- if(!(nextmove in list("N","S","E","W","C","R"))) ./game/machinery/magnet.dm-375- // N, S, E, W are directional ./game/machinery/magnet.dm-376- // C is center ./game/machinery/magnet.dm-377- // R is random (in magnetic field's bounds) ./game/machinery/magnet.dm:378: ***del(signal)*** ./game/machinery/magnet.dm-379- break // break the loop if the character located is invalid ./game/machinery/magnet.dm-380- ./game/machinery/magnet.dm-381- signal.data["command"] = nextmove ./game/machinery/magnet.dm-382- ./game/machinery/magnet.dm-383- *** ./game/machinery/overview.dm-172- var/icon/J = imap[i*2+2] ./game/machinery/overview.dm-173- ./game/machinery/overview.dm-174- HI.Insert(I, frame=1, delay = 5) ./game/machinery/overview.dm-175- HI.Insert(J, frame=2, delay = 5) ./game/machinery/overview.dm-176- ./game/machinery/overview.dm:177: ***del(I)*** ./game/machinery/overview.dm:178: ***del(J)*** ./game/machinery/overview.dm-179- H.icon = HI ./game/machinery/overview.dm-180- H.layer = 25 ./game/machinery/overview.dm-181- usr.mapobjs += H ./game/machinery/overview.dm-182-#else ./game/machinery/overview.dm-183- *** ./game/machinery/overview.dm-292- H.name = (i==0)?"maprefresh":"map" ./game/machinery/overview.dm-293- ./game/machinery/overview.dm-294- var/icon/I = imap[i+1] ./game/machinery/overview.dm-295- ./game/machinery/overview.dm-296- H.icon = I ./game/machinery/overview.dm:297: ***del(I)*** ./game/machinery/overview.dm-298- H.layer = 25 ./game/machinery/overview.dm-299- usr.mapobjs += H ./game/machinery/overview.dm-300- ./game/machinery/overview.dm-301-#endif ./game/machinery/overview.dm-302- *** ./game/machinery/suit_storage_unit.dm-391- if(i==3) //End of the cycle ./game/machinery/suit_storage_unit.dm-392- if(!src.issuperUV) ./game/machinery/suit_storage_unit.dm-393- for(var/obj/item/ITEM in src) ./game/machinery/suit_storage_unit.dm-394- ITEM.clean_blood() ./game/machinery/suit_storage_unit.dm-395- if(istype(STORAGE, /obj/item/weapon/reagent_containers/food)) ./game/machinery/suit_storage_unit.dm:396: ***del(STORAGE)*** ./game/machinery/suit_storage_unit.dm-397- else //It was supercycling, destroy everything ./game/machinery/suit_storage_unit.dm-398- src.HELMET = null ./game/machinery/suit_storage_unit.dm-399- src.SUIT = null ./game/machinery/suit_storage_unit.dm-400- src.MASK = null ./game/machinery/suit_storage_unit.dm:401: ***del(STORAGE)*** ./game/machinery/suit_storage_unit.dm-402- visible_message("<font color='red'>With a loud whining noise, the Suit Storage Unit's door grinds open. Puffs of ashen smoke come out of its chamber.</font>", 3) ./game/machinery/suit_storage_unit.dm-403- src.isbroken = 1 ./game/machinery/suit_storage_unit.dm-404- src.isopen = 1 ./game/machinery/suit_storage_unit.dm-405- src.islocked = 0 ./game/machinery/suit_storage_unit.dm-406- src.eject_occupant(OCCUPANT) //Mixing up these two lines causes bug. DO NOT DO IT. *** ./game/machinery/telecomms/computers/logbrowser.dm-195- var/datum/comm_log_entry/D = SelectedServer.log_entries[text2num(href_list["delete"])] ./game/machinery/telecomms/computers/logbrowser.dm-196- ./game/machinery/telecomms/computers/logbrowser.dm-197- temp = "<font color = #336699>- DELETED ENTRY: [D.name] -</font color>" ./game/machinery/telecomms/computers/logbrowser.dm-198- ./game/machinery/telecomms/computers/logbrowser.dm-199- SelectedServer.log_entries.Remove(D) ./game/machinery/telecomms/computers/logbrowser.dm:200: ***del(D)*** ./game/machinery/telecomms/computers/logbrowser.dm-201- ./game/machinery/telecomms/computers/logbrowser.dm-202- else ./game/machinery/telecomms/computers/logbrowser.dm-203- temp = "<font color = #D70B00>- FAILED: NO SELECTED MACHINE -</font color>" ./game/machinery/telecomms/computers/logbrowser.dm-204- ./game/machinery/telecomms/computers/logbrowser.dm-205- if(href_list["network"]) *** ./game/mecha/mecha.dm-135- internal_tank = null ./game/mecha/mecha.dm-136- if(loc) ./game/mecha/mecha.dm-137- loc.assume_air(cabin_air) ./game/mecha/mecha.dm-138- air_update_turf() ./game/mecha/mecha.dm-139- else ./game/mecha/mecha.dm:140: ***del(cabin_air)*** ./game/mecha/mecha.dm-141- cabin_air = null ./game/mecha/mecha.dm-142- qdel(spark_system) ./game/mecha/mecha.dm-143- spark_system = null ./game/mecha/mecha.dm-144- ./game/mecha/mecha.dm-145- mechas_list -= src //global mech list *** ./game/mecha/mecha.dm-238- var/datum/gas_mixture/leaked_gas = int_tank_air.remove_ratio(0.10) ./game/mecha/mecha.dm-239- if(loc) ./game/mecha/mecha.dm-240- loc.assume_air(leaked_gas) ./game/mecha/mecha.dm-241- air_update_turf() ./game/mecha/mecha.dm-242- else ./game/mecha/mecha.dm:243: ***del(leaked_gas)*** ./game/mecha/mecha.dm-244- ./game/mecha/mecha.dm-245- if(internal_damage & MECHA_INT_SHORT_CIRCUIT) ./game/mecha/mecha.dm-246- if(get_charge()) ./game/mecha/mecha.dm-247- spark_system.start() ./game/mecha/mecha.dm-248- cell.charge -= min(20,cell.charge) *** ./game/mecha/mecha.dm-274- transfer_moles = pressure_delta*cabin_air.return_volume()/(cabin_air.return_temperature() * R_IDEAL_GAS_EQUATION) ./game/mecha/mecha.dm-275- var/datum/gas_mixture/removed = cabin_air.remove(transfer_moles) ./game/mecha/mecha.dm-276- if(t_air) ./game/mecha/mecha.dm-277- t_air.merge(removed) ./game/mecha/mecha.dm-278- else //just delete the cabin gas, we're in space or some shit ./game/mecha/mecha.dm:279: ***del(removed)*** ./game/mecha/mecha.dm-280- ./game/mecha/mecha.dm-281- if(occupant) ./game/mecha/mecha.dm-282- if(cell) ./game/mecha/mecha.dm-283- var/cellcharge = cell.charge/cell.maxcharge ./game/mecha/mecha.dm-284- switch(cellcharge) *** ./game/mecha/mecha_construction_paths.dm-298- var/obj/item/mecha_parts/chassis/const_holder = holder ./game/mecha/mecha_construction_paths.dm-299- const_holder.construct = new /datum/construction/reversible/mecha/gygax(const_holder) ./game/mecha/mecha_construction_paths.dm-300- const_holder.icon = 'icons/mecha/mech_construction.dmi' ./game/mecha/mecha_construction_paths.dm-301- const_holder.icon_state = "gygax0" ./game/mecha/mecha_construction_paths.dm-302- const_holder.density = 1 ./game/mecha/mecha_construction_paths.dm:303: ***del(src)*** ./game/mecha/mecha_construction_paths.dm-304- return ./game/mecha/mecha_construction_paths.dm-305- ./game/mecha/mecha_construction_paths.dm-306- ./game/mecha/mecha_construction_paths.dm-307-/datum/construction/reversible/mecha/gygax ./game/mecha/mecha_construction_paths.dm-308- result = "/obj/mecha/combat/gygax" *** ./game/mecha/mecha_construction_paths.dm-577- var/obj/item/mecha_parts/chassis/const_holder = holder ./game/mecha/mecha_construction_paths.dm-578- const_holder.construct = new /datum/construction/reversible/mecha/firefighter(const_holder) ./game/mecha/mecha_construction_paths.dm-579- const_holder.icon = 'icons/mecha/mech_construction.dmi' ./game/mecha/mecha_construction_paths.dm-580- const_holder.icon_state = "fireripley0" ./game/mecha/mecha_construction_paths.dm-581- const_holder.density = 1 ./game/mecha/mecha_construction_paths.dm:582: ***del(src)*** ./game/mecha/mecha_construction_paths.dm-583- return ./game/mecha/mecha_construction_paths.dm-584- ./game/mecha/mecha_construction_paths.dm-585- ./game/mecha/mecha_construction_paths.dm-586-/datum/construction/reversible/mecha/firefighter ./game/mecha/mecha_construction_paths.dm-587- result = "/obj/mecha/working/ripley/firefighter" *** ./game/mecha/mecha_construction_paths.dm-799- ./game/mecha/mecha_construction_paths.dm-800-/datum/construction/mecha/honker_chassis/spawn_result() ./game/mecha/mecha_construction_paths.dm-801- var/obj/item/mecha_parts/chassis/const_holder = holder ./game/mecha/mecha_construction_paths.dm-802- const_holder.construct = new /datum/construction/mecha/honker(const_holder) ./game/mecha/mecha_construction_paths.dm-803- const_holder.density = 1 ./game/mecha/mecha_construction_paths.dm:804: ***del(src)*** ./game/mecha/mecha_construction_paths.dm-805- return ./game/mecha/mecha_construction_paths.dm-806- ./game/mecha/mecha_construction_paths.dm-807- ./game/mecha/mecha_construction_paths.dm-808-/datum/construction/mecha/honker ./game/mecha/mecha_construction_paths.dm-809- result = "/obj/mecha/combat/honker" *** ./game/objects/effects/mines.dm-54- name = "kick mine" ./game/objects/effects/mines.dm-55- ./game/objects/effects/mines.dm-56-/obj/effect/mine/kickmine/mineEffect(mob/victim) ./game/objects/effects/mines.dm-57- if(isliving(victim) && victim.client) ./game/objects/effects/mines.dm-58- victim << "<span class='userdanger'>You have been kicked FOR NO REISIN!</span>" ./game/objects/effects/mines.dm:59: ***del(victim.client)*** ./game/objects/effects/mines.dm-60- ./game/objects/effects/mines.dm-61- ./game/objects/effects/mines.dm-62-/obj/effect/mine/gas ./game/objects/effects/mines.dm-63- name = "oxygen mine" ./game/objects/effects/mines.dm-64- var/gas_amount = 360 *** ./game/objects/items/devices/camera_bug.dm-46- ./game/objects/items/devices/camera_bug.dm-47-/obj/item/device/camera_bug/Destroy() ./game/objects/items/devices/camera_bug.dm-48- if(expansion) ./game/objects/items/devices/camera_bug.dm-49- qdel(expansion) ./game/objects/items/devices/camera_bug.dm-50- expansion = null ./game/objects/items/devices/camera_bug.dm:51: ***del(src)*** ./game/objects/items/devices/camera_bug.dm-52-//Easier to just call del() than this nonsense ./game/objects/items/devices/camera_bug.dm-53-// ya no, del() takes 0.8ds to run on avg. this takes less than 0.01 ./game/objects/items/devices/camera_bug.dm-54- get_cameras() ./game/objects/items/devices/camera_bug.dm-55- for(var/cam_tag in bugged_cameras) ./game/objects/items/devices/camera_bug.dm-56- var/obj/machinery/camera/camera = bugged_cameras[cam_tag] *** ./game/objects/items/holotape.dm-242- while(N != 1) ./game/objects/items/holotape.dm-243- N = 1 ./game/objects/items/holotape.dm-244- for (var/obj/item/holotape/P in cur) ./game/objects/items/holotape.dm-245- if(P.icon_state == icon_dir) ./game/objects/items/holotape.dm-246- N = 0 ./game/objects/items/holotape.dm:247: ***del(P)*** ./game/objects/items/holotape.dm-248- cur = get_step(cur,dir[i]) ./game/objects/items/holotape.dm-249- ./game/objects/items/holotape.dm:250: ***del(src)*** ./game/objects/items/holotape.dm-251- return ./game/objects/items/holotape.dm-252- ./game/objects/items/holotape.dm-253-#undef MAX_TAPE_RANGE *** ./game/objects/items/weapons/storage/storage.dm-194- var/obj/item/sample_object ./game/objects/items/weapons/storage/storage.dm-195- var/number ./game/objects/items/weapons/storage/storage.dm-196- ./game/objects/items/weapons/storage/storage.dm-197- New(obj/item/sample) ./game/objects/items/weapons/storage/storage.dm-198- if(!istype(sample)) ./game/objects/items/weapons/storage/storage.dm:199: ***del(src)*** ./game/objects/items/weapons/storage/storage.dm-200- sample_object = sample ./game/objects/items/weapons/storage/storage.dm-201- number = 1 ./game/objects/items/weapons/storage/storage.dm-202- ./game/objects/items/weapons/storage/storage.dm-203- ./game/objects/items/weapons/storage/storage.dm-204-//This proc determins the size of the inventory to be displayed. Please touch it only if you know what you're doing. *** ./game/objects/items/weapons/tanks/tanks.dm-31- ./game/objects/items/weapons/tanks/tanks.dm-32- return ./game/objects/items/weapons/tanks/tanks.dm-33- ./game/objects/items/weapons/tanks/tanks.dm-34-/obj/item/weapon/tank/Destroy() ./game/objects/items/weapons/tanks/tanks.dm-35- if(air_contents) ./game/objects/items/weapons/tanks/tanks.dm:36: ***del(air_contents)*** ./game/objects/items/weapons/tanks/tanks.dm-37- ./game/objects/items/weapons/tanks/tanks.dm-38- SSobj.processing.Remove(src) ./game/objects/items/weapons/tanks/tanks.dm-39- ./game/objects/items/weapons/tanks/tanks.dm-40- ..() ./game/objects/items/weapons/tanks/tanks.dm-41- *** ./LINDA/LINDA_turf_tile.dm-6- var/atmos_adjacent_turfs = 0 ./LINDA/LINDA_turf_tile.dm-7- var/atmos_adjacent_turfs_amount = 0 ./LINDA/LINDA_turf_tile.dm-8- var/atmos_supeconductivity = 0 ./LINDA/LINDA_turf_tile.dm-9- ./LINDA/LINDA_turf_tile.dm-10-/turf/assume_air(datum/gas_mixture/giver) //use this for machines to adjust air ./LINDA/LINDA_turf_tile.dm:11: ***del(giver)*** ./LINDA/LINDA_turf_tile.dm-12- return 0 ./LINDA/LINDA_turf_tile.dm-13- ./LINDA/LINDA_turf_tile.dm-14-/turf/return_air() ./LINDA/LINDA_turf_tile.dm-15- //Create gas mixture to hold data for passing ./LINDA/LINDA_turf_tile.dm-16- var/datum/gas_mixture/GM = new *** ./modules/admin/admin.dm-767- if(kick_only_afk && !C.is_afk()) //Ignore clients who are not afk ./modules/admin/admin.dm-768- continue ./modules/admin/admin.dm-769- if(message) ./modules/admin/admin.dm-770- C << message ./modules/admin/admin.dm-771- kicked_client_names.Add("[C.ckey]") ./modules/admin/admin.dm:772: ***del(C)*** ./modules/admin/admin.dm-773- return kicked_client_names ./modules/admin/admin.dm-774- ./modules/admin/admin.dm-775-//returns 1 to let the dragdrop code know we are trapping this event ./modules/admin/admin.dm-776-//returns 0 if we don't plan to trap the event ./modules/admin/admin.dm-777-/datum/admins/proc/cmd_ghost_drag(mob/dead/observer/frommob, mob/living/tomob) *** ./modules/admin/admin_ranks.dm-9-/datum/admin_rank/New(init_name, init_rights, list/init_adds, list/init_subs) ./modules/admin/admin_ranks.dm-10- name = init_name ./modules/admin/admin_ranks.dm-11- switch(name) ./modules/admin/admin_ranks.dm-12- if("Removed",null,"") ./modules/admin/admin_ranks.dm-13- spawn(-1) ./modules/admin/admin_ranks.dm:14: ***del(src)*** ./modules/admin/admin_ranks.dm-15- throw EXCEPTION("invalid admin-rank name") ./modules/admin/admin_ranks.dm-16- return ./modules/admin/admin_ranks.dm-17- if(init_rights) rights = init_rights ./modules/admin/admin_ranks.dm-18- if(!init_adds) init_adds = list() ./modules/admin/admin_ranks.dm-19- if(!init_subs) init_subs = list() *** ./modules/admin/DB ban/functions.dm-133- if(announceinirc) ./modules/admin/DB ban/functions.dm-134- send2irc("BAN ALERT","[a_ckey] applied a [bantype_str] on [ckey]") ./modules/admin/DB ban/functions.dm-135- ./modules/admin/DB ban/functions.dm-136- if(kickbannedckey) ./modules/admin/DB ban/functions.dm-137- if(banned_mob && banned_mob.client && banned_mob.client.ckey == banckey) ./modules/admin/DB ban/functions.dm:138: ***del(banned_mob.client)*** ./modules/admin/DB ban/functions.dm-139- ./modules/admin/DB ban/functions.dm-140- ./modules/admin/DB ban/functions.dm-141-/datum/admins/proc/DB_ban_unban(ckey, bantype, job = "") ./modules/admin/DB ban/functions.dm-142- ./modules/admin/DB ban/functions.dm-143- if(!check_rights(R_BAN)) return *** ./modules/admin/holder2.dm-15- var/admincaster_signature ./modules/admin/holder2.dm-16- ./modules/admin/holder2.dm-17-/datum/admins/New(datum/admin_rank/R, ckey) ./modules/admin/holder2.dm-18- if(!ckey) ./modules/admin/holder2.dm-19- spawn(-1) ./modules/admin/holder2.dm:20: ***del(src)*** ./modules/admin/holder2.dm-21- throw EXCEPTION("Admin datum created without a ckey") ./modules/admin/holder2.dm-22- return ./modules/admin/holder2.dm-23- if(!istype(R)) ./modules/admin/holder2.dm-24- spawn(-1) ./modules/admin/holder2.dm:25: ***del(src)*** ./modules/admin/holder2.dm-26- throw EXCEPTION("Admin datum created without a rank") ./modules/admin/holder2.dm-27- return ./modules/admin/holder2.dm-28- rank = R ./modules/admin/holder2.dm-29- admincaster_signature = "Nanotrasen Officer #[rand(0,9)][rand(0,9)][rand(0,9)]" ./modules/admin/holder2.dm-30- admin_datums[ckey] = src *** ./modules/admin/holder2.dm-89- ./modules/admin/holder2.dm-90-/client/proc/deadmin() ./modules/admin/holder2.dm-91- admin_datums -= ckey ./modules/admin/holder2.dm-92- if(holder) ./modules/admin/holder2.dm-93- holder.disassociate() ./modules/admin/holder2.dm:94: ***del(holder)*** ./modules/admin/holder2.dm-95- return 1 ./modules/admin/holder2.dm-96- ./modules/admin/holder2.dm-97-//This proc checks whether subject has at least ONE of the rights specified in rights_required. ./modules/admin/holder2.dm-98-/proc/check_rights_for(client/subject, rights_required) ./modules/admin/holder2.dm-99- if(subject && subject.holder && subject.holder.rank) *** ./modules/admin/topic.dm-989- return ./modules/admin/topic.dm-990- M << "<span class='danger'>You have been kicked from the server.</span>" ./modules/admin/topic.dm-991- log_admin("[key_name(usr)] booted [key_name(M)].") ./modules/admin/topic.dm-992- message_admins("<span class='adminnotice'>[key_name_admin(usr)] booted [key_name_admin(M)].</span>") ./modules/admin/topic.dm-993- //M.client = null ./modules/admin/topic.dm:994: ***del(M.client)*** ./modules/admin/topic.dm-995- ./modules/admin/topic.dm-996- //Player Notes ./modules/admin/topic.dm-997- else if(href_list["notes"]) ./modules/admin/topic.dm-998- var/ckey = href_list["ckey"] ./modules/admin/topic.dm-999- switch(href_list["notes"]) *** ./modules/admin/topic.dm-1050- else ./modules/admin/topic.dm-1051- M << "<span class='danger'>No ban appeals URL has been set.</span>" ./modules/admin/topic.dm-1052- log_admin("[usr.client.ckey] has banned [M.ckey].\nReason: [reason]\nThis will be removed in [mins] minutes.") ./modules/admin/topic.dm-1053- message_admins("<span class='adminnotice'>[usr.client.ckey] has banned [M.ckey].\nReason: [reason]\nThis will be removed in [mins] minutes.</span>") ./modules/admin/topic.dm-1054- ./modules/admin/topic.dm:1055: ***del(M.client)*** ./modules/admin/topic.dm-1056- //qdel(M) // See no reason why to delete mob. Important stuff can be lost. And ban can be lifted before round ends. ./modules/admin/topic.dm-1057- if("No") ./modules/admin/topic.dm-1058- var/reason = input(usr,"Reason?","reason","Griefer") as text|null ./modules/admin/topic.dm-1059- if(!reason) ./modules/admin/topic.dm-1060- return *** ./modules/admin/topic.dm-1074- log_admin("[usr.client.ckey] has banned [M.ckey].\nReason: [reason]\nThis is a permanent ban.") ./modules/admin/topic.dm-1075- message_admins("<span class='adminnotice'>[usr.client.ckey] has banned [M.ckey].\nReason: [reason]\nThis is a permanent ban.</span>") ./modules/admin/topic.dm-1076- feedback_inc("ban_perma",1) ./modules/admin/topic.dm-1077- DB_ban_record(BANTYPE_PERMA, M, -1, reason) ./modules/admin/topic.dm-1078- ./modules/admin/topic.dm:1079: ***del(M.client)*** ./modules/admin/topic.dm-1080- //qdel(M) ./modules/admin/topic.dm-1081- if("Cancel") ./modules/admin/topic.dm-1082- return ./modules/admin/topic.dm-1083- ./modules/admin/topic.dm-1084- else if(href_list["unjobbanf"]) *** ./modules/admin/verbs/SDQL2/SDQL_2.dm-178- do_parse = 0 ./modules/admin/verbs/SDQL2/SDQL_2.dm-179- else ./modules/admin/verbs/SDQL2/SDQL_2.dm-180- query_tree += val ./modules/admin/verbs/SDQL2/SDQL_2.dm-181- pos++ ./modules/admin/verbs/SDQL2/SDQL_2.dm-182- ./modules/admin/verbs/SDQL2/SDQL_2.dm:183: ***del(parser)*** ./modules/admin/verbs/SDQL2/SDQL_2.dm-184- ./modules/admin/verbs/SDQL2/SDQL_2.dm-185- return querys ./modules/admin/verbs/SDQL2/SDQL_2.dm-186- ./modules/admin/verbs/SDQL2/SDQL_2.dm-187- ./modules/admin/verbs/SDQL2/SDQL_2.dm-188- *** ./modules/awaymissions/maploader/swapmaps.dm-154- z1=min(x:z,y:z);z2=max(x:z,y:z) ./modules/awaymissions/maploader/swapmaps.dm-155- InitializeSwapMaps() ./modules/awaymissions/maploader/swapmaps.dm-156- if(z2>swapmaps_compiled_maxz ||\ ./modules/awaymissions/maploader/swapmaps.dm-157- y2>swapmaps_compiled_maxy ||\ ./modules/awaymissions/maploader/swapmaps.dm-158- x2>swapmaps_compiled_maxx) ./modules/awaymissions/maploader/swapmaps.dm:159: ***del(src)*** ./modules/awaymissions/maploader/swapmaps.dm-160- return ./modules/awaymissions/maploader/swapmaps.dm-161- x2=x?(x):world.maxx ./modules/awaymissions/maploader/swapmaps.dm-162- y2=y?(y):world.maxy ./modules/awaymissions/maploader/swapmaps.dm-163- z2=z?(z):1 ./modules/awaymissions/maploader/swapmaps.dm-164- AllocateSwapMap() *** ./modules/awaymissions/maploader/swapmaps.dm-177- for(var/obj/O in A) qdel(O) ./modules/awaymissions/maploader/swapmaps.dm-178- for(var/mob/M in A) ./modules/awaymissions/maploader/swapmaps.dm-179- if(!M.key) qdel(M) ./modules/awaymissions/maploader/swapmaps.dm-180- else M.loc=null ./modules/awaymissions/maploader/swapmaps.dm-181- areas[A.loc]=null ./modules/awaymissions/maploader/swapmaps.dm:182: ***del(A)*** ./modules/awaymissions/maploader/swapmaps.dm-183- // delete areas that belong only to this map ./modules/awaymissions/maploader/swapmaps.dm-184- for(var/area/a in areas) ./modules/awaymissions/maploader/swapmaps.dm:185: if(a && !a.contents.len) ***del(a)*** ./modules/awaymissions/maploader/swapmaps.dm-186- if(x2>=world.maxx || y2>=world.maxy || z2>=world.maxz) CutXYZ() ./modules/awaymissions/maploader/swapmaps.dm:187: ***del(areas)*** ./modules/awaymissions/maploader/swapmaps.dm-188- ..() ./modules/awaymissions/maploader/swapmaps.dm-189- ./modules/awaymissions/maploader/swapmaps.dm-190- /* ./modules/awaymissions/maploader/swapmaps.dm-191- Savefile format: ./modules/awaymissions/maploader/swapmaps.dm-192- map *** ./modules/awaymissions/maploader/swapmaps.dm-239- S.cd=".." ./modules/awaymissions/maploader/swapmaps.dm-240- S.cd=".." ./modules/awaymissions/maploader/swapmaps.dm-241- sleep() ./modules/awaymissions/maploader/swapmaps.dm-242- S.cd=oldcd ./modules/awaymissions/maploader/swapmaps.dm-243- locked=0 ./modules/awaymissions/maploader/swapmaps.dm:244: ***del(areas)*** ./modules/awaymissions/maploader/swapmaps.dm-245- ./modules/awaymissions/maploader/swapmaps.dm-246- Read(savefile/S,_id,turf/locorner) ./modules/awaymissions/maploader/swapmaps.dm-247- var/x ./modules/awaymissions/maploader/swapmaps.dm-248- var/y ./modules/awaymissions/maploader/swapmaps.dm-249- var/z *** ./modules/awaymissions/maploader/swapmaps.dm-295- S.cd=".." ./modules/awaymissions/maploader/swapmaps.dm-296- S.cd=".." ./modules/awaymissions/maploader/swapmaps.dm-297- sleep() ./modules/awaymissions/maploader/swapmaps.dm-298- S.cd=oldcd ./modules/awaymissions/maploader/swapmaps.dm-299- locked=0 ./modules/awaymissions/maploader/swapmaps.dm:300: ***del(areas)*** ./modules/awaymissions/maploader/swapmaps.dm-301- ./modules/awaymissions/maploader/swapmaps.dm-302- /* ./modules/awaymissions/maploader/swapmaps.dm-303- Find an empty block on the world map in which to load this map. ./modules/awaymissions/maploader/swapmaps.dm-304- If no space is found, increase world.maxz as necessary. (If the ./modules/awaymissions/maploader/swapmaps.dm-305- map is greater in x,y size than the current world, expand *** ./modules/awaymissions/maploader/swapmaps.dm-319- else ./modules/awaymissions/maploader/swapmaps.dm-320- var/list/l=ConsiderRegion(1,1,world.maxx,world.maxy,swapmaps_compiled_maxz+1) ./modules/awaymissions/maploader/swapmaps.dm-321- x1=l[1] ./modules/awaymissions/maploader/swapmaps.dm-322- y1=l[2] ./modules/awaymissions/maploader/swapmaps.dm-323- z1=l[3] ./modules/awaymissions/maploader/swapmaps.dm:324: ***del(l)*** ./modules/awaymissions/maploader/swapmaps.dm-325- x2+=x1-1 ./modules/awaymissions/maploader/swapmaps.dm-326- y2+=y1-1 ./modules/awaymissions/maploader/swapmaps.dm-327- z2+=z1-1 ./modules/awaymissions/maploader/swapmaps.dm-328- world.maxz=max(z2,world.maxz) // stretch z if necessary ./modules/awaymissions/maploader/swapmaps.dm-329- if(!ischunk) *** ./modules/awaymissions/maploader/swapmaps.dm-375- world.maxz=mz ./modules/awaymissions/maploader/swapmaps.dm-376- ./modules/awaymissions/maploader/swapmaps.dm-377- // save and delete ./modules/awaymissions/maploader/swapmaps.dm-378- proc/Unload() ./modules/awaymissions/maploader/swapmaps.dm-379- Save() ./modules/awaymissions/maploader/swapmaps.dm:380: ***del(src)*** ./modules/awaymissions/maploader/swapmaps.dm-381- ./modules/awaymissions/maploader/swapmaps.dm-382- proc/Save() ./modules/awaymissions/maploader/swapmaps.dm-383- if(id==src) return 0 ./modules/awaymissions/maploader/swapmaps.dm-384- var/savefile/S=mode?(new):new("map_[id].sav") ./modules/awaymissions/maploader/swapmaps.dm-385- S << src *** ./modules/awaymissions/maploader/swapmaps.dm-470- var/list/l=contents ./modules/awaymissions/maploader/swapmaps.dm-471- if(M) ./modules/awaymissions/maploader/swapmaps.dm-472- l=l.Copy() ./modules/awaymissions/maploader/swapmaps.dm-473- for(M in src) if(M.key) l-=M ./modules/awaymissions/maploader/swapmaps.dm-474- if(l.len) S["contents"]<<l ./modules/awaymissions/maploader/swapmaps.dm:475: if(l!=contents) ***del(l)*** ./modules/awaymissions/maploader/swapmaps.dm-476- Read(savefile/S) ./modules/awaymissions/maploader/swapmaps.dm-477- var/list/l ./modules/awaymissions/maploader/swapmaps.dm-478- if(contents.len) l=contents ./modules/awaymissions/maploader/swapmaps.dm-479- ..() ./modules/awaymissions/maploader/swapmaps.dm-480- // if the icon was a text string, it would not have loaded properly *** ./modules/awaymissions/maploader/swapmaps.dm-483- var/ic ./modules/awaymissions/maploader/swapmaps.dm-484- S["icon"]>>ic ./modules/awaymissions/maploader/swapmaps.dm-485- if(istext(ic)) icon=swapmaps_iconcache[ic] ./modules/awaymissions/maploader/swapmaps.dm-486- if(l && contents!=l) ./modules/awaymissions/maploader/swapmaps.dm-487- contents+=l ./modules/awaymissions/maploader/swapmaps.dm:488: ***del(l)*** ./modules/awaymissions/maploader/swapmaps.dm-489- ./modules/awaymissions/maploader/swapmaps.dm-490- ./modules/awaymissions/maploader/swapmaps.dm-491-// set this up (at runtime) as follows: ./modules/awaymissions/maploader/swapmaps.dm-492-// list(\ ./modules/awaymissions/maploader/swapmaps.dm-493-// 'player.dmi'="player",\ *** ./modules/awaymissions/maploader/swapmaps.dm-623- properly otherwise. The //.0 path should always match the map, however. ./modules/awaymissions/maploader/swapmaps.dm-624- */ ./modules/awaymissions/maploader/swapmaps.dm-625- S.cd="//.0" ./modules/awaymissions/maploader/swapmaps.dm-626- M.Read(S,M,locorner) ./modules/awaymissions/maploader/swapmaps.dm-627- while(M.locked) sleep(1) ./modules/awaymissions/maploader/swapmaps.dm:628: ***del(M)*** ./modules/awaymissions/maploader/swapmaps.dm-629- return 1 ./modules/awaymissions/maploader/swapmaps.dm-630- ./modules/awaymissions/maploader/swapmaps.dm-631-proc/SwapMaps_SaveChunk(chunk_id,turf/corner1,turf/corner2) ./modules/awaymissions/maploader/swapmaps.dm-632- if(!corner1 || !corner2) ./modules/awaymissions/maploader/swapmaps.dm-633- world.log << "SwapMaps error in SwapMaps_SaveChunk():" *** ./modules/awaymissions/maploader/swapmaps.dm-644- M.y2=max(corner1.y,corner2.y) ./modules/awaymissions/maploader/swapmaps.dm-645- M.z2=max(corner1.z,corner2.z) ./modules/awaymissions/maploader/swapmaps.dm-646- M.mode=swapmaps_mode ./modules/awaymissions/maploader/swapmaps.dm-647- M.Save() ./modules/awaymissions/maploader/swapmaps.dm-648- while(M.locked) sleep(1) ./modules/awaymissions/maploader/swapmaps.dm:649: ***del(M)*** ./modules/awaymissions/maploader/swapmaps.dm-650- return 1 ./modules/awaymissions/maploader/swapmaps.dm-651- ./modules/awaymissions/maploader/swapmaps.dm-652-proc/SwapMaps_GetSize(id) ./modules/awaymissions/maploader/swapmaps.dm-653- var/savefile/S ./modules/awaymissions/maploader/swapmaps.dm-654- var/text=0 *** ./modules/client/client procs.dm-138- if (isnum(player_age) && player_age == -1) //first connection ./modules/client/client procs.dm-139- if (config.panic_bunker && !holder && !(ckey in deadmins)) ./modules/client/client procs.dm-140- log_access("Failed Login: [key] - New account attempting to connect during panic bunker") ./modules/client/client procs.dm-141- message_admins("<span class='adminnotice'>Failed Login: [key] - New account attempting to connect during panic bunker</span>") ./modules/client/client procs.dm-142- src << "Sorry but the server is currently not accepting connections from never before seen players." ./modules/client/client procs.dm:143: ***del(src)*** ./modules/client/client procs.dm-144- return 0 ./modules/client/client procs.dm-145- ./modules/client/client procs.dm-146- if (config.notify_new_player_age >= 0) ./modules/client/client procs.dm-147- message_admins("New user: [key_name_admin(src)] is connecting here for the first time.") ./modules/client/client procs.dm-148- if (config.irc_first_connection_alert) *** ./modules/crafting/guncrafting.dm-22- if(istype(W,/obj/item/pipe)) ./modules/crafting/guncrafting.dm-23- user << "<span class='notice'>You attach the shotgun barrel to the receiver. The pins seem loose.</span>" ./modules/crafting/guncrafting.dm-24- var/obj/item/weaponcrafting/ishotgunconstruction/I = new /obj/item/weaponcrafting/ishotgunconstruction ./modules/crafting/guncrafting.dm-25- user.unEquip(src) ./modules/crafting/guncrafting.dm-26- user.put_in_hands(I) ./modules/crafting/guncrafting.dm:27: ***del(W)*** ./modules/crafting/guncrafting.dm:28: ***del(src)*** ./modules/crafting/guncrafting.dm-29- return ./modules/crafting/guncrafting.dm-30- ./modules/crafting/guncrafting.dm-31-// SHOTGUN // ./modules/crafting/guncrafting.dm-32- ./modules/crafting/guncrafting.dm-33-/obj/item/weaponcrafting/ishotgunconstruction *** ./modules/crafting/guncrafting.dm-55- if(istype(W,/obj/item/weaponcrafting/stock)) ./modules/crafting/guncrafting.dm-56- user << "<span class='notice'>You attach the stock to the receiver-barrel assembly.</span>" ./modules/crafting/guncrafting.dm-57- var/obj/item/weaponcrafting/ishotgunconstruction3/I = new /obj/item/weaponcrafting/ishotgunconstruction3 ./modules/crafting/guncrafting.dm-58- user.unEquip(src) ./modules/crafting/guncrafting.dm-59- user.put_in_hands(I) ./modules/crafting/guncrafting.dm:60: ***del(W)*** ./modules/crafting/guncrafting.dm:61: ***del(src)*** ./modules/crafting/guncrafting.dm-62- return ./modules/crafting/guncrafting.dm-63- ./modules/crafting/guncrafting.dm-64-/obj/item/weaponcrafting/ishotgunconstruction3 ./modules/crafting/guncrafting.dm-65- name = "extremely conspicuous metal construction" ./modules/crafting/guncrafting.dm-66- desc = "A receiver-barrel shotgun assembly with a loose wooden stock. There's no way you can fire it without the stock coming loose." *** ./modules/flufftext/Hallucination.dm-154- if(target.client) target.client.images |= flood_images ./modules/flufftext/Hallucination.dm-155- return ./modules/flufftext/Hallucination.dm-156- ./modules/flufftext/Hallucination.dm-157-/obj/effect/hallucination/fake_flood/Destroy() ./modules/flufftext/Hallucination.dm-158- SSobj.processing.Remove(src) ./modules/flufftext/Hallucination.dm:159: ***del(flood_turfs)*** ./modules/flufftext/Hallucination.dm-160- if(target.client) target.client.images.Remove(flood_images) ./modules/flufftext/Hallucination.dm-161- target = null ./modules/flufftext/Hallucination.dm:162: ***del(flood_images)*** ./modules/flufftext/Hallucination.dm-163- return ./modules/flufftext/Hallucination.dm-164- ./modules/flufftext/Hallucination.dm-165-/obj/effect/hallucination/simple/xeno ./modules/flufftext/Hallucination.dm-166- image_icon = 'icons/mob/alien.dmi' ./modules/flufftext/Hallucination.dm-167- image_state = "alienh_pounce" *** ./modules/hydroponics/hydroponics.dm-684- qdel(reagent_source) ./modules/hydroponics/hydroponics.dm-685- ./modules/hydroponics/hydroponics.dm-686- H.applyChemicals(S) ./modules/hydroponics/hydroponics.dm-687- ./modules/hydroponics/hydroponics.dm-688- S.clear_reagents() ./modules/hydroponics/hydroponics.dm:689: ***del(S)*** ./modules/hydroponics/hydroponics.dm-690- H.update_icon() ./modules/hydroponics/hydroponics.dm-691- if(reagent_source) // If the source wasn't composted and destroyed ./modules/hydroponics/hydroponics.dm-692- reagent_source.update_icon() ./modules/hydroponics/hydroponics.dm-693- return 1 ./modules/hydroponics/hydroponics.dm-694- *** ./modules/hydroponics/seed_extractor.dm-183- if(N.amount <= 0) ./modules/hydroponics/seed_extractor.dm-184- return ./modules/hydroponics/seed_extractor.dm-185- N.amount = max(N.amount - 1, 0) ./modules/hydroponics/seed_extractor.dm-186- if (N.amount <= 0) ./modules/hydroponics/seed_extractor.dm-187- piles -= N ./modules/hydroponics/seed_extractor.dm:188: ***del(N)*** ./modules/hydroponics/seed_extractor.dm-189- break ./modules/hydroponics/seed_extractor.dm-190- ./modules/hydroponics/seed_extractor.dm-191- for (var/obj/T in contents)//Now we find the seed we need to vend ./modules/hydroponics/seed_extractor.dm-192- var/obj/item/seeds/O = T ./modules/hydroponics/seed_extractor.dm-193- if (O.plantname == href_list["name"] && O.lifespan == href_list["li"] && O.endurance == href_list["en"] && O.maturation == href_list["ma"] && O.production == href_list["pr"] && O.yield == href_list["yi"] && O.potency == href_list["pot"]) *** ./modules/mob/camera/camera.dm-14-/mob/camera/experience_pressure_difference() ./modules/mob/camera/camera.dm-15- return ./modules/mob/camera/camera.dm-16- ./modules/mob/camera/camera.dm-17-/mob/camera/Destroy() ./modules/mob/camera/camera.dm-18- ..() ./modules/mob/camera/camera.dm:19: ***del(src)*** ./modules/mob/camera/camera.dm-20- ./modules/mob/camera/camera.dm-21-/mob/camera/Login() ./modules/mob/camera/camera.dm-22- ..() ./modules/mob/camera/camera.dm-23- update_interface() *** ./modules/mob/living/carbon/human/blood.dm-280- // Are we dripping or splattering? ./modules/mob/living/carbon/human/blood.dm-281- var/list/drips = list() ./modules/mob/living/carbon/human/blood.dm-282- // Only a certain number of drips (or one large splatter) can be on a given turf. ./modules/mob/living/carbon/human/blood.dm-283- for(var/obj/effect/decal/cleanable/blood/drip/drop in T) ./modules/mob/living/carbon/human/blood.dm-284- drips |= drop.drips ./modules/mob/living/carbon/human/blood.dm:285: ***del(drop)*** ./modules/mob/living/carbon/human/blood.dm-286- if(!large && drips.len < 3) ./modules/mob/living/carbon/human/blood.dm-287- decal_type = /obj/effect/decal/cleanable/blood/drip ./modules/mob/living/carbon/human/blood.dm-288- ./modules/mob/living/carbon/human/blood.dm-289- // Find a blood decal or create a new one. ./modules/mob/living/carbon/human/blood.dm-290- B = locate(decal_type) in T *** ./modules/mob/living/silicon/ai/ai.dm-703- ./modules/mob/living/silicon/ai/ai.dm-704- if(personnel_list.len) ./modules/mob/living/silicon/ai/ai.dm-705- input = input("Select a crew member:") as null|anything in personnel_list ./modules/mob/living/silicon/ai/ai.dm-706- var/icon/character_icon = personnel_list[input] ./modules/mob/living/silicon/ai/ai.dm-707- if(character_icon) ./modules/mob/living/silicon/ai/ai.dm:708: ***del(holo_icon)***//Clear old icon so we're not storing it in memory. ./modules/mob/living/silicon/ai/ai.dm-709- holo_icon = getHologramIcon(icon(character_icon)) ./modules/mob/living/silicon/ai/ai.dm-710- else ./modules/mob/living/silicon/ai/ai.dm-711- alert("No suitable records found. Aborting.") ./modules/mob/living/silicon/ai/ai.dm-712- ./modules/mob/living/silicon/ai/ai.dm-713- else *** ./modules/mob/living/silicon/ai/ai.dm-717- "xeno queen", ./modules/mob/living/silicon/ai/ai.dm-718- "space carp" ./modules/mob/living/silicon/ai/ai.dm-719- ) ./modules/mob/living/silicon/ai/ai.dm-720- input = input("Please select a hologram:") as null|anything in icon_list ./modules/mob/living/silicon/ai/ai.dm-721- if(input) ./modules/mob/living/silicon/ai/ai.dm:722: ***del(holo_icon)*** ./modules/mob/living/silicon/ai/ai.dm-723- switch(input) ./modules/mob/living/silicon/ai/ai.dm-724- if("default") ./modules/mob/living/silicon/ai/ai.dm-725- holo_icon = getHologramIcon(icon('icons/mob/AI.dmi',"holo1")) ./modules/mob/living/silicon/ai/ai.dm-726- if("floating face") ./modules/mob/living/silicon/ai/ai.dm-727- holo_icon = getHologramIcon(icon('icons/mob/AI.dmi',"holo2")) *** ./modules/mob/living/silicon/pai/death.dm-10- //var/tod = time2text(world.realtime,"hh:mm:ss") //weasellos time of death patch ./modules/mob/living/silicon/pai/death.dm-11- //mind.store_memory("Time of death: [tod]", 0) ./modules/mob/living/silicon/pai/death.dm-12- ./modules/mob/living/silicon/pai/death.dm-13- //New pAI's get a brand new mind to prevent meta stuff from their previous life. This new mind causes problems down the line if it's not deleted here. ./modules/mob/living/silicon/pai/death.dm-14- //Read as: I have no idea what I'm doing but asking for help got me nowhere so this is what you get. - Nodrak ./modules/mob/living/silicon/pai/death.dm:15: if(mind) ***del(mind)*** ./modules/mob/living/silicon/pai/death.dm-16- living_mob_list -= src ./modules/mob/living/silicon/pai/death.dm-17- ghostize() ./modules/mob/living/silicon/pai/death.dm-18- qdel(src) *** ./modules/mob/living/simple_animal/worm.dm-166- newHead.Attach(newHeadPrevious) ./modules/mob/living/simple_animal/worm.dm-167- ./modules/mob/living/simple_animal/worm.dm-168- if(die) ./modules/mob/living/simple_animal/worm.dm-169- newHead.Die() ./modules/mob/living/simple_animal/worm.dm-170- ./modules/mob/living/simple_animal/worm.dm:171: ***del(src)*** ./modules/mob/living/simple_animal/worm.dm-172- ./modules/mob/living/simple_animal/worm.dm-173- proc/ProcessStomach() ./modules/mob/living/simple_animal/worm.dm-174- for(var/atom/movable/stomachContent in contents) ./modules/mob/living/simple_animal/worm.dm-175- if(prob(digestionProbability)) ./modules/mob/living/simple_animal/worm.dm-176- if(istype(stomachContent,/obj/item/stack)) //converts to plasma, keeping the stack value ./modules/mob/living/simple_animal/worm.dm-177- if(!istype(stomachContent,/obj/item/stack/sheet/mineral/plasma)) ./modules/mob/living/simple_animal/worm.dm-178- var/obj/item/stack/oldStack = stomachContent ./modules/mob/living/simple_animal/worm.dm-179- new /obj/item/stack/sheet/mineral/plasma(src, oldStack.amount) ./modules/mob/living/simple_animal/worm.dm:180: ***del(oldStack)*** ./modules/mob/living/simple_animal/worm.dm-181- continue ./modules/mob/living/simple_animal/worm.dm-182- else if(istype(stomachContent,/obj/item)) //converts to plasma, keeping the w_class ./modules/mob/living/simple_animal/worm.dm-183- var/obj/item/oldItem = stomachContent ./modules/mob/living/simple_animal/worm.dm-184- new /obj/item/stack/sheet/mineral/plasma(src, oldItem.w_class) ./modules/mob/living/simple_animal/worm.dm:185: ***del(oldItem)*** ./modules/mob/living/simple_animal/worm.dm-186- continue ./modules/mob/living/simple_animal/worm.dm-187- else ./modules/mob/living/simple_animal/worm.dm-188- new /obj/item/stack/sheet/mineral/plasma(src, flatPlasmaValue) //just flat amount ./modules/mob/living/simple_animal/worm.dm:189: ***del(stomachContent)*** ./modules/mob/living/simple_animal/worm.dm-190- continue ./modules/mob/living/simple_animal/worm.dm-191- ./modules/mob/living/simple_animal/worm.dm-192- if(previous) ./modules/mob/living/simple_animal/worm.dm-193- for(var/atom/movable/stomachContent in contents) //transfer it along the digestive tract ./modules/mob/living/simple_animal/worm.dm-194- previous.contents += stomachContent *** ./modules/mob/login.dm-28- update_Login_details() ./modules/mob/login.dm-29- world.update_status() ./modules/mob/login.dm-30- ./modules/mob/login.dm-31- client.images = null //remove the images such as AIs being unable to see runes ./modules/mob/login.dm-32- client.screen = list() //remove hud items just in case ./modules/mob/login.dm:33: if(hud_used) ***del(hud_used)*** //remove the hud objects ./modules/mob/login.dm-34- hud_used = new /datum/hud(src) ./modules/mob/login.dm-35- ./modules/mob/login.dm-36- next_move = 1 ./modules/mob/login.dm-37- sight |= SEE_SELF ./modules/mob/login.dm-38- *** ./modules/mob/new_player/preferences_setup.dm-19- backbag = 1 ./modules/mob/new_player/preferences_setup.dm-20- features = random_features() ./modules/mob/new_player/preferences_setup.dm-21- age = rand(AGE_MIN,AGE_MAX) ./modules/mob/new_player/preferences_setup.dm-22- ./modules/mob/new_player/preferences_setup.dm-23-/datum/preferences/proc/update_preview_icon() //seriously. This is horrendous. ./modules/mob/new_player/preferences_setup.dm:24: ***del(preview_icon_front)*** ./modules/mob/new_player/preferences_setup.dm:25: ***del(preview_icon_side)*** ./modules/mob/new_player/preferences_setup.dm-26- var/icon/preview_icon = null ./modules/mob/new_player/preferences_setup.dm-27- ./modules/mob/new_player/preferences_setup.dm-28- if(job_engsec_high) //cyborg/AI check, put first to avoid so much unneeded blending ./modules/mob/new_player/preferences_setup.dm-29- switch(job_engsec_high) ./modules/mob/new_player/preferences_setup.dm-30- if(AI) *** ./modules/mob/new_player/preferences_setup.dm-35- ./modules/mob/new_player/preferences_setup.dm-36- if(preview_icon) //We're busting out! ./modules/mob/new_player/preferences_setup.dm-37- preview_icon_front = new(preview_icon, dir = SOUTH) ./modules/mob/new_player/preferences_setup.dm-38- preview_icon_side = new(preview_icon, dir = WEST) ./modules/mob/new_player/preferences_setup.dm-39- ./modules/mob/new_player/preferences_setup.dm:40: ***del(preview_icon)*** ./modules/mob/new_player/preferences_setup.dm-41- return ./modules/mob/new_player/preferences_setup.dm-42- ./modules/mob/new_player/preferences_setup.dm-43- var/g = "m" ./modules/mob/new_player/preferences_setup.dm-44- if(gender == FEMALE) g = "f" ./modules/mob/new_player/preferences_setup.dm-45- *** ./modules/mob/new_player/preferences_setup.dm-419- if(clothes_s) ./modules/mob/new_player/preferences_setup.dm-420- preview_icon.Blend(clothes_s, ICON_OVERLAY) ./modules/mob/new_player/preferences_setup.dm-421- preview_icon_front = new(preview_icon, dir = SOUTH) ./modules/mob/new_player/preferences_setup.dm-422- preview_icon_side = new(preview_icon, dir = WEST) ./modules/mob/new_player/preferences_setup.dm-423- ./modules/mob/new_player/preferences_setup.dm:424: ***del(preview_icon)*** ./modules/mob/new_player/preferences_setup.dm:425: ***del(eyes_s)*** ./modules/mob/new_player/preferences_setup.dm:426: ***del(clothes_s)*** *** ./modules/power/apc.dm-150- area.power_equip = 0 ./modules/power/apc.dm-151- area.power_environ = 0 ./modules/power/apc.dm-152- area.power_change() ./modules/power/apc.dm-153- if(occupier) ./modules/power/apc.dm-154- malfvacate(1) ./modules/power/apc.dm:155: ***del(wires)*** ./modules/power/apc.dm-156- if(cell) ./modules/power/apc.dm-157- qdel(cell) ./modules/power/apc.dm-158- if(terminal) ./modules/power/apc.dm-159- disconnect_terminal() ./modules/power/apc.dm-160- ..() *** ./modules/projectiles/firing.dm-32- if (!istype(targloc) || !istype(curloc) || !BB) ./modules/projectiles/firing.dm-33- return 0 ./modules/projectiles/firing.dm-34- if(targloc == curloc) ./modules/projectiles/firing.dm-35- if(BB.original == user) //if we target ourselves we go straight to bullet_act() ./modules/projectiles/firing.dm-36- user.bullet_act(BB) ./modules/projectiles/firing.dm:37: ***del(BB)*** ./modules/projectiles/firing.dm-38- return 1 ./modules/projectiles/firing.dm-39- BB.loc = get_turf(user) ./modules/projectiles/firing.dm-40- BB.starting = get_turf(user) ./modules/projectiles/firing.dm-41- BB.current = curloc ./modules/projectiles/firing.dm-42- BB.yo = targloc.y - curloc.y *** ./modules/projectiles/projectile/magic.dm-241- else ./modules/projectiles/projectile/magic.dm-242- new_mob.key = M.key ./modules/projectiles/projectile/magic.dm-243- ./modules/projectiles/projectile/magic.dm-244- new_mob << "<B>Your form morphs into that of a [randomize].</B>" ./modules/projectiles/projectile/magic.dm-245- ./modules/projectiles/projectile/magic.dm:246: ***del(M)*** ./modules/projectiles/projectile/magic.dm-247- return new_mob ./modules/projectiles/projectile/magic.dm-248- ./modules/projectiles/projectile/magic.dm-249-/obj/item/projectile/magic/animate ./modules/projectiles/projectile/magic.dm-250- name = "bolt of animation" ./modules/projectiles/projectile/magic.dm-251- icon_state = "red_1" *** ./modules/research/rdconsole.dm-58- for(var/T in typesof(/datum/tech) - /datum/tech) ./modules/research/rdconsole.dm-59- check_tech = null ./modules/research/rdconsole.dm-60- check_tech = new T() ./modules/research/rdconsole.dm-61- if(check_tech.id == ID) ./modules/research/rdconsole.dm-62- return_name = check_tech.name ./modules/research/rdconsole.dm:63: ***del(check_tech)*** ./modules/research/rdconsole.dm-64- check_tech = null ./modules/research/rdconsole.dm-65- break ./modules/research/rdconsole.dm-66- ./modules/research/rdconsole.dm-67- return return_name ./modules/research/rdconsole.dm-68- *** ./modules/research/rdconsole.dm-92- for(var/R in typesof(/datum/reagent) - /datum/reagent) ./modules/research/rdconsole.dm-93- temp_reagent = null ./modules/research/rdconsole.dm-94- temp_reagent = new R() ./modules/research/rdconsole.dm-95- if(temp_reagent.id == ID) ./modules/research/rdconsole.dm-96- return_name = temp_reagent.name ./modules/research/rdconsole.dm:97: ***del(temp_reagent)*** ./modules/research/rdconsole.dm-98- temp_reagent = null ./modules/research/rdconsole.dm-99- break ./modules/research/rdconsole.dm-100- return return_name ./modules/research/rdconsole.dm-101- ./modules/research/rdconsole.dm-102-/obj/machinery/computer/rdconsole/proc/SyncRDevices() //Makes sure it is properly sync'ed up with the devices attached to it (if any). *** ./modules/research/rdconsole.dm-573- else if(href_list["reset"]) //Reset the R&D console's database. ./modules/research/rdconsole.dm-574- griefProtection() ./modules/research/rdconsole.dm-575- var/choice = alert("R&D Console Database Reset", "Are you sure you want to reset the R&D console's database? Data lost cannot be recovered.", "Continue", "Cancel") ./modules/research/rdconsole.dm-576- if(choice == "Continue") ./modules/research/rdconsole.dm-577- screen = 0.0 ./modules/research/rdconsole.dm:578: ***del(files)*** ./modules/research/rdconsole.dm-579- files = new /datum/research(src) ./modules/research/rdconsole.dm-580- spawn(20) ./modules/research/rdconsole.dm-581- screen = 1.6 ./modules/research/rdconsole.dm-582- updateUsrDialog() ./modules/research/rdconsole.dm-583- *** ./_compile_options.dm-49-#ifdef dellogging ./_compile_options.dm-50-#warn compiling del logging. This will have additional overheads. //will warn you if compiling with dellogging ./_compile_options.dm-51-var/list/del_counter = list() ./_compile_options.dm-52-/proc/log_del(datum/X) ./_compile_options.dm-53- if(istype(X)){del_counter[X.type]++;} ./_compile_options.dm:54: ***del(X)*** ./_compile_options.dm:55:#define ***del(X)*** log_del(X) //overrides all del() calls with log_del() ./_compile_options.dm-56-#endif ./_compile_options.dm-57- ./_compile_options.dm-58-#ifdef TESTING ./_compile_options.dm-59-#warn compiling in TESTING mode. testing() debug messages will be visible. ./_compile_options.dm-60-#endif *** ./_onclick/hud/action.dm-43- ./_onclick/hud/action.dm-44-/datum/action/proc/Remove(mob/living/T) ./_onclick/hud/action.dm-45- if(button) ./_onclick/hud/action.dm-46- if(T.client) ./_onclick/hud/action.dm-47- T.client.screen -= button ./_onclick/hud/action.dm:48: ***del(button)*** ./_onclick/hud/action.dm-49- T.actions.Remove(src) ./_onclick/hud/action.dm-50- T.update_action_buttons() ./_onclick/hud/action.dm-51- owner = null ./_onclick/hud/action.dm-52- return ./_onclick/hud/action.dm-53- *** ./__HELPERS/icons.dm-862- var/image/text_image = new(loc = A) ./__HELPERS/icons.dm-863- text_image.maptext = "<font size = 4>[letter]</font>" ./__HELPERS/icons.dm-864- text_image.color = AverageColour(atom_icon) ./__HELPERS/icons.dm-865- text_image.pixel_x = 7 ./__HELPERS/icons.dm-866- text_image.pixel_y = 5 ./__HELPERS/icons.dm:867: ***del(atom_icon)*** ./__HELPERS/icons.dm-868- return text_image ./__HELPERS/icons.dm-869- ./__HELPERS/icons.dm-870- ./__HELPERS/icons.dm-871-//Find's the average colour of the icon ./__HELPERS/icons.dm-872-//By vg's ComicIronic
True
List of places in code not using qdel - ./ATMOSPHERICS/pipes/pipes.dm-14-/obj/machinery/atmospherics/proc/pipeline_expansion() ./ATMOSPHERICS/pipes/pipes.dm-15- return null ./ATMOSPHERICS/pipes/pipes.dm-16- ./ATMOSPHERICS/pipes/pipes.dm-17-/obj/machinery/atmospherics/pipe/proc/check_pressure(pressure) ./ATMOSPHERICS/pipes/pipes.dm-18- //Return 1 if parent should continue checking other pipes ./ATMOSPHERICS/pipes/pipes.dm:19: //Return null if parent should stop checking other pipes. Recall: ***del(src)*** will by default return null ./ATMOSPHERICS/pipes/pipes.dm-20- return 1 ./ATMOSPHERICS/pipes/pipes.dm-21- ./ATMOSPHERICS/pipes/pipes.dm-22-/obj/machinery/atmospherics/pipe/proc/releaseAirToTurf() ./ATMOSPHERICS/pipes/pipes.dm-23- if(air_temporary) ./ATMOSPHERICS/pipes/pipes.dm-24- var/turf/T = loc *** ./controllers/configuration.dm-176- modes += M.config_tag ./controllers/configuration.dm-177- mode_names[M.config_tag] = M.name ./controllers/configuration.dm-178- probabilities[M.config_tag] = M.probability ./controllers/configuration.dm-179- if(M.votable) ./controllers/configuration.dm-180- votable_modes += M.config_tag ./controllers/configuration.dm:181: ***del(M)*** ./controllers/configuration.dm-182- votable_modes += "secret" ./controllers/configuration.dm-183- ./controllers/configuration.dm-184-/datum/configuration/proc/load(filename, type = "config") //the type can also be game_options, in which case it uses a different switch. not making it separate to not copypaste code - Urist ./controllers/configuration.dm-185- var/list/Lines = file2list(filename) ./controllers/configuration.dm-186- *** ./controllers/configuration.dm-565- // their information, but it is the only way (at least that I know of). ./controllers/configuration.dm-566- for(var/T in (typesof(/datum/game_mode) - /datum/game_mode)) ./controllers/configuration.dm-567- var/datum/game_mode/M = new T() ./controllers/configuration.dm-568- if(M.config_tag && M.config_tag == mode_name) ./controllers/configuration.dm-569- return M ./controllers/configuration.dm:570: ***del(M)*** ./controllers/configuration.dm-571- return new /datum/game_mode/extended() ./controllers/configuration.dm-572- ./controllers/configuration.dm-573-/datum/configuration/proc/get_runnable_modes() ./controllers/configuration.dm-574- var/list/datum/game_mode/runnable_modes = new ./controllers/configuration.dm-575- for(var/T in (typesof(/datum/game_mode) - /datum/game_mode)) ./controllers/configuration.dm-576- var/datum/game_mode/M = new T() ./controllers/configuration.dm-577- //world << "DEBUG: [T], tag=[M.config_tag], prob=[probabilities[M.config_tag]]" ./controllers/configuration.dm-578- if(!(M.config_tag in modes)) ./controllers/configuration.dm:579: ***del(M)*** ./controllers/configuration.dm-580- continue ./controllers/configuration.dm-581- if(probabilities[M.config_tag]<=0) ./controllers/configuration.dm:582: ***del(M)*** ./controllers/configuration.dm-583- continue ./controllers/configuration.dm-584- if(M.can_start()) ./controllers/configuration.dm-585- runnable_modes[M] = probabilities[M.config_tag] ./controllers/configuration.dm-586- //world << "DEBUG: runnable_mode\[[runnable_modes.len]\] = [M.config_tag]" ./controllers/configuration.dm-587- return runnable_modes *** ./controllers/subsystem/garbage.dm-61- if(GCd_at_time > time_to_kill) ./controllers/subsystem/garbage.dm-62- break // Everything else is newer, skip them ./controllers/subsystem/garbage.dm-63- ./controllers/subsystem/garbage.dm-64- var/atom/A ./controllers/subsystem/garbage.dm-65- if (!istext(refID)) ./controllers/subsystem/garbage.dm:66: ***del(A)*** ./controllers/subsystem/garbage.dm-67- else ./controllers/subsystem/garbage.dm-68- A = locate(refID) ./controllers/subsystem/garbage.dm-69- if (A && A.gc_destroyed == GCd_at_time) // So if something else coincidently gets the same ref, it's not deleted by mistake ./controllers/subsystem/garbage.dm-70- // Something's still referring to the qdel'd object. Kill it. ./controllers/subsystem/garbage.dm-71- testing("GC: -- \ref[A] | [A.type] was unable to be GC'd and was deleted --") ./controllers/subsystem/garbage.dm-72- didntgc["[A.type]"]++ ./controllers/subsystem/garbage.dm:73: ***del(A)*** ./controllers/subsystem/garbage.dm-74- ++delslasttick ./controllers/subsystem/garbage.dm-75- ++totaldels ./controllers/subsystem/garbage.dm-76- else ./controllers/subsystem/garbage.dm-77- ++gcedlasttick ./controllers/subsystem/garbage.dm-78- ++totalgcs *** ./controllers/subsystem/garbage.dm-100-/proc/qdel(var/datum/A) ./controllers/subsystem/garbage.dm-101- if (!A) ./controllers/subsystem/garbage.dm-102- return ./controllers/subsystem/garbage.dm-103- if (!istype(A)) ./controllers/subsystem/garbage.dm-104- //warning("qdel() passed object of type [A.type]. qdel() can only handle /datum types.") ./controllers/subsystem/garbage.dm:105: ***del(A)*** ./controllers/subsystem/garbage.dm-106- else if (isnull(A.gc_destroyed)) ./controllers/subsystem/garbage.dm-107- // Let our friend know they're about to get fucked up. ./controllers/subsystem/garbage.dm-108- var/hint = A.Destroy() ./controllers/subsystem/garbage.dm-109- if (!A) ./controllers/subsystem/garbage.dm-110- return *** ./controllers/subsystem/garbage.dm-116- if (QDEL_HINT_IWILLGC) //functionally the same as the above. qdel should assume the object will gc on its own, and not check it. ./controllers/subsystem/garbage.dm-117- return ./controllers/subsystem/garbage.dm-118- if (QDEL_HINT_HARDDEL) //qdel should assume this object won't gc, and queue a hard delete using a hard reference to save time from the locate() ./controllers/subsystem/garbage.dm-119- SSgarbage.HardQueue(A) ./controllers/subsystem/garbage.dm-120- if (QDEL_HINT_HARDDEL_NOW) //qdel should assume this object won't gc, and hard del it post haste. ./controllers/subsystem/garbage.dm:121: ***del(A)*** ./controllers/subsystem/garbage.dm-122- if (QDEL_HINT_PUTINPOOL) //qdel will put this object in the pool. ./controllers/subsystem/garbage.dm-123- PlaceInPool(A,0) ./controllers/subsystem/garbage.dm-124- else ./controllers/subsystem/garbage.dm-125- SSgarbage.Queue(A) ./controllers/subsystem/garbage.dm-126- *** ./controllers/subsystem/garbage.dm-134- ./controllers/subsystem/garbage.dm-135-// Default implementation of clean-up code. ./controllers/subsystem/garbage.dm-136-// This should be overridden to remove all references pointing to the object being destroyed. ./controllers/subsystem/garbage.dm-137-// Return true if the the GC controller should allow the object to continue existing. (Useful if pooling objects.) ./controllers/subsystem/garbage.dm-138-/datum/proc/Destroy() ./controllers/subsystem/garbage.dm:139: //***del(src)*** ./controllers/subsystem/garbage.dm-140- tag = null ./controllers/subsystem/garbage.dm-141- return QDEL_HINT_QUEUE ./controllers/subsystem/garbage.dm-142- ./controllers/subsystem/garbage.dm-143-/datum/var/gc_destroyed //Time when this object was destroyed. ./controllers/subsystem/garbage.dm-144- *** ./controllers/subsystem/garbage.dm-192- set category = "Debug" ./controllers/subsystem/garbage.dm-193- if(garbage) ./controllers/subsystem/garbage.dm-194- while(garbage.destroyed.len) ./controllers/subsystem/garbage.dm-195- var/datum/o = locate(garbage.destroyed[1]) ./controllers/subsystem/garbage.dm-196- if(istype(o) && o.gc_destroyed) ./controllers/subsystem/garbage.dm:197: ***del(o)*** ./controllers/subsystem/garbage.dm-198- garbage.dels++ ./controllers/subsystem/garbage.dm-199- garbage.destroyed.Cut(1, 2) ./controllers/subsystem/garbage.dm-200-#endif *** ./controllers/subsystem/radio.dm-27- ./controllers/subsystem/radio.dm-28- if(frequency) ./controllers/subsystem/radio.dm-29- frequency.remove_listener(device) ./controllers/subsystem/radio.dm-30- ./controllers/subsystem/radio.dm-31- if(frequency.devices.len == 0) ./controllers/subsystem/radio.dm:32: ***del(frequency)*** ./controllers/subsystem/radio.dm-33- frequencies -= f_text ./controllers/subsystem/radio.dm-34- ./controllers/subsystem/radio.dm-35- return 1 ./controllers/subsystem/radio.dm-36- ./controllers/subsystem/radio.dm-37-/datum/subsystem/radio/proc/return_frequency(new_frequency as num) *** ./controllers/subsystem/server_maintenance.dm-9- for(var/client/C in clients) ./controllers/subsystem/server_maintenance.dm-10- if(C.is_afk(INACTIVITY_KICK)) ./controllers/subsystem/server_maintenance.dm-11- if(!istype(C.mob, /mob/dead)) ./controllers/subsystem/server_maintenance.dm-12- log_access("AFK: [key_name(C)]") ./controllers/subsystem/server_maintenance.dm-13- C << "<span class='danger'>You have been inactive for more than 10 minutes and have been disconnected.</span>" ./controllers/subsystem/server_maintenance.dm:14: ***del(C)*** ./controllers/subsystem/server_maintenance.dm-15- ./controllers/subsystem/server_maintenance.dm-16- if(config.sql_enabled) ./controllers/subsystem/server_maintenance.dm-17- sql_poll_players() ./controllers/subsystem/server_maintenance.dm-18- sql_poll_admins() *** ./controllers/subsystem/ticker.dm-135- ./controllers/subsystem/ticker.dm-136- else ./controllers/subsystem/ticker.dm-137- mode = config.pick_mode(master_mode) ./controllers/subsystem/ticker.dm-138- if(!mode.can_start()) ./controllers/subsystem/ticker.dm-139- world << "<B>Unable to start [mode.name].</B> Not enough players, [mode.required_players] players and [mode.required_enemies] eligible antagonists needed. Reverting to pre-game lobby." ./controllers/subsystem/ticker.dm:140: ***del(mode)*** ./controllers/subsystem/ticker.dm-141- SSjob.ResetOccupations() ./controllers/subsystem/ticker.dm-142- return 0 ./controllers/subsystem/ticker.dm-143- ./controllers/subsystem/ticker.dm-144- //Configure mode and assign player to special mode stuff ./controllers/subsystem/ticker.dm-145- var/can_continue = 0 ./controllers/subsystem/ticker.dm-146- can_continue = src.mode.pre_setup() //Choose antagonists ./controllers/subsystem/ticker.dm-147- SSjob.DivideOccupations() //Distribute jobs ./controllers/subsystem/ticker.dm-148- ./controllers/subsystem/ticker.dm-149- if(!Debug2) ./controllers/subsystem/ticker.dm-150- if(!can_continue) ./controllers/subsystem/ticker.dm:151: ***del(mode)*** ./controllers/subsystem/ticker.dm-152- world << "<B>Error setting up [master_mode].</B> Reverting to pre-game lobby." ./controllers/subsystem/ticker.dm-153- SSjob.ResetOccupations() ./controllers/subsystem/ticker.dm-154- return 0 ./controllers/subsystem/ticker.dm-155- else ./controllers/subsystem/ticker.dm-156- world << "<span class='notice'>DEBUG: Bypassing prestart checks..." *** ./controllers/subsystem/ticker.dm-287- flick("intro_nuke",cinematic) ./controllers/subsystem/ticker.dm-288- sleep(35) ./controllers/subsystem/ticker.dm-289- flick("station_intact",cinematic) ./controllers/subsystem/ticker.dm-290- world << sound('sound/ambience/signal.ogg') ./controllers/subsystem/ticker.dm-291- sleep(100) ./controllers/subsystem/ticker.dm:292: if(cinematic) ***del(cinematic)*** ./controllers/subsystem/ticker.dm:293: if(temp_buckle) ***del(temp_buckle)*** ./controllers/subsystem/ticker.dm-294- return //Faster exit, since nothing happened ./controllers/subsystem/ticker.dm-295- else //Station nuked (nuke,explosion,summary) ./controllers/subsystem/ticker.dm-296- flick("intro_nuke",cinematic) ./controllers/subsystem/ticker.dm-297- sleep(35) ./controllers/subsystem/ticker.dm-298- flick("station_explode_fade_red", cinematic) *** ./datums/ai_laws.dm-132- ./datums/ai_laws.dm-133-/datum/ai_laws/proc/add_ion_law(law) ./datums/ai_laws.dm-134- src.ion += law ./datums/ai_laws.dm-135- ./datums/ai_laws.dm-136-/datum/ai_laws/proc/clear_inherent_laws() ./datums/ai_laws.dm:137: ***del(src.inherent)*** ./datums/ai_laws.dm-138- src.inherent = list() ./datums/ai_laws.dm-139- ./datums/ai_laws.dm-140-/datum/ai_laws/proc/add_supplied_law(number, law) ./datums/ai_laws.dm-141- while (src.supplied.len < number + 1) ./datums/ai_laws.dm-142- src.supplied += "" *** ./datums/diseases/advance/advance.dm-105- if(affected_mob) ./datums/diseases/advance/advance.dm-106- var/id = "[GetDiseaseID()]" ./datums/diseases/advance/advance.dm-107- if(resistance && !(id in affected_mob.resistances)) ./datums/diseases/advance/advance.dm-108- affected_mob.resistances[id] = id ./datums/diseases/advance/advance.dm-109- remove_virus() ./datums/diseases/advance/advance.dm:110: ***del(src)*** //delete the datum to stop it processing ./datums/diseases/advance/advance.dm-111- ./datums/diseases/advance/advance.dm-112-// Returns the advance disease with a different reference memory. ./datums/diseases/advance/advance.dm-113-/datum/disease/advance/Copy(process = 0) ./datums/diseases/advance/advance.dm-114- return new /datum/disease/advance(process, src, 1) ./datums/diseases/advance/advance.dm-115- *** ./datums/diseases/_disease.dm-136- ./datums/diseases/_disease.dm-137- if(affected_mob) ./datums/diseases/_disease.dm-138- for(var/datum/disease/D in affected_mob.viruses) ./datums/diseases/_disease.dm-139- if(D != src) ./datums/diseases/_disease.dm-140- if(IsSame(D)) ./datums/diseases/_disease.dm:141: ***del(D)*** ./datums/diseases/_disease.dm-142- ./datums/diseases/_disease.dm-143- if(holder == affected_mob) ./datums/diseases/_disease.dm-144- if(affected_mob.stat != DEAD) ./datums/diseases/_disease.dm-145- stage_act() ./datums/diseases/_disease.dm-146- *** ./datums/diseases/_disease.dm-154- if(affected_mob) ./datums/diseases/_disease.dm-155- if(disease_flags & CAN_RESIST) ./datums/diseases/_disease.dm-156- if(!(type in affected_mob.resistances)) ./datums/diseases/_disease.dm-157- affected_mob.resistances += type ./datums/diseases/_disease.dm-158- remove_virus() ./datums/diseases/_disease.dm:159: ***del(src)*** ./datums/diseases/_disease.dm-160- ./datums/diseases/_disease.dm-161- ./datums/diseases/_disease.dm-162-/datum/disease/New() ./datums/diseases/_disease.dm-163- if(required_organs && required_organs.len) ./datums/diseases/_disease.dm-164- if(ishuman(affected_mob)) *** ./datums/gas_mixture.dm-319- if(!corresponding) ./datums/gas_mixture.dm-320- corresponding = new trace_gas.type() ./datums/gas_mixture.dm-321- trace_gases += corresponding ./datums/gas_mixture.dm-322- corresponding.moles += trace_gas.moles ./datums/gas_mixture.dm-323- ./datums/gas_mixture.dm:324:// ***del(giver)*** ./datums/gas_mixture.dm-325- return 1 ./datums/gas_mixture.dm-326- ./datums/gas_mixture.dm-327-/datum/gas_mixture/remove(amount) ./datums/gas_mixture.dm-328- ./datums/gas_mixture.dm-329- var/sum = total_moles() *** ./datums/modules.dm-22- var/type = O.type // the type of the creating object ./datums/modules.dm-23- ./datums/modules.dm-24- var/mneed = mods.inmodlist(type) // find if this type has modules defined ./datums/modules.dm-25- ./datums/modules.dm-26- if(!mneed) // not found in module list? ./datums/modules.dm:27: ***del(src)*** // delete self, thus ending proc ./datums/modules.dm-28- ./datums/modules.dm-29- var/needed = mods.getbitmask(type) // get a bitmask for the number of modules in this object ./datums/modules.dm-30- status = needed ./datums/modules.dm-31- installed = needed ./datums/modules.dm-32- *** ./game/area/areas.dm-389- if(!AM.anchored) ./game/area/areas.dm-390- AM.Move(D, SOUTH) ./game/area/areas.dm-391- else ./game/area/areas.dm-392- qdel(AM) ./game/area/areas.dm-393- if(istype(T, /turf/simulated)) ./game/area/areas.dm:394: ***del(T)*** ./game/area/areas.dm-395- ./game/area/areas.dm-396- /*for(var/atom/movable/bug in src) // If someone (or something) is somehow still in the shuttle's docking area... ./game/area/areas.dm-397- if(ismob(bug)) ./game/area/areas.dm-398- continue ./game/area/areas.dm-399- qdel(bug)*/ *** ./game/atoms.dm-57- ./game/atoms.dm-58-/atom/proc/CheckParts() ./game/atoms.dm-59- return ./game/atoms.dm-60- ./game/atoms.dm-61-/atom/proc/assume_air(datum/gas_mixture/giver) ./game/atoms.dm:62: ***del(giver)*** ./game/atoms.dm-63- return null ./game/atoms.dm-64- ./game/atoms.dm-65-/atom/proc/remove_air(amount) ./game/atoms.dm-66- return null ./game/atoms.dm-67- *** ./game/gamemodes/cult/runes.dm-1000- "\red You are blinded by the flash of red light! After you're able to see again, you see that you are now wearing a set of armor.") ./game/gamemodes/cult/runes.dm-1001- if (armorworn == "summoner" || armorworn == "trickster" || armorworn == "physician") ./game/gamemodes/cult/runes.dm-1002- usr.say("Uln Shogg Hafh[pick("'","`")]drn!") ./game/gamemodes/cult/runes.dm-1003- user << "\red You quietly prick your finger and make a pact with the geometer of blood to acquire more power." ./game/gamemodes/cult/runes.dm-1004- user.take_overall_damage(rand(5,20)) ./game/gamemodes/cult/runes.dm:1005: ***del(user.head)*** ./game/gamemodes/cult/runes.dm:1006: ***del(user.wear_suit)*** ./game/gamemodes/cult/runes.dm-1007- user.equip_to_slot_or_del(new /obj/item/clothing/head/magus(user), slot_head) ./game/gamemodes/cult/runes.dm-1008- user.equip_to_slot_or_del(new /obj/item/clothing/suit/magusred(user), slot_wear_suit) ./game/gamemodes/cult/runes.dm-1009- user.equip_to_slot_or_del(new /obj/item/clothing/shoes/cult(user), slot_shoes) ./game/gamemodes/cult/runes.dm-1010- user.spellremove(user) ./game/gamemodes/cult/runes.dm-1011- usr.visible_message("\red The rune disappears with a flash of red light, and a set of robes appears on [usr]...", \ *** ./game/gamemodes/cult/runes.dm-1018- user.mind.spell_list += new /obj/effect/proc_holder/spell/targeted/turf_teleport/blink/cult(user) ./game/gamemodes/cult/runes.dm-1019- if (armorworn == "physician") ./game/gamemodes/cult/runes.dm-1020- user.put_in_hands(new /obj/item/weapon/gun/magic/wand/resurrection(user)) ./game/gamemodes/cult/runes.dm-1021- if (armorworn == "traveler" || armorworn == "marauder") ./game/gamemodes/cult/runes.dm-1022- usr.say("Tharanak n[pick("'","`")]ghft!") ./game/gamemodes/cult/runes.dm:1023: ***del(user.head)*** ./game/gamemodes/cult/runes.dm:1024: ***del(user.wear_suit)*** ./game/gamemodes/cult/runes.dm-1025- user.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/space/cult(user), slot_head) ./game/gamemodes/cult/runes.dm-1026- user.equip_to_slot_or_del(new /obj/item/clothing/suit/space/cult(user), slot_wear_suit) ./game/gamemodes/cult/runes.dm-1027- user.equip_to_slot_or_del(new /obj/item/clothing/shoes/cult(user), slot_shoes) ./game/gamemodes/cult/runes.dm-1028- user.equip_to_slot_or_del(new /obj/item/weapon/storage/backpack/cultpack(user), slot_back) ./game/gamemodes/cult/runes.dm-1029- user.put_in_hands(new /obj/item/weapon/melee/cultblade(user)) *** ./game/gamemodes/cult/runes.dm-1031- usr.visible_message("\red The rune disappears with a flash of red light, and an armored space suit appears on [usr]...", \ ./game/gamemodes/cult/runes.dm-1032- "\red You are blinded by the flash of red light! After you're able to see again, you see that you are now wearing an armored space suit.") ./game/gamemodes/cult/runes.dm-1033- if (armorworn == "marauder") ./game/gamemodes/cult/runes.dm-1034- user.spellremove(user) ./game/gamemodes/cult/runes.dm-1035- user.mind.spell_list += new /obj/effect/proc_holder/spell/aoe_turf/conjure/creature/cult(user) ./game/gamemodes/cult/runes.dm:1036: ***del(src)*** ./game/gamemodes/cult/runes.dm-1037- return ./game/gamemodes/cult/runes.dm-1038- ./game/gamemodes/cult/runes.dm-1039-///Summon Shell: Summons a construct shell if there's four plasteel sheets on top of the rune ./game/gamemodes/cult/runes.dm-1040- ./game/gamemodes/cult/runes.dm-1041- *** ./game/gamemodes/game_mode.dm-112- var/list/datum/game_mode/usable_modes = list() ./game/gamemodes/game_mode.dm-113- for(var/datum/game_mode/G in runnable_modes) ./game/gamemodes/game_mode.dm-114- if(G.reroll_friendly) ./game/gamemodes/game_mode.dm-115- usable_modes += G ./game/gamemodes/game_mode.dm-116- else ./game/gamemodes/game_mode.dm:117: ***del(G)*** ./game/gamemodes/game_mode.dm-118- ./game/gamemodes/game_mode.dm-119- if(!usable_modes) ./game/gamemodes/game_mode.dm-120- message_admins("Convert_roundtype failed due to no valid modes to convert to. Please report this error to the Coders.") ./game/gamemodes/game_mode.dm-121- return null ./game/gamemodes/game_mode.dm-122- *** ./game/gamemodes/wizard/spellbook.dm-76- var/spell_levels = 0 ./game/gamemodes/wizard/spellbook.dm-77- for(var/obj/effect/proc_holder/spell/aspell in user.mind.spell_list) ./game/gamemodes/wizard/spellbook.dm-78- if(initial(S.name) == initial(aspell.name)) ./game/gamemodes/wizard/spellbook.dm-79- spell_levels = aspell.spell_level ./game/gamemodes/wizard/spellbook.dm-80- user.mind.spell_list.Remove(aspell) ./game/gamemodes/wizard/spellbook.dm:81: ***del(S)*** ./game/gamemodes/wizard/spellbook.dm-82- return cost * (spell_levels+1) ./game/gamemodes/wizard/spellbook.dm-83- return -1 ./game/gamemodes/wizard/spellbook.dm-84-/datum/spellbook_entry/proc/GetInfo() ./game/gamemodes/wizard/spellbook.dm-85- if(!S) ./game/gamemodes/wizard/spellbook.dm-86- S = new spell_type() *** ./game/gamemodes/wizard/spellbook.dm-417- var/datum/spellbook_entry/E = new T ./game/gamemodes/wizard/spellbook.dm-418- if(E.IsAvailible()) ./game/gamemodes/wizard/spellbook.dm-419- entries |= E ./game/gamemodes/wizard/spellbook.dm-420- categories |= E.category ./game/gamemodes/wizard/spellbook.dm-421- else ./game/gamemodes/wizard/spellbook.dm:422: ***del(E)*** ./game/gamemodes/wizard/spellbook.dm-423- tab = categories[1] ./game/gamemodes/wizard/spellbook.dm-424- ./game/gamemodes/wizard/spellbook.dm-425-/obj/item/weapon/spellbook/New() ./game/gamemodes/wizard/spellbook.dm-426- ..() ./game/gamemodes/wizard/spellbook.dm-427- Initialize() *** ./game/machinery/computer/medical.dm-579- if(6) ./game/machinery/computer/medical.dm-580- R.fields["m_stat"] = pick("*Insane*", "*Unstable*", "*Watch*", "Stable") ./game/machinery/computer/medical.dm-581- continue ./game/machinery/computer/medical.dm-582- ./game/machinery/computer/medical.dm-583- else if(prob(1)) ./game/machinery/computer/medical.dm:584: ***del(R)*** ./game/machinery/computer/medical.dm-585- continue ./game/machinery/computer/medical.dm-586- ./game/machinery/computer/medical.dm-587- ..(severity) ./game/machinery/computer/medical.dm-588- ./game/machinery/computer/medical.dm-589-/obj/machinery/computer/med_data/proc/canUseMedicalRecordsConsole(mob/user, message = 1, record1, record2) *** ./game/machinery/computer/security.dm-416- temp += "<a href='?src=\ref[src];choice=Clear Screen'>No</a>" ./game/machinery/computer/security.dm-417- ./game/machinery/computer/security.dm-418- if("Purge All Records") ./game/machinery/computer/security.dm-419- investigate_log("[usr.name] ([usr.key]) has purged all the security records.", "records") ./game/machinery/computer/security.dm-420- for(var/datum/data/record/R in data_core.security) ./game/machinery/computer/security.dm:421: ***del(R)*** ./game/machinery/computer/security.dm-422- data_core.security.Cut() ./game/machinery/computer/security.dm-423- temp = "All Security records deleted." ./game/machinery/computer/security.dm-424- ./game/machinery/computer/security.dm-425- if("Add Entry") ./game/machinery/computer/security.dm-426- if(!( istype(active2, /datum/data/record) )) *** ./game/machinery/computer/security.dm-665- H.sec_hud_set_security_status() ./game/machinery/computer/security.dm-666- if("Delete Record (Security) Execute") ./game/machinery/computer/security.dm-667- investigate_log("[usr.name] ([usr.key]) has deleted the security records for [active1.fields["name"]].", "records") ./game/machinery/computer/security.dm-668- if(active2) ./game/machinery/computer/security.dm-669- data_core.security -= active2 ./game/machinery/computer/security.dm:670: ***del(active2)*** ./game/machinery/computer/security.dm-671- ./game/machinery/computer/security.dm-672- if("Delete Record (ALL) Execute") ./game/machinery/computer/security.dm-673- if(active1) ./game/machinery/computer/security.dm-674- investigate_log("[usr.name] ([usr.key]) has deleted all records for [active1.fields["name"]].", "records") ./game/machinery/computer/security.dm-675- for(var/datum/data/record/R in data_core.medical) ./game/machinery/computer/security.dm-676- if((R.fields["name"] == active1.fields["name"] || R.fields["id"] == active1.fields["id"])) ./game/machinery/computer/security.dm-677- data_core.medical -= R ./game/machinery/computer/security.dm:678: ***del(R)*** ./game/machinery/computer/security.dm-679- break ./game/machinery/computer/security.dm-680- data_core.general -= active1 ./game/machinery/computer/security.dm:681: ***del(active1)*** ./game/machinery/computer/security.dm-682- ./game/machinery/computer/security.dm-683- if(active2) ./game/machinery/computer/security.dm-684- data_core.security -= active2 ./game/machinery/computer/security.dm:685: ***del(active2)*** ./game/machinery/computer/security.dm-686- else ./game/machinery/computer/security.dm-687- temp = "This function does not appear to be working at the moment. Our apologies." ./game/machinery/computer/security.dm-688- ./game/machinery/computer/security.dm-689- add_fingerprint(usr) ./game/machinery/computer/security.dm-690- updateUsrDialog() *** ./game/machinery/computer/security.dm-732- R.fields["photo_front"] = G.fields["photo_front"] ./game/machinery/computer/security.dm-733- R.fields["photo_side"] = G.fields["photo_side"] ./game/machinery/computer/security.dm-734- continue ./game/machinery/computer/security.dm-735- ./game/machinery/computer/security.dm-736- else if(prob(1)) ./game/machinery/computer/security.dm:737: ***del(R)*** ./game/machinery/computer/security.dm-738- continue ./game/machinery/computer/security.dm-739- ./game/machinery/computer/security.dm-740- ..(severity) ./game/machinery/computer/security.dm-741- ./game/machinery/computer/security.dm-742-/obj/machinery/computer/secure_data/proc/canUseSecurityRecordsConsole(mob/user, message1 = 0, record1, record2) *** ./game/machinery/embedded_controller/embedded_controller_base.dm-5- ./game/machinery/embedded_controller/embedded_controller_base.dm-6-/datum/computer/file/embedded_program/proc/post_signal(datum/signal/signal, comm_line) ./game/machinery/embedded_controller/embedded_controller_base.dm-7- if(master) ./game/machinery/embedded_controller/embedded_controller_base.dm-8- master.post_signal(signal, comm_line) ./game/machinery/embedded_controller/embedded_controller_base.dm-9- else ./game/machinery/embedded_controller/embedded_controller_base.dm:10: ***del(signal)*** ./game/machinery/embedded_controller/embedded_controller_base.dm-11- ./game/machinery/embedded_controller/embedded_controller_base.dm-12-/datum/computer/file/embedded_program/proc/receive_user_command(command) ./game/machinery/embedded_controller/embedded_controller_base.dm-13- ./game/machinery/embedded_controller/embedded_controller_base.dm-14-/datum/computer/file/embedded_program/proc/receive_signal(datum/signal/signal, receive_method, receive_param) ./game/machinery/embedded_controller/embedded_controller_base.dm-15- return null *** ./game/machinery/magnet.dm-373- ./game/machinery/magnet.dm-374- if(!(nextmove in list("N","S","E","W","C","R"))) ./game/machinery/magnet.dm-375- // N, S, E, W are directional ./game/machinery/magnet.dm-376- // C is center ./game/machinery/magnet.dm-377- // R is random (in magnetic field's bounds) ./game/machinery/magnet.dm:378: ***del(signal)*** ./game/machinery/magnet.dm-379- break // break the loop if the character located is invalid ./game/machinery/magnet.dm-380- ./game/machinery/magnet.dm-381- signal.data["command"] = nextmove ./game/machinery/magnet.dm-382- ./game/machinery/magnet.dm-383- *** ./game/machinery/overview.dm-172- var/icon/J = imap[i*2+2] ./game/machinery/overview.dm-173- ./game/machinery/overview.dm-174- HI.Insert(I, frame=1, delay = 5) ./game/machinery/overview.dm-175- HI.Insert(J, frame=2, delay = 5) ./game/machinery/overview.dm-176- ./game/machinery/overview.dm:177: ***del(I)*** ./game/machinery/overview.dm:178: ***del(J)*** ./game/machinery/overview.dm-179- H.icon = HI ./game/machinery/overview.dm-180- H.layer = 25 ./game/machinery/overview.dm-181- usr.mapobjs += H ./game/machinery/overview.dm-182-#else ./game/machinery/overview.dm-183- *** ./game/machinery/overview.dm-292- H.name = (i==0)?"maprefresh":"map" ./game/machinery/overview.dm-293- ./game/machinery/overview.dm-294- var/icon/I = imap[i+1] ./game/machinery/overview.dm-295- ./game/machinery/overview.dm-296- H.icon = I ./game/machinery/overview.dm:297: ***del(I)*** ./game/machinery/overview.dm-298- H.layer = 25 ./game/machinery/overview.dm-299- usr.mapobjs += H ./game/machinery/overview.dm-300- ./game/machinery/overview.dm-301-#endif ./game/machinery/overview.dm-302- *** ./game/machinery/suit_storage_unit.dm-391- if(i==3) //End of the cycle ./game/machinery/suit_storage_unit.dm-392- if(!src.issuperUV) ./game/machinery/suit_storage_unit.dm-393- for(var/obj/item/ITEM in src) ./game/machinery/suit_storage_unit.dm-394- ITEM.clean_blood() ./game/machinery/suit_storage_unit.dm-395- if(istype(STORAGE, /obj/item/weapon/reagent_containers/food)) ./game/machinery/suit_storage_unit.dm:396: ***del(STORAGE)*** ./game/machinery/suit_storage_unit.dm-397- else //It was supercycling, destroy everything ./game/machinery/suit_storage_unit.dm-398- src.HELMET = null ./game/machinery/suit_storage_unit.dm-399- src.SUIT = null ./game/machinery/suit_storage_unit.dm-400- src.MASK = null ./game/machinery/suit_storage_unit.dm:401: ***del(STORAGE)*** ./game/machinery/suit_storage_unit.dm-402- visible_message("<font color='red'>With a loud whining noise, the Suit Storage Unit's door grinds open. Puffs of ashen smoke come out of its chamber.</font>", 3) ./game/machinery/suit_storage_unit.dm-403- src.isbroken = 1 ./game/machinery/suit_storage_unit.dm-404- src.isopen = 1 ./game/machinery/suit_storage_unit.dm-405- src.islocked = 0 ./game/machinery/suit_storage_unit.dm-406- src.eject_occupant(OCCUPANT) //Mixing up these two lines causes bug. DO NOT DO IT. *** ./game/machinery/telecomms/computers/logbrowser.dm-195- var/datum/comm_log_entry/D = SelectedServer.log_entries[text2num(href_list["delete"])] ./game/machinery/telecomms/computers/logbrowser.dm-196- ./game/machinery/telecomms/computers/logbrowser.dm-197- temp = "<font color = #336699>- DELETED ENTRY: [D.name] -</font color>" ./game/machinery/telecomms/computers/logbrowser.dm-198- ./game/machinery/telecomms/computers/logbrowser.dm-199- SelectedServer.log_entries.Remove(D) ./game/machinery/telecomms/computers/logbrowser.dm:200: ***del(D)*** ./game/machinery/telecomms/computers/logbrowser.dm-201- ./game/machinery/telecomms/computers/logbrowser.dm-202- else ./game/machinery/telecomms/computers/logbrowser.dm-203- temp = "<font color = #D70B00>- FAILED: NO SELECTED MACHINE -</font color>" ./game/machinery/telecomms/computers/logbrowser.dm-204- ./game/machinery/telecomms/computers/logbrowser.dm-205- if(href_list["network"]) *** ./game/mecha/mecha.dm-135- internal_tank = null ./game/mecha/mecha.dm-136- if(loc) ./game/mecha/mecha.dm-137- loc.assume_air(cabin_air) ./game/mecha/mecha.dm-138- air_update_turf() ./game/mecha/mecha.dm-139- else ./game/mecha/mecha.dm:140: ***del(cabin_air)*** ./game/mecha/mecha.dm-141- cabin_air = null ./game/mecha/mecha.dm-142- qdel(spark_system) ./game/mecha/mecha.dm-143- spark_system = null ./game/mecha/mecha.dm-144- ./game/mecha/mecha.dm-145- mechas_list -= src //global mech list *** ./game/mecha/mecha.dm-238- var/datum/gas_mixture/leaked_gas = int_tank_air.remove_ratio(0.10) ./game/mecha/mecha.dm-239- if(loc) ./game/mecha/mecha.dm-240- loc.assume_air(leaked_gas) ./game/mecha/mecha.dm-241- air_update_turf() ./game/mecha/mecha.dm-242- else ./game/mecha/mecha.dm:243: ***del(leaked_gas)*** ./game/mecha/mecha.dm-244- ./game/mecha/mecha.dm-245- if(internal_damage & MECHA_INT_SHORT_CIRCUIT) ./game/mecha/mecha.dm-246- if(get_charge()) ./game/mecha/mecha.dm-247- spark_system.start() ./game/mecha/mecha.dm-248- cell.charge -= min(20,cell.charge) *** ./game/mecha/mecha.dm-274- transfer_moles = pressure_delta*cabin_air.return_volume()/(cabin_air.return_temperature() * R_IDEAL_GAS_EQUATION) ./game/mecha/mecha.dm-275- var/datum/gas_mixture/removed = cabin_air.remove(transfer_moles) ./game/mecha/mecha.dm-276- if(t_air) ./game/mecha/mecha.dm-277- t_air.merge(removed) ./game/mecha/mecha.dm-278- else //just delete the cabin gas, we're in space or some shit ./game/mecha/mecha.dm:279: ***del(removed)*** ./game/mecha/mecha.dm-280- ./game/mecha/mecha.dm-281- if(occupant) ./game/mecha/mecha.dm-282- if(cell) ./game/mecha/mecha.dm-283- var/cellcharge = cell.charge/cell.maxcharge ./game/mecha/mecha.dm-284- switch(cellcharge) *** ./game/mecha/mecha_construction_paths.dm-298- var/obj/item/mecha_parts/chassis/const_holder = holder ./game/mecha/mecha_construction_paths.dm-299- const_holder.construct = new /datum/construction/reversible/mecha/gygax(const_holder) ./game/mecha/mecha_construction_paths.dm-300- const_holder.icon = 'icons/mecha/mech_construction.dmi' ./game/mecha/mecha_construction_paths.dm-301- const_holder.icon_state = "gygax0" ./game/mecha/mecha_construction_paths.dm-302- const_holder.density = 1 ./game/mecha/mecha_construction_paths.dm:303: ***del(src)*** ./game/mecha/mecha_construction_paths.dm-304- return ./game/mecha/mecha_construction_paths.dm-305- ./game/mecha/mecha_construction_paths.dm-306- ./game/mecha/mecha_construction_paths.dm-307-/datum/construction/reversible/mecha/gygax ./game/mecha/mecha_construction_paths.dm-308- result = "/obj/mecha/combat/gygax" *** ./game/mecha/mecha_construction_paths.dm-577- var/obj/item/mecha_parts/chassis/const_holder = holder ./game/mecha/mecha_construction_paths.dm-578- const_holder.construct = new /datum/construction/reversible/mecha/firefighter(const_holder) ./game/mecha/mecha_construction_paths.dm-579- const_holder.icon = 'icons/mecha/mech_construction.dmi' ./game/mecha/mecha_construction_paths.dm-580- const_holder.icon_state = "fireripley0" ./game/mecha/mecha_construction_paths.dm-581- const_holder.density = 1 ./game/mecha/mecha_construction_paths.dm:582: ***del(src)*** ./game/mecha/mecha_construction_paths.dm-583- return ./game/mecha/mecha_construction_paths.dm-584- ./game/mecha/mecha_construction_paths.dm-585- ./game/mecha/mecha_construction_paths.dm-586-/datum/construction/reversible/mecha/firefighter ./game/mecha/mecha_construction_paths.dm-587- result = "/obj/mecha/working/ripley/firefighter" *** ./game/mecha/mecha_construction_paths.dm-799- ./game/mecha/mecha_construction_paths.dm-800-/datum/construction/mecha/honker_chassis/spawn_result() ./game/mecha/mecha_construction_paths.dm-801- var/obj/item/mecha_parts/chassis/const_holder = holder ./game/mecha/mecha_construction_paths.dm-802- const_holder.construct = new /datum/construction/mecha/honker(const_holder) ./game/mecha/mecha_construction_paths.dm-803- const_holder.density = 1 ./game/mecha/mecha_construction_paths.dm:804: ***del(src)*** ./game/mecha/mecha_construction_paths.dm-805- return ./game/mecha/mecha_construction_paths.dm-806- ./game/mecha/mecha_construction_paths.dm-807- ./game/mecha/mecha_construction_paths.dm-808-/datum/construction/mecha/honker ./game/mecha/mecha_construction_paths.dm-809- result = "/obj/mecha/combat/honker" *** ./game/objects/effects/mines.dm-54- name = "kick mine" ./game/objects/effects/mines.dm-55- ./game/objects/effects/mines.dm-56-/obj/effect/mine/kickmine/mineEffect(mob/victim) ./game/objects/effects/mines.dm-57- if(isliving(victim) && victim.client) ./game/objects/effects/mines.dm-58- victim << "<span class='userdanger'>You have been kicked FOR NO REISIN!</span>" ./game/objects/effects/mines.dm:59: ***del(victim.client)*** ./game/objects/effects/mines.dm-60- ./game/objects/effects/mines.dm-61- ./game/objects/effects/mines.dm-62-/obj/effect/mine/gas ./game/objects/effects/mines.dm-63- name = "oxygen mine" ./game/objects/effects/mines.dm-64- var/gas_amount = 360 *** ./game/objects/items/devices/camera_bug.dm-46- ./game/objects/items/devices/camera_bug.dm-47-/obj/item/device/camera_bug/Destroy() ./game/objects/items/devices/camera_bug.dm-48- if(expansion) ./game/objects/items/devices/camera_bug.dm-49- qdel(expansion) ./game/objects/items/devices/camera_bug.dm-50- expansion = null ./game/objects/items/devices/camera_bug.dm:51: ***del(src)*** ./game/objects/items/devices/camera_bug.dm-52-//Easier to just call del() than this nonsense ./game/objects/items/devices/camera_bug.dm-53-// ya no, del() takes 0.8ds to run on avg. this takes less than 0.01 ./game/objects/items/devices/camera_bug.dm-54- get_cameras() ./game/objects/items/devices/camera_bug.dm-55- for(var/cam_tag in bugged_cameras) ./game/objects/items/devices/camera_bug.dm-56- var/obj/machinery/camera/camera = bugged_cameras[cam_tag] *** ./game/objects/items/holotape.dm-242- while(N != 1) ./game/objects/items/holotape.dm-243- N = 1 ./game/objects/items/holotape.dm-244- for (var/obj/item/holotape/P in cur) ./game/objects/items/holotape.dm-245- if(P.icon_state == icon_dir) ./game/objects/items/holotape.dm-246- N = 0 ./game/objects/items/holotape.dm:247: ***del(P)*** ./game/objects/items/holotape.dm-248- cur = get_step(cur,dir[i]) ./game/objects/items/holotape.dm-249- ./game/objects/items/holotape.dm:250: ***del(src)*** ./game/objects/items/holotape.dm-251- return ./game/objects/items/holotape.dm-252- ./game/objects/items/holotape.dm-253-#undef MAX_TAPE_RANGE *** ./game/objects/items/weapons/storage/storage.dm-194- var/obj/item/sample_object ./game/objects/items/weapons/storage/storage.dm-195- var/number ./game/objects/items/weapons/storage/storage.dm-196- ./game/objects/items/weapons/storage/storage.dm-197- New(obj/item/sample) ./game/objects/items/weapons/storage/storage.dm-198- if(!istype(sample)) ./game/objects/items/weapons/storage/storage.dm:199: ***del(src)*** ./game/objects/items/weapons/storage/storage.dm-200- sample_object = sample ./game/objects/items/weapons/storage/storage.dm-201- number = 1 ./game/objects/items/weapons/storage/storage.dm-202- ./game/objects/items/weapons/storage/storage.dm-203- ./game/objects/items/weapons/storage/storage.dm-204-//This proc determins the size of the inventory to be displayed. Please touch it only if you know what you're doing. *** ./game/objects/items/weapons/tanks/tanks.dm-31- ./game/objects/items/weapons/tanks/tanks.dm-32- return ./game/objects/items/weapons/tanks/tanks.dm-33- ./game/objects/items/weapons/tanks/tanks.dm-34-/obj/item/weapon/tank/Destroy() ./game/objects/items/weapons/tanks/tanks.dm-35- if(air_contents) ./game/objects/items/weapons/tanks/tanks.dm:36: ***del(air_contents)*** ./game/objects/items/weapons/tanks/tanks.dm-37- ./game/objects/items/weapons/tanks/tanks.dm-38- SSobj.processing.Remove(src) ./game/objects/items/weapons/tanks/tanks.dm-39- ./game/objects/items/weapons/tanks/tanks.dm-40- ..() ./game/objects/items/weapons/tanks/tanks.dm-41- *** ./LINDA/LINDA_turf_tile.dm-6- var/atmos_adjacent_turfs = 0 ./LINDA/LINDA_turf_tile.dm-7- var/atmos_adjacent_turfs_amount = 0 ./LINDA/LINDA_turf_tile.dm-8- var/atmos_supeconductivity = 0 ./LINDA/LINDA_turf_tile.dm-9- ./LINDA/LINDA_turf_tile.dm-10-/turf/assume_air(datum/gas_mixture/giver) //use this for machines to adjust air ./LINDA/LINDA_turf_tile.dm:11: ***del(giver)*** ./LINDA/LINDA_turf_tile.dm-12- return 0 ./LINDA/LINDA_turf_tile.dm-13- ./LINDA/LINDA_turf_tile.dm-14-/turf/return_air() ./LINDA/LINDA_turf_tile.dm-15- //Create gas mixture to hold data for passing ./LINDA/LINDA_turf_tile.dm-16- var/datum/gas_mixture/GM = new *** ./modules/admin/admin.dm-767- if(kick_only_afk && !C.is_afk()) //Ignore clients who are not afk ./modules/admin/admin.dm-768- continue ./modules/admin/admin.dm-769- if(message) ./modules/admin/admin.dm-770- C << message ./modules/admin/admin.dm-771- kicked_client_names.Add("[C.ckey]") ./modules/admin/admin.dm:772: ***del(C)*** ./modules/admin/admin.dm-773- return kicked_client_names ./modules/admin/admin.dm-774- ./modules/admin/admin.dm-775-//returns 1 to let the dragdrop code know we are trapping this event ./modules/admin/admin.dm-776-//returns 0 if we don't plan to trap the event ./modules/admin/admin.dm-777-/datum/admins/proc/cmd_ghost_drag(mob/dead/observer/frommob, mob/living/tomob) *** ./modules/admin/admin_ranks.dm-9-/datum/admin_rank/New(init_name, init_rights, list/init_adds, list/init_subs) ./modules/admin/admin_ranks.dm-10- name = init_name ./modules/admin/admin_ranks.dm-11- switch(name) ./modules/admin/admin_ranks.dm-12- if("Removed",null,"") ./modules/admin/admin_ranks.dm-13- spawn(-1) ./modules/admin/admin_ranks.dm:14: ***del(src)*** ./modules/admin/admin_ranks.dm-15- throw EXCEPTION("invalid admin-rank name") ./modules/admin/admin_ranks.dm-16- return ./modules/admin/admin_ranks.dm-17- if(init_rights) rights = init_rights ./modules/admin/admin_ranks.dm-18- if(!init_adds) init_adds = list() ./modules/admin/admin_ranks.dm-19- if(!init_subs) init_subs = list() *** ./modules/admin/DB ban/functions.dm-133- if(announceinirc) ./modules/admin/DB ban/functions.dm-134- send2irc("BAN ALERT","[a_ckey] applied a [bantype_str] on [ckey]") ./modules/admin/DB ban/functions.dm-135- ./modules/admin/DB ban/functions.dm-136- if(kickbannedckey) ./modules/admin/DB ban/functions.dm-137- if(banned_mob && banned_mob.client && banned_mob.client.ckey == banckey) ./modules/admin/DB ban/functions.dm:138: ***del(banned_mob.client)*** ./modules/admin/DB ban/functions.dm-139- ./modules/admin/DB ban/functions.dm-140- ./modules/admin/DB ban/functions.dm-141-/datum/admins/proc/DB_ban_unban(ckey, bantype, job = "") ./modules/admin/DB ban/functions.dm-142- ./modules/admin/DB ban/functions.dm-143- if(!check_rights(R_BAN)) return *** ./modules/admin/holder2.dm-15- var/admincaster_signature ./modules/admin/holder2.dm-16- ./modules/admin/holder2.dm-17-/datum/admins/New(datum/admin_rank/R, ckey) ./modules/admin/holder2.dm-18- if(!ckey) ./modules/admin/holder2.dm-19- spawn(-1) ./modules/admin/holder2.dm:20: ***del(src)*** ./modules/admin/holder2.dm-21- throw EXCEPTION("Admin datum created without a ckey") ./modules/admin/holder2.dm-22- return ./modules/admin/holder2.dm-23- if(!istype(R)) ./modules/admin/holder2.dm-24- spawn(-1) ./modules/admin/holder2.dm:25: ***del(src)*** ./modules/admin/holder2.dm-26- throw EXCEPTION("Admin datum created without a rank") ./modules/admin/holder2.dm-27- return ./modules/admin/holder2.dm-28- rank = R ./modules/admin/holder2.dm-29- admincaster_signature = "Nanotrasen Officer #[rand(0,9)][rand(0,9)][rand(0,9)]" ./modules/admin/holder2.dm-30- admin_datums[ckey] = src *** ./modules/admin/holder2.dm-89- ./modules/admin/holder2.dm-90-/client/proc/deadmin() ./modules/admin/holder2.dm-91- admin_datums -= ckey ./modules/admin/holder2.dm-92- if(holder) ./modules/admin/holder2.dm-93- holder.disassociate() ./modules/admin/holder2.dm:94: ***del(holder)*** ./modules/admin/holder2.dm-95- return 1 ./modules/admin/holder2.dm-96- ./modules/admin/holder2.dm-97-//This proc checks whether subject has at least ONE of the rights specified in rights_required. ./modules/admin/holder2.dm-98-/proc/check_rights_for(client/subject, rights_required) ./modules/admin/holder2.dm-99- if(subject && subject.holder && subject.holder.rank) *** ./modules/admin/topic.dm-989- return ./modules/admin/topic.dm-990- M << "<span class='danger'>You have been kicked from the server.</span>" ./modules/admin/topic.dm-991- log_admin("[key_name(usr)] booted [key_name(M)].") ./modules/admin/topic.dm-992- message_admins("<span class='adminnotice'>[key_name_admin(usr)] booted [key_name_admin(M)].</span>") ./modules/admin/topic.dm-993- //M.client = null ./modules/admin/topic.dm:994: ***del(M.client)*** ./modules/admin/topic.dm-995- ./modules/admin/topic.dm-996- //Player Notes ./modules/admin/topic.dm-997- else if(href_list["notes"]) ./modules/admin/topic.dm-998- var/ckey = href_list["ckey"] ./modules/admin/topic.dm-999- switch(href_list["notes"]) *** ./modules/admin/topic.dm-1050- else ./modules/admin/topic.dm-1051- M << "<span class='danger'>No ban appeals URL has been set.</span>" ./modules/admin/topic.dm-1052- log_admin("[usr.client.ckey] has banned [M.ckey].\nReason: [reason]\nThis will be removed in [mins] minutes.") ./modules/admin/topic.dm-1053- message_admins("<span class='adminnotice'>[usr.client.ckey] has banned [M.ckey].\nReason: [reason]\nThis will be removed in [mins] minutes.</span>") ./modules/admin/topic.dm-1054- ./modules/admin/topic.dm:1055: ***del(M.client)*** ./modules/admin/topic.dm-1056- //qdel(M) // See no reason why to delete mob. Important stuff can be lost. And ban can be lifted before round ends. ./modules/admin/topic.dm-1057- if("No") ./modules/admin/topic.dm-1058- var/reason = input(usr,"Reason?","reason","Griefer") as text|null ./modules/admin/topic.dm-1059- if(!reason) ./modules/admin/topic.dm-1060- return *** ./modules/admin/topic.dm-1074- log_admin("[usr.client.ckey] has banned [M.ckey].\nReason: [reason]\nThis is a permanent ban.") ./modules/admin/topic.dm-1075- message_admins("<span class='adminnotice'>[usr.client.ckey] has banned [M.ckey].\nReason: [reason]\nThis is a permanent ban.</span>") ./modules/admin/topic.dm-1076- feedback_inc("ban_perma",1) ./modules/admin/topic.dm-1077- DB_ban_record(BANTYPE_PERMA, M, -1, reason) ./modules/admin/topic.dm-1078- ./modules/admin/topic.dm:1079: ***del(M.client)*** ./modules/admin/topic.dm-1080- //qdel(M) ./modules/admin/topic.dm-1081- if("Cancel") ./modules/admin/topic.dm-1082- return ./modules/admin/topic.dm-1083- ./modules/admin/topic.dm-1084- else if(href_list["unjobbanf"]) *** ./modules/admin/verbs/SDQL2/SDQL_2.dm-178- do_parse = 0 ./modules/admin/verbs/SDQL2/SDQL_2.dm-179- else ./modules/admin/verbs/SDQL2/SDQL_2.dm-180- query_tree += val ./modules/admin/verbs/SDQL2/SDQL_2.dm-181- pos++ ./modules/admin/verbs/SDQL2/SDQL_2.dm-182- ./modules/admin/verbs/SDQL2/SDQL_2.dm:183: ***del(parser)*** ./modules/admin/verbs/SDQL2/SDQL_2.dm-184- ./modules/admin/verbs/SDQL2/SDQL_2.dm-185- return querys ./modules/admin/verbs/SDQL2/SDQL_2.dm-186- ./modules/admin/verbs/SDQL2/SDQL_2.dm-187- ./modules/admin/verbs/SDQL2/SDQL_2.dm-188- *** ./modules/awaymissions/maploader/swapmaps.dm-154- z1=min(x:z,y:z);z2=max(x:z,y:z) ./modules/awaymissions/maploader/swapmaps.dm-155- InitializeSwapMaps() ./modules/awaymissions/maploader/swapmaps.dm-156- if(z2>swapmaps_compiled_maxz ||\ ./modules/awaymissions/maploader/swapmaps.dm-157- y2>swapmaps_compiled_maxy ||\ ./modules/awaymissions/maploader/swapmaps.dm-158- x2>swapmaps_compiled_maxx) ./modules/awaymissions/maploader/swapmaps.dm:159: ***del(src)*** ./modules/awaymissions/maploader/swapmaps.dm-160- return ./modules/awaymissions/maploader/swapmaps.dm-161- x2=x?(x):world.maxx ./modules/awaymissions/maploader/swapmaps.dm-162- y2=y?(y):world.maxy ./modules/awaymissions/maploader/swapmaps.dm-163- z2=z?(z):1 ./modules/awaymissions/maploader/swapmaps.dm-164- AllocateSwapMap() *** ./modules/awaymissions/maploader/swapmaps.dm-177- for(var/obj/O in A) qdel(O) ./modules/awaymissions/maploader/swapmaps.dm-178- for(var/mob/M in A) ./modules/awaymissions/maploader/swapmaps.dm-179- if(!M.key) qdel(M) ./modules/awaymissions/maploader/swapmaps.dm-180- else M.loc=null ./modules/awaymissions/maploader/swapmaps.dm-181- areas[A.loc]=null ./modules/awaymissions/maploader/swapmaps.dm:182: ***del(A)*** ./modules/awaymissions/maploader/swapmaps.dm-183- // delete areas that belong only to this map ./modules/awaymissions/maploader/swapmaps.dm-184- for(var/area/a in areas) ./modules/awaymissions/maploader/swapmaps.dm:185: if(a && !a.contents.len) ***del(a)*** ./modules/awaymissions/maploader/swapmaps.dm-186- if(x2>=world.maxx || y2>=world.maxy || z2>=world.maxz) CutXYZ() ./modules/awaymissions/maploader/swapmaps.dm:187: ***del(areas)*** ./modules/awaymissions/maploader/swapmaps.dm-188- ..() ./modules/awaymissions/maploader/swapmaps.dm-189- ./modules/awaymissions/maploader/swapmaps.dm-190- /* ./modules/awaymissions/maploader/swapmaps.dm-191- Savefile format: ./modules/awaymissions/maploader/swapmaps.dm-192- map *** ./modules/awaymissions/maploader/swapmaps.dm-239- S.cd=".." ./modules/awaymissions/maploader/swapmaps.dm-240- S.cd=".." ./modules/awaymissions/maploader/swapmaps.dm-241- sleep() ./modules/awaymissions/maploader/swapmaps.dm-242- S.cd=oldcd ./modules/awaymissions/maploader/swapmaps.dm-243- locked=0 ./modules/awaymissions/maploader/swapmaps.dm:244: ***del(areas)*** ./modules/awaymissions/maploader/swapmaps.dm-245- ./modules/awaymissions/maploader/swapmaps.dm-246- Read(savefile/S,_id,turf/locorner) ./modules/awaymissions/maploader/swapmaps.dm-247- var/x ./modules/awaymissions/maploader/swapmaps.dm-248- var/y ./modules/awaymissions/maploader/swapmaps.dm-249- var/z *** ./modules/awaymissions/maploader/swapmaps.dm-295- S.cd=".." ./modules/awaymissions/maploader/swapmaps.dm-296- S.cd=".." ./modules/awaymissions/maploader/swapmaps.dm-297- sleep() ./modules/awaymissions/maploader/swapmaps.dm-298- S.cd=oldcd ./modules/awaymissions/maploader/swapmaps.dm-299- locked=0 ./modules/awaymissions/maploader/swapmaps.dm:300: ***del(areas)*** ./modules/awaymissions/maploader/swapmaps.dm-301- ./modules/awaymissions/maploader/swapmaps.dm-302- /* ./modules/awaymissions/maploader/swapmaps.dm-303- Find an empty block on the world map in which to load this map. ./modules/awaymissions/maploader/swapmaps.dm-304- If no space is found, increase world.maxz as necessary. (If the ./modules/awaymissions/maploader/swapmaps.dm-305- map is greater in x,y size than the current world, expand *** ./modules/awaymissions/maploader/swapmaps.dm-319- else ./modules/awaymissions/maploader/swapmaps.dm-320- var/list/l=ConsiderRegion(1,1,world.maxx,world.maxy,swapmaps_compiled_maxz+1) ./modules/awaymissions/maploader/swapmaps.dm-321- x1=l[1] ./modules/awaymissions/maploader/swapmaps.dm-322- y1=l[2] ./modules/awaymissions/maploader/swapmaps.dm-323- z1=l[3] ./modules/awaymissions/maploader/swapmaps.dm:324: ***del(l)*** ./modules/awaymissions/maploader/swapmaps.dm-325- x2+=x1-1 ./modules/awaymissions/maploader/swapmaps.dm-326- y2+=y1-1 ./modules/awaymissions/maploader/swapmaps.dm-327- z2+=z1-1 ./modules/awaymissions/maploader/swapmaps.dm-328- world.maxz=max(z2,world.maxz) // stretch z if necessary ./modules/awaymissions/maploader/swapmaps.dm-329- if(!ischunk) *** ./modules/awaymissions/maploader/swapmaps.dm-375- world.maxz=mz ./modules/awaymissions/maploader/swapmaps.dm-376- ./modules/awaymissions/maploader/swapmaps.dm-377- // save and delete ./modules/awaymissions/maploader/swapmaps.dm-378- proc/Unload() ./modules/awaymissions/maploader/swapmaps.dm-379- Save() ./modules/awaymissions/maploader/swapmaps.dm:380: ***del(src)*** ./modules/awaymissions/maploader/swapmaps.dm-381- ./modules/awaymissions/maploader/swapmaps.dm-382- proc/Save() ./modules/awaymissions/maploader/swapmaps.dm-383- if(id==src) return 0 ./modules/awaymissions/maploader/swapmaps.dm-384- var/savefile/S=mode?(new):new("map_[id].sav") ./modules/awaymissions/maploader/swapmaps.dm-385- S << src *** ./modules/awaymissions/maploader/swapmaps.dm-470- var/list/l=contents ./modules/awaymissions/maploader/swapmaps.dm-471- if(M) ./modules/awaymissions/maploader/swapmaps.dm-472- l=l.Copy() ./modules/awaymissions/maploader/swapmaps.dm-473- for(M in src) if(M.key) l-=M ./modules/awaymissions/maploader/swapmaps.dm-474- if(l.len) S["contents"]<<l ./modules/awaymissions/maploader/swapmaps.dm:475: if(l!=contents) ***del(l)*** ./modules/awaymissions/maploader/swapmaps.dm-476- Read(savefile/S) ./modules/awaymissions/maploader/swapmaps.dm-477- var/list/l ./modules/awaymissions/maploader/swapmaps.dm-478- if(contents.len) l=contents ./modules/awaymissions/maploader/swapmaps.dm-479- ..() ./modules/awaymissions/maploader/swapmaps.dm-480- // if the icon was a text string, it would not have loaded properly *** ./modules/awaymissions/maploader/swapmaps.dm-483- var/ic ./modules/awaymissions/maploader/swapmaps.dm-484- S["icon"]>>ic ./modules/awaymissions/maploader/swapmaps.dm-485- if(istext(ic)) icon=swapmaps_iconcache[ic] ./modules/awaymissions/maploader/swapmaps.dm-486- if(l && contents!=l) ./modules/awaymissions/maploader/swapmaps.dm-487- contents+=l ./modules/awaymissions/maploader/swapmaps.dm:488: ***del(l)*** ./modules/awaymissions/maploader/swapmaps.dm-489- ./modules/awaymissions/maploader/swapmaps.dm-490- ./modules/awaymissions/maploader/swapmaps.dm-491-// set this up (at runtime) as follows: ./modules/awaymissions/maploader/swapmaps.dm-492-// list(\ ./modules/awaymissions/maploader/swapmaps.dm-493-// 'player.dmi'="player",\ *** ./modules/awaymissions/maploader/swapmaps.dm-623- properly otherwise. The //.0 path should always match the map, however. ./modules/awaymissions/maploader/swapmaps.dm-624- */ ./modules/awaymissions/maploader/swapmaps.dm-625- S.cd="//.0" ./modules/awaymissions/maploader/swapmaps.dm-626- M.Read(S,M,locorner) ./modules/awaymissions/maploader/swapmaps.dm-627- while(M.locked) sleep(1) ./modules/awaymissions/maploader/swapmaps.dm:628: ***del(M)*** ./modules/awaymissions/maploader/swapmaps.dm-629- return 1 ./modules/awaymissions/maploader/swapmaps.dm-630- ./modules/awaymissions/maploader/swapmaps.dm-631-proc/SwapMaps_SaveChunk(chunk_id,turf/corner1,turf/corner2) ./modules/awaymissions/maploader/swapmaps.dm-632- if(!corner1 || !corner2) ./modules/awaymissions/maploader/swapmaps.dm-633- world.log << "SwapMaps error in SwapMaps_SaveChunk():" *** ./modules/awaymissions/maploader/swapmaps.dm-644- M.y2=max(corner1.y,corner2.y) ./modules/awaymissions/maploader/swapmaps.dm-645- M.z2=max(corner1.z,corner2.z) ./modules/awaymissions/maploader/swapmaps.dm-646- M.mode=swapmaps_mode ./modules/awaymissions/maploader/swapmaps.dm-647- M.Save() ./modules/awaymissions/maploader/swapmaps.dm-648- while(M.locked) sleep(1) ./modules/awaymissions/maploader/swapmaps.dm:649: ***del(M)*** ./modules/awaymissions/maploader/swapmaps.dm-650- return 1 ./modules/awaymissions/maploader/swapmaps.dm-651- ./modules/awaymissions/maploader/swapmaps.dm-652-proc/SwapMaps_GetSize(id) ./modules/awaymissions/maploader/swapmaps.dm-653- var/savefile/S ./modules/awaymissions/maploader/swapmaps.dm-654- var/text=0 *** ./modules/client/client procs.dm-138- if (isnum(player_age) && player_age == -1) //first connection ./modules/client/client procs.dm-139- if (config.panic_bunker && !holder && !(ckey in deadmins)) ./modules/client/client procs.dm-140- log_access("Failed Login: [key] - New account attempting to connect during panic bunker") ./modules/client/client procs.dm-141- message_admins("<span class='adminnotice'>Failed Login: [key] - New account attempting to connect during panic bunker</span>") ./modules/client/client procs.dm-142- src << "Sorry but the server is currently not accepting connections from never before seen players." ./modules/client/client procs.dm:143: ***del(src)*** ./modules/client/client procs.dm-144- return 0 ./modules/client/client procs.dm-145- ./modules/client/client procs.dm-146- if (config.notify_new_player_age >= 0) ./modules/client/client procs.dm-147- message_admins("New user: [key_name_admin(src)] is connecting here for the first time.") ./modules/client/client procs.dm-148- if (config.irc_first_connection_alert) *** ./modules/crafting/guncrafting.dm-22- if(istype(W,/obj/item/pipe)) ./modules/crafting/guncrafting.dm-23- user << "<span class='notice'>You attach the shotgun barrel to the receiver. The pins seem loose.</span>" ./modules/crafting/guncrafting.dm-24- var/obj/item/weaponcrafting/ishotgunconstruction/I = new /obj/item/weaponcrafting/ishotgunconstruction ./modules/crafting/guncrafting.dm-25- user.unEquip(src) ./modules/crafting/guncrafting.dm-26- user.put_in_hands(I) ./modules/crafting/guncrafting.dm:27: ***del(W)*** ./modules/crafting/guncrafting.dm:28: ***del(src)*** ./modules/crafting/guncrafting.dm-29- return ./modules/crafting/guncrafting.dm-30- ./modules/crafting/guncrafting.dm-31-// SHOTGUN // ./modules/crafting/guncrafting.dm-32- ./modules/crafting/guncrafting.dm-33-/obj/item/weaponcrafting/ishotgunconstruction *** ./modules/crafting/guncrafting.dm-55- if(istype(W,/obj/item/weaponcrafting/stock)) ./modules/crafting/guncrafting.dm-56- user << "<span class='notice'>You attach the stock to the receiver-barrel assembly.</span>" ./modules/crafting/guncrafting.dm-57- var/obj/item/weaponcrafting/ishotgunconstruction3/I = new /obj/item/weaponcrafting/ishotgunconstruction3 ./modules/crafting/guncrafting.dm-58- user.unEquip(src) ./modules/crafting/guncrafting.dm-59- user.put_in_hands(I) ./modules/crafting/guncrafting.dm:60: ***del(W)*** ./modules/crafting/guncrafting.dm:61: ***del(src)*** ./modules/crafting/guncrafting.dm-62- return ./modules/crafting/guncrafting.dm-63- ./modules/crafting/guncrafting.dm-64-/obj/item/weaponcrafting/ishotgunconstruction3 ./modules/crafting/guncrafting.dm-65- name = "extremely conspicuous metal construction" ./modules/crafting/guncrafting.dm-66- desc = "A receiver-barrel shotgun assembly with a loose wooden stock. There's no way you can fire it without the stock coming loose." *** ./modules/flufftext/Hallucination.dm-154- if(target.client) target.client.images |= flood_images ./modules/flufftext/Hallucination.dm-155- return ./modules/flufftext/Hallucination.dm-156- ./modules/flufftext/Hallucination.dm-157-/obj/effect/hallucination/fake_flood/Destroy() ./modules/flufftext/Hallucination.dm-158- SSobj.processing.Remove(src) ./modules/flufftext/Hallucination.dm:159: ***del(flood_turfs)*** ./modules/flufftext/Hallucination.dm-160- if(target.client) target.client.images.Remove(flood_images) ./modules/flufftext/Hallucination.dm-161- target = null ./modules/flufftext/Hallucination.dm:162: ***del(flood_images)*** ./modules/flufftext/Hallucination.dm-163- return ./modules/flufftext/Hallucination.dm-164- ./modules/flufftext/Hallucination.dm-165-/obj/effect/hallucination/simple/xeno ./modules/flufftext/Hallucination.dm-166- image_icon = 'icons/mob/alien.dmi' ./modules/flufftext/Hallucination.dm-167- image_state = "alienh_pounce" *** ./modules/hydroponics/hydroponics.dm-684- qdel(reagent_source) ./modules/hydroponics/hydroponics.dm-685- ./modules/hydroponics/hydroponics.dm-686- H.applyChemicals(S) ./modules/hydroponics/hydroponics.dm-687- ./modules/hydroponics/hydroponics.dm-688- S.clear_reagents() ./modules/hydroponics/hydroponics.dm:689: ***del(S)*** ./modules/hydroponics/hydroponics.dm-690- H.update_icon() ./modules/hydroponics/hydroponics.dm-691- if(reagent_source) // If the source wasn't composted and destroyed ./modules/hydroponics/hydroponics.dm-692- reagent_source.update_icon() ./modules/hydroponics/hydroponics.dm-693- return 1 ./modules/hydroponics/hydroponics.dm-694- *** ./modules/hydroponics/seed_extractor.dm-183- if(N.amount <= 0) ./modules/hydroponics/seed_extractor.dm-184- return ./modules/hydroponics/seed_extractor.dm-185- N.amount = max(N.amount - 1, 0) ./modules/hydroponics/seed_extractor.dm-186- if (N.amount <= 0) ./modules/hydroponics/seed_extractor.dm-187- piles -= N ./modules/hydroponics/seed_extractor.dm:188: ***del(N)*** ./modules/hydroponics/seed_extractor.dm-189- break ./modules/hydroponics/seed_extractor.dm-190- ./modules/hydroponics/seed_extractor.dm-191- for (var/obj/T in contents)//Now we find the seed we need to vend ./modules/hydroponics/seed_extractor.dm-192- var/obj/item/seeds/O = T ./modules/hydroponics/seed_extractor.dm-193- if (O.plantname == href_list["name"] && O.lifespan == href_list["li"] && O.endurance == href_list["en"] && O.maturation == href_list["ma"] && O.production == href_list["pr"] && O.yield == href_list["yi"] && O.potency == href_list["pot"]) *** ./modules/mob/camera/camera.dm-14-/mob/camera/experience_pressure_difference() ./modules/mob/camera/camera.dm-15- return ./modules/mob/camera/camera.dm-16- ./modules/mob/camera/camera.dm-17-/mob/camera/Destroy() ./modules/mob/camera/camera.dm-18- ..() ./modules/mob/camera/camera.dm:19: ***del(src)*** ./modules/mob/camera/camera.dm-20- ./modules/mob/camera/camera.dm-21-/mob/camera/Login() ./modules/mob/camera/camera.dm-22- ..() ./modules/mob/camera/camera.dm-23- update_interface() *** ./modules/mob/living/carbon/human/blood.dm-280- // Are we dripping or splattering? ./modules/mob/living/carbon/human/blood.dm-281- var/list/drips = list() ./modules/mob/living/carbon/human/blood.dm-282- // Only a certain number of drips (or one large splatter) can be on a given turf. ./modules/mob/living/carbon/human/blood.dm-283- for(var/obj/effect/decal/cleanable/blood/drip/drop in T) ./modules/mob/living/carbon/human/blood.dm-284- drips |= drop.drips ./modules/mob/living/carbon/human/blood.dm:285: ***del(drop)*** ./modules/mob/living/carbon/human/blood.dm-286- if(!large && drips.len < 3) ./modules/mob/living/carbon/human/blood.dm-287- decal_type = /obj/effect/decal/cleanable/blood/drip ./modules/mob/living/carbon/human/blood.dm-288- ./modules/mob/living/carbon/human/blood.dm-289- // Find a blood decal or create a new one. ./modules/mob/living/carbon/human/blood.dm-290- B = locate(decal_type) in T *** ./modules/mob/living/silicon/ai/ai.dm-703- ./modules/mob/living/silicon/ai/ai.dm-704- if(personnel_list.len) ./modules/mob/living/silicon/ai/ai.dm-705- input = input("Select a crew member:") as null|anything in personnel_list ./modules/mob/living/silicon/ai/ai.dm-706- var/icon/character_icon = personnel_list[input] ./modules/mob/living/silicon/ai/ai.dm-707- if(character_icon) ./modules/mob/living/silicon/ai/ai.dm:708: ***del(holo_icon)***//Clear old icon so we're not storing it in memory. ./modules/mob/living/silicon/ai/ai.dm-709- holo_icon = getHologramIcon(icon(character_icon)) ./modules/mob/living/silicon/ai/ai.dm-710- else ./modules/mob/living/silicon/ai/ai.dm-711- alert("No suitable records found. Aborting.") ./modules/mob/living/silicon/ai/ai.dm-712- ./modules/mob/living/silicon/ai/ai.dm-713- else *** ./modules/mob/living/silicon/ai/ai.dm-717- "xeno queen", ./modules/mob/living/silicon/ai/ai.dm-718- "space carp" ./modules/mob/living/silicon/ai/ai.dm-719- ) ./modules/mob/living/silicon/ai/ai.dm-720- input = input("Please select a hologram:") as null|anything in icon_list ./modules/mob/living/silicon/ai/ai.dm-721- if(input) ./modules/mob/living/silicon/ai/ai.dm:722: ***del(holo_icon)*** ./modules/mob/living/silicon/ai/ai.dm-723- switch(input) ./modules/mob/living/silicon/ai/ai.dm-724- if("default") ./modules/mob/living/silicon/ai/ai.dm-725- holo_icon = getHologramIcon(icon('icons/mob/AI.dmi',"holo1")) ./modules/mob/living/silicon/ai/ai.dm-726- if("floating face") ./modules/mob/living/silicon/ai/ai.dm-727- holo_icon = getHologramIcon(icon('icons/mob/AI.dmi',"holo2")) *** ./modules/mob/living/silicon/pai/death.dm-10- //var/tod = time2text(world.realtime,"hh:mm:ss") //weasellos time of death patch ./modules/mob/living/silicon/pai/death.dm-11- //mind.store_memory("Time of death: [tod]", 0) ./modules/mob/living/silicon/pai/death.dm-12- ./modules/mob/living/silicon/pai/death.dm-13- //New pAI's get a brand new mind to prevent meta stuff from their previous life. This new mind causes problems down the line if it's not deleted here. ./modules/mob/living/silicon/pai/death.dm-14- //Read as: I have no idea what I'm doing but asking for help got me nowhere so this is what you get. - Nodrak ./modules/mob/living/silicon/pai/death.dm:15: if(mind) ***del(mind)*** ./modules/mob/living/silicon/pai/death.dm-16- living_mob_list -= src ./modules/mob/living/silicon/pai/death.dm-17- ghostize() ./modules/mob/living/silicon/pai/death.dm-18- qdel(src) *** ./modules/mob/living/simple_animal/worm.dm-166- newHead.Attach(newHeadPrevious) ./modules/mob/living/simple_animal/worm.dm-167- ./modules/mob/living/simple_animal/worm.dm-168- if(die) ./modules/mob/living/simple_animal/worm.dm-169- newHead.Die() ./modules/mob/living/simple_animal/worm.dm-170- ./modules/mob/living/simple_animal/worm.dm:171: ***del(src)*** ./modules/mob/living/simple_animal/worm.dm-172- ./modules/mob/living/simple_animal/worm.dm-173- proc/ProcessStomach() ./modules/mob/living/simple_animal/worm.dm-174- for(var/atom/movable/stomachContent in contents) ./modules/mob/living/simple_animal/worm.dm-175- if(prob(digestionProbability)) ./modules/mob/living/simple_animal/worm.dm-176- if(istype(stomachContent,/obj/item/stack)) //converts to plasma, keeping the stack value ./modules/mob/living/simple_animal/worm.dm-177- if(!istype(stomachContent,/obj/item/stack/sheet/mineral/plasma)) ./modules/mob/living/simple_animal/worm.dm-178- var/obj/item/stack/oldStack = stomachContent ./modules/mob/living/simple_animal/worm.dm-179- new /obj/item/stack/sheet/mineral/plasma(src, oldStack.amount) ./modules/mob/living/simple_animal/worm.dm:180: ***del(oldStack)*** ./modules/mob/living/simple_animal/worm.dm-181- continue ./modules/mob/living/simple_animal/worm.dm-182- else if(istype(stomachContent,/obj/item)) //converts to plasma, keeping the w_class ./modules/mob/living/simple_animal/worm.dm-183- var/obj/item/oldItem = stomachContent ./modules/mob/living/simple_animal/worm.dm-184- new /obj/item/stack/sheet/mineral/plasma(src, oldItem.w_class) ./modules/mob/living/simple_animal/worm.dm:185: ***del(oldItem)*** ./modules/mob/living/simple_animal/worm.dm-186- continue ./modules/mob/living/simple_animal/worm.dm-187- else ./modules/mob/living/simple_animal/worm.dm-188- new /obj/item/stack/sheet/mineral/plasma(src, flatPlasmaValue) //just flat amount ./modules/mob/living/simple_animal/worm.dm:189: ***del(stomachContent)*** ./modules/mob/living/simple_animal/worm.dm-190- continue ./modules/mob/living/simple_animal/worm.dm-191- ./modules/mob/living/simple_animal/worm.dm-192- if(previous) ./modules/mob/living/simple_animal/worm.dm-193- for(var/atom/movable/stomachContent in contents) //transfer it along the digestive tract ./modules/mob/living/simple_animal/worm.dm-194- previous.contents += stomachContent *** ./modules/mob/login.dm-28- update_Login_details() ./modules/mob/login.dm-29- world.update_status() ./modules/mob/login.dm-30- ./modules/mob/login.dm-31- client.images = null //remove the images such as AIs being unable to see runes ./modules/mob/login.dm-32- client.screen = list() //remove hud items just in case ./modules/mob/login.dm:33: if(hud_used) ***del(hud_used)*** //remove the hud objects ./modules/mob/login.dm-34- hud_used = new /datum/hud(src) ./modules/mob/login.dm-35- ./modules/mob/login.dm-36- next_move = 1 ./modules/mob/login.dm-37- sight |= SEE_SELF ./modules/mob/login.dm-38- *** ./modules/mob/new_player/preferences_setup.dm-19- backbag = 1 ./modules/mob/new_player/preferences_setup.dm-20- features = random_features() ./modules/mob/new_player/preferences_setup.dm-21- age = rand(AGE_MIN,AGE_MAX) ./modules/mob/new_player/preferences_setup.dm-22- ./modules/mob/new_player/preferences_setup.dm-23-/datum/preferences/proc/update_preview_icon() //seriously. This is horrendous. ./modules/mob/new_player/preferences_setup.dm:24: ***del(preview_icon_front)*** ./modules/mob/new_player/preferences_setup.dm:25: ***del(preview_icon_side)*** ./modules/mob/new_player/preferences_setup.dm-26- var/icon/preview_icon = null ./modules/mob/new_player/preferences_setup.dm-27- ./modules/mob/new_player/preferences_setup.dm-28- if(job_engsec_high) //cyborg/AI check, put first to avoid so much unneeded blending ./modules/mob/new_player/preferences_setup.dm-29- switch(job_engsec_high) ./modules/mob/new_player/preferences_setup.dm-30- if(AI) *** ./modules/mob/new_player/preferences_setup.dm-35- ./modules/mob/new_player/preferences_setup.dm-36- if(preview_icon) //We're busting out! ./modules/mob/new_player/preferences_setup.dm-37- preview_icon_front = new(preview_icon, dir = SOUTH) ./modules/mob/new_player/preferences_setup.dm-38- preview_icon_side = new(preview_icon, dir = WEST) ./modules/mob/new_player/preferences_setup.dm-39- ./modules/mob/new_player/preferences_setup.dm:40: ***del(preview_icon)*** ./modules/mob/new_player/preferences_setup.dm-41- return ./modules/mob/new_player/preferences_setup.dm-42- ./modules/mob/new_player/preferences_setup.dm-43- var/g = "m" ./modules/mob/new_player/preferences_setup.dm-44- if(gender == FEMALE) g = "f" ./modules/mob/new_player/preferences_setup.dm-45- *** ./modules/mob/new_player/preferences_setup.dm-419- if(clothes_s) ./modules/mob/new_player/preferences_setup.dm-420- preview_icon.Blend(clothes_s, ICON_OVERLAY) ./modules/mob/new_player/preferences_setup.dm-421- preview_icon_front = new(preview_icon, dir = SOUTH) ./modules/mob/new_player/preferences_setup.dm-422- preview_icon_side = new(preview_icon, dir = WEST) ./modules/mob/new_player/preferences_setup.dm-423- ./modules/mob/new_player/preferences_setup.dm:424: ***del(preview_icon)*** ./modules/mob/new_player/preferences_setup.dm:425: ***del(eyes_s)*** ./modules/mob/new_player/preferences_setup.dm:426: ***del(clothes_s)*** *** ./modules/power/apc.dm-150- area.power_equip = 0 ./modules/power/apc.dm-151- area.power_environ = 0 ./modules/power/apc.dm-152- area.power_change() ./modules/power/apc.dm-153- if(occupier) ./modules/power/apc.dm-154- malfvacate(1) ./modules/power/apc.dm:155: ***del(wires)*** ./modules/power/apc.dm-156- if(cell) ./modules/power/apc.dm-157- qdel(cell) ./modules/power/apc.dm-158- if(terminal) ./modules/power/apc.dm-159- disconnect_terminal() ./modules/power/apc.dm-160- ..() *** ./modules/projectiles/firing.dm-32- if (!istype(targloc) || !istype(curloc) || !BB) ./modules/projectiles/firing.dm-33- return 0 ./modules/projectiles/firing.dm-34- if(targloc == curloc) ./modules/projectiles/firing.dm-35- if(BB.original == user) //if we target ourselves we go straight to bullet_act() ./modules/projectiles/firing.dm-36- user.bullet_act(BB) ./modules/projectiles/firing.dm:37: ***del(BB)*** ./modules/projectiles/firing.dm-38- return 1 ./modules/projectiles/firing.dm-39- BB.loc = get_turf(user) ./modules/projectiles/firing.dm-40- BB.starting = get_turf(user) ./modules/projectiles/firing.dm-41- BB.current = curloc ./modules/projectiles/firing.dm-42- BB.yo = targloc.y - curloc.y *** ./modules/projectiles/projectile/magic.dm-241- else ./modules/projectiles/projectile/magic.dm-242- new_mob.key = M.key ./modules/projectiles/projectile/magic.dm-243- ./modules/projectiles/projectile/magic.dm-244- new_mob << "<B>Your form morphs into that of a [randomize].</B>" ./modules/projectiles/projectile/magic.dm-245- ./modules/projectiles/projectile/magic.dm:246: ***del(M)*** ./modules/projectiles/projectile/magic.dm-247- return new_mob ./modules/projectiles/projectile/magic.dm-248- ./modules/projectiles/projectile/magic.dm-249-/obj/item/projectile/magic/animate ./modules/projectiles/projectile/magic.dm-250- name = "bolt of animation" ./modules/projectiles/projectile/magic.dm-251- icon_state = "red_1" *** ./modules/research/rdconsole.dm-58- for(var/T in typesof(/datum/tech) - /datum/tech) ./modules/research/rdconsole.dm-59- check_tech = null ./modules/research/rdconsole.dm-60- check_tech = new T() ./modules/research/rdconsole.dm-61- if(check_tech.id == ID) ./modules/research/rdconsole.dm-62- return_name = check_tech.name ./modules/research/rdconsole.dm:63: ***del(check_tech)*** ./modules/research/rdconsole.dm-64- check_tech = null ./modules/research/rdconsole.dm-65- break ./modules/research/rdconsole.dm-66- ./modules/research/rdconsole.dm-67- return return_name ./modules/research/rdconsole.dm-68- *** ./modules/research/rdconsole.dm-92- for(var/R in typesof(/datum/reagent) - /datum/reagent) ./modules/research/rdconsole.dm-93- temp_reagent = null ./modules/research/rdconsole.dm-94- temp_reagent = new R() ./modules/research/rdconsole.dm-95- if(temp_reagent.id == ID) ./modules/research/rdconsole.dm-96- return_name = temp_reagent.name ./modules/research/rdconsole.dm:97: ***del(temp_reagent)*** ./modules/research/rdconsole.dm-98- temp_reagent = null ./modules/research/rdconsole.dm-99- break ./modules/research/rdconsole.dm-100- return return_name ./modules/research/rdconsole.dm-101- ./modules/research/rdconsole.dm-102-/obj/machinery/computer/rdconsole/proc/SyncRDevices() //Makes sure it is properly sync'ed up with the devices attached to it (if any). *** ./modules/research/rdconsole.dm-573- else if(href_list["reset"]) //Reset the R&D console's database. ./modules/research/rdconsole.dm-574- griefProtection() ./modules/research/rdconsole.dm-575- var/choice = alert("R&D Console Database Reset", "Are you sure you want to reset the R&D console's database? Data lost cannot be recovered.", "Continue", "Cancel") ./modules/research/rdconsole.dm-576- if(choice == "Continue") ./modules/research/rdconsole.dm-577- screen = 0.0 ./modules/research/rdconsole.dm:578: ***del(files)*** ./modules/research/rdconsole.dm-579- files = new /datum/research(src) ./modules/research/rdconsole.dm-580- spawn(20) ./modules/research/rdconsole.dm-581- screen = 1.6 ./modules/research/rdconsole.dm-582- updateUsrDialog() ./modules/research/rdconsole.dm-583- *** ./_compile_options.dm-49-#ifdef dellogging ./_compile_options.dm-50-#warn compiling del logging. This will have additional overheads. //will warn you if compiling with dellogging ./_compile_options.dm-51-var/list/del_counter = list() ./_compile_options.dm-52-/proc/log_del(datum/X) ./_compile_options.dm-53- if(istype(X)){del_counter[X.type]++;} ./_compile_options.dm:54: ***del(X)*** ./_compile_options.dm:55:#define ***del(X)*** log_del(X) //overrides all del() calls with log_del() ./_compile_options.dm-56-#endif ./_compile_options.dm-57- ./_compile_options.dm-58-#ifdef TESTING ./_compile_options.dm-59-#warn compiling in TESTING mode. testing() debug messages will be visible. ./_compile_options.dm-60-#endif *** ./_onclick/hud/action.dm-43- ./_onclick/hud/action.dm-44-/datum/action/proc/Remove(mob/living/T) ./_onclick/hud/action.dm-45- if(button) ./_onclick/hud/action.dm-46- if(T.client) ./_onclick/hud/action.dm-47- T.client.screen -= button ./_onclick/hud/action.dm:48: ***del(button)*** ./_onclick/hud/action.dm-49- T.actions.Remove(src) ./_onclick/hud/action.dm-50- T.update_action_buttons() ./_onclick/hud/action.dm-51- owner = null ./_onclick/hud/action.dm-52- return ./_onclick/hud/action.dm-53- *** ./__HELPERS/icons.dm-862- var/image/text_image = new(loc = A) ./__HELPERS/icons.dm-863- text_image.maptext = "<font size = 4>[letter]</font>" ./__HELPERS/icons.dm-864- text_image.color = AverageColour(atom_icon) ./__HELPERS/icons.dm-865- text_image.pixel_x = 7 ./__HELPERS/icons.dm-866- text_image.pixel_y = 5 ./__HELPERS/icons.dm:867: ***del(atom_icon)*** ./__HELPERS/icons.dm-868- return text_image ./__HELPERS/icons.dm-869- ./__HELPERS/icons.dm-870- ./__HELPERS/icons.dm-871-//Find's the average colour of the icon ./__HELPERS/icons.dm-872-//By vg's ComicIronic
main
list of places in code not using qdel atmospherics pipes pipes dm obj machinery atmospherics proc pipeline expansion atmospherics pipes pipes dm return null atmospherics pipes pipes dm atmospherics pipes pipes dm obj machinery atmospherics pipe proc check pressure pressure atmospherics pipes pipes dm return if parent should continue checking other pipes atmospherics pipes pipes dm return null if parent should stop checking other pipes recall del src will by default return null atmospherics pipes pipes dm return atmospherics pipes pipes dm atmospherics pipes pipes dm obj machinery atmospherics pipe proc releaseairtoturf atmospherics pipes pipes dm if air temporary atmospherics pipes pipes dm var turf t loc controllers configuration dm modes m config tag controllers configuration dm mode names m name controllers configuration dm probabilities m probability controllers configuration dm if m votable controllers configuration dm votable modes m config tag controllers configuration dm del m controllers configuration dm votable modes secret controllers configuration dm controllers configuration dm datum configuration proc load filename type config the type can also be game options in which case it uses a different switch not making it separate to not copypaste code urist controllers configuration dm var list lines filename controllers configuration dm controllers configuration dm their information but it is the only way at least that i know of controllers configuration dm for var t in typesof datum game mode datum game mode controllers configuration dm var datum game mode m new t controllers configuration dm if m config tag m config tag mode name controllers configuration dm return m controllers configuration dm del m controllers configuration dm return new datum game mode extended controllers configuration dm controllers configuration dm datum configuration proc get runnable modes controllers configuration dm var list datum game mode runnable modes new controllers configuration dm for var t in typesof datum game mode datum game mode controllers configuration dm var datum game mode m new t controllers configuration dm world debug tag prob controllers configuration dm if m config tag in modes controllers configuration dm del m controllers configuration dm continue controllers configuration dm if probabilities controllers configuration dm del m controllers configuration dm continue controllers configuration dm if m can start controllers configuration dm runnable modes probabilities controllers configuration dm world debug runnable mode controllers configuration dm return runnable modes controllers subsystem garbage dm if gcd at time time to kill controllers subsystem garbage dm break everything else is newer skip them controllers subsystem garbage dm controllers subsystem garbage dm var atom a controllers subsystem garbage dm if istext refid controllers subsystem garbage dm del a controllers subsystem garbage dm else controllers subsystem garbage dm a locate refid controllers subsystem garbage dm if a a gc destroyed gcd at time so if something else coincidently gets the same ref it s not deleted by mistake controllers subsystem garbage dm something s still referring to the qdel d object kill it controllers subsystem garbage dm testing gc ref was unable to be gc d and was deleted controllers subsystem garbage dm didntgc controllers subsystem garbage dm del a controllers subsystem garbage dm delslasttick controllers subsystem garbage dm totaldels controllers subsystem garbage dm else controllers subsystem garbage dm gcedlasttick controllers subsystem garbage dm totalgcs controllers subsystem garbage dm proc qdel var datum a controllers subsystem garbage dm if a controllers subsystem garbage dm return controllers subsystem garbage dm if istype a controllers subsystem garbage dm warning qdel passed object of type qdel can only handle datum types controllers subsystem garbage dm del a controllers subsystem garbage dm else if isnull a gc destroyed controllers subsystem garbage dm let our friend know they re about to get fucked up controllers subsystem garbage dm var hint a destroy controllers subsystem garbage dm if a controllers subsystem garbage dm return controllers subsystem garbage dm if qdel hint iwillgc functionally the same as the above qdel should assume the object will gc on its own and not check it controllers subsystem garbage dm return controllers subsystem garbage dm if qdel hint harddel qdel should assume this object won t gc and queue a hard delete using a hard reference to save time from the locate controllers subsystem garbage dm ssgarbage hardqueue a controllers subsystem garbage dm if qdel hint harddel now qdel should assume this object won t gc and hard del it post haste controllers subsystem garbage dm del a controllers subsystem garbage dm if qdel hint putinpool qdel will put this object in the pool controllers subsystem garbage dm placeinpool a controllers subsystem garbage dm else controllers subsystem garbage dm ssgarbage queue a controllers subsystem garbage dm controllers subsystem garbage dm controllers subsystem garbage dm default implementation of clean up code controllers subsystem garbage dm this should be overridden to remove all references pointing to the object being destroyed controllers subsystem garbage dm return true if the the gc controller should allow the object to continue existing useful if pooling objects controllers subsystem garbage dm datum proc destroy controllers subsystem garbage dm del src controllers subsystem garbage dm tag null controllers subsystem garbage dm return qdel hint queue controllers subsystem garbage dm controllers subsystem garbage dm datum var gc destroyed time when this object was destroyed controllers subsystem garbage dm controllers subsystem garbage dm set category debug controllers subsystem garbage dm if garbage controllers subsystem garbage dm while garbage destroyed len controllers subsystem garbage dm var datum o locate garbage destroyed controllers subsystem garbage dm if istype o o gc destroyed controllers subsystem garbage dm del o controllers subsystem garbage dm garbage dels controllers subsystem garbage dm garbage destroyed cut controllers subsystem garbage dm endif controllers subsystem radio dm controllers subsystem radio dm if frequency controllers subsystem radio dm frequency remove listener device controllers subsystem radio dm controllers subsystem radio dm if frequency devices len controllers subsystem radio dm del frequency controllers subsystem radio dm frequencies f text controllers subsystem radio dm controllers subsystem radio dm return controllers subsystem radio dm controllers subsystem radio dm datum subsystem radio proc return frequency new frequency as num controllers subsystem server maintenance dm for var client c in clients controllers subsystem server maintenance dm if c is afk inactivity kick controllers subsystem server maintenance dm if istype c mob mob dead controllers subsystem server maintenance dm log access afk controllers subsystem server maintenance dm c you have been inactive for more than minutes and have been disconnected controllers subsystem server maintenance dm del c controllers subsystem server maintenance dm controllers subsystem server maintenance dm if config sql enabled controllers subsystem server maintenance dm sql poll players controllers subsystem server maintenance dm sql poll admins controllers subsystem ticker dm controllers subsystem ticker dm else controllers subsystem ticker dm mode config pick mode master mode controllers subsystem ticker dm if mode can start controllers subsystem ticker dm world unable to start not enough players players and eligible antagonists needed reverting to pre game lobby controllers subsystem ticker dm del mode controllers subsystem ticker dm ssjob resetoccupations controllers subsystem ticker dm return controllers subsystem ticker dm controllers subsystem ticker dm configure mode and assign player to special mode stuff controllers subsystem ticker dm var can continue controllers subsystem ticker dm can continue src mode pre setup choose antagonists controllers subsystem ticker dm ssjob divideoccupations distribute jobs controllers subsystem ticker dm controllers subsystem ticker dm if controllers subsystem ticker dm if can continue controllers subsystem ticker dm del mode controllers subsystem ticker dm world error setting up reverting to pre game lobby controllers subsystem ticker dm ssjob resetoccupations controllers subsystem ticker dm return controllers subsystem ticker dm else controllers subsystem ticker dm world debug bypassing prestart checks controllers subsystem ticker dm flick intro nuke cinematic controllers subsystem ticker dm sleep controllers subsystem ticker dm flick station intact cinematic controllers subsystem ticker dm world sound sound ambience signal ogg controllers subsystem ticker dm sleep controllers subsystem ticker dm if cinematic del cinematic controllers subsystem ticker dm if temp buckle del temp buckle controllers subsystem ticker dm return faster exit since nothing happened controllers subsystem ticker dm else station nuked nuke explosion summary controllers subsystem ticker dm flick intro nuke cinematic controllers subsystem ticker dm sleep controllers subsystem ticker dm flick station explode fade red cinematic datums ai laws dm datums ai laws dm datum ai laws proc add ion law law datums ai laws dm src ion law datums ai laws dm datums ai laws dm datum ai laws proc clear inherent laws datums ai laws dm del src inherent datums ai laws dm src inherent list datums ai laws dm datums ai laws dm datum ai laws proc add supplied law number law datums ai laws dm while src supplied len number datums ai laws dm src supplied datums diseases advance advance dm if affected mob datums diseases advance advance dm var id datums diseases advance advance dm if resistance id in affected mob resistances datums diseases advance advance dm affected mob resistances id datums diseases advance advance dm remove virus datums diseases advance advance dm del src delete the datum to stop it processing datums diseases advance advance dm datums diseases advance advance dm returns the advance disease with a different reference memory datums diseases advance advance dm datum disease advance copy process datums diseases advance advance dm return new datum disease advance process src datums diseases advance advance dm datums diseases disease dm datums diseases disease dm if affected mob datums diseases disease dm for var datum disease d in affected mob viruses datums diseases disease dm if d src datums diseases disease dm if issame d datums diseases disease dm del d datums diseases disease dm datums diseases disease dm if holder affected mob datums diseases disease dm if affected mob stat dead datums diseases disease dm stage act datums diseases disease dm datums diseases disease dm if affected mob datums diseases disease dm if disease flags can resist datums diseases disease dm if type in affected mob resistances datums diseases disease dm affected mob resistances type datums diseases disease dm remove virus datums diseases disease dm del src datums diseases disease dm datums diseases disease dm datums diseases disease dm datum disease new datums diseases disease dm if required organs required organs len datums diseases disease dm if ishuman affected mob datums gas mixture dm if corresponding datums gas mixture dm corresponding new trace gas type datums gas mixture dm trace gases corresponding datums gas mixture dm corresponding moles trace gas moles datums gas mixture dm datums gas mixture dm del giver datums gas mixture dm return datums gas mixture dm datums gas mixture dm datum gas mixture remove amount datums gas mixture dm datums gas mixture dm var sum total moles datums modules dm var type o type the type of the creating object datums modules dm datums modules dm var mneed mods inmodlist type find if this type has modules defined datums modules dm datums modules dm if mneed not found in module list datums modules dm del src delete self thus ending proc datums modules dm datums modules dm var needed mods getbitmask type get a bitmask for the number of modules in this object datums modules dm status needed datums modules dm installed needed datums modules dm game area areas dm if am anchored game area areas dm am move d south game area areas dm else game area areas dm qdel am game area areas dm if istype t turf simulated game area areas dm del t game area areas dm game area areas dm for var atom movable bug in src if someone or something is somehow still in the shuttle s docking area game area areas dm if ismob bug game area areas dm continue game area areas dm qdel bug game atoms dm game atoms dm atom proc checkparts game atoms dm return game atoms dm game atoms dm atom proc assume air datum gas mixture giver game atoms dm del giver game atoms dm return null game atoms dm game atoms dm atom proc remove air amount game atoms dm return null game atoms dm game gamemodes cult runes dm red you are blinded by the flash of red light after you re able to see again you see that you are now wearing a set of armor game gamemodes cult runes dm if armorworn summoner armorworn trickster armorworn physician game gamemodes cult runes dm usr say uln shogg hafh drn game gamemodes cult runes dm user red you quietly prick your finger and make a pact with the geometer of blood to acquire more power game gamemodes cult runes dm user take overall damage rand game gamemodes cult runes dm del user head game gamemodes cult runes dm del user wear suit game gamemodes cult runes dm user equip to slot or del new obj item clothing head magus user slot head game gamemodes cult runes dm user equip to slot or del new obj item clothing suit magusred user slot wear suit game gamemodes cult runes dm user equip to slot or del new obj item clothing shoes cult user slot shoes game gamemodes cult runes dm user spellremove user game gamemodes cult runes dm usr visible message red the rune disappears with a flash of red light and a set of robes appears on game gamemodes cult runes dm user mind spell list new obj effect proc holder spell targeted turf teleport blink cult user game gamemodes cult runes dm if armorworn physician game gamemodes cult runes dm user put in hands new obj item weapon gun magic wand resurrection user game gamemodes cult runes dm if armorworn traveler armorworn marauder game gamemodes cult runes dm usr say tharanak n ghft game gamemodes cult runes dm del user head game gamemodes cult runes dm del user wear suit game gamemodes cult runes dm user equip to slot or del new obj item clothing head helmet space cult user slot head game gamemodes cult runes dm user equip to slot or del new obj item clothing suit space cult user slot wear suit game gamemodes cult runes dm user equip to slot or del new obj item clothing shoes cult user slot shoes game gamemodes cult runes dm user equip to slot or del new obj item weapon storage backpack cultpack user slot back game gamemodes cult runes dm user put in hands new obj item weapon melee cultblade user game gamemodes cult runes dm usr visible message red the rune disappears with a flash of red light and an armored space suit appears on game gamemodes cult runes dm red you are blinded by the flash of red light after you re able to see again you see that you are now wearing an armored space suit game gamemodes cult runes dm if armorworn marauder game gamemodes cult runes dm user spellremove user game gamemodes cult runes dm user mind spell list new obj effect proc holder spell aoe turf conjure creature cult user game gamemodes cult runes dm del src game gamemodes cult runes dm return game gamemodes cult runes dm game gamemodes cult runes dm summon shell summons a construct shell if there s four plasteel sheets on top of the rune game gamemodes cult runes dm game gamemodes cult runes dm game gamemodes game mode dm var list datum game mode usable modes list game gamemodes game mode dm for var datum game mode g in runnable modes game gamemodes game mode dm if g reroll friendly game gamemodes game mode dm usable modes g game gamemodes game mode dm else game gamemodes game mode dm del g game gamemodes game mode dm game gamemodes game mode dm if usable modes game gamemodes game mode dm message admins convert roundtype failed due to no valid modes to convert to please report this error to the coders game gamemodes game mode dm return null game gamemodes game mode dm game gamemodes wizard spellbook dm var spell levels game gamemodes wizard spellbook dm for var obj effect proc holder spell aspell in user mind spell list game gamemodes wizard spellbook dm if initial s name initial aspell name game gamemodes wizard spellbook dm spell levels aspell spell level game gamemodes wizard spellbook dm user mind spell list remove aspell game gamemodes wizard spellbook dm del s game gamemodes wizard spellbook dm return cost spell levels game gamemodes wizard spellbook dm return game gamemodes wizard spellbook dm datum spellbook entry proc getinfo game gamemodes wizard spellbook dm if s game gamemodes wizard spellbook dm s new spell type game gamemodes wizard spellbook dm var datum spellbook entry e new t game gamemodes wizard spellbook dm if e isavailible game gamemodes wizard spellbook dm entries e game gamemodes wizard spellbook dm categories e category game gamemodes wizard spellbook dm else game gamemodes wizard spellbook dm del e game gamemodes wizard spellbook dm tab categories game gamemodes wizard spellbook dm game gamemodes wizard spellbook dm obj item weapon spellbook new game gamemodes wizard spellbook dm game gamemodes wizard spellbook dm initialize game machinery computer medical dm if game machinery computer medical dm r fields pick insane unstable watch stable game machinery computer medical dm continue game machinery computer medical dm game machinery computer medical dm else if prob game machinery computer medical dm del r game machinery computer medical dm continue game machinery computer medical dm game machinery computer medical dm severity game machinery computer medical dm game machinery computer medical dm obj machinery computer med data proc canusemedicalrecordsconsole mob user message game machinery computer security dm temp no game machinery computer security dm game machinery computer security dm if purge all records game machinery computer security dm investigate log has purged all the security records records game machinery computer security dm for var datum data record r in data core security game machinery computer security dm del r game machinery computer security dm data core security cut game machinery computer security dm temp all security records deleted game machinery computer security dm game machinery computer security dm if add entry game machinery computer security dm if istype datum data record game machinery computer security dm h sec hud set security status game machinery computer security dm if delete record security execute game machinery computer security dm investigate log has deleted the security records for records game machinery computer security dm if game machinery computer security dm data core security game machinery computer security dm del game machinery computer security dm game machinery computer security dm if delete record all execute game machinery computer security dm if game machinery computer security dm investigate log has deleted all records for records game machinery computer security dm for var datum data record r in data core medical game machinery computer security dm if r fields fields r fields fields game machinery computer security dm data core medical r game machinery computer security dm del r game machinery computer security dm break game machinery computer security dm data core general game machinery computer security dm del game machinery computer security dm game machinery computer security dm if game machinery computer security dm data core security game machinery computer security dm del game machinery computer security dm else game machinery computer security dm temp this function does not appear to be working at the moment our apologies game machinery computer security dm game machinery computer security dm add fingerprint usr game machinery computer security dm updateusrdialog game machinery computer security dm r fields g fields game machinery computer security dm r fields g fields game machinery computer security dm continue game machinery computer security dm game machinery computer security dm else if prob game machinery computer security dm del r game machinery computer security dm continue game machinery computer security dm game machinery computer security dm severity game machinery computer security dm game machinery computer security dm obj machinery computer secure data proc canusesecurityrecordsconsole mob user game machinery embedded controller embedded controller base dm game machinery embedded controller embedded controller base dm datum computer file embedded program proc post signal datum signal signal comm line game machinery embedded controller embedded controller base dm if master game machinery embedded controller embedded controller base dm master post signal signal comm line game machinery embedded controller embedded controller base dm else game machinery embedded controller embedded controller base dm del signal game machinery embedded controller embedded controller base dm game machinery embedded controller embedded controller base dm datum computer file embedded program proc receive user command command game machinery embedded controller embedded controller base dm game machinery embedded controller embedded controller base dm datum computer file embedded program proc receive signal datum signal signal receive method receive param game machinery embedded controller embedded controller base dm return null game machinery magnet dm game machinery magnet dm if nextmove in list n s e w c r game machinery magnet dm n s e w are directional game machinery magnet dm c is center game machinery magnet dm r is random in magnetic field s bounds game machinery magnet dm del signal game machinery magnet dm break break the loop if the character located is invalid game machinery magnet dm game machinery magnet dm signal data nextmove game machinery magnet dm game machinery magnet dm game machinery overview dm var icon j imap game machinery overview dm game machinery overview dm hi insert i frame delay game machinery overview dm hi insert j frame delay game machinery overview dm game machinery overview dm del i game machinery overview dm del j game machinery overview dm h icon hi game machinery overview dm h layer game machinery overview dm usr mapobjs h game machinery overview dm else game machinery overview dm game machinery overview dm h name i maprefresh map game machinery overview dm game machinery overview dm var icon i imap game machinery overview dm game machinery overview dm h icon i game machinery overview dm del i game machinery overview dm h layer game machinery overview dm usr mapobjs h game machinery overview dm game machinery overview dm endif game machinery overview dm game machinery suit storage unit dm if i end of the cycle game machinery suit storage unit dm if src issuperuv game machinery suit storage unit dm for var obj item item in src game machinery suit storage unit dm item clean blood game machinery suit storage unit dm if istype storage obj item weapon reagent containers food game machinery suit storage unit dm del storage game machinery suit storage unit dm else it was supercycling destroy everything game machinery suit storage unit dm src helmet null game machinery suit storage unit dm src suit null game machinery suit storage unit dm src mask null game machinery suit storage unit dm del storage game machinery suit storage unit dm visible message with a loud whining noise the suit storage unit s door grinds open puffs of ashen smoke come out of its chamber game machinery suit storage unit dm src isbroken game machinery suit storage unit dm src isopen game machinery suit storage unit dm src islocked game machinery suit storage unit dm src eject occupant occupant mixing up these two lines causes bug do not do it game machinery telecomms computers logbrowser dm var datum comm log entry d selectedserver log entries game machinery telecomms computers logbrowser dm game machinery telecomms computers logbrowser dm temp deleted entry game machinery telecomms computers logbrowser dm game machinery telecomms computers logbrowser dm selectedserver log entries remove d game machinery telecomms computers logbrowser dm del d game machinery telecomms computers logbrowser dm game machinery telecomms computers logbrowser dm else game machinery telecomms computers logbrowser dm temp failed no selected machine game machinery telecomms computers logbrowser dm game machinery telecomms computers logbrowser dm if href list game mecha mecha dm internal tank null game mecha mecha dm if loc game mecha mecha dm loc assume air cabin air game mecha mecha dm air update turf game mecha mecha dm else game mecha mecha dm del cabin air game mecha mecha dm cabin air null game mecha mecha dm qdel spark system game mecha mecha dm spark system null game mecha mecha dm game mecha mecha dm mechas list src global mech list game mecha mecha dm var datum gas mixture leaked gas int tank air remove ratio game mecha mecha dm if loc game mecha mecha dm loc assume air leaked gas game mecha mecha dm air update turf game mecha mecha dm else game mecha mecha dm del leaked gas game mecha mecha dm game mecha mecha dm if internal damage mecha int short circuit game mecha mecha dm if get charge game mecha mecha dm spark system start game mecha mecha dm cell charge min cell charge game mecha mecha dm transfer moles pressure delta cabin air return volume cabin air return temperature r ideal gas equation game mecha mecha dm var datum gas mixture removed cabin air remove transfer moles game mecha mecha dm if t air game mecha mecha dm t air merge removed game mecha mecha dm else just delete the cabin gas we re in space or some shit game mecha mecha dm del removed game mecha mecha dm game mecha mecha dm if occupant game mecha mecha dm if cell game mecha mecha dm var cellcharge cell charge cell maxcharge game mecha mecha dm switch cellcharge game mecha mecha construction paths dm var obj item mecha parts chassis const holder holder game mecha mecha construction paths dm const holder construct new datum construction reversible mecha gygax const holder game mecha mecha construction paths dm const holder icon icons mecha mech construction dmi game mecha mecha construction paths dm const holder icon state game mecha mecha construction paths dm const holder density game mecha mecha construction paths dm del src game mecha mecha construction paths dm return game mecha mecha construction paths dm game mecha mecha construction paths dm game mecha mecha construction paths dm datum construction reversible mecha gygax game mecha mecha construction paths dm result obj mecha combat gygax game mecha mecha construction paths dm var obj item mecha parts chassis const holder holder game mecha mecha construction paths dm const holder construct new datum construction reversible mecha firefighter const holder game mecha mecha construction paths dm const holder icon icons mecha mech construction dmi game mecha mecha construction paths dm const holder icon state game mecha mecha construction paths dm const holder density game mecha mecha construction paths dm del src game mecha mecha construction paths dm return game mecha mecha construction paths dm game mecha mecha construction paths dm game mecha mecha construction paths dm datum construction reversible mecha firefighter game mecha mecha construction paths dm result obj mecha working ripley firefighter game mecha mecha construction paths dm game mecha mecha construction paths dm datum construction mecha honker chassis spawn result game mecha mecha construction paths dm var obj item mecha parts chassis const holder holder game mecha mecha construction paths dm const holder construct new datum construction mecha honker const holder game mecha mecha construction paths dm const holder density game mecha mecha construction paths dm del src game mecha mecha construction paths dm return game mecha mecha construction paths dm game mecha mecha construction paths dm game mecha mecha construction paths dm datum construction mecha honker game mecha mecha construction paths dm result obj mecha combat honker game objects effects mines dm name kick mine game objects effects mines dm game objects effects mines dm obj effect mine kickmine mineeffect mob victim game objects effects mines dm if isliving victim victim client game objects effects mines dm victim you have been kicked for no reisin game objects effects mines dm del victim client game objects effects mines dm game objects effects mines dm game objects effects mines dm obj effect mine gas game objects effects mines dm name oxygen mine game objects effects mines dm var gas amount game objects items devices camera bug dm game objects items devices camera bug dm obj item device camera bug destroy game objects items devices camera bug dm if expansion game objects items devices camera bug dm qdel expansion game objects items devices camera bug dm expansion null game objects items devices camera bug dm del src game objects items devices camera bug dm easier to just call del than this nonsense game objects items devices camera bug dm ya no del takes to run on avg this takes less than game objects items devices camera bug dm get cameras game objects items devices camera bug dm for var cam tag in bugged cameras game objects items devices camera bug dm var obj machinery camera camera bugged cameras game objects items holotape dm while n game objects items holotape dm n game objects items holotape dm for var obj item holotape p in cur game objects items holotape dm if p icon state icon dir game objects items holotape dm n game objects items holotape dm del p game objects items holotape dm cur get step cur dir game objects items holotape dm game objects items holotape dm del src game objects items holotape dm return game objects items holotape dm game objects items holotape dm undef max tape range game objects items weapons storage storage dm var obj item sample object game objects items weapons storage storage dm var number game objects items weapons storage storage dm game objects items weapons storage storage dm new obj item sample game objects items weapons storage storage dm if istype sample game objects items weapons storage storage dm del src game objects items weapons storage storage dm sample object sample game objects items weapons storage storage dm number game objects items weapons storage storage dm game objects items weapons storage storage dm game objects items weapons storage storage dm this proc determins the size of the inventory to be displayed please touch it only if you know what you re doing game objects items weapons tanks tanks dm game objects items weapons tanks tanks dm return game objects items weapons tanks tanks dm game objects items weapons tanks tanks dm obj item weapon tank destroy game objects items weapons tanks tanks dm if air contents game objects items weapons tanks tanks dm del air contents game objects items weapons tanks tanks dm game objects items weapons tanks tanks dm ssobj processing remove src game objects items weapons tanks tanks dm game objects items weapons tanks tanks dm game objects items weapons tanks tanks dm linda linda turf tile dm var atmos adjacent turfs linda linda turf tile dm var atmos adjacent turfs amount linda linda turf tile dm var atmos supeconductivity linda linda turf tile dm linda linda turf tile dm turf assume air datum gas mixture giver use this for machines to adjust air linda linda turf tile dm del giver linda linda turf tile dm return linda linda turf tile dm linda linda turf tile dm turf return air linda linda turf tile dm create gas mixture to hold data for passing linda linda turf tile dm var datum gas mixture gm new modules admin admin dm if kick only afk c is afk ignore clients who are not afk modules admin admin dm continue modules admin admin dm if message modules admin admin dm c message modules admin admin dm kicked client names add modules admin admin dm del c modules admin admin dm return kicked client names modules admin admin dm modules admin admin dm returns to let the dragdrop code know we are trapping this event modules admin admin dm returns if we don t plan to trap the event modules admin admin dm datum admins proc cmd ghost drag mob dead observer frommob mob living tomob modules admin admin ranks dm datum admin rank new init name init rights list init adds list init subs modules admin admin ranks dm name init name modules admin admin ranks dm switch name modules admin admin ranks dm if removed null modules admin admin ranks dm spawn modules admin admin ranks dm del src modules admin admin ranks dm throw exception invalid admin rank name modules admin admin ranks dm return modules admin admin ranks dm if init rights rights init rights modules admin admin ranks dm if init adds init adds list modules admin admin ranks dm if init subs init subs list modules admin db ban functions dm if announceinirc modules admin db ban functions dm ban alert applied a on modules admin db ban functions dm modules admin db ban functions dm if kickbannedckey modules admin db ban functions dm if banned mob banned mob client banned mob client ckey banckey modules admin db ban functions dm del banned mob client modules admin db ban functions dm modules admin db ban functions dm modules admin db ban functions dm datum admins proc db ban unban ckey bantype job modules admin db ban functions dm modules admin db ban functions dm if check rights r ban return modules admin dm var admincaster signature modules admin dm modules admin dm datum admins new datum admin rank r ckey modules admin dm if ckey modules admin dm spawn modules admin dm del src modules admin dm throw exception admin datum created without a ckey modules admin dm return modules admin dm if istype r modules admin dm spawn modules admin dm del src modules admin dm throw exception admin datum created without a rank modules admin dm return modules admin dm rank r modules admin dm admincaster signature nanotrasen officer modules admin dm admin datums src modules admin dm modules admin dm client proc deadmin modules admin dm admin datums ckey modules admin dm if holder modules admin dm holder disassociate modules admin dm del holder modules admin dm return modules admin dm modules admin dm this proc checks whether subject has at least one of the rights specified in rights required modules admin dm proc check rights for client subject rights required modules admin dm if subject subject holder subject holder rank modules admin topic dm return modules admin topic dm m you have been kicked from the server modules admin topic dm log admin booted modules admin topic dm message admins booted modules admin topic dm m client null modules admin topic dm del m client modules admin topic dm modules admin topic dm player notes modules admin topic dm else if href list modules admin topic dm var ckey href list modules admin topic dm switch href list modules admin topic dm else modules admin topic dm m no ban appeals url has been set modules admin topic dm log admin has banned nreason nthis will be removed in minutes modules admin topic dm message admins has banned nreason nthis will be removed in minutes modules admin topic dm modules admin topic dm del m client modules admin topic dm qdel m see no reason why to delete mob important stuff can be lost and ban can be lifted before round ends modules admin topic dm if no modules admin topic dm var reason input usr reason reason griefer as text null modules admin topic dm if reason modules admin topic dm return modules admin topic dm log admin has banned nreason nthis is a permanent ban modules admin topic dm message admins has banned nreason nthis is a permanent ban modules admin topic dm feedback inc ban perma modules admin topic dm db ban record bantype perma m reason modules admin topic dm modules admin topic dm del m client modules admin topic dm qdel m modules admin topic dm if cancel modules admin topic dm return modules admin topic dm modules admin topic dm else if href list modules admin verbs sdql dm do parse modules admin verbs sdql dm else modules admin verbs sdql dm query tree val modules admin verbs sdql dm pos modules admin verbs sdql dm modules admin verbs sdql dm del parser modules admin verbs sdql dm modules admin verbs sdql dm return querys modules admin verbs sdql dm modules admin verbs sdql dm modules admin verbs sdql dm modules awaymissions maploader swapmaps dm min x z y z max x z y z modules awaymissions maploader swapmaps dm initializeswapmaps modules awaymissions maploader swapmaps dm if swapmaps compiled maxz modules awaymissions maploader swapmaps dm swapmaps compiled maxy modules awaymissions maploader swapmaps dm swapmaps compiled maxx modules awaymissions maploader swapmaps dm del src modules awaymissions maploader swapmaps dm return modules awaymissions maploader swapmaps dm x x world maxx modules awaymissions maploader swapmaps dm y y world maxy modules awaymissions maploader swapmaps dm z z modules awaymissions maploader swapmaps dm allocateswapmap modules awaymissions maploader swapmaps dm for var obj o in a qdel o modules awaymissions maploader swapmaps dm for var mob m in a modules awaymissions maploader swapmaps dm if m key qdel m modules awaymissions maploader swapmaps dm else m loc null modules awaymissions maploader swapmaps dm areas null modules awaymissions maploader swapmaps dm del a modules awaymissions maploader swapmaps dm delete areas that belong only to this map modules awaymissions maploader swapmaps dm for var area a in areas modules awaymissions maploader swapmaps dm if a a contents len del a modules awaymissions maploader swapmaps dm if world maxx world maxy world maxz cutxyz modules awaymissions maploader swapmaps dm del areas modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm savefile format modules awaymissions maploader swapmaps dm map modules awaymissions maploader swapmaps dm s cd modules awaymissions maploader swapmaps dm s cd modules awaymissions maploader swapmaps dm sleep modules awaymissions maploader swapmaps dm s cd oldcd modules awaymissions maploader swapmaps dm locked modules awaymissions maploader swapmaps dm del areas modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm read savefile s id turf locorner modules awaymissions maploader swapmaps dm var x modules awaymissions maploader swapmaps dm var y modules awaymissions maploader swapmaps dm var z modules awaymissions maploader swapmaps dm s cd modules awaymissions maploader swapmaps dm s cd modules awaymissions maploader swapmaps dm sleep modules awaymissions maploader swapmaps dm s cd oldcd modules awaymissions maploader swapmaps dm locked modules awaymissions maploader swapmaps dm del areas modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm find an empty block on the world map in which to load this map modules awaymissions maploader swapmaps dm if no space is found increase world maxz as necessary if the modules awaymissions maploader swapmaps dm map is greater in x y size than the current world expand modules awaymissions maploader swapmaps dm else modules awaymissions maploader swapmaps dm var list l considerregion world maxx world maxy swapmaps compiled maxz modules awaymissions maploader swapmaps dm l modules awaymissions maploader swapmaps dm l modules awaymissions maploader swapmaps dm l modules awaymissions maploader swapmaps dm del l modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm world maxz max world maxz stretch z if necessary modules awaymissions maploader swapmaps dm if ischunk modules awaymissions maploader swapmaps dm world maxz mz modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm save and delete modules awaymissions maploader swapmaps dm proc unload modules awaymissions maploader swapmaps dm save modules awaymissions maploader swapmaps dm del src modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm proc save modules awaymissions maploader swapmaps dm if id src return modules awaymissions maploader swapmaps dm var savefile s mode new new map sav modules awaymissions maploader swapmaps dm s src modules awaymissions maploader swapmaps dm var list l contents modules awaymissions maploader swapmaps dm if m modules awaymissions maploader swapmaps dm l l copy modules awaymissions maploader swapmaps dm for m in src if m key l m modules awaymissions maploader swapmaps dm if l len s l modules awaymissions maploader swapmaps dm if l contents del l modules awaymissions maploader swapmaps dm read savefile s modules awaymissions maploader swapmaps dm var list l modules awaymissions maploader swapmaps dm if contents len l contents modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm if the icon was a text string it would not have loaded properly modules awaymissions maploader swapmaps dm var ic modules awaymissions maploader swapmaps dm s ic modules awaymissions maploader swapmaps dm if istext ic icon swapmaps iconcache modules awaymissions maploader swapmaps dm if l contents l modules awaymissions maploader swapmaps dm contents l modules awaymissions maploader swapmaps dm del l modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm set this up at runtime as follows modules awaymissions maploader swapmaps dm list modules awaymissions maploader swapmaps dm player dmi player modules awaymissions maploader swapmaps dm properly otherwise the path should always match the map however modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm s cd modules awaymissions maploader swapmaps dm m read s m locorner modules awaymissions maploader swapmaps dm while m locked sleep modules awaymissions maploader swapmaps dm del m modules awaymissions maploader swapmaps dm return modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm proc swapmaps savechunk chunk id turf turf modules awaymissions maploader swapmaps dm if modules awaymissions maploader swapmaps dm world log swapmaps error in swapmaps savechunk modules awaymissions maploader swapmaps dm m max y y modules awaymissions maploader swapmaps dm m max z z modules awaymissions maploader swapmaps dm m mode swapmaps mode modules awaymissions maploader swapmaps dm m save modules awaymissions maploader swapmaps dm while m locked sleep modules awaymissions maploader swapmaps dm del m modules awaymissions maploader swapmaps dm return modules awaymissions maploader swapmaps dm modules awaymissions maploader swapmaps dm proc swapmaps getsize id modules awaymissions maploader swapmaps dm var savefile s modules awaymissions maploader swapmaps dm var text modules client client procs dm if isnum player age player age first connection modules client client procs dm if config panic bunker holder ckey in deadmins modules client client procs dm log access failed login new account attempting to connect during panic bunker modules client client procs dm message admins failed login new account attempting to connect during panic bunker modules client client procs dm src sorry but the server is currently not accepting connections from never before seen players modules client client procs dm del src modules client client procs dm return modules client client procs dm modules client client procs dm if config notify new player age modules client client procs dm message admins new user is connecting here for the first time modules client client procs dm if config irc first connection alert modules crafting guncrafting dm if istype w obj item pipe modules crafting guncrafting dm user you attach the shotgun barrel to the receiver the pins seem loose modules crafting guncrafting dm var obj item weaponcrafting ishotgunconstruction i new obj item weaponcrafting ishotgunconstruction modules crafting guncrafting dm user unequip src modules crafting guncrafting dm user put in hands i modules crafting guncrafting dm del w modules crafting guncrafting dm del src modules crafting guncrafting dm return modules crafting guncrafting dm modules crafting guncrafting dm shotgun modules crafting guncrafting dm modules crafting guncrafting dm obj item weaponcrafting ishotgunconstruction modules crafting guncrafting dm if istype w obj item weaponcrafting stock modules crafting guncrafting dm user you attach the stock to the receiver barrel assembly modules crafting guncrafting dm var obj item weaponcrafting i new obj item weaponcrafting modules crafting guncrafting dm user unequip src modules crafting guncrafting dm user put in hands i modules crafting guncrafting dm del w modules crafting guncrafting dm del src modules crafting guncrafting dm return modules crafting guncrafting dm modules crafting guncrafting dm obj item weaponcrafting modules crafting guncrafting dm name extremely conspicuous metal construction modules crafting guncrafting dm desc a receiver barrel shotgun assembly with a loose wooden stock there s no way you can fire it without the stock coming loose modules flufftext hallucination dm if target client target client images flood images modules flufftext hallucination dm return modules flufftext hallucination dm modules flufftext hallucination dm obj effect hallucination fake flood destroy modules flufftext hallucination dm ssobj processing remove src modules flufftext hallucination dm del flood turfs modules flufftext hallucination dm if target client target client images remove flood images modules flufftext hallucination dm target null modules flufftext hallucination dm del flood images modules flufftext hallucination dm return modules flufftext hallucination dm modules flufftext hallucination dm obj effect hallucination simple xeno modules flufftext hallucination dm image icon icons mob alien dmi modules flufftext hallucination dm image state alienh pounce modules hydroponics hydroponics dm qdel reagent source modules hydroponics hydroponics dm modules hydroponics hydroponics dm h applychemicals s modules hydroponics hydroponics dm modules hydroponics hydroponics dm s clear reagents modules hydroponics hydroponics dm del s modules hydroponics hydroponics dm h update icon modules hydroponics hydroponics dm if reagent source if the source wasn t composted and destroyed modules hydroponics hydroponics dm reagent source update icon modules hydroponics hydroponics dm return modules hydroponics hydroponics dm modules hydroponics seed extractor dm if n amount modules hydroponics seed extractor dm return modules hydroponics seed extractor dm n amount max n amount modules hydroponics seed extractor dm if n amount modules hydroponics seed extractor dm piles n modules hydroponics seed extractor dm del n modules hydroponics seed extractor dm break modules hydroponics seed extractor dm modules hydroponics seed extractor dm for var obj t in contents now we find the seed we need to vend modules hydroponics seed extractor dm var obj item seeds o t modules hydroponics seed extractor dm if o plantname href list o lifespan href list o endurance href list o maturation href list o production href list o yield href list o potency href list modules mob camera camera dm mob camera experience pressure difference modules mob camera camera dm return modules mob camera camera dm modules mob camera camera dm mob camera destroy modules mob camera camera dm modules mob camera camera dm del src modules mob camera camera dm modules mob camera camera dm mob camera login modules mob camera camera dm modules mob camera camera dm update interface modules mob living carbon human blood dm are we dripping or splattering modules mob living carbon human blood dm var list drips list modules mob living carbon human blood dm only a certain number of drips or one large splatter can be on a given turf modules mob living carbon human blood dm for var obj effect decal cleanable blood drip drop in t modules mob living carbon human blood dm drips drop drips modules mob living carbon human blood dm del drop modules mob living carbon human blood dm if large drips len modules mob living carbon human blood dm decal type obj effect decal cleanable blood drip modules mob living carbon human blood dm modules mob living carbon human blood dm find a blood decal or create a new one modules mob living carbon human blood dm b locate decal type in t modules mob living silicon ai ai dm modules mob living silicon ai ai dm if personnel list len modules mob living silicon ai ai dm input input select a crew member as null anything in personnel list modules mob living silicon ai ai dm var icon character icon personnel list modules mob living silicon ai ai dm if character icon modules mob living silicon ai ai dm del holo icon clear old icon so we re not storing it in memory modules mob living silicon ai ai dm holo icon gethologramicon icon character icon modules mob living silicon ai ai dm else modules mob living silicon ai ai dm alert no suitable records found aborting modules mob living silicon ai ai dm modules mob living silicon ai ai dm else modules mob living silicon ai ai dm xeno queen modules mob living silicon ai ai dm space carp modules mob living silicon ai ai dm modules mob living silicon ai ai dm input input please select a hologram as null anything in icon list modules mob living silicon ai ai dm if input modules mob living silicon ai ai dm del holo icon modules mob living silicon ai ai dm switch input modules mob living silicon ai ai dm if default modules mob living silicon ai ai dm holo icon gethologramicon icon icons mob ai dmi modules mob living silicon ai ai dm if floating face modules mob living silicon ai ai dm holo icon gethologramicon icon icons mob ai dmi modules mob living silicon pai death dm var tod world realtime hh mm ss weasellos time of death patch modules mob living silicon pai death dm mind store memory time of death modules mob living silicon pai death dm modules mob living silicon pai death dm new pai s get a brand new mind to prevent meta stuff from their previous life this new mind causes problems down the line if it s not deleted here modules mob living silicon pai death dm read as i have no idea what i m doing but asking for help got me nowhere so this is what you get nodrak modules mob living silicon pai death dm if mind del mind modules mob living silicon pai death dm living mob list src modules mob living silicon pai death dm ghostize modules mob living silicon pai death dm qdel src modules mob living simple animal worm dm newhead attach newheadprevious modules mob living simple animal worm dm modules mob living simple animal worm dm if die modules mob living simple animal worm dm newhead die modules mob living simple animal worm dm modules mob living simple animal worm dm del src modules mob living simple animal worm dm modules mob living simple animal worm dm proc processstomach modules mob living simple animal worm dm for var atom movable stomachcontent in contents modules mob living simple animal worm dm if prob digestionprobability modules mob living simple animal worm dm if istype stomachcontent obj item stack converts to plasma keeping the stack value modules mob living simple animal worm dm if istype stomachcontent obj item stack sheet mineral plasma modules mob living simple animal worm dm var obj item stack oldstack stomachcontent modules mob living simple animal worm dm new obj item stack sheet mineral plasma src oldstack amount modules mob living simple animal worm dm del oldstack modules mob living simple animal worm dm continue modules mob living simple animal worm dm else if istype stomachcontent obj item converts to plasma keeping the w class modules mob living simple animal worm dm var obj item olditem stomachcontent modules mob living simple animal worm dm new obj item stack sheet mineral plasma src olditem w class modules mob living simple animal worm dm del olditem modules mob living simple animal worm dm continue modules mob living simple animal worm dm else modules mob living simple animal worm dm new obj item stack sheet mineral plasma src flatplasmavalue just flat amount modules mob living simple animal worm dm del stomachcontent modules mob living simple animal worm dm continue modules mob living simple animal worm dm modules mob living simple animal worm dm if previous modules mob living simple animal worm dm for var atom movable stomachcontent in contents transfer it along the digestive tract modules mob living simple animal worm dm previous contents stomachcontent modules mob login dm update login details modules mob login dm world update status modules mob login dm modules mob login dm client images null remove the images such as ais being unable to see runes modules mob login dm client screen list remove hud items just in case modules mob login dm if hud used del hud used remove the hud objects modules mob login dm hud used new datum hud src modules mob login dm modules mob login dm next move modules mob login dm sight see self modules mob login dm modules mob new player preferences setup dm backbag modules mob new player preferences setup dm features random features modules mob new player preferences setup dm age rand age min age max modules mob new player preferences setup dm modules mob new player preferences setup dm datum preferences proc update preview icon seriously this is horrendous modules mob new player preferences setup dm del preview icon front modules mob new player preferences setup dm del preview icon side modules mob new player preferences setup dm var icon preview icon null modules mob new player preferences setup dm modules mob new player preferences setup dm if job engsec high cyborg ai check put first to avoid so much unneeded blending modules mob new player preferences setup dm switch job engsec high modules mob new player preferences setup dm if ai modules mob new player preferences setup dm modules mob new player preferences setup dm if preview icon we re busting out modules mob new player preferences setup dm preview icon front new preview icon dir south modules mob new player preferences setup dm preview icon side new preview icon dir west modules mob new player preferences setup dm modules mob new player preferences setup dm del preview icon modules mob new player preferences setup dm return modules mob new player preferences setup dm modules mob new player preferences setup dm var g m modules mob new player preferences setup dm if gender female g f modules mob new player preferences setup dm modules mob new player preferences setup dm if clothes s modules mob new player preferences setup dm preview icon blend clothes s icon overlay modules mob new player preferences setup dm preview icon front new preview icon dir south modules mob new player preferences setup dm preview icon side new preview icon dir west modules mob new player preferences setup dm modules mob new player preferences setup dm del preview icon modules mob new player preferences setup dm del eyes s modules mob new player preferences setup dm del clothes s modules power apc dm area power equip modules power apc dm area power environ modules power apc dm area power change modules power apc dm if occupier modules power apc dm malfvacate modules power apc dm del wires modules power apc dm if cell modules power apc dm qdel cell modules power apc dm if terminal modules power apc dm disconnect terminal modules power apc dm modules projectiles firing dm if istype targloc istype curloc bb modules projectiles firing dm return modules projectiles firing dm if targloc curloc modules projectiles firing dm if bb original user if we target ourselves we go straight to bullet act modules projectiles firing dm user bullet act bb modules projectiles firing dm del bb modules projectiles firing dm return modules projectiles firing dm bb loc get turf user modules projectiles firing dm bb starting get turf user modules projectiles firing dm bb current curloc modules projectiles firing dm bb yo targloc y curloc y modules projectiles projectile magic dm else modules projectiles projectile magic dm new mob key m key modules projectiles projectile magic dm modules projectiles projectile magic dm new mob your form morphs into that of a modules projectiles projectile magic dm modules projectiles projectile magic dm del m modules projectiles projectile magic dm return new mob modules projectiles projectile magic dm modules projectiles projectile magic dm obj item projectile magic animate modules projectiles projectile magic dm name bolt of animation modules projectiles projectile magic dm icon state red modules research rdconsole dm for var t in typesof datum tech datum tech modules research rdconsole dm check tech null modules research rdconsole dm check tech new t modules research rdconsole dm if check tech id id modules research rdconsole dm return name check tech name modules research rdconsole dm del check tech modules research rdconsole dm check tech null modules research rdconsole dm break modules research rdconsole dm modules research rdconsole dm return return name modules research rdconsole dm modules research rdconsole dm for var r in typesof datum reagent datum reagent modules research rdconsole dm temp reagent null modules research rdconsole dm temp reagent new r modules research rdconsole dm if temp reagent id id modules research rdconsole dm return name temp reagent name modules research rdconsole dm del temp reagent modules research rdconsole dm temp reagent null modules research rdconsole dm break modules research rdconsole dm return return name modules research rdconsole dm modules research rdconsole dm obj machinery computer rdconsole proc syncrdevices makes sure it is properly sync ed up with the devices attached to it if any modules research rdconsole dm else if href list reset the r d console s database modules research rdconsole dm griefprotection modules research rdconsole dm var choice alert r d console database reset are you sure you want to reset the r d console s database data lost cannot be recovered continue cancel modules research rdconsole dm if choice continue modules research rdconsole dm screen modules research rdconsole dm del files modules research rdconsole dm files new datum research src modules research rdconsole dm spawn modules research rdconsole dm screen modules research rdconsole dm updateusrdialog modules research rdconsole dm compile options dm ifdef dellogging compile options dm warn compiling del logging this will have additional overheads will warn you if compiling with dellogging compile options dm var list del counter list compile options dm proc log del datum x compile options dm if istype x del counter compile options dm del x compile options dm define del x log del x overrides all del calls with log del compile options dm endif compile options dm compile options dm ifdef testing compile options dm warn compiling in testing mode testing debug messages will be visible compile options dm endif onclick hud action dm onclick hud action dm datum action proc remove mob living t onclick hud action dm if button onclick hud action dm if t client onclick hud action dm t client screen button onclick hud action dm del button onclick hud action dm t actions remove src onclick hud action dm t update action buttons onclick hud action dm owner null onclick hud action dm return onclick hud action dm helpers icons dm var image text image new loc a helpers icons dm text image maptext helpers icons dm text image color averagecolour atom icon helpers icons dm text image pixel x helpers icons dm text image pixel y helpers icons dm del atom icon helpers icons dm return text image helpers icons dm helpers icons dm helpers icons dm find s the average colour of the icon helpers icons dm by vg s comicironic
1
272,990
23,719,611,050
IssuesEvent
2022-08-30 14:24:20
0xPolygonHermez/zkevm-node
https://api.github.com/repos/0xPolygonHermez/zkevm-node
opened
Create tests for pending state
State RPC test
We need to create tests consuming the following methods for the `pending` block in order to make sure the behavior is as expected when consuming the `trusted state` - eth_call - eth_estimateGas - eth_getBalance - eth_getCode - eth_getStorageAt
1.0
Create tests for pending state - We need to create tests consuming the following methods for the `pending` block in order to make sure the behavior is as expected when consuming the `trusted state` - eth_call - eth_estimateGas - eth_getBalance - eth_getCode - eth_getStorageAt
non_main
create tests for pending state we need to create tests consuming the following methods for the pending block in order to make sure the behavior is as expected when consuming the trusted state eth call eth estimategas eth getbalance eth getcode eth getstorageat
0
3,461
13,245,793,491
IssuesEvent
2020-08-19 14:50:58
tgstation/tgstation-server
https://api.github.com/repos/tgstation/tgstation-server
opened
Pull requests from forks fail due to not having some secrets set
CI Hacktoberfest Help Wanted Maintainability Issue
It can't live without these env vars which are encoded as secrets: https://github.com/tgstation/tgstation-server/blob/0ae8ad2dfbc0ddbe307e154c4b1b67643f2e06b3/.github/workflows/ci-suite.yml#L14-L17
True
Pull requests from forks fail due to not having some secrets set - It can't live without these env vars which are encoded as secrets: https://github.com/tgstation/tgstation-server/blob/0ae8ad2dfbc0ddbe307e154c4b1b67643f2e06b3/.github/workflows/ci-suite.yml#L14-L17
main
pull requests from forks fail due to not having some secrets set it can t live without these env vars which are encoded as secrets
1
109,852
16,892,351,743
IssuesEvent
2021-06-23 10:48:33
epam/TimeBase
https://api.github.com/repos/epam/TimeBase
closed
CVE-2021-29425 (Medium) detected in commons-io-2.6.jar - autoclosed
security vulnerability
## CVE-2021-29425 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-io-2.6.jar</b></p></summary> <p>The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.</p> <p>Library home page: <a href="http://commons.apache.org/proper/commons-io/">http://commons.apache.org/proper/commons-io/</a></p> <p>Path to dependency file: TimeBase/java/installer/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.6/815893df5f31da2ece4040fe0a12fd44b577afaf/commons-io-2.6.jar</p> <p> Dependency Hierarchy: - izpack-compiler-5.1.3.jar (Root Library) - tika-parsers-1.19.jar - :x: **commons-io-2.6.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/epam/TimeBase/commits/98f6880b361c00a247f77e79a787646e9664cadd">98f6880b361c00a247f77e79a787646e9664cadd</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like "//../foo", or "\\..\foo", the result would be the same value, thus possibly providing access to files in the parent directory, but not further above (thus "limited" path traversal), if the calling code would use the result to construct a path value. <p>Publish Date: 2021-04-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29425>CVE-2021-29425</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29425">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29425</a></p> <p>Release Date: 2021-04-13</p> <p>Fix Resolution: commons-io:commons-io:2.7</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"commons-io","packageName":"commons-io","packageVersion":"2.6","packageFilePaths":["/java/installer/build.gradle"],"isTransitiveDependency":true,"dependencyTree":"org.codehaus.izpack:izpack-compiler:5.1.3;org.apache.tika:tika-parsers:1.19;commons-io:commons-io:2.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"commons-io:commons-io:2.7"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2021-29425","vulnerabilityDetails":"In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like \"//../foo\", or \"\\\\..\\foo\", the result would be the same value, thus possibly providing access to files in the parent directory, but not further above (thus \"limited\" path traversal), if the calling code would use the result to construct a path value.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29425","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-29425 (Medium) detected in commons-io-2.6.jar - autoclosed - ## CVE-2021-29425 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-io-2.6.jar</b></p></summary> <p>The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.</p> <p>Library home page: <a href="http://commons.apache.org/proper/commons-io/">http://commons.apache.org/proper/commons-io/</a></p> <p>Path to dependency file: TimeBase/java/installer/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.6/815893df5f31da2ece4040fe0a12fd44b577afaf/commons-io-2.6.jar</p> <p> Dependency Hierarchy: - izpack-compiler-5.1.3.jar (Root Library) - tika-parsers-1.19.jar - :x: **commons-io-2.6.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/epam/TimeBase/commits/98f6880b361c00a247f77e79a787646e9664cadd">98f6880b361c00a247f77e79a787646e9664cadd</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like "//../foo", or "\\..\foo", the result would be the same value, thus possibly providing access to files in the parent directory, but not further above (thus "limited" path traversal), if the calling code would use the result to construct a path value. <p>Publish Date: 2021-04-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29425>CVE-2021-29425</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29425">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29425</a></p> <p>Release Date: 2021-04-13</p> <p>Fix Resolution: commons-io:commons-io:2.7</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"commons-io","packageName":"commons-io","packageVersion":"2.6","packageFilePaths":["/java/installer/build.gradle"],"isTransitiveDependency":true,"dependencyTree":"org.codehaus.izpack:izpack-compiler:5.1.3;org.apache.tika:tika-parsers:1.19;commons-io:commons-io:2.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"commons-io:commons-io:2.7"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2021-29425","vulnerabilityDetails":"In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like \"//../foo\", or \"\\\\..\\foo\", the result would be the same value, thus possibly providing access to files in the parent directory, but not further above (thus \"limited\" path traversal), if the calling code would use the result to construct a path value.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29425","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_main
cve medium detected in commons io jar autoclosed cve medium severity vulnerability vulnerable library commons io jar the apache commons io library contains utility classes stream implementations file filters file comparators endian transformation classes and much more library home page a href path to dependency file timebase java installer build gradle path to vulnerable library home wss scanner gradle caches modules files commons io commons io commons io jar dependency hierarchy izpack compiler jar root library tika parsers jar x commons io jar vulnerable library found in head commit a href found in base branch main vulnerability details in apache commons io before when invoking the method filenameutils normalize with an improper input string like foo or foo the result would be the same value thus possibly providing access to files in the parent directory but not further above thus limited path traversal if the calling code would use the result to construct a path value publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution commons io commons io isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org codehaus izpack izpack compiler org apache tika tika parsers commons io commons io isminimumfixversionavailable true minimumfixversion commons io commons io basebranches vulnerabilityidentifier cve vulnerabilitydetails in apache commons io before when invoking the method filenameutils normalize with an improper input string like foo or foo the result would be the same value thus possibly providing access to files in the parent directory but not further above thus limited path traversal if the calling code would use the result to construct a path value vulnerabilityurl
0
5,626
28,146,103,131
IssuesEvent
2023-04-02 13:58:56
beefproject/beef
https://api.github.com/repos/beefproject/beef
closed
ERROR: type modifier is not allowed for type "bytea"
Maintainability Medium
Verify first that your issue/request has not been posted previously: * https://github.com/beefproject/beef/issues * https://github.com/beefproject/beef/wiki/FAQ Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/beef-0.4.7.0). #### Environment What version/revision of BeEF are you using? 0.4.7.0-alpha On what version of Ruby? ruby 2.5.1p57 On what browser? Chrome On what operating system? Linux kali 4.1.19-v7 #1 SMP Tue Mar 15 15:10:00 CDT 2016 armv7l GNU/Linux #### Configuration Are you using a non-default configuration? yes, driver :postgres Have you enabled or disabled any BeEF extensions? yes, metasploit #### Summary Please provide a summary of the issue. #### Expected Behaviour What was the expected result? run BeEF normally #### Actual Behaviour What was the actual result? Error when it try to create postgresql database #### Steps to Reproduce Please provide steps to reproduce this issue. change driver to postgres in config.yaml change port to 5432 in config.yaml enable dm-postgres-adapter successfully bundle install run ./beef #### Additional Information Please provide any additional information which may be useful in resolving this issue, such as debugging output and relevant screen shots. Postgresql Version: psql (10.4 (Debian 10.4-2), server 9.6.5) ![image](https://user-images.githubusercontent.com/5028343/43926334-8cd70a58-9bef-11e8-9407-f7825e534332.png) ![image](https://user-images.githubusercontent.com/5028343/43926376-b130e572-9bef-11e8-90ed-9d25874f0753.png)
True
ERROR: type modifier is not allowed for type "bytea" - Verify first that your issue/request has not been posted previously: * https://github.com/beefproject/beef/issues * https://github.com/beefproject/beef/wiki/FAQ Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/beef-0.4.7.0). #### Environment What version/revision of BeEF are you using? 0.4.7.0-alpha On what version of Ruby? ruby 2.5.1p57 On what browser? Chrome On what operating system? Linux kali 4.1.19-v7 #1 SMP Tue Mar 15 15:10:00 CDT 2016 armv7l GNU/Linux #### Configuration Are you using a non-default configuration? yes, driver :postgres Have you enabled or disabled any BeEF extensions? yes, metasploit #### Summary Please provide a summary of the issue. #### Expected Behaviour What was the expected result? run BeEF normally #### Actual Behaviour What was the actual result? Error when it try to create postgresql database #### Steps to Reproduce Please provide steps to reproduce this issue. change driver to postgres in config.yaml change port to 5432 in config.yaml enable dm-postgres-adapter successfully bundle install run ./beef #### Additional Information Please provide any additional information which may be useful in resolving this issue, such as debugging output and relevant screen shots. Postgresql Version: psql (10.4 (Debian 10.4-2), server 9.6.5) ![image](https://user-images.githubusercontent.com/5028343/43926334-8cd70a58-9bef-11e8-9407-f7825e534332.png) ![image](https://user-images.githubusercontent.com/5028343/43926376-b130e572-9bef-11e8-90ed-9d25874f0753.png)
main
error type modifier is not allowed for type bytea verify first that your issue request has not been posted previously ensure you re using the environment what version revision of beef are you using alpha on what version of ruby ruby on what browser chrome on what operating system linux kali smp tue mar cdt gnu linux configuration are you using a non default configuration yes driver postgres have you enabled or disabled any beef extensions yes metasploit summary please provide a summary of the issue expected behaviour what was the expected result run beef normally actual behaviour what was the actual result error when it try to create postgresql database steps to reproduce please provide steps to reproduce this issue change driver to postgres in config yaml change port to in config yaml enable dm postgres adapter successfully bundle install run beef additional information please provide any additional information which may be useful in resolving this issue such as debugging output and relevant screen shots postgresql version psql debian server
1
3,602
6,507,237,179
IssuesEvent
2017-08-24 12:30:24
blay09/CookingForBlockheads
https://api.github.com/repos/blay09/CookingForBlockheads
closed
Agricultural Revolution compat
compatibility
adds a cow too apparently that should work for the Cow in a Jar
True
Agricultural Revolution compat - adds a cow too apparently that should work for the Cow in a Jar
non_main
agricultural revolution compat adds a cow too apparently that should work for the cow in a jar
0
2,178
7,632,657,446
IssuesEvent
2018-05-05 17:42:07
OpenLightingProject/ola
https://api.github.com/repos/OpenLightingProject/ola
closed
Rename ArtNet to Art-Net everywhere
Difficulty-Easy Language-C++ Maintainability Type-Cleanup enhancement
The official spelling, as referred to on [Artistic Licence's website](http://art-net.org.uk/wordpress/), is *Art-Net*. The `artnet` plugin's README and code should reflect that. (Maybe even the plugin key / folder name, but that could be a breaking change and all the other folder names also don't contain special characters.) Also, at a lower priority, issues on GitHub should use the correct spelling to avoid promoting the wrong one.
True
Rename ArtNet to Art-Net everywhere - The official spelling, as referred to on [Artistic Licence's website](http://art-net.org.uk/wordpress/), is *Art-Net*. The `artnet` plugin's README and code should reflect that. (Maybe even the plugin key / folder name, but that could be a breaking change and all the other folder names also don't contain special characters.) Also, at a lower priority, issues on GitHub should use the correct spelling to avoid promoting the wrong one.
main
rename artnet to art net everywhere the official spelling as referred to on is art net the artnet plugin s readme and code should reflect that maybe even the plugin key folder name but that could be a breaking change and all the other folder names also don t contain special characters also at a lower priority issues on github should use the correct spelling to avoid promoting the wrong one
1