Unnamed: 0
int64
3
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
2
430
labels
stringlengths
4
347
body
stringlengths
5
237k
index
stringclasses
7 values
text_combine
stringlengths
96
237k
label
stringclasses
2 values
text
stringlengths
96
219k
binary_label
int64
0
1
14,589
17,768,304,750
IssuesEvent
2021-08-30 10:23:36
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
closed
AsyncMetrics are not in Prometheus format
help wanted easy task backward compatibility v21.8-affected
**Describe the issue** We've updated from 21.3.4.25 to 21.8.3.44 and Prometheus metrics are broken now. According to [official Prometheus documentation](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels), > The metric name specifies the general feature of a system that is measured (e.g. http_requests_total - the total number of HTTP requests received). It may contain ASCII letters and digits, as well as underscores and colons. It must match the regex [a-zA-Z_:][a-zA-Z0-9_:]*. Here is the list of bad names: ``` # TYPE ClickHouseAsyncMetrics_BlockInFlightOps_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockDiscardTime_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockReadTime_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockDiscardMerges_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockReadMerges_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockDiscardOps_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockWriteOps_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockReadOps_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockReadBytes_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockWriteBytes_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockQueueTime_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockWriteTime_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockActiveTime_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockWriteMerges_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockDiscardBytes_dm-1 gauge ```
True
AsyncMetrics are not in Prometheus format - **Describe the issue** We've updated from 21.3.4.25 to 21.8.3.44 and Prometheus metrics are broken now. According to [official Prometheus documentation](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels), > The metric name specifies the general feature of a system that is measured (e.g. http_requests_total - the total number of HTTP requests received). It may contain ASCII letters and digits, as well as underscores and colons. It must match the regex [a-zA-Z_:][a-zA-Z0-9_:]*. Here is the list of bad names: ``` # TYPE ClickHouseAsyncMetrics_BlockInFlightOps_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockDiscardTime_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockReadTime_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockDiscardMerges_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockReadMerges_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockDiscardOps_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockWriteOps_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockReadOps_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockReadBytes_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockWriteBytes_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockQueueTime_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockWriteTime_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockActiveTime_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockWriteMerges_dm-1 gauge # TYPE ClickHouseAsyncMetrics_BlockDiscardBytes_dm-1 gauge ```
comp
asyncmetrics are not in prometheus format describe the issue we ve updated from to and prometheus metrics are broken now according to the metric name specifies the general feature of a system that is measured e g http requests total the total number of http requests received it may contain ascii letters and digits as well as underscores and colons it must match the regex here is the list of bad names type clickhouseasyncmetrics blockinflightops dm gauge type clickhouseasyncmetrics blockdiscardtime dm gauge type clickhouseasyncmetrics blockreadtime dm gauge type clickhouseasyncmetrics blockdiscardmerges dm gauge type clickhouseasyncmetrics blockreadmerges dm gauge type clickhouseasyncmetrics blockdiscardops dm gauge type clickhouseasyncmetrics blockwriteops dm gauge type clickhouseasyncmetrics blockreadops dm gauge type clickhouseasyncmetrics blockreadbytes dm gauge type clickhouseasyncmetrics blockwritebytes dm gauge type clickhouseasyncmetrics blockqueuetime dm gauge type clickhouseasyncmetrics blockwritetime dm gauge type clickhouseasyncmetrics blockactivetime dm gauge type clickhouseasyncmetrics blockwritemerges dm gauge type clickhouseasyncmetrics blockdiscardbytes dm gauge
1
606,650
18,767,174,011
IssuesEvent
2021-11-06 05:31:02
roq-trading/roq-issues
https://api.github.com/repos/roq-trading/roq-issues
opened
[roq-fix-bridge] Monitor queue latency
enhancement high priority support
We should monitor `send_time` - `message_info.origin_create_time` for all outgoing FIX messages. This will allow us to track if internal queuing is an issue.
1.0
[roq-fix-bridge] Monitor queue latency - We should monitor `send_time` - `message_info.origin_create_time` for all outgoing FIX messages. This will allow us to track if internal queuing is an issue.
non_comp
monitor queue latency we should monitor send time message info origin create time for all outgoing fix messages this will allow us to track if internal queuing is an issue
0
425,351
29,418,557,669
IssuesEvent
2023-05-31 00:30:19
wanickols01/GRS
https://api.github.com/repos/wanickols01/GRS
closed
Model Evaluation
documentation enhancement Evaluation
#3 In parallel ## Task This task is about testing the accuracy of the model, and making adjustments to it if need be. This is only able to be done after task #3, but it will likely be done in the same instance as it is evaluted. ## Result Expected The model should be evaluated to see how accurate it is in it's base form, as well as some general idea of what parameters are useful if possible. ## Documentation Documenting this in the readme or somewhere else would be useful.
1.0
Model Evaluation - #3 In parallel ## Task This task is about testing the accuracy of the model, and making adjustments to it if need be. This is only able to be done after task #3, but it will likely be done in the same instance as it is evaluted. ## Result Expected The model should be evaluated to see how accurate it is in it's base form, as well as some general idea of what parameters are useful if possible. ## Documentation Documenting this in the readme or somewhere else would be useful.
non_comp
model evaluation in parallel task this task is about testing the accuracy of the model and making adjustments to it if need be this is only able to be done after task but it will likely be done in the same instance as it is evaluted result expected the model should be evaluated to see how accurate it is in it s base form as well as some general idea of what parameters are useful if possible documentation documenting this in the readme or somewhere else would be useful
0
395,450
27,070,078,180
IssuesEvent
2023-02-14 05:48:54
kubernetes-sigs/structured-merge-diff
https://api.github.com/repos/kubernetes-sigs/structured-merge-diff
closed
Broken Link issue need to fix
kind/bug lifecycle/rotten kind/documentation
## Bug Report *Problem* [This page ](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/CONTRIBUTING.md) has one broken link of `contributor cheat sheet` which needs to fix. *solution* need to locate the correct path of README. /assign /kind bug /kind documentation
1.0
Broken Link issue need to fix - ## Bug Report *Problem* [This page ](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/CONTRIBUTING.md) has one broken link of `contributor cheat sheet` which needs to fix. *solution* need to locate the correct path of README. /assign /kind bug /kind documentation
non_comp
broken link issue need to fix bug report problem has one broken link of contributor cheat sheet which needs to fix solution need to locate the correct path of readme assign kind bug kind documentation
0
99,306
12,416,441,808
IssuesEvent
2020-05-22 18:13:22
carbon-design-system/ibm-dotcom-library-design-kit
https://api.github.com/repos/carbon-design-system/ibm-dotcom-library-design-kit
closed
Design kit: Structured list – test smart layout
design design kit inactive
The structured list group is currently not easily resizable. With the new Sketch smart layouts we might be able to fix this. Acceptance criteria - [ ] Sketch smart layout has been tested on the grouped component with varying lengths of copy - [ ] If smart layouts work, update component to allow for spacing.
2.0
Design kit: Structured list – test smart layout - The structured list group is currently not easily resizable. With the new Sketch smart layouts we might be able to fix this. Acceptance criteria - [ ] Sketch smart layout has been tested on the grouped component with varying lengths of copy - [ ] If smart layouts work, update component to allow for spacing.
non_comp
design kit structured list – test smart layout the structured list group is currently not easily resizable with the new sketch smart layouts we might be able to fix this acceptance criteria sketch smart layout has been tested on the grouped component with varying lengths of copy if smart layouts work update component to allow for spacing
0
10,283
4,734,433,711
IssuesEvent
2016-10-19 14:13:45
Krzmbrzl/SQDev
https://api.github.com/repos/Krzmbrzl/SQDev
closed
NullPointerException while creating new Project
completed in Dev-Build crash
Using Mars.2 on Linux there is a Bug which causes a NullPointerException in Plugin Version 0.6.1 I've no experience with developing eclipse Plugins so i have no glue if the information in the [error.txt](https://github.com/Krzmbrzl/SQDev/files/527618/error.txt) do help. I've several other plugins installed like egit, but the problems seems to start at raven.sqdev.util.SQDevPreferenceUtil.getProfilesDocumentDirectory(SQDevPreferenceUtil.java:113) Similar things happen if you try to change the preferences of SQDev.
1.0
NullPointerException while creating new Project - Using Mars.2 on Linux there is a Bug which causes a NullPointerException in Plugin Version 0.6.1 I've no experience with developing eclipse Plugins so i have no glue if the information in the [error.txt](https://github.com/Krzmbrzl/SQDev/files/527618/error.txt) do help. I've several other plugins installed like egit, but the problems seems to start at raven.sqdev.util.SQDevPreferenceUtil.getProfilesDocumentDirectory(SQDevPreferenceUtil.java:113) Similar things happen if you try to change the preferences of SQDev.
non_comp
nullpointerexception while creating new project using mars on linux there is a bug which causes a nullpointerexception in plugin version i ve no experience with developing eclipse plugins so i have no glue if the information in the do help i ve several other plugins installed like egit but the problems seems to start at raven sqdev util sqdevpreferenceutil getprofilesdocumentdirectory sqdevpreferenceutil java similar things happen if you try to change the preferences of sqdev
0
54,143
3,060,274,880
IssuesEvent
2015-08-14 19:41:38
isobar-idev/code-standards
https://api.github.com/repos/isobar-idev/code-standards
closed
Move client-files to _assets folder
Enhancement Help Please In Progress Priority
These folders: - `css/` - `img/` - `js/` - `scss/` ... are intended to live under the new `_assets` folder. The structure in there is up for debate, but typically we should have a `_assets/css/src` and in lieu of a `/target` folder we would put the output in the root of that folder (e.g. `_assets/css/foo.css`). With a build process for client assets it's a good practice to have the static assets consolidated in a centralized location in case a CDN, subdomain, or other variation on the http server is used. It also simply makes for a cleaner file system that has less "visual noise".
1.0
Move client-files to _assets folder - These folders: - `css/` - `img/` - `js/` - `scss/` ... are intended to live under the new `_assets` folder. The structure in there is up for debate, but typically we should have a `_assets/css/src` and in lieu of a `/target` folder we would put the output in the root of that folder (e.g. `_assets/css/foo.css`). With a build process for client assets it's a good practice to have the static assets consolidated in a centralized location in case a CDN, subdomain, or other variation on the http server is used. It also simply makes for a cleaner file system that has less "visual noise".
non_comp
move client files to assets folder these folders css img js scss are intended to live under the new assets folder the structure in there is up for debate but typically we should have a assets css src and in lieu of a target folder we would put the output in the root of that folder e g assets css foo css with a build process for client assets it s a good practice to have the static assets consolidated in a centralized location in case a cdn subdomain or other variation on the http server is used it also simply makes for a cleaner file system that has less visual noise
0
383,720
11,361,757,320
IssuesEvent
2020-01-26 16:55:25
deep-learning-indaba/Baobab
https://api.github.com/repos/deep-learning-indaba/Baobab
closed
Link user profiles to organisations
High Priority back-end enhancement
Depends on #448 As per the [multi-tenant spec](https://docs.google.com/document/d/19Wr5rPT-zzJ18h3AC0dKQYAJpO3zWLThs6Kku5NoTl8/edit#heading=h.v07jx0wja9vt), User profiles will now be specific to organisations. We need to make the following changes to implement this: - Add a foreign key reference from AppUser to Organisation. This should be non-nullable and existing data can be populated with the "Deep Learning Indaba" organisation - Update the POST method in the user controller to set the organisation to the current organisation - Update the AuthenticationAPI to filter user profiles by the current organisation - Check whether any other controllers in api/app/users/api.py need to be updated - Search for any places in the code that query the AppUser model using "email address" as a surrogate key, and change it to use email address + organisation_id
1.0
Link user profiles to organisations - Depends on #448 As per the [multi-tenant spec](https://docs.google.com/document/d/19Wr5rPT-zzJ18h3AC0dKQYAJpO3zWLThs6Kku5NoTl8/edit#heading=h.v07jx0wja9vt), User profiles will now be specific to organisations. We need to make the following changes to implement this: - Add a foreign key reference from AppUser to Organisation. This should be non-nullable and existing data can be populated with the "Deep Learning Indaba" organisation - Update the POST method in the user controller to set the organisation to the current organisation - Update the AuthenticationAPI to filter user profiles by the current organisation - Check whether any other controllers in api/app/users/api.py need to be updated - Search for any places in the code that query the AppUser model using "email address" as a surrogate key, and change it to use email address + organisation_id
non_comp
link user profiles to organisations depends on as per the user profiles will now be specific to organisations we need to make the following changes to implement this add a foreign key reference from appuser to organisation this should be non nullable and existing data can be populated with the deep learning indaba organisation update the post method in the user controller to set the organisation to the current organisation update the authenticationapi to filter user profiles by the current organisation check whether any other controllers in api app users api py need to be updated search for any places in the code that query the appuser model using email address as a surrogate key and change it to use email address organisation id
0
4,480
7,137,574,575
IssuesEvent
2018-01-23 11:30:25
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
closed
AdGuard doesn't filter FloatingApps application browser
P4: Low compatibility
<!--- Help us to avoid duplicate reports, make sure you have searched through existing issues before submitting a new one--> The customer uses unregistered version of AdGuard. I assume that the [FloatingApps](https://play.google.com/store/apps/details?id=com.lwi.android.flappsfull&hl=ru) is not on the list of browsers. Customer ID 1625781
True
AdGuard doesn't filter FloatingApps application browser - <!--- Help us to avoid duplicate reports, make sure you have searched through existing issues before submitting a new one--> The customer uses unregistered version of AdGuard. I assume that the [FloatingApps](https://play.google.com/store/apps/details?id=com.lwi.android.flappsfull&hl=ru) is not on the list of browsers. Customer ID 1625781
comp
adguard doesn t filter floatingapps application browser the customer uses unregistered version of adguard i assume that the is not on the list of browsers customer id
1
13,540
16,048,952,669
IssuesEvent
2021-04-22 16:41:12
phpmd/phpmd
https://api.github.com/repos/phpmd/phpmd
closed
Unexpected token appears in PHP 8.0
Compatibility PDepend php8.0
- PHPMD version: 2.9.1 - PHP Version: 8.0 - Installation type: composer - Operating System / Distribution & Version: Docker Image `php:8.0-fpm-alpine` ### Current Behavior It worked fine in PHP7.4, but in PHP8.0 it shows `Unexpected token:` in all the .php files it inspects. ### Expected Behavior The process is completed normally. ### Steps To Reproduce: - `$ phpmd . text phpmd.xml` #### phpmd.xml ```xml <?xml version="1.0"?> <ruleset name="Custom_PHPMD"> <description>Custom ruleset PHPMD</description> <rule ref="rulesets/codesize.xml" /> <rule ref="rulesets/controversial.xml"> <exclude name="CamelCasePropertyName" /> <exclude name="CamelCaseParameterName" /> <exclude name="CamelCaseVariableName" /> </rule> <rule ref="rulesets/design.xml" /> <rule ref="rulesets/unusedcode.xml" /> <rule ref="rulesets/naming.xml"> <exclude name="ShortVariable"/> <exclude name="LongVariable" /> </rule> <rule ref="rulesets/naming.xml/ShortVariable"> <properties> <property name="exceptions" value="id,e,tz"/> </properties> </rule> <rule ref="rulesets/cleancode.xml"> <exclude name="BooleanArgumentFlag"/> <exclude name="ElseExpression"/> <exclude name="StaticAccess"/> </rule> <exclude-pattern>*/_ide_helper.php</exclude-pattern> <exclude-pattern>*/_ide_helper_models.php</exclude-pattern> <exclude-pattern>*/_ide_helper_redis.php</exclude-pattern> <exclude-pattern>*/database/*</exclude-pattern> <exclude-pattern>*/cache/*</exclude-pattern> <exclude-pattern>*/*.blade.php</exclude-pattern> <exclude-pattern>*/autoload.php</exclude-pattern> <exclude-pattern>*/storage/*</exclude-pattern> <exclude-pattern>*/docs/*</exclude-pattern> <exclude-pattern>*/vendor/*</exclude-pattern> <exclude-pattern>*/migrations/*</exclude-pattern> <exclude-pattern>*/tmp/*</exclude-pattern> </ruleset> ``` #### output message This is just one example, but other files are displayed as well. ``` /src/app/Console/Kernel.php - Unexpected token: App\Console, line: 3, col: 11, file: /src/app/Console/Kernel.php. /src/app/Exceptions/Handler.php - Unexpected token: App\Exceptions, line: 3, col: 11, file: /src/app/Exceptions/Handler.php. ... ``` As you can see in the file below, an `Unexpected token` is displayed at the time of the namespace. https://github.com/laravel/laravel/blob/8.x/app/Console/Kernel.php https://github.com/laravel/laravel/blob/8.x/app/Exceptions/Handler.php ## Checks before submitting * [x] Be sure that there isn't already an issue about this. See: [Issues list](https://github.com/phpmd/phpmd/issues) * [x] Be sure that there isn't already a pull request about this. See: [Pull requests](https://github.com/phpmd/phpmd/pulls) * Searching for issues in PHP8 and 8.0 and Unexpected * [x] I have added every step to reproduce the bug. * [ ] If possible I added relevant code examples. * [x] This issue is about 1 bug and nothing more. * [x] The issue has a descriptive title. For example: "JSON rendering failed on Windows for filenames with space".
True
Unexpected token appears in PHP 8.0 - - PHPMD version: 2.9.1 - PHP Version: 8.0 - Installation type: composer - Operating System / Distribution & Version: Docker Image `php:8.0-fpm-alpine` ### Current Behavior It worked fine in PHP7.4, but in PHP8.0 it shows `Unexpected token:` in all the .php files it inspects. ### Expected Behavior The process is completed normally. ### Steps To Reproduce: - `$ phpmd . text phpmd.xml` #### phpmd.xml ```xml <?xml version="1.0"?> <ruleset name="Custom_PHPMD"> <description>Custom ruleset PHPMD</description> <rule ref="rulesets/codesize.xml" /> <rule ref="rulesets/controversial.xml"> <exclude name="CamelCasePropertyName" /> <exclude name="CamelCaseParameterName" /> <exclude name="CamelCaseVariableName" /> </rule> <rule ref="rulesets/design.xml" /> <rule ref="rulesets/unusedcode.xml" /> <rule ref="rulesets/naming.xml"> <exclude name="ShortVariable"/> <exclude name="LongVariable" /> </rule> <rule ref="rulesets/naming.xml/ShortVariable"> <properties> <property name="exceptions" value="id,e,tz"/> </properties> </rule> <rule ref="rulesets/cleancode.xml"> <exclude name="BooleanArgumentFlag"/> <exclude name="ElseExpression"/> <exclude name="StaticAccess"/> </rule> <exclude-pattern>*/_ide_helper.php</exclude-pattern> <exclude-pattern>*/_ide_helper_models.php</exclude-pattern> <exclude-pattern>*/_ide_helper_redis.php</exclude-pattern> <exclude-pattern>*/database/*</exclude-pattern> <exclude-pattern>*/cache/*</exclude-pattern> <exclude-pattern>*/*.blade.php</exclude-pattern> <exclude-pattern>*/autoload.php</exclude-pattern> <exclude-pattern>*/storage/*</exclude-pattern> <exclude-pattern>*/docs/*</exclude-pattern> <exclude-pattern>*/vendor/*</exclude-pattern> <exclude-pattern>*/migrations/*</exclude-pattern> <exclude-pattern>*/tmp/*</exclude-pattern> </ruleset> ``` #### output message This is just one example, but other files are displayed as well. ``` /src/app/Console/Kernel.php - Unexpected token: App\Console, line: 3, col: 11, file: /src/app/Console/Kernel.php. /src/app/Exceptions/Handler.php - Unexpected token: App\Exceptions, line: 3, col: 11, file: /src/app/Exceptions/Handler.php. ... ``` As you can see in the file below, an `Unexpected token` is displayed at the time of the namespace. https://github.com/laravel/laravel/blob/8.x/app/Console/Kernel.php https://github.com/laravel/laravel/blob/8.x/app/Exceptions/Handler.php ## Checks before submitting * [x] Be sure that there isn't already an issue about this. See: [Issues list](https://github.com/phpmd/phpmd/issues) * [x] Be sure that there isn't already a pull request about this. See: [Pull requests](https://github.com/phpmd/phpmd/pulls) * Searching for issues in PHP8 and 8.0 and Unexpected * [x] I have added every step to reproduce the bug. * [ ] If possible I added relevant code examples. * [x] This issue is about 1 bug and nothing more. * [x] The issue has a descriptive title. For example: "JSON rendering failed on Windows for filenames with space".
comp
unexpected token appears in php phpmd version php version installation type composer operating system distribution version docker image php fpm alpine current behavior it worked fine in but in it shows unexpected token in all the php files it inspects expected behavior the process is completed normally steps to reproduce phpmd text phpmd xml phpmd xml xml custom ruleset phpmd ide helper php ide helper models php ide helper redis php database cache blade php autoload php storage docs vendor migrations tmp output message this is just one example but other files are displayed as well src app console kernel php unexpected token app console line col file src app console kernel php src app exceptions handler php unexpected token app exceptions line col file src app exceptions handler php as you can see in the file below an unexpected token is displayed at the time of the namespace checks before submitting be sure that there isn t already an issue about this see be sure that there isn t already a pull request about this see searching for issues in and and unexpected i have added every step to reproduce the bug if possible i added relevant code examples this issue is about bug and nothing more the issue has a descriptive title for example json rendering failed on windows for filenames with space
1
19,395
26,911,718,384
IssuesEvent
2023-02-07 00:42:27
FrozenBlock/WilderWild
https://api.github.com/repos/FrozenBlock/WilderWild
closed
Issue with REI addons
bug mod compatibility
Issue with one of these REI addons: Roughly Enough Loot Tables, Roughly Enough Proffessions, Roughly Enough Resources, Roughly Enough Trades. One of these modifications breaks the launch of the world when Wilder Wild is installed
True
Issue with REI addons - Issue with one of these REI addons: Roughly Enough Loot Tables, Roughly Enough Proffessions, Roughly Enough Resources, Roughly Enough Trades. One of these modifications breaks the launch of the world when Wilder Wild is installed
comp
issue with rei addons issue with one of these rei addons roughly enough loot tables roughly enough proffessions roughly enough resources roughly enough trades one of these modifications breaks the launch of the world when wilder wild is installed
1
16,157
21,650,396,159
IssuesEvent
2022-05-06 08:45:22
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
java.lang.NoClassDefFoundError: org/postgresql/util/PGInterval when rendering SQL without the pgjdbc dependency
T: Enhancement C: Functionality P: Medium T: Incompatible change E: All Editions
In order to profit from vendor specific data type bindings, we've added some JDBC driver dependencies in a recent jOOQ release. However, this shouldn't be necessary when merely generating SQL. It currently happens when generating the SQL for PostgreSQL intervals: ``` java.lang.NoClassDefFoundError: org/postgresql/util/PGInterval at org.jooq.util.postgres.PostgresUtils.toPGInterval(PostgresUtils.java:242) at org.jooq.impl.DefaultBinding$DefaultYearToMonthBinding.sqlInline0(DefaultBinding.java:5549) at org.jooq.impl.DefaultBinding$DefaultYearToMonthBinding.sqlInline0(DefaultBinding.java:1) at org.jooq.impl.DefaultBinding$AbstractBinding.sql(DefaultBinding.java:937) at org.jooq.impl.DefaultBinding$AbstractBinding.sqlCast(DefaultBinding.java:902) at org.jooq.impl.DefaultBinding$AbstractBinding.sqlCast(DefaultBinding.java:872) at org.jooq.impl.DefaultBinding$AbstractBinding.sql(DefaultBinding.java:925) at org.jooq.impl.Val.accept(Val.java:186) at org.jooq.impl.DefaultRenderContext.visit0(DefaultRenderContext.java:726) at org.jooq.impl.AbstractContext.visit(AbstractContext.java:295) at org.jooq.impl.Expression$DateExpression.acceptIntervalExpression(Expression.java:657) at org.jooq.impl.Expression$DateExpression.accept(Expression.java:357) at org.jooq.impl.DefaultRenderContext.visit0(DefaultRenderContext.java:726) at org.jooq.impl.AbstractContext.visit(AbstractContext.java:295) at org.jooq.impl.Expression.accept0(Expression.java:177) at org.jooq.impl.AbstractTransformable.accept(AbstractTransformable.java:70) at org.jooq.impl.DefaultRenderContext.visit0(DefaultRenderContext.java:726) at org.jooq.impl.AbstractContext.visit(AbstractContext.java:295) at org.jooq.impl.DefaultDSLContext.render(DefaultDSLContext.java:709) at org.jooq.test.util.BaseTest.schemaMappingAssertions(BaseTest.java:659) at org.jooq.impl.AbstractParserTest.additionalAssertions(AbstractParserTest.java:512) at org.jooq.impl.AbstractParserTest.assertFieldEquals(AbstractParserTest.java:343) at org.jooq.impl.AbstractParserTest.assertFieldEqualsAll(AbstractParserTest.java:351) at org.jooq.impl.ParserDateFunctionTest.testDateSubMySQL(ParserDateFunctionTest.java:631) ``` Removing this dependency requirement also improves jOOQ usage for all customers using jOOQ only as a SQL translator. ### Tasks - [x] Implement the above logic in jOOQ, itself - [x] By shading the pgjdbc `PGInterval` and `PGobject` classes - [ ] Document this dependency on https://www.jooq.org/legal/licensing - [x] Check if we still need the pgjdbc / redshift / other JDBC driver dependencies, afterwards - [ ] Check if our unit tests still need those dependencies, afterwards
True
java.lang.NoClassDefFoundError: org/postgresql/util/PGInterval when rendering SQL without the pgjdbc dependency - In order to profit from vendor specific data type bindings, we've added some JDBC driver dependencies in a recent jOOQ release. However, this shouldn't be necessary when merely generating SQL. It currently happens when generating the SQL for PostgreSQL intervals: ``` java.lang.NoClassDefFoundError: org/postgresql/util/PGInterval at org.jooq.util.postgres.PostgresUtils.toPGInterval(PostgresUtils.java:242) at org.jooq.impl.DefaultBinding$DefaultYearToMonthBinding.sqlInline0(DefaultBinding.java:5549) at org.jooq.impl.DefaultBinding$DefaultYearToMonthBinding.sqlInline0(DefaultBinding.java:1) at org.jooq.impl.DefaultBinding$AbstractBinding.sql(DefaultBinding.java:937) at org.jooq.impl.DefaultBinding$AbstractBinding.sqlCast(DefaultBinding.java:902) at org.jooq.impl.DefaultBinding$AbstractBinding.sqlCast(DefaultBinding.java:872) at org.jooq.impl.DefaultBinding$AbstractBinding.sql(DefaultBinding.java:925) at org.jooq.impl.Val.accept(Val.java:186) at org.jooq.impl.DefaultRenderContext.visit0(DefaultRenderContext.java:726) at org.jooq.impl.AbstractContext.visit(AbstractContext.java:295) at org.jooq.impl.Expression$DateExpression.acceptIntervalExpression(Expression.java:657) at org.jooq.impl.Expression$DateExpression.accept(Expression.java:357) at org.jooq.impl.DefaultRenderContext.visit0(DefaultRenderContext.java:726) at org.jooq.impl.AbstractContext.visit(AbstractContext.java:295) at org.jooq.impl.Expression.accept0(Expression.java:177) at org.jooq.impl.AbstractTransformable.accept(AbstractTransformable.java:70) at org.jooq.impl.DefaultRenderContext.visit0(DefaultRenderContext.java:726) at org.jooq.impl.AbstractContext.visit(AbstractContext.java:295) at org.jooq.impl.DefaultDSLContext.render(DefaultDSLContext.java:709) at org.jooq.test.util.BaseTest.schemaMappingAssertions(BaseTest.java:659) at org.jooq.impl.AbstractParserTest.additionalAssertions(AbstractParserTest.java:512) at org.jooq.impl.AbstractParserTest.assertFieldEquals(AbstractParserTest.java:343) at org.jooq.impl.AbstractParserTest.assertFieldEqualsAll(AbstractParserTest.java:351) at org.jooq.impl.ParserDateFunctionTest.testDateSubMySQL(ParserDateFunctionTest.java:631) ``` Removing this dependency requirement also improves jOOQ usage for all customers using jOOQ only as a SQL translator. ### Tasks - [x] Implement the above logic in jOOQ, itself - [x] By shading the pgjdbc `PGInterval` and `PGobject` classes - [ ] Document this dependency on https://www.jooq.org/legal/licensing - [x] Check if we still need the pgjdbc / redshift / other JDBC driver dependencies, afterwards - [ ] Check if our unit tests still need those dependencies, afterwards
comp
java lang noclassdeffounderror org postgresql util pginterval when rendering sql without the pgjdbc dependency in order to profit from vendor specific data type bindings we ve added some jdbc driver dependencies in a recent jooq release however this shouldn t be necessary when merely generating sql it currently happens when generating the sql for postgresql intervals java lang noclassdeffounderror org postgresql util pginterval at org jooq util postgres postgresutils topginterval postgresutils java at org jooq impl defaultbinding defaultyeartomonthbinding defaultbinding java at org jooq impl defaultbinding defaultyeartomonthbinding defaultbinding java at org jooq impl defaultbinding abstractbinding sql defaultbinding java at org jooq impl defaultbinding abstractbinding sqlcast defaultbinding java at org jooq impl defaultbinding abstractbinding sqlcast defaultbinding java at org jooq impl defaultbinding abstractbinding sql defaultbinding java at org jooq impl val accept val java at org jooq impl defaultrendercontext defaultrendercontext java at org jooq impl abstractcontext visit abstractcontext java at org jooq impl expression dateexpression acceptintervalexpression expression java at org jooq impl expression dateexpression accept expression java at org jooq impl defaultrendercontext defaultrendercontext java at org jooq impl abstractcontext visit abstractcontext java at org jooq impl expression expression java at org jooq impl abstracttransformable accept abstracttransformable java at org jooq impl defaultrendercontext defaultrendercontext java at org jooq impl abstractcontext visit abstractcontext java at org jooq impl defaultdslcontext render defaultdslcontext java at org jooq test util basetest schemamappingassertions basetest java at org jooq impl abstractparsertest additionalassertions abstractparsertest java at org jooq impl abstractparsertest assertfieldequals abstractparsertest java at org jooq impl abstractparsertest assertfieldequalsall abstractparsertest java at org jooq impl parserdatefunctiontest testdatesubmysql parserdatefunctiontest java removing this dependency requirement also improves jooq usage for all customers using jooq only as a sql translator tasks implement the above logic in jooq itself by shading the pgjdbc pginterval and pgobject classes document this dependency on check if we still need the pgjdbc redshift other jdbc driver dependencies afterwards check if our unit tests still need those dependencies afterwards
1
4,183
6,967,495,917
IssuesEvent
2017-12-10 09:51:09
pojome/elementor
https://api.github.com/repos/pojome/elementor
closed
Plugin Conflict : Sublanguage version: 2.3
compatibility
<!-- ## BEFORE POSTING YOUR ISSUE Please create GitHub issues only for bugs and feature requests. GitHub issues ARE NOT FOR SUPPORT! - If you have questions, or need general support, send the issue to: https://wordpress.org/support/plugin/elementor - For help and support from the Elementor community, see: https://www.facebook.com/groups/Elementors/ - To read more about Elementor, check out our documentation: https://docs.elementor.com ===== Guidelines ==== - Search this repository (top of the page) for the issue, and make sure it has not been fixed or reported before. - Make sure you are using the most updated versions of Elementor, WordPress & your theme. - Deactivate all of your plugins. If this solves the problem, gradually activate your plugins one by one, until you spot the problematic plugin. - Change your WordPress theme to WordPress TwentySixteen (or other default WordPress theme). - If you're requesting a new feature, explain why you'd like it to be added. Try to add as much detail as you can, and be specific. --> ## Description <!-- Describe which problem you've encountered. What caused the issue, and what did you expect to happen. Attach screenshots and related links to help us understand the issue in more detail. --> Elementor clashes with the plugin "Sublanguage" version: 2.3. Elementor will always show the classic "You must call the_content function in the current template, in order for Elementor to work on this page". Disabling "Sublanguage" makes Elementor work as expected. ## Steps to reproduce 1. Wordpress with Sublanguage active 2. Install Elementor 3. Edit page <!-- For bug reports, list all the steps needed to reproduce your issue, so we can replicate it ourselves. --> ## Environment Ubuntu 16 with nginx, current versions of sublanguage, Elementor and wordpress. <!-- For bug reports, let us know about your system environment, or just grab the system info report from Elementor => System info, and paste it here or in http://pastebin.com/ --> == Server Environment == Operating System: Linux Software: nginx/1.10.3 MySQL version: 5.6.37 PHP Version: 7.0.22-0ubuntu0.16.04.1 PHP Max Input Vars: 1000 PHP Max Post Size: 8M GD Installed: Yes Elementor Library: Connected == WordPress Environment == Version: 4.9.1 Site URL: https://soup-kitchen-records.com Home URL: https://soup-kitchen-records.com WP Multisite: No Max Upload Size: 8 MB Memory limit: 40M Permalink Structure: /%postname%/ Language: de-DE Timezone: Europe/Berlin Debug Mode: Inactive == Theme == Name: Soup Kitchen Records Version: 0.1.0 Author: SK Child Theme: Yes Parent Theme Name: Rock N Rolla Parent Theme Version: 1.0.3 Parent Theme Author: Band Themes == User == Role: administrator WP Profile lang: de_DE_formal User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0 == Active Plugins == Contact Form 7 Version: 4.9.1 Author: Takayuki Miyoshi Disable Comments Version: 1.7.1 Author: Samir Shah Elementor Version: 1.8.9 Author: Elementor.com Sublanguage Version: 2.3 Author: Maxime Schoeni TinyMCE Advanced Version: 4.6.7 Author: Andrew Ozz UpdraftPlus - Backup/Restore Version: 1.13.16 Author: UpdraftPlus.Com, DavidAnderson WordPress Easy SMTP Version: 1.1.1 Author: iProDev WP Super Cache Version: 1.5.8 Author: Automattic == Debug == Errors: There are no errors to display
True
Plugin Conflict : Sublanguage version: 2.3 - <!-- ## BEFORE POSTING YOUR ISSUE Please create GitHub issues only for bugs and feature requests. GitHub issues ARE NOT FOR SUPPORT! - If you have questions, or need general support, send the issue to: https://wordpress.org/support/plugin/elementor - For help and support from the Elementor community, see: https://www.facebook.com/groups/Elementors/ - To read more about Elementor, check out our documentation: https://docs.elementor.com ===== Guidelines ==== - Search this repository (top of the page) for the issue, and make sure it has not been fixed or reported before. - Make sure you are using the most updated versions of Elementor, WordPress & your theme. - Deactivate all of your plugins. If this solves the problem, gradually activate your plugins one by one, until you spot the problematic plugin. - Change your WordPress theme to WordPress TwentySixteen (or other default WordPress theme). - If you're requesting a new feature, explain why you'd like it to be added. Try to add as much detail as you can, and be specific. --> ## Description <!-- Describe which problem you've encountered. What caused the issue, and what did you expect to happen. Attach screenshots and related links to help us understand the issue in more detail. --> Elementor clashes with the plugin "Sublanguage" version: 2.3. Elementor will always show the classic "You must call the_content function in the current template, in order for Elementor to work on this page". Disabling "Sublanguage" makes Elementor work as expected. ## Steps to reproduce 1. Wordpress with Sublanguage active 2. Install Elementor 3. Edit page <!-- For bug reports, list all the steps needed to reproduce your issue, so we can replicate it ourselves. --> ## Environment Ubuntu 16 with nginx, current versions of sublanguage, Elementor and wordpress. <!-- For bug reports, let us know about your system environment, or just grab the system info report from Elementor => System info, and paste it here or in http://pastebin.com/ --> == Server Environment == Operating System: Linux Software: nginx/1.10.3 MySQL version: 5.6.37 PHP Version: 7.0.22-0ubuntu0.16.04.1 PHP Max Input Vars: 1000 PHP Max Post Size: 8M GD Installed: Yes Elementor Library: Connected == WordPress Environment == Version: 4.9.1 Site URL: https://soup-kitchen-records.com Home URL: https://soup-kitchen-records.com WP Multisite: No Max Upload Size: 8 MB Memory limit: 40M Permalink Structure: /%postname%/ Language: de-DE Timezone: Europe/Berlin Debug Mode: Inactive == Theme == Name: Soup Kitchen Records Version: 0.1.0 Author: SK Child Theme: Yes Parent Theme Name: Rock N Rolla Parent Theme Version: 1.0.3 Parent Theme Author: Band Themes == User == Role: administrator WP Profile lang: de_DE_formal User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0 == Active Plugins == Contact Form 7 Version: 4.9.1 Author: Takayuki Miyoshi Disable Comments Version: 1.7.1 Author: Samir Shah Elementor Version: 1.8.9 Author: Elementor.com Sublanguage Version: 2.3 Author: Maxime Schoeni TinyMCE Advanced Version: 4.6.7 Author: Andrew Ozz UpdraftPlus - Backup/Restore Version: 1.13.16 Author: UpdraftPlus.Com, DavidAnderson WordPress Easy SMTP Version: 1.1.1 Author: iProDev WP Super Cache Version: 1.5.8 Author: Automattic == Debug == Errors: There are no errors to display
comp
plugin conflict sublanguage version before posting your issue please create github issues only for bugs and feature requests github issues are not for support if you have questions or need general support send the issue to for help and support from the elementor community see to read more about elementor check out our documentation guidelines search this repository top of the page for the issue and make sure it has not been fixed or reported before make sure you are using the most updated versions of elementor wordpress your theme deactivate all of your plugins if this solves the problem gradually activate your plugins one by one until you spot the problematic plugin change your wordpress theme to wordpress twentysixteen or other default wordpress theme if you re requesting a new feature explain why you d like it to be added try to add as much detail as you can and be specific description elementor clashes with the plugin sublanguage version elementor will always show the classic you must call the content function in the current template in order for elementor to work on this page disabling sublanguage makes elementor work as expected steps to reproduce wordpress with sublanguage active install elementor edit page environment ubuntu with nginx current versions of sublanguage elementor and wordpress system info and paste it here or in server environment operating system linux software nginx mysql version php version php max input vars php max post size gd installed yes elementor library connected wordpress environment version site url home url wp multisite no max upload size mb memory limit permalink structure postname language de de timezone europe berlin debug mode inactive theme name soup kitchen records version author sk child theme yes parent theme name rock n rolla parent theme version parent theme author band themes user role administrator wp profile lang de de formal user agent mozilla windows nt rv gecko firefox active plugins contact form version author takayuki miyoshi disable comments version author samir shah elementor version author elementor com sublanguage version author maxime schoeni tinymce advanced version author andrew ozz updraftplus backup restore version author updraftplus com davidanderson wordpress easy smtp version author iprodev wp super cache version author automattic debug errors there are no errors to display
1
276,106
20,969,214,948
IssuesEvent
2022-03-28 09:45:27
golemfactory/yapapi
https://api.github.com/repos/golemfactory/yapapi
closed
`yapapi.contrib` docs
documentation beta.5
Write docs in `yapapi/contrib/__init__.py` and/or `yapapi/contrib/README.md`. `yapapi/contrib` directory will be created in #811
1.0
`yapapi.contrib` docs - Write docs in `yapapi/contrib/__init__.py` and/or `yapapi/contrib/README.md`. `yapapi/contrib` directory will be created in #811
non_comp
yapapi contrib docs write docs in yapapi contrib init py and or yapapi contrib readme md yapapi contrib directory will be created in
0
4,530
7,189,557,960
IssuesEvent
2018-02-02 14:27:22
storybooks/storybook
https://api.github.com/repos/storybooks/storybook
closed
vue typescript
app: vue compatibility with other tools question / support
Question: does anyone know the magic incantations required to get storybook working with Vue and Typescript?
True
vue typescript - Question: does anyone know the magic incantations required to get storybook working with Vue and Typescript?
comp
vue typescript question does anyone know the magic incantations required to get storybook working with vue and typescript
1
84,347
10,370,674,597
IssuesEvent
2019-09-08 14:35:13
nullserve/node-packages
https://api.github.com/repos/nullserve/node-packages
opened
Create keywords for each individual package
documentation good first issue help wanted
Packages should have keywords specified in their package.json to aid in finding the packages on npm. Research which keywords are best/recommended and add them to each package.
1.0
Create keywords for each individual package - Packages should have keywords specified in their package.json to aid in finding the packages on npm. Research which keywords are best/recommended and add them to each package.
non_comp
create keywords for each individual package packages should have keywords specified in their package json to aid in finding the packages on npm research which keywords are best recommended and add them to each package
0
14,541
17,632,091,876
IssuesEvent
2021-08-19 09:14:56
Prakkkmak/Space-Station-Lambda
https://api.github.com/repos/Prakkkmak/Space-Station-Lambda
closed
Status bar
compatibility
Add status bar in the player component. Use UI for display those things. Fix gauges in the same place.
True
Status bar - Add status bar in the player component. Use UI for display those things. Fix gauges in the same place.
comp
status bar add status bar in the player component use ui for display those things fix gauges in the same place
1
828,320
31,821,643,029
IssuesEvent
2023-09-14 03:08:57
hackforla/expunge-assist
https://api.github.com/repos/hackforla/expunge-assist
closed
Fix alignment on menu header between first few pages on LG
bug role: development priority: low size: missing feature: missing
### Overview The padding on the menu header on a few pages in the letter generator is inconsistent and shifts as you navigate from one page to the next. Most pages within the letter generator are accurate and do not shift. I have attached a screen recording of the menu moving right as you go through the "welcome" page to the "Introduce yourself" on the letter generator. Aside from the onboarding pages (Welcome, Before You Begin, Advice ) the menu header also shifts when going from "Why" to "My declaration letter" (https://expungeassist.org/#/./form/finalize). https://user-images.githubusercontent.com/105686896/236975996-12be4a86-cf3d-4cac-85c1-e3d6ee187ff9.mov I noticed that the pages that shift are scrollable due to the amount of content; therefore the vertical scrollbar appears and seems to push the menu header left. This also only happens on smaller screen sizes like laptops where content does not fit and a vertical scrollbar appears. Bigger screen sizes do no have a scrollbar and the menu header does not shift. ### Action Item - [ ] Investigate potential bug - [ ] Fix menu header content container on following pages - [ ] Welcome (https://expungeassist.org/#/./welcome) - [ ] Advice (https://expungeassist.org/#/./advice) - [ ] My declaration letter (https://expungeassist.org/#/./form/finalize) - [ ] Completed letter (https://expungeassist.org/#/./form/finalize/preview) ### Resources/Instructions Ask @anitadesigns or @sydneywalcoff if you have any questions
1.0
Fix alignment on menu header between first few pages on LG - ### Overview The padding on the menu header on a few pages in the letter generator is inconsistent and shifts as you navigate from one page to the next. Most pages within the letter generator are accurate and do not shift. I have attached a screen recording of the menu moving right as you go through the "welcome" page to the "Introduce yourself" on the letter generator. Aside from the onboarding pages (Welcome, Before You Begin, Advice ) the menu header also shifts when going from "Why" to "My declaration letter" (https://expungeassist.org/#/./form/finalize). https://user-images.githubusercontent.com/105686896/236975996-12be4a86-cf3d-4cac-85c1-e3d6ee187ff9.mov I noticed that the pages that shift are scrollable due to the amount of content; therefore the vertical scrollbar appears and seems to push the menu header left. This also only happens on smaller screen sizes like laptops where content does not fit and a vertical scrollbar appears. Bigger screen sizes do no have a scrollbar and the menu header does not shift. ### Action Item - [ ] Investigate potential bug - [ ] Fix menu header content container on following pages - [ ] Welcome (https://expungeassist.org/#/./welcome) - [ ] Advice (https://expungeassist.org/#/./advice) - [ ] My declaration letter (https://expungeassist.org/#/./form/finalize) - [ ] Completed letter (https://expungeassist.org/#/./form/finalize/preview) ### Resources/Instructions Ask @anitadesigns or @sydneywalcoff if you have any questions
non_comp
fix alignment on menu header between first few pages on lg overview the padding on the menu header on a few pages in the letter generator is inconsistent and shifts as you navigate from one page to the next most pages within the letter generator are accurate and do not shift i have attached a screen recording of the menu moving right as you go through the welcome page to the introduce yourself on the letter generator aside from the onboarding pages welcome before you begin advice the menu header also shifts when going from why to my declaration letter i noticed that the pages that shift are scrollable due to the amount of content therefore the vertical scrollbar appears and seems to push the menu header left this also only happens on smaller screen sizes like laptops where content does not fit and a vertical scrollbar appears bigger screen sizes do no have a scrollbar and the menu header does not shift action item investigate potential bug fix menu header content container on following pages welcome advice my declaration letter completed letter resources instructions ask anitadesigns or sydneywalcoff if you have any questions
0
1,433
3,955,376,146
IssuesEvent
2016-04-29 20:40:43
facebook/hhvm
https://api.github.com/repos/facebook/hhvm
closed
Saving localized floats to database cuts off decimal numbers
framework parity no isolated repro php5 incompatibility
I noticed that a Laravel DB insert with floating numbers using HHVM is cutting off the decimal part. In the example below, the value actually stored in the MySQL database is 7.00. The MySQL field is a decimal field. DB::table('test')->insert([ [ 'name' => 'Some name', 'description' => 'Some description', 'price' => 7.99 ]); When using PHP instead of HHVM, the value is stored correctly. Also, when replacing 7.99 with '7.99' (as a string) using HHVM, the value is also stored correctly. Is this an incompatibility between Laravel's insert() function and HHVM, or am I overlooking something here?
True
Saving localized floats to database cuts off decimal numbers - I noticed that a Laravel DB insert with floating numbers using HHVM is cutting off the decimal part. In the example below, the value actually stored in the MySQL database is 7.00. The MySQL field is a decimal field. DB::table('test')->insert([ [ 'name' => 'Some name', 'description' => 'Some description', 'price' => 7.99 ]); When using PHP instead of HHVM, the value is stored correctly. Also, when replacing 7.99 with '7.99' (as a string) using HHVM, the value is also stored correctly. Is this an incompatibility between Laravel's insert() function and HHVM, or am I overlooking something here?
comp
saving localized floats to database cuts off decimal numbers i noticed that a laravel db insert with floating numbers using hhvm is cutting off the decimal part in the example below the value actually stored in the mysql database is the mysql field is a decimal field db table test insert name some name description some description price when using php instead of hhvm the value is stored correctly also when replacing with as a string using hhvm the value is also stored correctly is this an incompatibility between laravel s insert function and hhvm or am i overlooking something here
1
122,864
4,846,390,997
IssuesEvent
2016-11-10 11:35:27
ObjectiveSubject/cgu
https://api.github.com/repos/ObjectiveSubject/cgu
closed
Alumni Stories: individual landing page
Medium Priority
- [x] When we add a featured image for a story the image appears in the header, can this be edited so a different photo or no photo appears? - [x] We should have the option to include a full-width image as we have in our mockups - [x] The bottom quote should be full-width, right now it's 3/4 http://cgu.wpengine.com/stories/bill-anderson/ ![story full-width photo](https://cloud.githubusercontent.com/assets/1680051/20076394/3ca96e54-a506-11e6-8563-0ecc3aca82d2.png) ![story bottom quote](https://cloud.githubusercontent.com/assets/1680051/20076396/3de9ca3e-a506-11e6-841a-9833d0a2f2e6.png)
1.0
Alumni Stories: individual landing page - - [x] When we add a featured image for a story the image appears in the header, can this be edited so a different photo or no photo appears? - [x] We should have the option to include a full-width image as we have in our mockups - [x] The bottom quote should be full-width, right now it's 3/4 http://cgu.wpengine.com/stories/bill-anderson/ ![story full-width photo](https://cloud.githubusercontent.com/assets/1680051/20076394/3ca96e54-a506-11e6-8563-0ecc3aca82d2.png) ![story bottom quote](https://cloud.githubusercontent.com/assets/1680051/20076396/3de9ca3e-a506-11e6-841a-9833d0a2f2e6.png)
non_comp
alumni stories individual landing page when we add a featured image for a story the image appears in the header can this be edited so a different photo or no photo appears we should have the option to include a full width image as we have in our mockups the bottom quote should be full width right now it s
0
10,749
12,727,950,481
IssuesEvent
2020-06-25 00:54:50
zerotier/ZeroTierOne
https://api.github.com/repos/zerotier/ZeroTierOne
closed
Not start on Raspberry pi on archlinux
compatibility
I Use: [root@RaspBerryPI ~]# pacman -U zerotier-one-1.2.12-1-armv7h.pkg.tar.xz loading packages... warning: zerotier-one-1.2.12-1 is up to date -- reinstalling resolving dependencies... looking for conflicting packages... Packages (1) zerotier-one-1.2.12-1 Total Installed Size: 1.15 MiB Net Upgrade Size: 0.00 MiB :: Proceed with installation? [Y/n] y (1/1) checking keys in keyring [#######################################################################] 100% (1/1) checking package integrity [#######################################################################] 100% (1/1) loading package files [#######################################################################] 100% (1/1) checking for file conflicts [#######################################################################] 100% (1/1) checking available disk space [#######################################################################] 100% :: Processing package changes... (1/1) reinstalling zerotier-one [#######################################################################] 100% When i tried start: systemctl status zerotier-one.service * zerotier-one.service - ZeroTier One Loaded: loaded (/usr/lib/systemd/system/zerotier-one.service; enabled; vendor preset: disabled) Active: inactive (dead) (Result: exit-code) since Fri 2019-06-28 09:44:44 AST; 7min ago Process: 11054 ExecStart=/usr/bin/zerotier-one (code=exited, status=127) Main PID: 11054 (code=exited, status=127) Jun 28 09:44:43 RaspBerryPI systemd[1]: zerotier-one.service: Unit entered failed state. Jun 28 09:44:43 RaspBerryPI systemd[1]: zerotier-one.service: Failed with result 'exit-code'. Jun 28 09:44:44 RaspBerryPI systemd[1]: zerotier-one.service: Service hold-off time over, scheduling restart. Jun 28 09:44:44 RaspBerryPI systemd[1]: Stopped ZeroTier One. Jun 28 09:44:44 RaspBerryPI systemd[1]: zerotier-one.service: Start request repeated too quickly. Jun 28 09:44:44 RaspBerryPI systemd[1]: Failed to start ZeroTier One. [root@RaspBerryPI ~]# zerotier-cli info zerotier-cli: error while loading shared libraries: libminiupnpc.so.17: cannot open shared object file: No such file or directory Any Help....
True
Not start on Raspberry pi on archlinux - I Use: [root@RaspBerryPI ~]# pacman -U zerotier-one-1.2.12-1-armv7h.pkg.tar.xz loading packages... warning: zerotier-one-1.2.12-1 is up to date -- reinstalling resolving dependencies... looking for conflicting packages... Packages (1) zerotier-one-1.2.12-1 Total Installed Size: 1.15 MiB Net Upgrade Size: 0.00 MiB :: Proceed with installation? [Y/n] y (1/1) checking keys in keyring [#######################################################################] 100% (1/1) checking package integrity [#######################################################################] 100% (1/1) loading package files [#######################################################################] 100% (1/1) checking for file conflicts [#######################################################################] 100% (1/1) checking available disk space [#######################################################################] 100% :: Processing package changes... (1/1) reinstalling zerotier-one [#######################################################################] 100% When i tried start: systemctl status zerotier-one.service * zerotier-one.service - ZeroTier One Loaded: loaded (/usr/lib/systemd/system/zerotier-one.service; enabled; vendor preset: disabled) Active: inactive (dead) (Result: exit-code) since Fri 2019-06-28 09:44:44 AST; 7min ago Process: 11054 ExecStart=/usr/bin/zerotier-one (code=exited, status=127) Main PID: 11054 (code=exited, status=127) Jun 28 09:44:43 RaspBerryPI systemd[1]: zerotier-one.service: Unit entered failed state. Jun 28 09:44:43 RaspBerryPI systemd[1]: zerotier-one.service: Failed with result 'exit-code'. Jun 28 09:44:44 RaspBerryPI systemd[1]: zerotier-one.service: Service hold-off time over, scheduling restart. Jun 28 09:44:44 RaspBerryPI systemd[1]: Stopped ZeroTier One. Jun 28 09:44:44 RaspBerryPI systemd[1]: zerotier-one.service: Start request repeated too quickly. Jun 28 09:44:44 RaspBerryPI systemd[1]: Failed to start ZeroTier One. [root@RaspBerryPI ~]# zerotier-cli info zerotier-cli: error while loading shared libraries: libminiupnpc.so.17: cannot open shared object file: No such file or directory Any Help....
comp
not start on raspberry pi on archlinux i use pacman u zerotier one pkg tar xz loading packages warning zerotier one is up to date reinstalling resolving dependencies looking for conflicting packages packages zerotier one total installed size mib net upgrade size mib proceed with installation y checking keys in keyring checking package integrity loading package files checking for file conflicts checking available disk space processing package changes reinstalling zerotier one when i tried start systemctl status zerotier one service zerotier one service zerotier one loaded loaded usr lib systemd system zerotier one service enabled vendor preset disabled active inactive dead result exit code since fri ast ago process execstart usr bin zerotier one code exited status main pid code exited status jun raspberrypi systemd zerotier one service unit entered failed state jun raspberrypi systemd zerotier one service failed with result exit code jun raspberrypi systemd zerotier one service service hold off time over scheduling restart jun raspberrypi systemd stopped zerotier one jun raspberrypi systemd zerotier one service start request repeated too quickly jun raspberrypi systemd failed to start zerotier one zerotier cli info zerotier cli error while loading shared libraries libminiupnpc so cannot open shared object file no such file or directory any help
1
16,482
22,304,663,121
IssuesEvent
2022-06-13 11:59:15
EvModder/DropHeads
https://api.github.com/repos/EvModder/DropHeads
closed
Can't join server on Paper 1.19 with EssentialsX
bug Compatibility
I'm currently preparing a server update to 1.19, and it seems that it's impossible to join server if DropHeads and EssentialsX are enabled at the same time, and the problem is only occuring when Paper is used instead of Spigot. The error screen is the same as the one shown in #67, and nothing more shows in console. Here are the versions used : - DropHeads : 3.7.4 (latest) - EssentialsX : 2.19.4 (latest stable) or 2.19.5-dev+9-c6066bd (latest dev) (both affected) - Paper : 1.19-8 (latest) EssentialsX is not officially compatible with 1.19 yet, so it may be the problem, but I wanted to report it anyway so that you know it happens and you can eventually investigate on your side.
True
Can't join server on Paper 1.19 with EssentialsX - I'm currently preparing a server update to 1.19, and it seems that it's impossible to join server if DropHeads and EssentialsX are enabled at the same time, and the problem is only occuring when Paper is used instead of Spigot. The error screen is the same as the one shown in #67, and nothing more shows in console. Here are the versions used : - DropHeads : 3.7.4 (latest) - EssentialsX : 2.19.4 (latest stable) or 2.19.5-dev+9-c6066bd (latest dev) (both affected) - Paper : 1.19-8 (latest) EssentialsX is not officially compatible with 1.19 yet, so it may be the problem, but I wanted to report it anyway so that you know it happens and you can eventually investigate on your side.
comp
can t join server on paper with essentialsx i m currently preparing a server update to and it seems that it s impossible to join server if dropheads and essentialsx are enabled at the same time and the problem is only occuring when paper is used instead of spigot the error screen is the same as the one shown in and nothing more shows in console here are the versions used dropheads latest essentialsx latest stable or dev latest dev both affected paper latest essentialsx is not officially compatible with yet so it may be the problem but i wanted to report it anyway so that you know it happens and you can eventually investigate on your side
1
58,510
7,157,510,957
IssuesEvent
2018-01-26 20:07:38
HofmaDresu/Understanding
https://api.github.com/repos/HofmaDresu/Understanding
closed
Implement fancy font
Design enhancement
Add the fancy font in issue #45 to the app. @MrsThorpe Once you've picked the font you like, please comment on this ticket and let me know where you want the font applied. Screenshots are probably easiest, or you can just describe where you want it
1.0
Implement fancy font - Add the fancy font in issue #45 to the app. @MrsThorpe Once you've picked the font you like, please comment on this ticket and let me know where you want the font applied. Screenshots are probably easiest, or you can just describe where you want it
non_comp
implement fancy font add the fancy font in issue to the app mrsthorpe once you ve picked the font you like please comment on this ticket and let me know where you want the font applied screenshots are probably easiest or you can just describe where you want it
0
268,755
8,411,343,418
IssuesEvent
2018-10-12 13:38:34
DynamoDS/Dynamo
https://api.github.com/repos/DynamoDS/Dynamo
closed
Crash and no result from Revit.Element.Geometry
1.x Crash Priority
## Dynamo version 1.0.0 ## Operating system W7 ## What did you do? I selected a bunch of structural columns from a Revit model in German an extracted the geometry ## What did you expect to see? the solids of the family instances in the background preview ## What did you see instead? Dynamo crashed and no geometry in the background, here is he detail of the crash: The input argument "materialId" of function `anonymous-namespace'::TessellatedFace_constructor or one item in the collection is null at line 89 of file d:\sunrise\2016_px64\source\foundation\geomutilapi\gensrc\APITessellatedShapeBuilderProxy.cpp. Parameter name: materialId at ?A0xc2d817b8.TessellatedFaceProxy_constructor(IList`1 outerLoopVertices, ElementId materialId) at Revit.GeometryConversion.ProtoToRevitMesh.CreateBoundingBoxMeshForErrors(Point minPoint, Point maxPoint, Boolean performHostUnitConversion) at Dynamo.Applications.ViewModel.RevitWatch3DViewModel.Tessellate(Solid solid) at Dynamo.Applications.ViewModel.RevitWatch3DViewModel.RevitGeometryObjectFromGraphicItem(IGraphicItem item, List`1& geoms) at Dynamo.Applications.ViewModel.RevitWatch3DViewModel.Draw(NodeModel node) at System.EventHandler`1.Invoke(Object sender, TEventArgs e) at Dynamo.Models.DynamoModel.OnEvaluationCompleted(Object sender, EvaluationCompletedEventArgs e) at System.EventHandler`1.Invoke(Object sender, TEventArgs e) at Dynamo.Graph.Workspaces.HomeWorkspaceModel.OnEvaluationCompleted(EvaluationCompletedEventArgs e) at Dynamo.Graph.Workspaces.HomeWorkspaceModel.RequestRun() at Dynamo.Graph.Workspaces.WorkspaceModel.RecordAndDeleteModels(List`1 models) at Dynamo.Models.DynamoModel.BeginConnection(Guid nodeId, Int32 portIndex, PortType portType) at Dynamo.Models.DynamoModel.MakeConnectionImpl(MakeConnectionCommand command) at Dynamo.Models.DynamoModel.ExecuteCommand(RecordableCommand command) at Dynamo.ViewModels.WorkspaceViewModel.StateMachine.HandlePortClicked(PortViewModel portViewModel) at Dynamo.ViewModels.PortViewModel.Connect(Object parameter) at System.Windows.Interactivity.InvokeCommandAction.Invoke(Object parameter) at System.Windows.Interactivity.TriggerBase.InvokeActions(Object parameter) at Dynamo.UI.Views.HandlingEventTrigger.OnEvent(EventArgs eventArgs) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent) at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate #catchHandler)
1.0
Crash and no result from Revit.Element.Geometry - ## Dynamo version 1.0.0 ## Operating system W7 ## What did you do? I selected a bunch of structural columns from a Revit model in German an extracted the geometry ## What did you expect to see? the solids of the family instances in the background preview ## What did you see instead? Dynamo crashed and no geometry in the background, here is he detail of the crash: The input argument "materialId" of function `anonymous-namespace'::TessellatedFace_constructor or one item in the collection is null at line 89 of file d:\sunrise\2016_px64\source\foundation\geomutilapi\gensrc\APITessellatedShapeBuilderProxy.cpp. Parameter name: materialId at ?A0xc2d817b8.TessellatedFaceProxy_constructor(IList`1 outerLoopVertices, ElementId materialId) at Revit.GeometryConversion.ProtoToRevitMesh.CreateBoundingBoxMeshForErrors(Point minPoint, Point maxPoint, Boolean performHostUnitConversion) at Dynamo.Applications.ViewModel.RevitWatch3DViewModel.Tessellate(Solid solid) at Dynamo.Applications.ViewModel.RevitWatch3DViewModel.RevitGeometryObjectFromGraphicItem(IGraphicItem item, List`1& geoms) at Dynamo.Applications.ViewModel.RevitWatch3DViewModel.Draw(NodeModel node) at System.EventHandler`1.Invoke(Object sender, TEventArgs e) at Dynamo.Models.DynamoModel.OnEvaluationCompleted(Object sender, EvaluationCompletedEventArgs e) at System.EventHandler`1.Invoke(Object sender, TEventArgs e) at Dynamo.Graph.Workspaces.HomeWorkspaceModel.OnEvaluationCompleted(EvaluationCompletedEventArgs e) at Dynamo.Graph.Workspaces.HomeWorkspaceModel.RequestRun() at Dynamo.Graph.Workspaces.WorkspaceModel.RecordAndDeleteModels(List`1 models) at Dynamo.Models.DynamoModel.BeginConnection(Guid nodeId, Int32 portIndex, PortType portType) at Dynamo.Models.DynamoModel.MakeConnectionImpl(MakeConnectionCommand command) at Dynamo.Models.DynamoModel.ExecuteCommand(RecordableCommand command) at Dynamo.ViewModels.WorkspaceViewModel.StateMachine.HandlePortClicked(PortViewModel portViewModel) at Dynamo.ViewModels.PortViewModel.Connect(Object parameter) at System.Windows.Interactivity.InvokeCommandAction.Invoke(Object parameter) at System.Windows.Interactivity.TriggerBase.InvokeActions(Object parameter) at Dynamo.UI.Views.HandlingEventTrigger.OnEvent(EventArgs eventArgs) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent) at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate #catchHandler)
non_comp
crash and no result from revit element geometry dynamo version operating system what did you do i selected a bunch of structural columns from a revit model in german an extracted the geometry what did you expect to see the solids of the family instances in the background preview what did you see instead dynamo crashed and no geometry in the background here is he detail of the crash the input argument materialid of function anonymous namespace tessellatedface constructor or one item in the collection is null at line of file d sunrise source foundation geomutilapi gensrc apitessellatedshapebuilderproxy cpp parameter name materialid at tessellatedfaceproxy constructor ilist outerloopvertices elementid materialid at revit geometryconversion prototorevitmesh createboundingboxmeshforerrors point minpoint point maxpoint boolean performhostunitconversion at dynamo applications viewmodel tessellate solid solid at dynamo applications viewmodel revitgeometryobjectfromgraphicitem igraphicitem item list geoms at dynamo applications viewmodel draw nodemodel node at system eventhandler invoke object sender teventargs e at dynamo models dynamomodel onevaluationcompleted object sender evaluationcompletedeventargs e at system eventhandler invoke object sender teventargs e at dynamo graph workspaces homeworkspacemodel onevaluationcompleted evaluationcompletedeventargs e at dynamo graph workspaces homeworkspacemodel requestrun at dynamo graph workspaces workspacemodel recordanddeletemodels list models at dynamo models dynamomodel beginconnection guid nodeid portindex porttype porttype at dynamo models dynamomodel makeconnectionimpl makeconnectioncommand command at dynamo models dynamomodel executecommand recordablecommand command at dynamo viewmodels workspaceviewmodel statemachine handleportclicked portviewmodel portviewmodel at dynamo viewmodels portviewmodel connect object parameter at system windows interactivity invokecommandaction invoke object parameter at system windows interactivity triggerbase invokeactions object parameter at dynamo ui views handlingeventtrigger onevent eventargs eventargs at system windows routedeventargs invokehandler delegate handler object target at system windows routedeventhandlerinfo invokehandler object target routedeventargs routedeventargs at system windows eventroute invokehandlersimpl object source routedeventargs args boolean reraised at system windows uielement reraiseeventas dependencyobject sender routedeventargs args routedevent newevent at system windows uielement onmousedownthunk object sender mousebuttoneventargs e at system windows routedeventargs invokehandler delegate handler object target at system windows routedeventhandlerinfo invokehandler object target routedeventargs routedeventargs at system windows eventroute invokehandlersimpl object source routedeventargs args boolean reraised at system windows uielement raiseeventimpl dependencyobject sender routedeventargs args at system windows uielement raisetrustedevent routedeventargs args at system windows input inputmanager processstagingarea at system windows input inputprovidersite reportinput inputreport inputreport at system windows interop hwndmouseinputprovider reportinput intptr hwnd inputmode mode timestamp rawmouseactions actions x y wheel at system windows interop hwndmouseinputprovider filtermessage intptr hwnd windowmessage msg intptr wparam intptr lparam boolean handled at system windows interop hwndsource inputfiltermessage intptr hwnd msg intptr wparam intptr lparam boolean handled at ms hwndwrapper wndproc intptr hwnd msg intptr wparam intptr lparam boolean handled at ms hwndsubclass dispatchercallbackoperation object o at system windows threading exceptionwrapper internalrealcall delegate callback object args numargs at system windows threading exceptionwrapper trycatchwhen object source delegate callback object args numargs delegate catchhandler
0
1,914
2,645,448,372
IssuesEvent
2015-03-12 22:54:02
creativedisturbance/public-website
https://api.github.com/repos/creativedisturbance/public-website
closed
Document process for moving live website updates to production
Documentation
Make a Google Doc with detailed steps about moving the live website(database) changes to production migrating the production development changes to the live website.
1.0
Document process for moving live website updates to production - Make a Google Doc with detailed steps about moving the live website(database) changes to production migrating the production development changes to the live website.
non_comp
document process for moving live website updates to production make a google doc with detailed steps about moving the live website database changes to production migrating the production development changes to the live website
0
3,644
6,527,624,498
IssuesEvent
2017-08-30 02:03:36
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
empty bit-value literal support
compatibility help wanted
refer https://dev.mysql.com/doc/refman/5.7/en/bit-value-literals.html >An empty bit value (b'') evaluates to a zero-length binary string. Converted to a number, it produces 0 and TiDB: ``` mysql> SELECT b''; ERROR 1105 (HY000): line 0 column 10 near ""bit literal: strconv.ParseUint: parsing "": invalid syntax (total length 10) ``` MySQL: ``` mysql> SELECT b'', LENGTH(b''), b''+1; +-----+-------------+-------+ | b'' | LENGTH(b'') | b''+1 | +-----+-------------+-------+ | | 0 | 1 | +-----+-------------+-------+ 1 row in set (0.00 sec) ``` tidb_version: ``` mysql> select tidb_version(); +-----------------------------------------------------------------------------------------------------------------------------------------+ | tidb_version() | +-----------------------------------------------------------------------------------------------------------------------------------------+ | Release Version: 0.8.0 Git Commit Hash: ae512b3e3e66eb2464be71d42cc61cbd2302b302 Git Branch: master UTC Build Time: 2017-08-20 09:27:45 | +-----------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) ```
True
empty bit-value literal support - refer https://dev.mysql.com/doc/refman/5.7/en/bit-value-literals.html >An empty bit value (b'') evaluates to a zero-length binary string. Converted to a number, it produces 0 and TiDB: ``` mysql> SELECT b''; ERROR 1105 (HY000): line 0 column 10 near ""bit literal: strconv.ParseUint: parsing "": invalid syntax (total length 10) ``` MySQL: ``` mysql> SELECT b'', LENGTH(b''), b''+1; +-----+-------------+-------+ | b'' | LENGTH(b'') | b''+1 | +-----+-------------+-------+ | | 0 | 1 | +-----+-------------+-------+ 1 row in set (0.00 sec) ``` tidb_version: ``` mysql> select tidb_version(); +-----------------------------------------------------------------------------------------------------------------------------------------+ | tidb_version() | +-----------------------------------------------------------------------------------------------------------------------------------------+ | Release Version: 0.8.0 Git Commit Hash: ae512b3e3e66eb2464be71d42cc61cbd2302b302 Git Branch: master UTC Build Time: 2017-08-20 09:27:45 | +-----------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) ```
comp
empty bit value literal support refer an empty bit value b evaluates to a zero length binary string converted to a number it produces and tidb mysql select b error line column near bit literal strconv parseuint parsing invalid syntax total length mysql mysql select b length b b b length b b row in set sec tidb version mysql select tidb version tidb version release version git commit hash git branch master utc build time row in set sec
1
8,357
10,370,602,818
IssuesEvent
2019-09-08 14:03:50
Thutmose/Thut
https://api.github.com/repos/Thutmose/Thut
closed
Mod items not showing up with NEI
Compatibility Issue
#### Issue Description: NEI and JEI doesn't allow viewing the mod items and shows up grayed out. ____ #### Steps to reproduce: 1.launch the mod with NEI or JEI ____ #### Affected Versions: - Thut Elevators: 6.1.6 - Thutcore: 5.21 - Minecraft: 1.12.2 - Forge: 14.23.5.2838 ____ #### Debug info: [crash-2019-07-04_17.54.22-client.txt](https://github.com/Thutmose/Thut/files/3360090/crash-2019-07-04_17.54.22-client.txt)
True
Mod items not showing up with NEI - #### Issue Description: NEI and JEI doesn't allow viewing the mod items and shows up grayed out. ____ #### Steps to reproduce: 1.launch the mod with NEI or JEI ____ #### Affected Versions: - Thut Elevators: 6.1.6 - Thutcore: 5.21 - Minecraft: 1.12.2 - Forge: 14.23.5.2838 ____ #### Debug info: [crash-2019-07-04_17.54.22-client.txt](https://github.com/Thutmose/Thut/files/3360090/crash-2019-07-04_17.54.22-client.txt)
comp
mod items not showing up with nei issue description nei and jei doesn t allow viewing the mod items and shows up grayed out steps to reproduce launch the mod with nei or jei affected versions thut elevators thutcore minecraft forge debug info
1
7,304
9,552,274,979
IssuesEvent
2019-05-02 16:14:34
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
reopened
incompatible_use_python_toolchains: The Python runtime is obtained from a toolchain rather than a flag
breaking-change-0.26 incompatible-change migration-0.25 team-Rules-Python
**Flag:** `--incompatible_use_python_toolchains` **Available since:** 0.25 **Will be flipped in:** ??? **Feature tracking issue:** #7375 ## Motivation For background on toolchains, see [here](https://docs.bazel.build/versions/master/toolchains.html). Previously, the Python runtime (i.e., the interpreter used to execute `py_binary` and `py_test` targets) could only be controlled globally, and required passing flags like `--python_top` to the bazel invocation. This is out-of-step with our ambitions for flagless builds and remote-execution-friendly toolchains. Using the toolchain mechanism means that each Python target can automatically select an appropriate runtime based on what target platform it is being built for. ## Change Enabling this flag triggers the following changes. 1. Executable Python targets will retrieve their runtime from the new Python toolchain. 2. It is forbidden to set any of the legacy flags `--python_top`, `--python2_path`, or `--python3_path`. Note that the last two of those are already no-ops. It is also strongly discouraged to set `--python_path`, but this flag will be removed in a later cleanup due to #7901. 3. The `python_version` attribute of the [`py_runtime`](https://docs.bazel.build/versions/master/be/python.html#py_runtime) rule becomes mandatory. It must be either `"PY2"` or `"PY3"`, indicating which kind of runtime it is describing. For builds that rely on a Python interpreter installed on the system, it is recommended that users (or platform rule authors) ensure that each platform has an appropriate Python toolchain definition. If no Python toolchain is explicitly registered, on non-Windows platforms there is a new default toolchain that automatically detects and executes an interpreter (of the appropriate version) from `PATH`. This resolves longstanding issue #4815. A Windows version of this toolchain will come later (#7844). ## Migration If you were relying on `--python_top`, and you want your whole build to continue to use the `py_runtime` you were pointing it to, you just need to follow the steps below to define a `py_runtime_pair` and `toolchain`, and register this toolchain in your workspace. So long as you don't add any platform constraints that would prevent your toolchain from matching, it will take precedence over the default toolchain described above. If you were relying on `--python_path`, and you want your whole build to use the interpreter located at the absolute path you were passing in this flag, the steps are the same, except you also have to define a new `py_runtime` with the `interpreter_path` attribute set to that path. Otherwise, if you were only relying on the default behavior that resolved `python` from `PATH`, just enjoy the new default behavior, which is: 1. First try `python2` or `python3` (depending on the target's version) 2. Then fall back on `python` if not found 3. Fail-fast if the interpreter that is found doesn't match the target's major Python version (`PY2` or `PY3`), as per the `python -V` flag. On Windows the default behavior is currently unchanged (#7844). Example toolchain definition: ```python # In your BUILD file... load("@bazel_tools//tools/python/toolchain.bzl", "py_runtime_pair") py_runtime( name = "my_py2_runtime", interpreter_path = "/system/python2", python_version = "PY2", ) py_runtime( name = "my_py3_runtime", interpreter_path = "/system/python3", python_version = "PY3", ) py_runtime_pair( name = "my_py_runtime_pair", py2_runtime = ":my_py2_runtime", py3_runtime = ":my_py3_runtime", ) toolchain( name = "my_toolchain", target_compatible_with = [...], # optional platform constraints toolchain = ":my_py_runtime_pair", toolchain_type = "@bazel_tools//tools/python:toolchain_type", ) ``` ```python # In your WORKSPACE... register_toolchains("//my_pkg:my_toolchain") ``` Of course, you can define and register many different toolchains and use platform constraints to restrict them to appropriate target platforms. It is recommended to use the constraint settings `@bazel_tools//tools/python:py2_interpreter_path` and `[...]:py3_interpreter_path` as the namespaces for constraints about where a platform's Python interpreters are located. The new toolchain-related rules and default toolchain are implemented in Starlark under `@bazel_tools`. Their source code and documentation strings can be read [here](https://github.com/bazelbuild/bazel/blob/master/tools/python/toolchain.bzl).
True
incompatible_use_python_toolchains: The Python runtime is obtained from a toolchain rather than a flag - **Flag:** `--incompatible_use_python_toolchains` **Available since:** 0.25 **Will be flipped in:** ??? **Feature tracking issue:** #7375 ## Motivation For background on toolchains, see [here](https://docs.bazel.build/versions/master/toolchains.html). Previously, the Python runtime (i.e., the interpreter used to execute `py_binary` and `py_test` targets) could only be controlled globally, and required passing flags like `--python_top` to the bazel invocation. This is out-of-step with our ambitions for flagless builds and remote-execution-friendly toolchains. Using the toolchain mechanism means that each Python target can automatically select an appropriate runtime based on what target platform it is being built for. ## Change Enabling this flag triggers the following changes. 1. Executable Python targets will retrieve their runtime from the new Python toolchain. 2. It is forbidden to set any of the legacy flags `--python_top`, `--python2_path`, or `--python3_path`. Note that the last two of those are already no-ops. It is also strongly discouraged to set `--python_path`, but this flag will be removed in a later cleanup due to #7901. 3. The `python_version` attribute of the [`py_runtime`](https://docs.bazel.build/versions/master/be/python.html#py_runtime) rule becomes mandatory. It must be either `"PY2"` or `"PY3"`, indicating which kind of runtime it is describing. For builds that rely on a Python interpreter installed on the system, it is recommended that users (or platform rule authors) ensure that each platform has an appropriate Python toolchain definition. If no Python toolchain is explicitly registered, on non-Windows platforms there is a new default toolchain that automatically detects and executes an interpreter (of the appropriate version) from `PATH`. This resolves longstanding issue #4815. A Windows version of this toolchain will come later (#7844). ## Migration If you were relying on `--python_top`, and you want your whole build to continue to use the `py_runtime` you were pointing it to, you just need to follow the steps below to define a `py_runtime_pair` and `toolchain`, and register this toolchain in your workspace. So long as you don't add any platform constraints that would prevent your toolchain from matching, it will take precedence over the default toolchain described above. If you were relying on `--python_path`, and you want your whole build to use the interpreter located at the absolute path you were passing in this flag, the steps are the same, except you also have to define a new `py_runtime` with the `interpreter_path` attribute set to that path. Otherwise, if you were only relying on the default behavior that resolved `python` from `PATH`, just enjoy the new default behavior, which is: 1. First try `python2` or `python3` (depending on the target's version) 2. Then fall back on `python` if not found 3. Fail-fast if the interpreter that is found doesn't match the target's major Python version (`PY2` or `PY3`), as per the `python -V` flag. On Windows the default behavior is currently unchanged (#7844). Example toolchain definition: ```python # In your BUILD file... load("@bazel_tools//tools/python/toolchain.bzl", "py_runtime_pair") py_runtime( name = "my_py2_runtime", interpreter_path = "/system/python2", python_version = "PY2", ) py_runtime( name = "my_py3_runtime", interpreter_path = "/system/python3", python_version = "PY3", ) py_runtime_pair( name = "my_py_runtime_pair", py2_runtime = ":my_py2_runtime", py3_runtime = ":my_py3_runtime", ) toolchain( name = "my_toolchain", target_compatible_with = [...], # optional platform constraints toolchain = ":my_py_runtime_pair", toolchain_type = "@bazel_tools//tools/python:toolchain_type", ) ``` ```python # In your WORKSPACE... register_toolchains("//my_pkg:my_toolchain") ``` Of course, you can define and register many different toolchains and use platform constraints to restrict them to appropriate target platforms. It is recommended to use the constraint settings `@bazel_tools//tools/python:py2_interpreter_path` and `[...]:py3_interpreter_path` as the namespaces for constraints about where a platform's Python interpreters are located. The new toolchain-related rules and default toolchain are implemented in Starlark under `@bazel_tools`. Their source code and documentation strings can be read [here](https://github.com/bazelbuild/bazel/blob/master/tools/python/toolchain.bzl).
comp
incompatible use python toolchains the python runtime is obtained from a toolchain rather than a flag flag incompatible use python toolchains available since will be flipped in feature tracking issue motivation for background on toolchains see previously the python runtime i e the interpreter used to execute py binary and py test targets could only be controlled globally and required passing flags like python top to the bazel invocation this is out of step with our ambitions for flagless builds and remote execution friendly toolchains using the toolchain mechanism means that each python target can automatically select an appropriate runtime based on what target platform it is being built for change enabling this flag triggers the following changes executable python targets will retrieve their runtime from the new python toolchain it is forbidden to set any of the legacy flags python top path or path note that the last two of those are already no ops it is also strongly discouraged to set python path but this flag will be removed in a later cleanup due to the python version attribute of the rule becomes mandatory it must be either or indicating which kind of runtime it is describing for builds that rely on a python interpreter installed on the system it is recommended that users or platform rule authors ensure that each platform has an appropriate python toolchain definition if no python toolchain is explicitly registered on non windows platforms there is a new default toolchain that automatically detects and executes an interpreter of the appropriate version from path this resolves longstanding issue a windows version of this toolchain will come later migration if you were relying on python top and you want your whole build to continue to use the py runtime you were pointing it to you just need to follow the steps below to define a py runtime pair and toolchain and register this toolchain in your workspace so long as you don t add any platform constraints that would prevent your toolchain from matching it will take precedence over the default toolchain described above if you were relying on python path and you want your whole build to use the interpreter located at the absolute path you were passing in this flag the steps are the same except you also have to define a new py runtime with the interpreter path attribute set to that path otherwise if you were only relying on the default behavior that resolved python from path just enjoy the new default behavior which is first try or depending on the target s version then fall back on python if not found fail fast if the interpreter that is found doesn t match the target s major python version or as per the python v flag on windows the default behavior is currently unchanged example toolchain definition python in your build file load bazel tools tools python toolchain bzl py runtime pair py runtime name my runtime interpreter path system python version py runtime name my runtime interpreter path system python version py runtime pair name my py runtime pair runtime my runtime runtime my runtime toolchain name my toolchain target compatible with optional platform constraints toolchain my py runtime pair toolchain type bazel tools tools python toolchain type python in your workspace register toolchains my pkg my toolchain of course you can define and register many different toolchains and use platform constraints to restrict them to appropriate target platforms it is recommended to use the constraint settings bazel tools tools python interpreter path and interpreter path as the namespaces for constraints about where a platform s python interpreters are located the new toolchain related rules and default toolchain are implemented in starlark under bazel tools their source code and documentation strings can be read
1
16,864
23,214,620,439
IssuesEvent
2022-08-02 13:10:25
isXander/Debugify
https://api.github.com/repos/isXander/Debugify
closed
[Mod Incompatibility] [Forge 1.18.2] Pressing e with jei installed on the jei search bar force closes your inventory
bug mod incompatibility
Reproduce: 1. Download JEI mod 2. CLick on the jei search bar 3. type the letter E 4. observe that the inventory closes despite its search bar being selected Since JEI is pretty much in every single modpack to ever exist, I think fixing this bug would benefit a lot of players :) I've no clue which bug out of the 60 that this mod fixes is causing this, though. Sorry about that.
True
[Mod Incompatibility] [Forge 1.18.2] Pressing e with jei installed on the jei search bar force closes your inventory - Reproduce: 1. Download JEI mod 2. CLick on the jei search bar 3. type the letter E 4. observe that the inventory closes despite its search bar being selected Since JEI is pretty much in every single modpack to ever exist, I think fixing this bug would benefit a lot of players :) I've no clue which bug out of the 60 that this mod fixes is causing this, though. Sorry about that.
comp
pressing e with jei installed on the jei search bar force closes your inventory reproduce download jei mod click on the jei search bar type the letter e observe that the inventory closes despite its search bar being selected since jei is pretty much in every single modpack to ever exist i think fixing this bug would benefit a lot of players i ve no clue which bug out of the that this mod fixes is causing this though sorry about that
1
16,828
23,177,460,665
IssuesEvent
2022-07-31 16:28:09
BartoszCichecki/LenovoLegionToolkit
https://api.github.com/repos/BartoszCichecki/LenovoLegionToolkit
closed
Compatibility request for Lenovo Legion Y9000K 2021H
compatibility
**First and foremost** Did you read the whole README? Yes **Environment (please complete the following information):** - OS: Windows 10 Pro 21H2 build 19044.1826 - Laptop model: Lenovo Legion Y9000K 2021H - .NET version: 4.8.4084.0 - Do you have Vantage installed? Yes **List of features that are working as expected** Power modes, actions (only ones tested, but I checked the menus for the other features and nothing looked broken) **List of features that seem to not work** None so far **List of features that crash the app** None so far **Additional context** This is a Chinese variant of the Lenovo 7i Gen 6 with Mini LED and Liquid Metal.
True
Compatibility request for Lenovo Legion Y9000K 2021H - **First and foremost** Did you read the whole README? Yes **Environment (please complete the following information):** - OS: Windows 10 Pro 21H2 build 19044.1826 - Laptop model: Lenovo Legion Y9000K 2021H - .NET version: 4.8.4084.0 - Do you have Vantage installed? Yes **List of features that are working as expected** Power modes, actions (only ones tested, but I checked the menus for the other features and nothing looked broken) **List of features that seem to not work** None so far **List of features that crash the app** None so far **Additional context** This is a Chinese variant of the Lenovo 7i Gen 6 with Mini LED and Liquid Metal.
comp
compatibility request for lenovo legion first and foremost did you read the whole readme yes environment please complete the following information os windows pro build laptop model lenovo legion net version do you have vantage installed yes list of features that are working as expected power modes actions only ones tested but i checked the menus for the other features and nothing looked broken list of features that seem to not work none so far list of features that crash the app none so far additional context this is a chinese variant of the lenovo gen with mini led and liquid metal
1
3,079
3,787,617,991
IssuesEvent
2016-03-21 11:29:18
blancoparis-tfc/tfcContabilidad
https://api.github.com/repos/blancoparis-tfc/tfcContabilidad
closed
Uncaught (in promise) TypeError: object is not a constructor (La iniciar)
COMP: Arquitectura COMP: Entorno E: Angular2 ESFUERZO: Facil (1 hora) P0: Critico T: Bug T: Performance
La aplicación va correctamente, pero al arrancar nos da este error. Hemos encontrado el siguiente link donde tambien han tenido el mismo problema. Uncaught (in promise) TypeError: object is not a constructor
True
Uncaught (in promise) TypeError: object is not a constructor (La iniciar) - La aplicación va correctamente, pero al arrancar nos da este error. Hemos encontrado el siguiente link donde tambien han tenido el mismo problema. Uncaught (in promise) TypeError: object is not a constructor
non_comp
uncaught in promise typeerror object is not a constructor la iniciar la aplicación va correctamente pero al arrancar nos da este error hemos encontrado el siguiente link donde tambien han tenido el mismo problema uncaught in promise typeerror object is not a constructor
0
221,852
7,398,004,570
IssuesEvent
2018-03-19 03:13:21
compodoc/compodoc
https://api.github.com/repos/compodoc/compodoc
closed
[BUG] return's comment of method is missing
1. Type: Bug Priority: Medium Status: Accepted Time: ~1 hour
<!-- > Please follow the issue template below for bug reports and queries. > For issue, start the label of the title with [BUG] > For feature requests, start the label of the title with [FEATURE] and explain your use case and ideas clearly below, you can remove sections which are not relevant. --> ##### **Overview of the issue** ``` /** * ... * @param {T} searchElement ... * @param {number} fromIndex .... * @return {number} some comment some comment some comment some comment */ public lastIndexOf(searchElement: T, fromIndex: number): number; ``` we can not find `some comment..` in `jsdoctags` section or anywhere else of the generated json file, ##### **Operating System, Node.js, npm, compodoc version(s)** - os: win7 - nodejs: 6.1 - npm: 3.1 - compodoc: 1.0.8 ##### **Angular configuration, a `package.json` file in the root folder** yes ##### **Compodoc installed globally or locally ?** globally ##### **Motivation for or Use Case** <!-- explain why this is a bug for you --> ##### **Reproduce the error** <!-- an unambiguous set of steps to reproduce the error. --> ##### **Related issues** <!-- has a similar issue been reported before? --> ##### **Suggest a Fix** <!-- if you can't fix the bug yourself, perhaps you can point to what might be causing the problem (line of code or commit) --> <!-- Love compodoc? Please consider supporting our collective: 👉 https://opencollective.com/compodoc/donate -->
1.0
[BUG] return's comment of method is missing - <!-- > Please follow the issue template below for bug reports and queries. > For issue, start the label of the title with [BUG] > For feature requests, start the label of the title with [FEATURE] and explain your use case and ideas clearly below, you can remove sections which are not relevant. --> ##### **Overview of the issue** ``` /** * ... * @param {T} searchElement ... * @param {number} fromIndex .... * @return {number} some comment some comment some comment some comment */ public lastIndexOf(searchElement: T, fromIndex: number): number; ``` we can not find `some comment..` in `jsdoctags` section or anywhere else of the generated json file, ##### **Operating System, Node.js, npm, compodoc version(s)** - os: win7 - nodejs: 6.1 - npm: 3.1 - compodoc: 1.0.8 ##### **Angular configuration, a `package.json` file in the root folder** yes ##### **Compodoc installed globally or locally ?** globally ##### **Motivation for or Use Case** <!-- explain why this is a bug for you --> ##### **Reproduce the error** <!-- an unambiguous set of steps to reproduce the error. --> ##### **Related issues** <!-- has a similar issue been reported before? --> ##### **Suggest a Fix** <!-- if you can't fix the bug yourself, perhaps you can point to what might be causing the problem (line of code or commit) --> <!-- Love compodoc? Please consider supporting our collective: 👉 https://opencollective.com/compodoc/donate -->
non_comp
return s comment of method is missing please follow the issue template below for bug reports and queries for issue start the label of the title with for feature requests start the label of the title with and explain your use case and ideas clearly below you can remove sections which are not relevant overview of the issue param t searchelement param number fromindex return number some comment some comment some comment some comment public lastindexof searchelement t fromindex number number we can not find some comment in jsdoctags section or anywhere else of the generated json file operating system node js npm compodoc version s os nodejs npm compodoc angular configuration a package json file in the root folder yes compodoc installed globally or locally globally motivation for or use case reproduce the error related issues suggest a fix if you can t fix the bug yourself perhaps you can point to what might be causing the problem line of code or commit love compodoc please consider supporting our collective 👉
0
12,069
14,234,904,130
IssuesEvent
2020-11-18 14:11:33
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
incompatible_objc_compile_info_migration
P2 breaking-change-4.0 incompatible-change migration-3.0 migration-3.1 migration-3.2 migration-3.3 migration-3.4 migration-3.5 migration-3.6 migration-3.7 platform: macOS team-Rules-CPP
This flag is part of the efforts to migrate `ObjcProvider` compile info to `CcCompilationContext`. It controls whether native Objective-C/C++ rules will use compile info from `ObjcProvider` or `CcInfo` (which contains the `CcCompilationContext`). If the flag is false, bazel will get its compile info from `ObjcProvider` (pre-migration behavior). If the flag is true, bazel will get its compile info from `CcInfo` (post-migration behavior). See https://github.com/bazelbuild/bazel/issues/10674 for more details on the migration, and suggested migration steps. Expected timeline: * Available and default false in 3.0 (March 2020). * Enabled in next major release (4.0, ~July 2020). * Remove by the following release (4.0 or 4.1, ~July/August 2020).
True
incompatible_objc_compile_info_migration - This flag is part of the efforts to migrate `ObjcProvider` compile info to `CcCompilationContext`. It controls whether native Objective-C/C++ rules will use compile info from `ObjcProvider` or `CcInfo` (which contains the `CcCompilationContext`). If the flag is false, bazel will get its compile info from `ObjcProvider` (pre-migration behavior). If the flag is true, bazel will get its compile info from `CcInfo` (post-migration behavior). See https://github.com/bazelbuild/bazel/issues/10674 for more details on the migration, and suggested migration steps. Expected timeline: * Available and default false in 3.0 (March 2020). * Enabled in next major release (4.0, ~July 2020). * Remove by the following release (4.0 or 4.1, ~July/August 2020).
comp
incompatible objc compile info migration this flag is part of the efforts to migrate objcprovider compile info to cccompilationcontext it controls whether native objective c c rules will use compile info from objcprovider or ccinfo which contains the cccompilationcontext if the flag is false bazel will get its compile info from objcprovider pre migration behavior if the flag is true bazel will get its compile info from ccinfo post migration behavior see for more details on the migration and suggested migration steps expected timeline available and default false in march enabled in next major release july remove by the following release or july august
1
20,773
30,921,909,139
IssuesEvent
2023-08-06 02:03:25
libass/libass
https://api.github.com/repos/libass/libass
reopened
Rendering: wrong direction of lines
duplicate compatibility
### Screenshots libass ------ vsfilter <img width=300 src="https://github.com/libass/libass/assets/41094733/124f596b-0455-40fd-b0cf-b7b6c3f978ad"> <img width=300 src="https://github.com/libass/libass/assets/41094733/04dad43d-9a27-4f85-9da8-04c6f4be7efa"> ### Description of the issue It's re-report from https://github.com/Masaiki/xy-VSFilter/issues/18 Check the screenshots. ### libass version master (mpv) ### Is it a regression? _No response_ ### ASS Sample [test.zip](https://github.com/libass/libass/files/12265909/test.zip) seek to 22:03 ### Special Fonts The issue doesn't depend on a specific font ### System Information OS: win10 22H2 ### Log _No response_ ### Additional info _No response_
True
Rendering: wrong direction of lines - ### Screenshots libass ------ vsfilter <img width=300 src="https://github.com/libass/libass/assets/41094733/124f596b-0455-40fd-b0cf-b7b6c3f978ad"> <img width=300 src="https://github.com/libass/libass/assets/41094733/04dad43d-9a27-4f85-9da8-04c6f4be7efa"> ### Description of the issue It's re-report from https://github.com/Masaiki/xy-VSFilter/issues/18 Check the screenshots. ### libass version master (mpv) ### Is it a regression? _No response_ ### ASS Sample [test.zip](https://github.com/libass/libass/files/12265909/test.zip) seek to 22:03 ### Special Fonts The issue doesn't depend on a specific font ### System Information OS: win10 22H2 ### Log _No response_ ### Additional info _No response_
comp
rendering wrong direction of lines screenshots libass vsfilter img width src img width src description of the issue it s re report from check the screenshots libass version master mpv is it a regression no response ass sample seek to special fonts the issue doesn t depend on a specific font system information os log no response additional info no response
1
4,107
6,922,772,872
IssuesEvent
2017-11-30 05:31:52
shioyama/mobility
https://api.github.com/repos/shioyama/mobility
closed
Fix AM/AR::Dirty plugin compatibility issues with AR 5.2
active_record active_record_5.2 compatibility dirty_plugin
## Context ActiveRecord 5.2.beta.2 [has just been released](https://rubygems.org/gems/activerecord/versions/5.2.0.beta2), and we are now testing against it (see #112). There are about twenty specs failing currently, mostly around the Dirty plugin. The main issue seems to be with rails/rails#28661 (fixing rails/rails#28660), which replaced a `__send__(attr)` to `_attributes(attr)`, and ultimately to `_read_attribute(attr)`. This is problematic since while in ActiveModel `_read_attribute` simply maps to `__send__`, which for a localized accessor like `title_en` will correctly return the current value of the title, in AR [it maps to](https://github.com/rails/rails/blob/95b86e57a6c07bc636f8feab4afd4c7fe0ca512c/activerecord/lib/active_record/attribute_methods/read.rb#L72-L74) this: ```ruby def _read_attribute(attr_name, &block) # :nodoc @attributes.fetch_value(attr_name.to_s, &block) end ``` Here, `@attributes` will not contain the localized translated attributes, so `title_en` here will return `nil`. So most of the AR::Dirty specs are failing with changes all coming out as `[nil, nil]` instead of e.g. `[nil, "foo"]`. ## Possible Fix I'm currently investigating if we could override `_read_attribute` to do something special for translated attributes, but it's tricky because in the dirty plugin we're using localized attributes to track changes in multiple locales. This is tricky since without a complex regex, we can't really tell if a given attribute passed to `_read_attribute` is actually a translated attribute or not. I don't want to be matching regexes every time `_read_attribute` is called since this is a *very* frequently-used method and regexes are slow, so this could significantly impact performance. For now just tracking the problem here, I'll see if there are other ways to fix the problem.
True
Fix AM/AR::Dirty plugin compatibility issues with AR 5.2 - ## Context ActiveRecord 5.2.beta.2 [has just been released](https://rubygems.org/gems/activerecord/versions/5.2.0.beta2), and we are now testing against it (see #112). There are about twenty specs failing currently, mostly around the Dirty plugin. The main issue seems to be with rails/rails#28661 (fixing rails/rails#28660), which replaced a `__send__(attr)` to `_attributes(attr)`, and ultimately to `_read_attribute(attr)`. This is problematic since while in ActiveModel `_read_attribute` simply maps to `__send__`, which for a localized accessor like `title_en` will correctly return the current value of the title, in AR [it maps to](https://github.com/rails/rails/blob/95b86e57a6c07bc636f8feab4afd4c7fe0ca512c/activerecord/lib/active_record/attribute_methods/read.rb#L72-L74) this: ```ruby def _read_attribute(attr_name, &block) # :nodoc @attributes.fetch_value(attr_name.to_s, &block) end ``` Here, `@attributes` will not contain the localized translated attributes, so `title_en` here will return `nil`. So most of the AR::Dirty specs are failing with changes all coming out as `[nil, nil]` instead of e.g. `[nil, "foo"]`. ## Possible Fix I'm currently investigating if we could override `_read_attribute` to do something special for translated attributes, but it's tricky because in the dirty plugin we're using localized attributes to track changes in multiple locales. This is tricky since without a complex regex, we can't really tell if a given attribute passed to `_read_attribute` is actually a translated attribute or not. I don't want to be matching regexes every time `_read_attribute` is called since this is a *very* frequently-used method and regexes are slow, so this could significantly impact performance. For now just tracking the problem here, I'll see if there are other ways to fix the problem.
comp
fix am ar dirty plugin compatibility issues with ar context activerecord beta and we are now testing against it see there are about twenty specs failing currently mostly around the dirty plugin the main issue seems to be with rails rails fixing rails rails which replaced a send attr to attributes attr and ultimately to read attribute attr this is problematic since while in activemodel read attribute simply maps to send which for a localized accessor like title en will correctly return the current value of the title in ar this ruby def read attribute attr name block nodoc attributes fetch value attr name to s block end here attributes will not contain the localized translated attributes so title en here will return nil so most of the ar dirty specs are failing with changes all coming out as instead of e g possible fix i m currently investigating if we could override read attribute to do something special for translated attributes but it s tricky because in the dirty plugin we re using localized attributes to track changes in multiple locales this is tricky since without a complex regex we can t really tell if a given attribute passed to read attribute is actually a translated attribute or not i don t want to be matching regexes every time read attribute is called since this is a very frequently used method and regexes are slow so this could significantly impact performance for now just tracking the problem here i ll see if there are other ways to fix the problem
1
6,279
8,652,736,797
IssuesEvent
2018-11-27 08:59:54
gooddata/gooddata-java
https://api.github.com/repos/gooddata/gooddata-java
opened
Mutable DTOs can't honour equals semantics
backward incompatible
The core concept of gooddata-java - mutable dtos is effectively preventing such objects to have valid `equals` method. It's a question how this issue should be resolved: :question: make the DTOs immutable and provide copy constrcutors/builders :question: stay on the current state - the equals is only implemented on objects which has sensible immutable id :question: something else
True
Mutable DTOs can't honour equals semantics - The core concept of gooddata-java - mutable dtos is effectively preventing such objects to have valid `equals` method. It's a question how this issue should be resolved: :question: make the DTOs immutable and provide copy constrcutors/builders :question: stay on the current state - the equals is only implemented on objects which has sensible immutable id :question: something else
comp
mutable dtos can t honour equals semantics the core concept of gooddata java mutable dtos is effectively preventing such objects to have valid equals method it s a question how this issue should be resolved question make the dtos immutable and provide copy constrcutors builders question stay on the current state the equals is only implemented on objects which has sensible immutable id question something else
1
2,048
4,773,507,159
IssuesEvent
2016-10-27 01:00:32
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
opened
Make all of HPX ABI stable
category: components category: core type: compatibility issue
Mixing build types between applications and HPX currently causes strange errors. We should make HPX itself ABI stable to avoid these issues.
True
Make all of HPX ABI stable - Mixing build types between applications and HPX currently causes strange errors. We should make HPX itself ABI stable to avoid these issues.
comp
make all of hpx abi stable mixing build types between applications and hpx currently causes strange errors we should make hpx itself abi stable to avoid these issues
1
440,960
30,764,006,894
IssuesEvent
2023-07-30 03:46:31
Nalini1998/Database
https://api.github.com/repos/Nalini1998/Database
closed
REVIEW QUERIES
documentation enhancement help wanted good first issue question
**Let’s summarize:** 1. [SELECT](https://www.codecademy.com/resources/docs/sql/commands/select?page_ref=catalog) is the clause we use every time we want to query information from a database. 2. [AS](https://www.codecademy.com/resources/docs/sql/commands/as?page_ref=catalog) renames a column or table. 3. [DISTINCT](https://www.codecademy.com/resources/docs/sql/commands/select-distinct?page_ref=catalog) return unique values. 4. [WHERE](https://www.codecademy.com/resources/docs/sql/commands/where?page_ref=catalog) is a popular command that lets you filter the results of the query based on conditions that you specify. 5. [LIKE](https://www.codecademy.com/resources/docs/sql/operators/like?page_ref=catalog) and [BETWEEN](https://www.codecademy.com/resources/docs/sql/operators/between?page_ref=catalog) are special operators. 6. [AND](https://www.codecademy.com/resources/docs/sql/operators/and?page_ref=catalog) and [OR](https://www.codecademy.com/resources/docs/sql/operators/or?page_ref=catalog) combines multiple conditions. 7. [ORDER BY](https://www.codecademy.com/resources/docs/sql/commands/order-by?page_ref=catalog) sorts the result. 8. [LIMIT](https://www.codecademy.com/resources/docs/sql/commands/limit?page_ref=catalog) specifies the maximum number of rows that the query will return. 9. [CASE](https://www.codecademy.com/resources/docs/sql/commands/case?page_ref=catalog) creates different outputs.
1.0
REVIEW QUERIES - **Let’s summarize:** 1. [SELECT](https://www.codecademy.com/resources/docs/sql/commands/select?page_ref=catalog) is the clause we use every time we want to query information from a database. 2. [AS](https://www.codecademy.com/resources/docs/sql/commands/as?page_ref=catalog) renames a column or table. 3. [DISTINCT](https://www.codecademy.com/resources/docs/sql/commands/select-distinct?page_ref=catalog) return unique values. 4. [WHERE](https://www.codecademy.com/resources/docs/sql/commands/where?page_ref=catalog) is a popular command that lets you filter the results of the query based on conditions that you specify. 5. [LIKE](https://www.codecademy.com/resources/docs/sql/operators/like?page_ref=catalog) and [BETWEEN](https://www.codecademy.com/resources/docs/sql/operators/between?page_ref=catalog) are special operators. 6. [AND](https://www.codecademy.com/resources/docs/sql/operators/and?page_ref=catalog) and [OR](https://www.codecademy.com/resources/docs/sql/operators/or?page_ref=catalog) combines multiple conditions. 7. [ORDER BY](https://www.codecademy.com/resources/docs/sql/commands/order-by?page_ref=catalog) sorts the result. 8. [LIMIT](https://www.codecademy.com/resources/docs/sql/commands/limit?page_ref=catalog) specifies the maximum number of rows that the query will return. 9. [CASE](https://www.codecademy.com/resources/docs/sql/commands/case?page_ref=catalog) creates different outputs.
non_comp
review queries let’s summarize is the clause we use every time we want to query information from a database renames a column or table return unique values is a popular command that lets you filter the results of the query based on conditions that you specify and are special operators and combines multiple conditions sorts the result specifies the maximum number of rows that the query will return creates different outputs
0
55,007
6,886,337,856
IssuesEvent
2017-11-21 19:07:04
cs340tabyu/cs340Fall2017
https://api.github.com/repos/cs340tabyu/cs340Fall2017
opened
Payment page is squashed
P4: Aesthetic or Design Flaw Team Crew Squad
The text on the spinners for the payment page are wrapped and squashed ![image](https://user-images.githubusercontent.com/5795155/33091451-6c80b118-ceb4-11e7-8a2b-d70a7881ea87.png)
1.0
Payment page is squashed - The text on the spinners for the payment page are wrapped and squashed ![image](https://user-images.githubusercontent.com/5795155/33091451-6c80b118-ceb4-11e7-8a2b-d70a7881ea87.png)
non_comp
payment page is squashed the text on the spinners for the payment page are wrapped and squashed
0
127,633
10,476,259,092
IssuesEvent
2019-09-23 18:11:07
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Manual test run on OS X for 0.68.x - Release Hotfix 4
OS/macOS QA/Yes release-notes/exclude tests
### Installer - [x] Check that installer is close to the size of last release - [x] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave-Browser-Beta.app/` and make sure it returns `accepted`. If Windows right click on the `brave_installer-x64.exe` and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window ### Data(Upgrade from previous release) - [x] Make sure that data from the last version appears in the new version OK - [x] With data from the last version, verify that - [x] Bookmarks on the bookmark toolbar and bookmark folders can be opened - [x] Cookies are preserved - [x] Installed extensions are retained and work correctly - [x] Opened tabs can be reloaded - [x] Stored passwords are preserved - [x] Unpinned tabs can be pinned - [x] Sync chain created in previous version is retained - [x] Social media blocking buttons changes are retained ### Widevine - [x] Verify `Widevine Notification` is shown when you visit Netflix for the first time - [x] Test that you can stream on Netflix on a fresh profile after installing Widevine ### Sync - [x] Verify you are able to create a sync chain and add a mobile/computer to the chain - [x] Verify you are able to join an existing sync chain using code words - [x] Verify the device name is shown properly when sync chain is created - [x] Verify you are able to add a new mobile device to the chain via QR code/code words - [x] Verify newly created bookmarks get sync'd to all devices on the sync chain - [x] Verify existing bookmarks on current profile gets sync'd to all devices on the sync chain - [x] Verify folder structure is retained after sync completes - [x] Verify bookmarks don't duplicate when sync'd from other devices - [x] Verify removing bookmark from device gets sync'd to all devices on the sync chain - [x] Verify adding/removing a bookmark in offline mode gets sync'd to all devices on the sync chain when device comes online - [x] With only two device in chain, verify removing the other device resets the sync on b-c as well ### Session storage - [x] Temporarily move away your browser profile and test that a new profile is created when browser is launched - macOS - `~/Library/Application\ Support/BraveSoftware/` - Windows - `%userprofile%\appdata\Local\BraveSoftware\` - Linux(Ubuntu) - `~/.config/BraveSoftware/` - [x] Test that windows and tabs restore when closed, including active tab - [x] Ensure that the tabs in the above session are being lazy loaded when the session is restored ## Update tests - [x] Verify visiting `brave://settings/help` triggers update check - [x] Verify once update is downloaded, prompts to `Relaunch` to install update
1.0
Manual test run on OS X for 0.68.x - Release Hotfix 4 - ### Installer - [x] Check that installer is close to the size of last release - [x] Check signature: If OS Run `spctl --assess --verbose /Applications/Brave-Browser-Beta.app/` and make sure it returns `accepted`. If Windows right click on the `brave_installer-x64.exe` and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window ### Data(Upgrade from previous release) - [x] Make sure that data from the last version appears in the new version OK - [x] With data from the last version, verify that - [x] Bookmarks on the bookmark toolbar and bookmark folders can be opened - [x] Cookies are preserved - [x] Installed extensions are retained and work correctly - [x] Opened tabs can be reloaded - [x] Stored passwords are preserved - [x] Unpinned tabs can be pinned - [x] Sync chain created in previous version is retained - [x] Social media blocking buttons changes are retained ### Widevine - [x] Verify `Widevine Notification` is shown when you visit Netflix for the first time - [x] Test that you can stream on Netflix on a fresh profile after installing Widevine ### Sync - [x] Verify you are able to create a sync chain and add a mobile/computer to the chain - [x] Verify you are able to join an existing sync chain using code words - [x] Verify the device name is shown properly when sync chain is created - [x] Verify you are able to add a new mobile device to the chain via QR code/code words - [x] Verify newly created bookmarks get sync'd to all devices on the sync chain - [x] Verify existing bookmarks on current profile gets sync'd to all devices on the sync chain - [x] Verify folder structure is retained after sync completes - [x] Verify bookmarks don't duplicate when sync'd from other devices - [x] Verify removing bookmark from device gets sync'd to all devices on the sync chain - [x] Verify adding/removing a bookmark in offline mode gets sync'd to all devices on the sync chain when device comes online - [x] With only two device in chain, verify removing the other device resets the sync on b-c as well ### Session storage - [x] Temporarily move away your browser profile and test that a new profile is created when browser is launched - macOS - `~/Library/Application\ Support/BraveSoftware/` - Windows - `%userprofile%\appdata\Local\BraveSoftware\` - Linux(Ubuntu) - `~/.config/BraveSoftware/` - [x] Test that windows and tabs restore when closed, including active tab - [x] Ensure that the tabs in the above session are being lazy loaded when the session is restored ## Update tests - [x] Verify visiting `brave://settings/help` triggers update check - [x] Verify once update is downloaded, prompts to `Relaunch` to install update
non_comp
manual test run on os x for x release hotfix installer check that installer is close to the size of last release check signature if os run spctl assess verbose applications brave browser beta app and make sure it returns accepted if windows right click on the brave installer exe and go to properties go to the digital signatures tab and double click on the signature make sure it says the digital signature is ok in the popup window data upgrade from previous release make sure that data from the last version appears in the new version ok with data from the last version verify that bookmarks on the bookmark toolbar and bookmark folders can be opened cookies are preserved installed extensions are retained and work correctly opened tabs can be reloaded stored passwords are preserved unpinned tabs can be pinned sync chain created in previous version is retained social media blocking buttons changes are retained widevine verify widevine notification is shown when you visit netflix for the first time test that you can stream on netflix on a fresh profile after installing widevine sync verify you are able to create a sync chain and add a mobile computer to the chain verify you are able to join an existing sync chain using code words verify the device name is shown properly when sync chain is created verify you are able to add a new mobile device to the chain via qr code code words verify newly created bookmarks get sync d to all devices on the sync chain verify existing bookmarks on current profile gets sync d to all devices on the sync chain verify folder structure is retained after sync completes verify bookmarks don t duplicate when sync d from other devices verify removing bookmark from device gets sync d to all devices on the sync chain verify adding removing a bookmark in offline mode gets sync d to all devices on the sync chain when device comes online with only two device in chain verify removing the other device resets the sync on b c as well session storage temporarily move away your browser profile and test that a new profile is created when browser is launched macos library application support bravesoftware windows userprofile appdata local bravesoftware linux ubuntu config bravesoftware test that windows and tabs restore when closed including active tab ensure that the tabs in the above session are being lazy loaded when the session is restored update tests verify visiting brave settings help triggers update check verify once update is downloaded prompts to relaunch to install update
0
12,442
14,692,148,556
IssuesEvent
2021-01-03 00:06:20
ElfFriend-DnD/foundryvtt-gmScreen
https://api.github.com/repos/ElfFriend-DnD/foundryvtt-gmScreen
closed
[Compatibility] Use column-count on Monster Blocks.
compatibility enhancement
For column spanning, you can use the column-count property to have monster blocks match its columns to the span. This is in place of column-width. Some allowance will need made to keep the horizontal dividers in check (so they only span one column).
True
[Compatibility] Use column-count on Monster Blocks. - For column spanning, you can use the column-count property to have monster blocks match its columns to the span. This is in place of column-width. Some allowance will need made to keep the horizontal dividers in check (so they only span one column).
comp
use column count on monster blocks for column spanning you can use the column count property to have monster blocks match its columns to the span this is in place of column width some allowance will need made to keep the horizontal dividers in check so they only span one column
1
71,533
8,663,869,951
IssuesEvent
2018-11-28 18:31:50
byucs340ta/Fall2018
https://api.github.com/repos/byucs340ta/Fall2018
closed
Hard to see the city name such as "Bismark"
Not going to fix P4: Aesthetic or Design Flaw Team 12
Hard to see the city name such as "Bismark" you have to scroll in to see the name of the city
1.0
Hard to see the city name such as "Bismark" - Hard to see the city name such as "Bismark" you have to scroll in to see the name of the city
non_comp
hard to see the city name such as bismark hard to see the city name such as bismark you have to scroll in to see the name of the city
0
54,778
6,403,959,393
IssuesEvent
2017-08-06 23:31:54
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
reopened
No permissions available for configuration on first run
4 - Acceptance Testing Bug Priority Upgrading
On a newly configured V2 instance: <img width="682" alt="screen shot 2017-03-22 at 4 46 59 pm" src="https://cloud.githubusercontent.com/assets/13689284/24194789/81593556-0f1f-11e7-9f7b-54de7d19650d.png">
1.0
No permissions available for configuration on first run - On a newly configured V2 instance: <img width="682" alt="screen shot 2017-03-22 at 4 46 59 pm" src="https://cloud.githubusercontent.com/assets/13689284/24194789/81593556-0f1f-11e7-9f7b-54de7d19650d.png">
non_comp
no permissions available for configuration on first run on a newly configured instance img width alt screen shot at pm src
0
170,947
27,034,874,803
IssuesEvent
2023-02-12 16:59:07
elementary/files
https://api.github.com/repos/elementary/files
closed
zooming is hidden
Needs Design
There is no hint in the menues or in the UI, that you zoom in or zoom out. Just the keys work. Another problem is to know what is 100 % or normal zoom after you zoomed in or out. Expected behaviour: Have a zoom menu somewhere in the UI. behaviour now: Its not. Proposal: The context menu might be a good start as it isnt a common feature. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/61974817-zooming-is-hidden?utm_campaign=plugin&utm_content=tracker%2F65602118&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F65602118&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
zooming is hidden - There is no hint in the menues or in the UI, that you zoom in or zoom out. Just the keys work. Another problem is to know what is 100 % or normal zoom after you zoomed in or out. Expected behaviour: Have a zoom menu somewhere in the UI. behaviour now: Its not. Proposal: The context menu might be a good start as it isnt a common feature. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/61974817-zooming-is-hidden?utm_campaign=plugin&utm_content=tracker%2F65602118&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F65602118&utm_medium=issues&utm_source=github). </bountysource-plugin>
non_comp
zooming is hidden there is no hint in the menues or in the ui that you zoom in or zoom out just the keys work another problem is to know what is or normal zoom after you zoomed in or out expected behaviour have a zoom menu somewhere in the ui behaviour now its not proposal the context menu might be a good start as it isnt a common feature want to back this issue we accept bounties via
0
557,061
16,499,331,830
IssuesEvent
2021-05-25 13:22:17
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID: 232755] Out-of-bounds read in /zephyr/include/generated/syscalls/log_ctrl.h (Generated Code)
Coverity bug priority: medium
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/374629af906a24add294b1c3b945128cb6a486e8//zephyr/include/generated/syscalls/log_ctrl.h Category: Memory - illegal accesses Function: `log_filter_set` Component: Other CID: [232755](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=232755) Details: Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v29271/p12996. Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
1.0
[Coverity CID: 232755] Out-of-bounds read in /zephyr/include/generated/syscalls/log_ctrl.h (Generated Code) - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/374629af906a24add294b1c3b945128cb6a486e8//zephyr/include/generated/syscalls/log_ctrl.h Category: Memory - illegal accesses Function: `log_filter_set` Component: Other CID: [232755](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=232755) Details: Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v29271/p12996. Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
non_comp
out of bounds read in zephyr include generated syscalls log ctrl h generated code static code scan issues found in file category memory illegal accesses function log filter set component other cid details please fix or provide comments in coverity using the link note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file
0
71,152
13,624,209,002
IssuesEvent
2020-09-24 07:42:23
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
[0.10.5.0] Uprooting Plant/Dead Vine produces a seed, but you do not see the seed until next round
Bug Code
- [ ] I have searched the issue tracker to check if the issue has already been reported. **Description** Uprooting Plant/Dead Vine produces a seed, but you do not see the seed until next round at the planter box. Affects both Singleplayer and Multiplayer. If you planted the seed that was produced at the planter box, it either creates a fully grown dead plant, or a fully grown healthy plant depending at what life cycle it was uprooted at. **Version** 0.10.5.0
1.0
[0.10.5.0] Uprooting Plant/Dead Vine produces a seed, but you do not see the seed until next round - - [ ] I have searched the issue tracker to check if the issue has already been reported. **Description** Uprooting Plant/Dead Vine produces a seed, but you do not see the seed until next round at the planter box. Affects both Singleplayer and Multiplayer. If you planted the seed that was produced at the planter box, it either creates a fully grown dead plant, or a fully grown healthy plant depending at what life cycle it was uprooted at. **Version** 0.10.5.0
non_comp
uprooting plant dead vine produces a seed but you do not see the seed until next round i have searched the issue tracker to check if the issue has already been reported description uprooting plant dead vine produces a seed but you do not see the seed until next round at the planter box affects both singleplayer and multiplayer if you planted the seed that was produced at the planter box it either creates a fully grown dead plant or a fully grown healthy plant depending at what life cycle it was uprooted at version
0
90,906
8,287,010,685
IssuesEvent
2018-09-19 07:31:17
humera987/HumTestData
https://api.github.com/repos/humera987/HumTestData
opened
fx_test_proj : ApiV1EnvsBatchPostReaderRbac
fx_test_proj
Project : fx_test_proj Job : UAT Env : UAT Region : FXLabs/US_WEST_1 Result : fail Status Code : 400 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 19 Sep 2018 07:31:13 GMT]} Endpoint : http://13.56.210.25/api/v1/envs/batch Request : Response : { "timestamp" : "2018-09-19T07:31:14.078+0000", "status" : 400, "error" : "Bad Request", "message" : "Required request body is missing: public com.fxlabs.fxt.dto.base.Response<java.util.List<com.fxlabs.fxt.dto.project.Environment>> com.fxlabs.fxt.rest.project.EnvironmentController.create(java.util.List<com.fxlabs.fxt.dto.project.Environment>)", "path" : "/api/v1/envs/batch" } Logs : Assertion [@StatusCode == 403] resolved-to [400 == 403] result [Failed] --- FX Bot ---
1.0
fx_test_proj : ApiV1EnvsBatchPostReaderRbac - Project : fx_test_proj Job : UAT Env : UAT Region : FXLabs/US_WEST_1 Result : fail Status Code : 400 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 19 Sep 2018 07:31:13 GMT]} Endpoint : http://13.56.210.25/api/v1/envs/batch Request : Response : { "timestamp" : "2018-09-19T07:31:14.078+0000", "status" : 400, "error" : "Bad Request", "message" : "Required request body is missing: public com.fxlabs.fxt.dto.base.Response<java.util.List<com.fxlabs.fxt.dto.project.Environment>> com.fxlabs.fxt.rest.project.EnvironmentController.create(java.util.List<com.fxlabs.fxt.dto.project.Environment>)", "path" : "/api/v1/envs/batch" } Logs : Assertion [@StatusCode == 403] resolved-to [400 == 403] result [Failed] --- FX Bot ---
non_comp
fx test proj project fx test proj job uat env uat region fxlabs us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date endpoint request response timestamp status error bad request message required request body is missing public com fxlabs fxt dto base response com fxlabs fxt rest project environmentcontroller create java util list path api envs batch logs assertion resolved to result fx bot
0
28,872
8,221,204,192
IssuesEvent
2018-09-06 00:35:03
ApolloAuto/apollo
https://api.github.com/repos/ApolloAuto/apollo
closed
Why is bazel rebuilding whole project when I change one source file?
Module: Build Type: Question
Hello, I changed a couple of lines in `/apollo/modules/dreamview/backend/handlers/image_handler.cc` to allow for RGB preview in dreamview. When I build with `./apollo.sh build_gpu` , bazel builds a lot of source files unrelated to the change. ![screenshot from 2018-07-19 12-51-26](https://user-images.githubusercontent.com/1523071/42935511-7c179d7a-8b52-11e8-9674-47f0962f1a28.png) Many thanks, Vlad
1.0
Why is bazel rebuilding whole project when I change one source file? - Hello, I changed a couple of lines in `/apollo/modules/dreamview/backend/handlers/image_handler.cc` to allow for RGB preview in dreamview. When I build with `./apollo.sh build_gpu` , bazel builds a lot of source files unrelated to the change. ![screenshot from 2018-07-19 12-51-26](https://user-images.githubusercontent.com/1523071/42935511-7c179d7a-8b52-11e8-9674-47f0962f1a28.png) Many thanks, Vlad
non_comp
why is bazel rebuilding whole project when i change one source file hello i changed a couple of lines in apollo modules dreamview backend handlers image handler cc to allow for rgb preview in dreamview when i build with apollo sh build gpu bazel builds a lot of source files unrelated to the change many thanks vlad
0
18,816
11,082,991,187
IssuesEvent
2019-12-13 13:30:21
microsoft/botframework-solutions
https://api.github.com/repos/microsoft/botframework-solutions
closed
setSpeakMiddleware not creating base element correctly
Bot Services Status: Backlog Type: Bug customer-replied-to customer-reported
#### What project is affected? `botbuilder-solutions` #### What language is this in? `typescript` #### What happens? `createBaseElement` overwrites the `speak` element with the `text` element. ``` result.elements = [ { type: 'text', text: value } ]; ``` should be ``` result.elements[0].elements = [ { type: 'text', text: value } ]; ``` #### What are the steps to reproduce this issue? - #### What were you expecting to happen? - #### Can you share any logs, error output, etc.? Otherwise `addVoiceElementIfMissing` will always throw `rootElement undefined`. #### Any screenshots or additional context? -
1.0
setSpeakMiddleware not creating base element correctly - #### What project is affected? `botbuilder-solutions` #### What language is this in? `typescript` #### What happens? `createBaseElement` overwrites the `speak` element with the `text` element. ``` result.elements = [ { type: 'text', text: value } ]; ``` should be ``` result.elements[0].elements = [ { type: 'text', text: value } ]; ``` #### What are the steps to reproduce this issue? - #### What were you expecting to happen? - #### Can you share any logs, error output, etc.? Otherwise `addVoiceElementIfMissing` will always throw `rootElement undefined`. #### Any screenshots or additional context? -
non_comp
setspeakmiddleware not creating base element correctly what project is affected botbuilder solutions what language is this in typescript what happens createbaseelement overwrites the speak element with the text element result elements type text text value should be result elements elements type text text value what are the steps to reproduce this issue what were you expecting to happen can you share any logs error output etc otherwise addvoiceelementifmissing will always throw rootelement undefined any screenshots or additional context
0
17,875
24,663,175,876
IssuesEvent
2022-10-18 08:21:04
analogwp/analogwp-templates
https://api.github.com/repos/analogwp/analogwp-templates
closed
Check if container styles still apply if users de-activate the container experiment in Elementor
Compatibility P0
since our container library requires EL experiment to be active, if users deactivate the EL experiment, we will need to make sure that at least the existing container styles will be preserved: - [x] container padding presets - [x] bg color classes - [x] global shadows
True
Check if container styles still apply if users de-activate the container experiment in Elementor - since our container library requires EL experiment to be active, if users deactivate the EL experiment, we will need to make sure that at least the existing container styles will be preserved: - [x] container padding presets - [x] bg color classes - [x] global shadows
comp
check if container styles still apply if users de activate the container experiment in elementor since our container library requires el experiment to be active if users deactivate the el experiment we will need to make sure that at least the existing container styles will be preserved container padding presets bg color classes global shadows
1
8,971
11,009,192,120
IssuesEvent
2019-12-04 12:07:34
ValveSoftware/Proton
https://api.github.com/repos/ValveSoftware/Proton
reopened
Automobilista works but without Force Feedback on Wheels (431600)
Game compatibility - Unofficial Regression
Automobilista works well without workarounds, but have the same problem with Force feedback on Wheels that rFactor 2 ( https://github.com/ValveSoftware/Proton/issues/245 ) . This game is developed with the same engine of rFactor, and this could be the problem
True
Automobilista works but without Force Feedback on Wheels (431600) - Automobilista works well without workarounds, but have the same problem with Force feedback on Wheels that rFactor 2 ( https://github.com/ValveSoftware/Proton/issues/245 ) . This game is developed with the same engine of rFactor, and this could be the problem
comp
automobilista works but without force feedback on wheels automobilista works well without workarounds but have the same problem with force feedback on wheels that rfactor this game is developed with the same engine of rfactor and this could be the problem
1
12,808
15,079,116,558
IssuesEvent
2021-02-05 09:42:37
Zilliqa/scilla
https://api.github.com/repos/Zilliqa/scilla
opened
Require type annotations for builtins
backwards-incompatible-change good first issue inconsistency libraries / builtins
We currently use the argument types for builtins to determine which version of the builtin we want to invoke: ``` let x = Uint128 0 let y = Uint128 1 let z = builtin add x y (* add : forall 'A. 'A -> 'A -> 'A. 'A is inferred to be Uint128 in this case. *) ``` This is inconsistent with the rest of Scilla, where we require explicit type arguments for polymorphic types: ``` let x = Uint128 0 let y = Uint128 1 let my_add = tfun 'A => fun (x : 'A) => fun (y : 'A) => x let z = let f = @my_add Uint128 in f x y ``` Now that we have added type arguments to builtins, it makes more sense to require type arguments for polymorphic builtins: ``` let x = Uint128 0 let y = Uint128 1 let z1 = builtin add {Uint128} x y (* Legal *) let z2 = builtin add {Uint32} x y (* Illegal : value arguments do not correspond to the type argument *) ``` See also #598.
True
Require type annotations for builtins - We currently use the argument types for builtins to determine which version of the builtin we want to invoke: ``` let x = Uint128 0 let y = Uint128 1 let z = builtin add x y (* add : forall 'A. 'A -> 'A -> 'A. 'A is inferred to be Uint128 in this case. *) ``` This is inconsistent with the rest of Scilla, where we require explicit type arguments for polymorphic types: ``` let x = Uint128 0 let y = Uint128 1 let my_add = tfun 'A => fun (x : 'A) => fun (y : 'A) => x let z = let f = @my_add Uint128 in f x y ``` Now that we have added type arguments to builtins, it makes more sense to require type arguments for polymorphic builtins: ``` let x = Uint128 0 let y = Uint128 1 let z1 = builtin add {Uint128} x y (* Legal *) let z2 = builtin add {Uint32} x y (* Illegal : value arguments do not correspond to the type argument *) ``` See also #598.
comp
require type annotations for builtins we currently use the argument types for builtins to determine which version of the builtin we want to invoke let x let y let z builtin add x y add forall a a a a a is inferred to be in this case this is inconsistent with the rest of scilla where we require explicit type arguments for polymorphic types let x let y let my add tfun a fun x a fun y a x let z let f my add in f x y now that we have added type arguments to builtins it makes more sense to require type arguments for polymorphic builtins let x let y let builtin add x y legal let builtin add x y illegal value arguments do not correspond to the type argument see also
1
248,594
7,934,165,260
IssuesEvent
2018-07-08 15:56:01
lidarr/Lidarr
https://api.github.com/repos/lidarr/Lidarr
closed
NZBHydra Only looking at "Audio"
Area: Indexers Priority: Low Status: Can't Reproduce Type: Bug
I put Hydra as my only indexer and run and Lidarr finds no releases. I look in Hydra and only see a search in the Audio category in the history and if I hit the rerun button it only searches the Audio category. If I keep the same search and search the MP3 then results come back. I looked at the iundexer settings and all are listed in the category 3000 and 3010 are both in there the forst being Audio and the Second being MP3. Not sure if Lidarr is not parsing through all categories or what. BTW if I add the external indexer directly (like dog) it works just fine. Thoughts?
1.0
NZBHydra Only looking at "Audio" - I put Hydra as my only indexer and run and Lidarr finds no releases. I look in Hydra and only see a search in the Audio category in the history and if I hit the rerun button it only searches the Audio category. If I keep the same search and search the MP3 then results come back. I looked at the iundexer settings and all are listed in the category 3000 and 3010 are both in there the forst being Audio and the Second being MP3. Not sure if Lidarr is not parsing through all categories or what. BTW if I add the external indexer directly (like dog) it works just fine. Thoughts?
non_comp
nzbhydra only looking at audio i put hydra as my only indexer and run and lidarr finds no releases i look in hydra and only see a search in the audio category in the history and if i hit the rerun button it only searches the audio category if i keep the same search and search the then results come back i looked at the iundexer settings and all are listed in the category and are both in there the forst being audio and the second being not sure if lidarr is not parsing through all categories or what btw if i add the external indexer directly like dog it works just fine thoughts
0
1,323
3,838,065,319
IssuesEvent
2016-04-02 05:00:07
floatinghotpot/cordova-admob-pro
https://api.github.com/repos/floatinghotpot/cordova-admob-pro
closed
Getting Package Errors when imported into Eclipse
Tool compatibility
I get these package errors how to fix them i even tried with new project and i have cordova updated to latest version. Heres the package error: https://gyazo.com/6f6ce9a23d32faa5c53c0e918edbd3e8 Heres the SDK i installed: https://gyazo.com/d18181019aa829a7c9442735aa7a1d27 Please Help ASAP!
True
Getting Package Errors when imported into Eclipse - I get these package errors how to fix them i even tried with new project and i have cordova updated to latest version. Heres the package error: https://gyazo.com/6f6ce9a23d32faa5c53c0e918edbd3e8 Heres the SDK i installed: https://gyazo.com/d18181019aa829a7c9442735aa7a1d27 Please Help ASAP!
comp
getting package errors when imported into eclipse i get these package errors how to fix them i even tried with new project and i have cordova updated to latest version heres the package error heres the sdk i installed please help asap
1
11,098
13,127,495,887
IssuesEvent
2020-08-06 10:27:57
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
closed
Kafka engine settings param kafka_max_block_size doesn't work in 20.5.4.40
backward compatibility comp-kafka question question-answered v20.5-affected
Since my update to 20.5.4.40 independs on **kafka_max_block_size** param in SETTINGS block of CREATE statement for Kafka engine I have the same `<Trace> StorageKafka (events_kafka): Polled batch of 65536 messages. Offset position: [ events[0:118227815] ]` P.S. this parameter worked without any problem in version 20.4.4.18
True
Kafka engine settings param kafka_max_block_size doesn't work in 20.5.4.40 - Since my update to 20.5.4.40 independs on **kafka_max_block_size** param in SETTINGS block of CREATE statement for Kafka engine I have the same `<Trace> StorageKafka (events_kafka): Polled batch of 65536 messages. Offset position: [ events[0:118227815] ]` P.S. this parameter worked without any problem in version 20.4.4.18
comp
kafka engine settings param kafka max block size doesn t work in since my update to independs on kafka max block size param in settings block of create statement for kafka engine i have the same storagekafka events kafka polled batch of messages offset position p s this parameter worked without any problem in version
1
14,934
26,111,528,836
IssuesEvent
2022-12-27 20:45:34
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
closed
install-tool ruby 3.2.0 failed
type:bug status:requirements priority-5-triage
### How are you running Renovate? Mend Renovate hosted app on github.com ### Was this something which used to work for you, and then stopped? I never saw this working ### Describe the bug Renovate bumped the Ruby version in the Gemfile but not Gemfile.lock Here is the minimal reproduction repo: https://github.com/Hongbo-Miao/bug-renovate-ruby-version ### Relevant debug logs <details><summary>Logs</summary> ```shell DEBUG: No dangling containers to remove INFO: Repository started { "renovateVersion": "34.72.3" } DEBUG: Using localDir: /mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version DEBUG: PackageFiles.clear() - Package files deleted DEBUG: initRepo("Hongbo-Miao/bug-renovate-ruby-version") DEBUG: Using queue: host=api.github.com, concurrency=10 DEBUG: Hongbo-Miao/bug-renovate-ruby-version default branch = main DEBUG: Using app token for git init DEBUG: Repository cache is restored from revision 13 DEBUG: Resetting npmrc DEBUG: checkOnboarding() DEBUG: isOnboarded() DEBUG: Checking cached config file name DEBUG: GET https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/contents/renovate.json = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=165) DEBUG: Existing config file no longer exists DEBUG: findFile(renovate.json) DEBUG: Initializing git repository into /mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version DEBUG: Performing blobless clone DEBUG: git clone completed { "durationMs": 1305 } DEBUG: latest repository commit { "latestCommit": { "hash": "a950b2ef946b7b805e33bd94e39a19484c4688a8", "date": "2022-12-26T01:14:51-08:00", "message": "feat: init", "refs": "HEAD -> main, origin/main, origin/HEAD", "body": "", "author_name": "Hongbo Miao", "author_email": "3375461+Hongbo-Miao@users.noreply.github.com" } } DEBUG: findFile(renovate.json5) DEBUG: Config file exists, fileName: renovate.json5 DEBUG: Retrieving issueList DEBUG: Retrieved 0 issues DEBUG: Repo is onboarded DEBUG: Found renovate.json5 config file DEBUG: Repository config { "fileName": "renovate.json5", "config": { "extends": [ "config:base" ], "lockFileMaintenance": { "enabled": true } } } DEBUG: migrateAndValidate() DEBUG: No config migration necessary DEBUG: massaged config { "config": { "extends": [ "github>whitesource/merge-confidence:beta", "config:base" ], "lockFileMaintenance": { "enabled": true } } } DEBUG: migrated config { "config": { "extends": [ "github>whitesource/merge-confidence:beta", "config:base" ], "lockFileMaintenance": { "enabled": true } } } DEBUG: Setting hostRules from config DEBUG: Found repo ignorePaths { "ignorePaths": [ "**/node_modules/**", "**/bower_components/**", "**/vendor/**", "**/examples/**", "**/__tests__/**", "**/test/**", "**/tests/**", "**/__fixtures__/**" ] } DEBUG: Using queue: host=api.github.com, concurrency=10 DEBUG: No vulnerability alerts found DEBUG: No vulnerability alerts found DEBUG: findIssue(Dependency Dashboard) DEBUG: No baseBranches DEBUG: extract() DEBUG: Cached extract result cannot be used due to base branch SHA change (old=f63a58041cac44b6bf948f6138773c594b9328ec, new=a950b2ef946b7b805e33bd94e39a19484c4688a8) DEBUG: Setting current branch to main DEBUG: latest commit { "branchName": "main", "latestCommitDate": "2022-12-26T01:14:51-08:00" } DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager ansible-galaxy DEBUG: Using file match: (^|/)galaxy\.ya?ml$ for manager ansible-galaxy DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines DEBUG: Using file match: (^|/)batect(-bundle)?\.yml$ for manager batect DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel)$ for manager bazel DEBUG: Using file match: \.bzl$ for manager bazel DEBUG: Using file match: (^|\/)\.bazelversion$ for manager bazelisk DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines DEBUG: Using file match: buildkite\.ya?ml for manager buildkite DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite DEBUG: Using file match: (^|/)Gemfile$ for manager bundler DEBUG: Using file match: \.cake$ for manager cake DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo DEBUG: Using file match: (^|/)\.circleci/config\.yml$ for manager circleci DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose DEBUG: Using file match: (^|/|\.)Dockerfile$ for manager dockerfile DEBUG: Using file match: (^|/)Dockerfile[^/]*$ for manager dockerfile DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet DEBUG: Using file match: (^|\/)flux-system\/(?:.+\/)?gotk-components\.yaml$ for manager flux DEBUG: Using file match: (^|\/)\.fvm\/fvm_config\.json$ for manager fvm DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules DEBUG: Using file match: ^(workflow-templates|\.github\/workflows)\/[^/]+\.ya?ml$ for manager github-actions DEBUG: Using file match: (^|\/)action\.ya?ml$ for manager github-actions DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci-include DEBUG: Using file match: (^|/)go\.mod$ for manager gomod DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle DEBUG: Using file match: (^|\/)gradle\.properties$ for manager gradle DEBUG: Using file match: (^|\/)gradle\/.+\.toml$ for manager gradle DEBUG: Using file match: \.versions\.toml$ for manager gradle DEBUG: Using file match: (^|\/)versions.props$ for manager gradle DEBUG: Using file match: (^|\/)versions.lock$ for manager gradle DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper DEBUG: Using file match: (^|/)requirements\.yaml$ for manager helm-requirements DEBUG: Using file match: (^|/)values\.yaml$ for manager helm-values DEBUG: Using file match: (^|/)helmfile\.yaml$ for manager helmfile DEBUG: Using file match: (^|/)Chart\.yaml$ for manager helmv3 DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew DEBUG: Using file match: \.html?$ for manager html DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven DEBUG: Using file match: (^|/)package\.js$ for manager meteor DEBUG: Using file match: (^|\/)Mintfile$ for manager mint DEBUG: Using file match: (^|/)mix\.exs$ for manager mix DEBUG: Using file match: (^|\/)flake\.nix$ for manager nix DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv DEBUG: Using file match: (^|/)package\.json$ for manager npm DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget DEBUG: Using file match: \.(?:props|targets)$ for manager nuget DEBUG: Using file match: (^|\/)dotnet-tools\.json$ for manager nuget DEBUG: Using file match: (^|\/)global\.json$ for manager nuget DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi DEBUG: Using file match: (^|/)([\w-]*)requirements\.(txt|pip)$ for manager pip_requirements DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry DEBUG: Using file match: (^|/)\.pre-commit-config\.yaml$ for manager pre-commit DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub DEBUG: Using file match: (^|\/)Puppetfile$ for manager puppet DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version DEBUG: Using file match: \.sbt$ for manager sbt DEBUG: Using file match: project/[^/]*.scala$ for manager sbt DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg DEBUG: Using file match: (^|/)Package\.swift for manager swift DEBUG: Using file match: \.tf$ for manager terraform DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin DEBUG: Using file match: ^\.travis\.yml$ for manager travis DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci DEBUG: Using file match: (^|\/)\.woodpecker[^/]*\.ya?ml$ for manager woodpecker DEBUG: Matched 1 file(s) for manager bundler: Gemfile DEBUG: Found Gemfile.lock file packageFile: Gemfile DEBUG: Found bundler package files DEBUG: Found 1 package file(s) INFO: Dependency extraction complete { "baseBranch": "main", "stats": { "managers": { "bundler": { "fileCount": 1, "depCount": 2 } }, "total": { "fileCount": 1, "depCount": 2 } } } DEBUG: PackageFiles.add() - Package file saved for base branch { "baseBranch": "main" } DEBUG: Package releases lookups complete { "baseBranch": "main" } DEBUG: branchifyUpgrades DEBUG: detectSemanticCommits() DEBUG: getCommitMessages DEBUG: semanticCommits: detected "angular" DEBUG: semanticCommits: enabled DEBUG: 2 flattened updates found: ruby DEBUG: Returning 2 branch(es) DEBUG: config.repoIsOnboarded=true DEBUG: packageFiles with updates { "baseBranch": "main", "config": { "bundler": [ { "packageFile": "Gemfile", "registryUrls": [ "https://rubygems.org" ], "deps": [ { "depName": "ruby", "currentValue": "3.1.3", "datasource": "ruby-version", "registryUrls": null, "depIndex": 0, "updates": [ { "bucket": "non-major", "newVersion": "3.2.0", "newValue": "3.2.0", "releaseTimestamp": "2022-12-25T00:00:00.000Z", "newMajor": 3, "newMinor": 2, "updateType": "minor", "branchName": "renovate/ruby-3.x" } ], "warnings": [], "versioning": "ruby", "sourceUrl": "https://github.com/ruby/ruby", "registryUrl": "https://www.ruby-lang.org/", "homepage": "https://www.ruby-lang.org", "currentVersion": "3.1.3", "isSingleVersion": true, "fixedVersion": "3.1.3" }, { "depName": "slather", "managerData": { "lineNumber": 6 }, "currentValue": "'2.7.3'", "datasource": "rubygems", "lockedVersion": "2.7.3", "depIndex": 1, "updates": [], "warnings": [], "versioning": "ruby", "registryUrl": "https://rubygems.org", "currentVersion": "2.7.3", "fixedVersion": "2.7.3" } ], "lockFiles": [ "Gemfile.lock" ] } ] } } DEBUG: detectSemanticCommits() DEBUG: semanticCommits: returning "enabled" from cache DEBUG: processRepo() DEBUG: Processing 2 branches: renovate/lock-file-maintenance, renovate/ruby-3.x DEBUG: Calculating hourly PRs remaining DEBUG: getPrList success { "pullsTotal": 1, "requestsTotal": 1, "apiQuotaAffected": true } DEBUG: currentHourStart=2022-12-26T09:00:00.000+00:00 DEBUG: PR hourly limit remaining: 2 DEBUG: Calculating prConcurrentLimit (10) DEBUG: getBranchPr(renovate/ruby-3.x) DEBUG: findPr(renovate/ruby-3.x, undefined, open) DEBUG: findPr(renovate/ruby-3.x, undefined, closed) DEBUG: getBranchPr(renovate/lock-file-maintenance) DEBUG: findPr(renovate/lock-file-maintenance, undefined, open) DEBUG: findPr(renovate/lock-file-maintenance, undefined, closed) DEBUG: 0 PRs are currently open DEBUG: PR concurrent limit remaining: 10 DEBUG: Calculated maximum PRs remaining this run: 2 DEBUG: PullRequests limit = 2 DEBUG: Calculating hourly PRs remaining DEBUG: currentHourStart=2022-12-26T09:00:00.000+00:00 DEBUG: PR hourly limit remaining: 2 DEBUG: Calculating branchConcurrentLimit (10) DEBUG: 0 already existing branches found: DEBUG: Branch concurrent limit remaining: 10 DEBUG: Calculated maximum branches remaining this run: 2 DEBUG: Branches limit = 2 DEBUG: syncBranchState()(branch="renovate/ruby-3.x") DEBUG: syncBranchState(): update baseBranchSha(branch="renovate/ruby-3.x") DEBUG: getBranchPr(renovate/ruby-3.x)(branch="renovate/ruby-3.x") DEBUG: findPr(renovate/ruby-3.x, undefined, open)(branch="renovate/ruby-3.x") DEBUG: findPr(renovate/ruby-3.x, undefined, closed)(branch="renovate/ruby-3.x") DEBUG: branchExists=false(branch="renovate/ruby-3.x") DEBUG: dependencyDashboardCheck=undefined(branch="renovate/ruby-3.x") DEBUG: recreateClosed is false(branch="renovate/ruby-3.x") DEBUG: findPr(renovate/ruby-3.x, chore(deps): update dependency ruby to v3.2.0, !open)(branch="renovate/ruby-3.x") DEBUG: prAlreadyExisted=false(branch="renovate/ruby-3.x") DEBUG: Checking schedule(at any time, null)(branch="renovate/ruby-3.x") DEBUG: No schedule defined(branch="renovate/ruby-3.x") DEBUG: Branch needs creating(branch="renovate/ruby-3.x") DEBUG: Using reuseExistingBranch: false(branch="renovate/ruby-3.x") DEBUG: Setting current branch to main(branch="renovate/ruby-3.x") DEBUG: latest commit(branch="renovate/ruby-3.x") { "branchName": "main", "latestCommitDate": "2022-12-26T01:14:51-08:00" } DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/ruby-3.x") DEBUG: Starting search at index 68(packageFile="Gemfile", branch="renovate/ruby-3.x") { "depName": "ruby" } DEBUG: Found match at index 68(packageFile="Gemfile", branch="renovate/ruby-3.x") { "depName": "ruby" } DEBUG: Found Gemfile.lock file packageFile: Gemfile(branch="renovate/ruby-3.x") DEBUG: Contents updated(packageFile="Gemfile", branch="renovate/ruby-3.x") { "depName": "ruby" } DEBUG: bundler.updateArtifacts(Gemfile)(branch="renovate/ruby-3.x") DEBUG: Using bundler version specified in lockfile(branch="renovate/ruby-3.x") DEBUG: Using ruby version from gemfile(branch="renovate/ruby-3.x") DEBUG: Setting CONTAINERBASE_CACHE_DIR to /tmp/containerbase(branch="renovate/ruby-3.x") DEBUG: Using docker to execute(branch="renovate/ruby-3.x") { "image": "sidecar" } DEBUG: containerbaseDir is separate from cacheDir(branch="renovate/ruby-3.x") DEBUG: Resolved tag constraint(branch="renovate/ruby-3.x") { "image": "docker.io/renovate/sidecar" } DEBUG: Fetching Docker image: docker.io/renovate/sidecar(branch="renovate/ruby-3.x") DEBUG: Finished fetching Docker image docker.io/renovate/sidecar@sha256:417cdf09f9c10595dc55b57263cc93a7e253f868d36c11ad1cdb0f60dbab95c6(branch="renovate/ruby-3.x") DEBUG: Executing command(branch="renovate/ruby-3.x") { "command": "docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"" } DEBUG: rawExec err(branch="renovate/ruby-3.x") { "err": { "name": "ExecError", "cmd": "/bin/sh -c docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"", "stderr": "curl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n", "stdout": "installing v2 tool ruby v3.2.0\n", "options": { "cwd": "/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version", "encoding": "utf-8", "env": { "BUNDLE_GITHUB__COM": "**redacted**", "GEM_HOME": "/tmp/renovate-cache/others/bundler", "HOME": "/home/ubuntu", "PATH": "/home/ubuntu/.local/bin:/home/ubuntu/bin:/opt/buildpack/tools/python/3.9.3/bin:/home/ubuntu/.npm-global/bin:/home/ubuntu/renovateapp/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LC_ALL": "C.UTF-8", "LANG": "C.UTF-8", "BUILDPACK_CACHE_DIR": "/tmp/containerbase", "CONTAINERBASE_CACHE_DIR": "/tmp/containerbase" }, "maxBuffer": 10485760, "timeout": 900000 }, "exitCode": 1, "message": "Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"\ncurl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n", "stack": "ExecError: Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"\ncurl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n\n at ChildProcess.<anonymous> (/home/ubuntu/renovateapp/node_modules/renovate/dist/util/exec/common.js:87:24)\n at ChildProcess.emit (node:events:525:35)\n at ChildProcess.emit (node:domain:489:12)\n at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)" } } INFO: Gemfile.lock update failed due to an unknown reason(branch="renovate/ruby-3.x") { "err": { "name": "ExecError", "cmd": "/bin/sh -c docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"", "stderr": "curl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n", "stdout": "installing v2 tool ruby v3.2.0\n", "options": { "cwd": "/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version", "encoding": "utf-8", "env": { "BUNDLE_GITHUB__COM": "**redacted**", "GEM_HOME": "/tmp/renovate-cache/others/bundler", "HOME": "/home/ubuntu", "PATH": "/home/ubuntu/.local/bin:/home/ubuntu/bin:/opt/buildpack/tools/python/3.9.3/bin:/home/ubuntu/.npm-global/bin:/home/ubuntu/renovateapp/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LC_ALL": "C.UTF-8", "LANG": "C.UTF-8", "BUILDPACK_CACHE_DIR": "/tmp/containerbase", "CONTAINERBASE_CACHE_DIR": "/tmp/containerbase" }, "maxBuffer": 10485760, "timeout": 900000 }, "exitCode": 1, "message": "Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"\ncurl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n", "stack": "ExecError: Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"\ncurl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n\n at ChildProcess.<anonymous> (/home/ubuntu/renovateapp/node_modules/renovate/dist/util/exec/common.js:87:24)\n at ChildProcess.emit (node:events:525:35)\n at ChildProcess.emit (node:domain:489:12)\n at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)" } } DEBUG: Updated 1 package files(branch="renovate/ruby-3.x") DEBUG: No updated lock files in branch(branch="renovate/ruby-3.x") DEBUG: Branch timestamp: 2022-12-25T00:00:00.000Z(branch="renovate/ruby-3.x") DEBUG: PR is older than 2 hours, raise PR with lock file errors(branch="renovate/ruby-3.x") DEBUG: 1 file(s) to commit(branch="renovate/ruby-3.x") DEBUG: Preparing files for committing to branch renovate/ruby-3.x(branch="renovate/ruby-3.x") DEBUG: Setting git author name: Renovate Bot(branch="renovate/ruby-3.x") DEBUG: Setting git author email: bot@renovateapp.com(branch="renovate/ruby-3.x") DEBUG: git commit(branch="renovate/ruby-3.x") { "deletedFiles": [], "ignoredFiles": [], "result": { "author": null, "branch": "renovate/ruby-3.x", "commit": "64e7c2667055234dc69aaa1b50f4bda40c047fbe", "root": false, "summary": { "changes": 1, "insertions": 1, "deletions": 0 } } } DEBUG: resetToCommit(a950b2ef946b7b805e33bd94e39a19484c4688a8)(branch="renovate/ruby-3.x") DEBUG: Fetching branch renovate/ruby-3.x(branch="renovate/ruby-3.x") INFO: Branch created(branch="renovate/ruby-3.x") { "commitSha": "0e8a2efb95332524323fbff5baea5fc2a6cb9ae2" } DEBUG: Updating status check state to failed(branch="renovate/ruby-3.x") DEBUG: Setting branch status(branch="renovate/ruby-3.x") { "context": "renovate/artifacts", "state": "red" } DEBUG: Ensuring PR(branch="renovate/ruby-3.x") DEBUG: There are 0 errors and 0 warnings(branch="renovate/ruby-3.x") DEBUG: getBranchPr(renovate/ruby-3.x)(branch="renovate/ruby-3.x") DEBUG: findPr(renovate/ruby-3.x, undefined, open)(branch="renovate/ruby-3.x") DEBUG: findPr(renovate/ruby-3.x, undefined, closed)(branch="renovate/ruby-3.x") DEBUG: Forcing PR because of artifact errors(branch="renovate/ruby-3.x") DEBUG: Fetching changelog: https://github.com/ruby/ruby (3.1.3 -> 3.2.0)(branch="renovate/ruby-3.x") DEBUG: Creating PR(branch="renovate/ruby-3.x") { "prTitle": "chore(deps): update dependency ruby to v3.2.0" } DEBUG: Creating PR(branch="renovate/ruby-3.x") { "title": "chore(deps): update dependency ruby to v3.2.0", "head": "Hongbo-Miao:renovate/ruby-3.x", "base": "main", "draft": false } DEBUG: PR created(branch="renovate/ruby-3.x") { "pr": 2, "draft": false } DEBUG: Adding labels '' to #2(branch="renovate/ruby-3.x") INFO: PR created(branch="renovate/ruby-3.x") { "pr": 2, "prTitle": "chore(deps): update dependency ruby to v3.2.0" } DEBUG: addParticipants(pr=2)(branch="renovate/ruby-3.x") DEBUG: Created Pull Request #2(branch="renovate/ruby-3.x") WARN: artifactErrors(branch="renovate/ruby-3.x") { "artifactErrors": [ { "lockFile": "Gemfile.lock", "stderr": "installing v2 tool ruby v3.2.0\n\ncurl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n" } ] } DEBUG: Getting comments for #2(branch="renovate/ruby-3.x") DEBUG: Found 0 comments(branch="renovate/ruby-3.x") DEBUG: Ensuring comment "⚠ Artifact update problem" in #2(branch="renovate/ruby-3.x") INFO: Comment added(branch="renovate/ruby-3.x") { "issueNo": 2, "topic": "⚠ Artifact update problem" } DEBUG: setBranchCommit()(branch="renovate/ruby-3.x") DEBUG: syncBranchState()(branch="renovate/lock-file-maintenance") DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState(branch="renovate/lock-file-maintenance") DEBUG: getBranchPr(renovate/lock-file-maintenance)(branch="renovate/lock-file-maintenance") DEBUG: findPr(renovate/lock-file-maintenance, undefined, open)(branch="renovate/lock-file-maintenance") DEBUG: findPr(renovate/lock-file-maintenance, undefined, closed)(branch="renovate/lock-file-maintenance") DEBUG: branchExists=false(branch="renovate/lock-file-maintenance") DEBUG: dependencyDashboardCheck=undefined(branch="renovate/lock-file-maintenance") DEBUG: recreateClosed is true(branch="renovate/lock-file-maintenance") DEBUG: Checking schedule(before 5am on monday, null)(branch="renovate/lock-file-maintenance") DEBUG: Checking 1 schedule(s)(branch="renovate/lock-file-maintenance") DEBUG: Checking schedule "before 5am on monday"(branch="renovate/lock-file-maintenance") { "parsedSchedule": { "schedules": [ { "t_b": [ 18000 ], "d": [ 2 ] } ], "exceptions": [], "error": -1 } } DEBUG: Package not scheduled(branch="renovate/lock-file-maintenance") DEBUG: Skipping branch creation as not within schedule(branch="renovate/lock-file-maintenance") DEBUG: getBranchPr(renovate/ruby-3.x) DEBUG: findPr(renovate/ruby-3.x, undefined, open) DEBUG: Found PR #2 DEBUG: branch.isBehindBase(): using cached result "false" DEBUG: isBranchConflicted(main, renovate/ruby-3.x) DEBUG: branch.isConflicted(): using cached result "false" DEBUG: Ensuring Dependency Dashboard DEBUG: ensureIssue(Dependency Dashboard) INFO: Issue created DEBUG: Removing any stale branches DEBUG: config.repoIsOnboarded=true DEBUG: Branch lists { "branchList": [ "renovate/lock-file-maintenance", "renovate/ruby-3.x" ], "renovateBranches": [ "renovate/configure", "renovate/ruby-3.x" ] } DEBUG: remainingBranches=renovate/configure DEBUG: findPr(renovate/configure, undefined, open) DEBUG: Found PR #1 DEBUG: branch.isModified(): using git to calculate DEBUG: branch.isModified() = false DEBUG: setCachedModifiedResult(): Branch cache not present INFO: Autoclosing PR { "branchName": "renovate/configure", "prNo": 1, "prTitle": "Configure Renovate" } DEBUG: updatePr(1, Configure Renovate - autoclosed, body) DEBUG: PR updated...prNo: 1 DEBUG: Deleted remote branch: renovate/configure DEBUG: No local branch to delete with name: renovate/configure DEBUG: Retrieving issueList DEBUG: Retrieved 1 issues DEBUG: Cleaning up Renovate refs: refs/renovate/* DEBUG: PackageFiles.clear() - Package files deleted DEBUG: Branch summary { "cacheModified": true, "baseBranches": [ { "branchName": "main", "sha": "a950b2ef946b7b805e33bd94e39a19484c4688a8" } ], "branches": [ { "automerge": false, "baseBranch": "main", "baseBranchSha": "a950b2ef946b7b805e33bd94e39a19484c4688a8", "branchName": "renovate/ruby-3.x", "branchSha": "0e8a2efb95332524323fbff5baea5fc2a6cb9ae2", "isModified": false, "isPristine": true } ], "inactiveBranches": [ "renovate/lock-file-maintenance" ] } DEBUG: Renovate repository PR statistics { "stats": { "total": 2, "open": 1, "closed": 1, "merged": 0 } } DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true DEBUG: Repository timing splits (milliseconds) { "splits": { "init": 5051, "extract": 1795, "lookup": 981, "onboarding": 0, "update": 11377 }, "total": 23812 } DEBUG: Package cache statistics { "get": { "count": 4, "avgMs": 66, "medianMs": 3, "maxMs": 250 }, "set": { "count": 1, "avgMs": 3 } } DEBUG: http statistics { "urls": { "https://api.github.com/graphql (POST,200)": 3, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/commits/0e8a2efb95332524323fbff5baea5fc2a6cb9ae2/statuses (GET,200)": 2, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/commits/renovate/ruby-3.x/status (GET,200)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/contents/renovate.json (GET,404)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/git/commits (POST,201)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/git/refs (POST,201)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/git/trees (POST,201)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/issues (POST,201)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/issues/2/comments (GET,200)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/issues/2/comments (POST,201)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/pulls (GET,200)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/pulls (POST,201)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/pulls/1 (PATCH,200)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/statuses/0e8a2efb95332524323fbff5baea5fc2a6cb9ae2 (POST,201)": 1, "https://api.github.com/repos/ruby/ruby (GET,200)": 1, "https://api.github.com/repos/ruby/ruby/git/trees/master (GET,200)": 1, "https://api.github.com/repos/ruby/ruby/releases (GET,200)": 1, "https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET,200)": 1 }, "hostStats": { "api.github.com": { "requestCount": 21, "requestAvgMs": 339, "queueAvgMs": 0 } }, "totalRequests": 21 } DEBUG: dns cache { "hosts": [ "api.github.com" ] } INFO: Repository finished { "cloned": true, "durationMs": 23812 } ``` </details> ### Have you created a minimal reproduction repository? I have linked to a minimal reproduction repository in the bug description
1.0
install-tool ruby 3.2.0 failed - ### How are you running Renovate? Mend Renovate hosted app on github.com ### Was this something which used to work for you, and then stopped? I never saw this working ### Describe the bug Renovate bumped the Ruby version in the Gemfile but not Gemfile.lock Here is the minimal reproduction repo: https://github.com/Hongbo-Miao/bug-renovate-ruby-version ### Relevant debug logs <details><summary>Logs</summary> ```shell DEBUG: No dangling containers to remove INFO: Repository started { "renovateVersion": "34.72.3" } DEBUG: Using localDir: /mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version DEBUG: PackageFiles.clear() - Package files deleted DEBUG: initRepo("Hongbo-Miao/bug-renovate-ruby-version") DEBUG: Using queue: host=api.github.com, concurrency=10 DEBUG: Hongbo-Miao/bug-renovate-ruby-version default branch = main DEBUG: Using app token for git init DEBUG: Repository cache is restored from revision 13 DEBUG: Resetting npmrc DEBUG: checkOnboarding() DEBUG: isOnboarded() DEBUG: Checking cached config file name DEBUG: GET https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/contents/renovate.json = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=165) DEBUG: Existing config file no longer exists DEBUG: findFile(renovate.json) DEBUG: Initializing git repository into /mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version DEBUG: Performing blobless clone DEBUG: git clone completed { "durationMs": 1305 } DEBUG: latest repository commit { "latestCommit": { "hash": "a950b2ef946b7b805e33bd94e39a19484c4688a8", "date": "2022-12-26T01:14:51-08:00", "message": "feat: init", "refs": "HEAD -> main, origin/main, origin/HEAD", "body": "", "author_name": "Hongbo Miao", "author_email": "3375461+Hongbo-Miao@users.noreply.github.com" } } DEBUG: findFile(renovate.json5) DEBUG: Config file exists, fileName: renovate.json5 DEBUG: Retrieving issueList DEBUG: Retrieved 0 issues DEBUG: Repo is onboarded DEBUG: Found renovate.json5 config file DEBUG: Repository config { "fileName": "renovate.json5", "config": { "extends": [ "config:base" ], "lockFileMaintenance": { "enabled": true } } } DEBUG: migrateAndValidate() DEBUG: No config migration necessary DEBUG: massaged config { "config": { "extends": [ "github>whitesource/merge-confidence:beta", "config:base" ], "lockFileMaintenance": { "enabled": true } } } DEBUG: migrated config { "config": { "extends": [ "github>whitesource/merge-confidence:beta", "config:base" ], "lockFileMaintenance": { "enabled": true } } } DEBUG: Setting hostRules from config DEBUG: Found repo ignorePaths { "ignorePaths": [ "**/node_modules/**", "**/bower_components/**", "**/vendor/**", "**/examples/**", "**/__tests__/**", "**/test/**", "**/tests/**", "**/__fixtures__/**" ] } DEBUG: Using queue: host=api.github.com, concurrency=10 DEBUG: No vulnerability alerts found DEBUG: No vulnerability alerts found DEBUG: findIssue(Dependency Dashboard) DEBUG: No baseBranches DEBUG: extract() DEBUG: Cached extract result cannot be used due to base branch SHA change (old=f63a58041cac44b6bf948f6138773c594b9328ec, new=a950b2ef946b7b805e33bd94e39a19484c4688a8) DEBUG: Setting current branch to main DEBUG: latest commit { "branchName": "main", "latestCommitDate": "2022-12-26T01:14:51-08:00" } DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager ansible-galaxy DEBUG: Using file match: (^|/)galaxy\.ya?ml$ for manager ansible-galaxy DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines DEBUG: Using file match: (^|/)batect(-bundle)?\.yml$ for manager batect DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel)$ for manager bazel DEBUG: Using file match: \.bzl$ for manager bazel DEBUG: Using file match: (^|\/)\.bazelversion$ for manager bazelisk DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines DEBUG: Using file match: buildkite\.ya?ml for manager buildkite DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite DEBUG: Using file match: (^|/)Gemfile$ for manager bundler DEBUG: Using file match: \.cake$ for manager cake DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo DEBUG: Using file match: (^|/)\.circleci/config\.yml$ for manager circleci DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose DEBUG: Using file match: (^|/|\.)Dockerfile$ for manager dockerfile DEBUG: Using file match: (^|/)Dockerfile[^/]*$ for manager dockerfile DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet DEBUG: Using file match: (^|\/)flux-system\/(?:.+\/)?gotk-components\.yaml$ for manager flux DEBUG: Using file match: (^|\/)\.fvm\/fvm_config\.json$ for manager fvm DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules DEBUG: Using file match: ^(workflow-templates|\.github\/workflows)\/[^/]+\.ya?ml$ for manager github-actions DEBUG: Using file match: (^|\/)action\.ya?ml$ for manager github-actions DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci-include DEBUG: Using file match: (^|/)go\.mod$ for manager gomod DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle DEBUG: Using file match: (^|\/)gradle\.properties$ for manager gradle DEBUG: Using file match: (^|\/)gradle\/.+\.toml$ for manager gradle DEBUG: Using file match: \.versions\.toml$ for manager gradle DEBUG: Using file match: (^|\/)versions.props$ for manager gradle DEBUG: Using file match: (^|\/)versions.lock$ for manager gradle DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper DEBUG: Using file match: (^|/)requirements\.yaml$ for manager helm-requirements DEBUG: Using file match: (^|/)values\.yaml$ for manager helm-values DEBUG: Using file match: (^|/)helmfile\.yaml$ for manager helmfile DEBUG: Using file match: (^|/)Chart\.yaml$ for manager helmv3 DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew DEBUG: Using file match: \.html?$ for manager html DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven DEBUG: Using file match: (^|/)package\.js$ for manager meteor DEBUG: Using file match: (^|\/)Mintfile$ for manager mint DEBUG: Using file match: (^|/)mix\.exs$ for manager mix DEBUG: Using file match: (^|\/)flake\.nix$ for manager nix DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv DEBUG: Using file match: (^|/)package\.json$ for manager npm DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget DEBUG: Using file match: \.(?:props|targets)$ for manager nuget DEBUG: Using file match: (^|\/)dotnet-tools\.json$ for manager nuget DEBUG: Using file match: (^|\/)global\.json$ for manager nuget DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi DEBUG: Using file match: (^|/)([\w-]*)requirements\.(txt|pip)$ for manager pip_requirements DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry DEBUG: Using file match: (^|/)\.pre-commit-config\.yaml$ for manager pre-commit DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub DEBUG: Using file match: (^|\/)Puppetfile$ for manager puppet DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version DEBUG: Using file match: \.sbt$ for manager sbt DEBUG: Using file match: project/[^/]*.scala$ for manager sbt DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg DEBUG: Using file match: (^|/)Package\.swift for manager swift DEBUG: Using file match: \.tf$ for manager terraform DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin DEBUG: Using file match: ^\.travis\.yml$ for manager travis DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci DEBUG: Using file match: (^|\/)\.woodpecker[^/]*\.ya?ml$ for manager woodpecker DEBUG: Matched 1 file(s) for manager bundler: Gemfile DEBUG: Found Gemfile.lock file packageFile: Gemfile DEBUG: Found bundler package files DEBUG: Found 1 package file(s) INFO: Dependency extraction complete { "baseBranch": "main", "stats": { "managers": { "bundler": { "fileCount": 1, "depCount": 2 } }, "total": { "fileCount": 1, "depCount": 2 } } } DEBUG: PackageFiles.add() - Package file saved for base branch { "baseBranch": "main" } DEBUG: Package releases lookups complete { "baseBranch": "main" } DEBUG: branchifyUpgrades DEBUG: detectSemanticCommits() DEBUG: getCommitMessages DEBUG: semanticCommits: detected "angular" DEBUG: semanticCommits: enabled DEBUG: 2 flattened updates found: ruby DEBUG: Returning 2 branch(es) DEBUG: config.repoIsOnboarded=true DEBUG: packageFiles with updates { "baseBranch": "main", "config": { "bundler": [ { "packageFile": "Gemfile", "registryUrls": [ "https://rubygems.org" ], "deps": [ { "depName": "ruby", "currentValue": "3.1.3", "datasource": "ruby-version", "registryUrls": null, "depIndex": 0, "updates": [ { "bucket": "non-major", "newVersion": "3.2.0", "newValue": "3.2.0", "releaseTimestamp": "2022-12-25T00:00:00.000Z", "newMajor": 3, "newMinor": 2, "updateType": "minor", "branchName": "renovate/ruby-3.x" } ], "warnings": [], "versioning": "ruby", "sourceUrl": "https://github.com/ruby/ruby", "registryUrl": "https://www.ruby-lang.org/", "homepage": "https://www.ruby-lang.org", "currentVersion": "3.1.3", "isSingleVersion": true, "fixedVersion": "3.1.3" }, { "depName": "slather", "managerData": { "lineNumber": 6 }, "currentValue": "'2.7.3'", "datasource": "rubygems", "lockedVersion": "2.7.3", "depIndex": 1, "updates": [], "warnings": [], "versioning": "ruby", "registryUrl": "https://rubygems.org", "currentVersion": "2.7.3", "fixedVersion": "2.7.3" } ], "lockFiles": [ "Gemfile.lock" ] } ] } } DEBUG: detectSemanticCommits() DEBUG: semanticCommits: returning "enabled" from cache DEBUG: processRepo() DEBUG: Processing 2 branches: renovate/lock-file-maintenance, renovate/ruby-3.x DEBUG: Calculating hourly PRs remaining DEBUG: getPrList success { "pullsTotal": 1, "requestsTotal": 1, "apiQuotaAffected": true } DEBUG: currentHourStart=2022-12-26T09:00:00.000+00:00 DEBUG: PR hourly limit remaining: 2 DEBUG: Calculating prConcurrentLimit (10) DEBUG: getBranchPr(renovate/ruby-3.x) DEBUG: findPr(renovate/ruby-3.x, undefined, open) DEBUG: findPr(renovate/ruby-3.x, undefined, closed) DEBUG: getBranchPr(renovate/lock-file-maintenance) DEBUG: findPr(renovate/lock-file-maintenance, undefined, open) DEBUG: findPr(renovate/lock-file-maintenance, undefined, closed) DEBUG: 0 PRs are currently open DEBUG: PR concurrent limit remaining: 10 DEBUG: Calculated maximum PRs remaining this run: 2 DEBUG: PullRequests limit = 2 DEBUG: Calculating hourly PRs remaining DEBUG: currentHourStart=2022-12-26T09:00:00.000+00:00 DEBUG: PR hourly limit remaining: 2 DEBUG: Calculating branchConcurrentLimit (10) DEBUG: 0 already existing branches found: DEBUG: Branch concurrent limit remaining: 10 DEBUG: Calculated maximum branches remaining this run: 2 DEBUG: Branches limit = 2 DEBUG: syncBranchState()(branch="renovate/ruby-3.x") DEBUG: syncBranchState(): update baseBranchSha(branch="renovate/ruby-3.x") DEBUG: getBranchPr(renovate/ruby-3.x)(branch="renovate/ruby-3.x") DEBUG: findPr(renovate/ruby-3.x, undefined, open)(branch="renovate/ruby-3.x") DEBUG: findPr(renovate/ruby-3.x, undefined, closed)(branch="renovate/ruby-3.x") DEBUG: branchExists=false(branch="renovate/ruby-3.x") DEBUG: dependencyDashboardCheck=undefined(branch="renovate/ruby-3.x") DEBUG: recreateClosed is false(branch="renovate/ruby-3.x") DEBUG: findPr(renovate/ruby-3.x, chore(deps): update dependency ruby to v3.2.0, !open)(branch="renovate/ruby-3.x") DEBUG: prAlreadyExisted=false(branch="renovate/ruby-3.x") DEBUG: Checking schedule(at any time, null)(branch="renovate/ruby-3.x") DEBUG: No schedule defined(branch="renovate/ruby-3.x") DEBUG: Branch needs creating(branch="renovate/ruby-3.x") DEBUG: Using reuseExistingBranch: false(branch="renovate/ruby-3.x") DEBUG: Setting current branch to main(branch="renovate/ruby-3.x") DEBUG: latest commit(branch="renovate/ruby-3.x") { "branchName": "main", "latestCommitDate": "2022-12-26T01:14:51-08:00" } DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/ruby-3.x") DEBUG: Starting search at index 68(packageFile="Gemfile", branch="renovate/ruby-3.x") { "depName": "ruby" } DEBUG: Found match at index 68(packageFile="Gemfile", branch="renovate/ruby-3.x") { "depName": "ruby" } DEBUG: Found Gemfile.lock file packageFile: Gemfile(branch="renovate/ruby-3.x") DEBUG: Contents updated(packageFile="Gemfile", branch="renovate/ruby-3.x") { "depName": "ruby" } DEBUG: bundler.updateArtifacts(Gemfile)(branch="renovate/ruby-3.x") DEBUG: Using bundler version specified in lockfile(branch="renovate/ruby-3.x") DEBUG: Using ruby version from gemfile(branch="renovate/ruby-3.x") DEBUG: Setting CONTAINERBASE_CACHE_DIR to /tmp/containerbase(branch="renovate/ruby-3.x") DEBUG: Using docker to execute(branch="renovate/ruby-3.x") { "image": "sidecar" } DEBUG: containerbaseDir is separate from cacheDir(branch="renovate/ruby-3.x") DEBUG: Resolved tag constraint(branch="renovate/ruby-3.x") { "image": "docker.io/renovate/sidecar" } DEBUG: Fetching Docker image: docker.io/renovate/sidecar(branch="renovate/ruby-3.x") DEBUG: Finished fetching Docker image docker.io/renovate/sidecar@sha256:417cdf09f9c10595dc55b57263cc93a7e253f868d36c11ad1cdb0f60dbab95c6(branch="renovate/ruby-3.x") DEBUG: Executing command(branch="renovate/ruby-3.x") { "command": "docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"" } DEBUG: rawExec err(branch="renovate/ruby-3.x") { "err": { "name": "ExecError", "cmd": "/bin/sh -c docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"", "stderr": "curl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n", "stdout": "installing v2 tool ruby v3.2.0\n", "options": { "cwd": "/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version", "encoding": "utf-8", "env": { "BUNDLE_GITHUB__COM": "**redacted**", "GEM_HOME": "/tmp/renovate-cache/others/bundler", "HOME": "/home/ubuntu", "PATH": "/home/ubuntu/.local/bin:/home/ubuntu/bin:/opt/buildpack/tools/python/3.9.3/bin:/home/ubuntu/.npm-global/bin:/home/ubuntu/renovateapp/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LC_ALL": "C.UTF-8", "LANG": "C.UTF-8", "BUILDPACK_CACHE_DIR": "/tmp/containerbase", "CONTAINERBASE_CACHE_DIR": "/tmp/containerbase" }, "maxBuffer": 10485760, "timeout": 900000 }, "exitCode": 1, "message": "Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"\ncurl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n", "stack": "ExecError: Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"\ncurl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n\n at ChildProcess.<anonymous> (/home/ubuntu/renovateapp/node_modules/renovate/dist/util/exec/common.js:87:24)\n at ChildProcess.emit (node:events:525:35)\n at ChildProcess.emit (node:domain:489:12)\n at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)" } } INFO: Gemfile.lock update failed due to an unknown reason(branch="renovate/ruby-3.x") { "err": { "name": "ExecError", "cmd": "/bin/sh -c docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"", "stderr": "curl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n", "stdout": "installing v2 tool ruby v3.2.0\n", "options": { "cwd": "/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version", "encoding": "utf-8", "env": { "BUNDLE_GITHUB__COM": "**redacted**", "GEM_HOME": "/tmp/renovate-cache/others/bundler", "HOME": "/home/ubuntu", "PATH": "/home/ubuntu/.local/bin:/home/ubuntu/bin:/opt/buildpack/tools/python/3.9.3/bin:/home/ubuntu/.npm-global/bin:/home/ubuntu/renovateapp/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LC_ALL": "C.UTF-8", "LANG": "C.UTF-8", "BUILDPACK_CACHE_DIR": "/tmp/containerbase", "CONTAINERBASE_CACHE_DIR": "/tmp/containerbase" }, "maxBuffer": 10485760, "timeout": 900000 }, "exitCode": 1, "message": "Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"\ncurl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n", "stack": "ExecError: Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\":\"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -v \"/tmp/containerbase\":\"/tmp/containerbase\" -e BUNDLE_GITHUB__COM -e GEM_HOME -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w \"/mnt/renovate/gh/Hongbo-Miao/bug-renovate-ruby-version\" docker.io/renovate/sidecar bash -l -c \"install-tool ruby 3.2.0 && install-tool bundler 2.3.26 && ruby --version && bundler lock --update \"\ncurl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n\n at ChildProcess.<anonymous> (/home/ubuntu/renovateapp/node_modules/renovate/dist/util/exec/common.js:87:24)\n at ChildProcess.emit (node:events:525:35)\n at ChildProcess.emit (node:domain:489:12)\n at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)" } } DEBUG: Updated 1 package files(branch="renovate/ruby-3.x") DEBUG: No updated lock files in branch(branch="renovate/ruby-3.x") DEBUG: Branch timestamp: 2022-12-25T00:00:00.000Z(branch="renovate/ruby-3.x") DEBUG: PR is older than 2 hours, raise PR with lock file errors(branch="renovate/ruby-3.x") DEBUG: 1 file(s) to commit(branch="renovate/ruby-3.x") DEBUG: Preparing files for committing to branch renovate/ruby-3.x(branch="renovate/ruby-3.x") DEBUG: Setting git author name: Renovate Bot(branch="renovate/ruby-3.x") DEBUG: Setting git author email: bot@renovateapp.com(branch="renovate/ruby-3.x") DEBUG: git commit(branch="renovate/ruby-3.x") { "deletedFiles": [], "ignoredFiles": [], "result": { "author": null, "branch": "renovate/ruby-3.x", "commit": "64e7c2667055234dc69aaa1b50f4bda40c047fbe", "root": false, "summary": { "changes": 1, "insertions": 1, "deletions": 0 } } } DEBUG: resetToCommit(a950b2ef946b7b805e33bd94e39a19484c4688a8)(branch="renovate/ruby-3.x") DEBUG: Fetching branch renovate/ruby-3.x(branch="renovate/ruby-3.x") INFO: Branch created(branch="renovate/ruby-3.x") { "commitSha": "0e8a2efb95332524323fbff5baea5fc2a6cb9ae2" } DEBUG: Updating status check state to failed(branch="renovate/ruby-3.x") DEBUG: Setting branch status(branch="renovate/ruby-3.x") { "context": "renovate/artifacts", "state": "red" } DEBUG: Ensuring PR(branch="renovate/ruby-3.x") DEBUG: There are 0 errors and 0 warnings(branch="renovate/ruby-3.x") DEBUG: getBranchPr(renovate/ruby-3.x)(branch="renovate/ruby-3.x") DEBUG: findPr(renovate/ruby-3.x, undefined, open)(branch="renovate/ruby-3.x") DEBUG: findPr(renovate/ruby-3.x, undefined, closed)(branch="renovate/ruby-3.x") DEBUG: Forcing PR because of artifact errors(branch="renovate/ruby-3.x") DEBUG: Fetching changelog: https://github.com/ruby/ruby (3.1.3 -> 3.2.0)(branch="renovate/ruby-3.x") DEBUG: Creating PR(branch="renovate/ruby-3.x") { "prTitle": "chore(deps): update dependency ruby to v3.2.0" } DEBUG: Creating PR(branch="renovate/ruby-3.x") { "title": "chore(deps): update dependency ruby to v3.2.0", "head": "Hongbo-Miao:renovate/ruby-3.x", "base": "main", "draft": false } DEBUG: PR created(branch="renovate/ruby-3.x") { "pr": 2, "draft": false } DEBUG: Adding labels '' to #2(branch="renovate/ruby-3.x") INFO: PR created(branch="renovate/ruby-3.x") { "pr": 2, "prTitle": "chore(deps): update dependency ruby to v3.2.0" } DEBUG: addParticipants(pr=2)(branch="renovate/ruby-3.x") DEBUG: Created Pull Request #2(branch="renovate/ruby-3.x") WARN: artifactErrors(branch="renovate/ruby-3.x") { "artifactErrors": [ { "lockFile": "Gemfile.lock", "stderr": "installing v2 tool ruby v3.2.0\n\ncurl: (22) The requested URL returned error: 404 \nDownload failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.2.0/ruby-3.2.0-focal-x86_64.tar.xz\n" } ] } DEBUG: Getting comments for #2(branch="renovate/ruby-3.x") DEBUG: Found 0 comments(branch="renovate/ruby-3.x") DEBUG: Ensuring comment "⚠ Artifact update problem" in #2(branch="renovate/ruby-3.x") INFO: Comment added(branch="renovate/ruby-3.x") { "issueNo": 2, "topic": "⚠ Artifact update problem" } DEBUG: setBranchCommit()(branch="renovate/ruby-3.x") DEBUG: syncBranchState()(branch="renovate/lock-file-maintenance") DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState(branch="renovate/lock-file-maintenance") DEBUG: getBranchPr(renovate/lock-file-maintenance)(branch="renovate/lock-file-maintenance") DEBUG: findPr(renovate/lock-file-maintenance, undefined, open)(branch="renovate/lock-file-maintenance") DEBUG: findPr(renovate/lock-file-maintenance, undefined, closed)(branch="renovate/lock-file-maintenance") DEBUG: branchExists=false(branch="renovate/lock-file-maintenance") DEBUG: dependencyDashboardCheck=undefined(branch="renovate/lock-file-maintenance") DEBUG: recreateClosed is true(branch="renovate/lock-file-maintenance") DEBUG: Checking schedule(before 5am on monday, null)(branch="renovate/lock-file-maintenance") DEBUG: Checking 1 schedule(s)(branch="renovate/lock-file-maintenance") DEBUG: Checking schedule "before 5am on monday"(branch="renovate/lock-file-maintenance") { "parsedSchedule": { "schedules": [ { "t_b": [ 18000 ], "d": [ 2 ] } ], "exceptions": [], "error": -1 } } DEBUG: Package not scheduled(branch="renovate/lock-file-maintenance") DEBUG: Skipping branch creation as not within schedule(branch="renovate/lock-file-maintenance") DEBUG: getBranchPr(renovate/ruby-3.x) DEBUG: findPr(renovate/ruby-3.x, undefined, open) DEBUG: Found PR #2 DEBUG: branch.isBehindBase(): using cached result "false" DEBUG: isBranchConflicted(main, renovate/ruby-3.x) DEBUG: branch.isConflicted(): using cached result "false" DEBUG: Ensuring Dependency Dashboard DEBUG: ensureIssue(Dependency Dashboard) INFO: Issue created DEBUG: Removing any stale branches DEBUG: config.repoIsOnboarded=true DEBUG: Branch lists { "branchList": [ "renovate/lock-file-maintenance", "renovate/ruby-3.x" ], "renovateBranches": [ "renovate/configure", "renovate/ruby-3.x" ] } DEBUG: remainingBranches=renovate/configure DEBUG: findPr(renovate/configure, undefined, open) DEBUG: Found PR #1 DEBUG: branch.isModified(): using git to calculate DEBUG: branch.isModified() = false DEBUG: setCachedModifiedResult(): Branch cache not present INFO: Autoclosing PR { "branchName": "renovate/configure", "prNo": 1, "prTitle": "Configure Renovate" } DEBUG: updatePr(1, Configure Renovate - autoclosed, body) DEBUG: PR updated...prNo: 1 DEBUG: Deleted remote branch: renovate/configure DEBUG: No local branch to delete with name: renovate/configure DEBUG: Retrieving issueList DEBUG: Retrieved 1 issues DEBUG: Cleaning up Renovate refs: refs/renovate/* DEBUG: PackageFiles.clear() - Package files deleted DEBUG: Branch summary { "cacheModified": true, "baseBranches": [ { "branchName": "main", "sha": "a950b2ef946b7b805e33bd94e39a19484c4688a8" } ], "branches": [ { "automerge": false, "baseBranch": "main", "baseBranchSha": "a950b2ef946b7b805e33bd94e39a19484c4688a8", "branchName": "renovate/ruby-3.x", "branchSha": "0e8a2efb95332524323fbff5baea5fc2a6cb9ae2", "isModified": false, "isPristine": true } ], "inactiveBranches": [ "renovate/lock-file-maintenance" ] } DEBUG: Renovate repository PR statistics { "stats": { "total": 2, "open": 1, "closed": 1, "merged": 0 } } DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true DEBUG: Repository timing splits (milliseconds) { "splits": { "init": 5051, "extract": 1795, "lookup": 981, "onboarding": 0, "update": 11377 }, "total": 23812 } DEBUG: Package cache statistics { "get": { "count": 4, "avgMs": 66, "medianMs": 3, "maxMs": 250 }, "set": { "count": 1, "avgMs": 3 } } DEBUG: http statistics { "urls": { "https://api.github.com/graphql (POST,200)": 3, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/commits/0e8a2efb95332524323fbff5baea5fc2a6cb9ae2/statuses (GET,200)": 2, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/commits/renovate/ruby-3.x/status (GET,200)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/contents/renovate.json (GET,404)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/git/commits (POST,201)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/git/refs (POST,201)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/git/trees (POST,201)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/issues (POST,201)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/issues/2/comments (GET,200)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/issues/2/comments (POST,201)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/pulls (GET,200)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/pulls (POST,201)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/pulls/1 (PATCH,200)": 1, "https://api.github.com/repos/Hongbo-Miao/bug-renovate-ruby-version/statuses/0e8a2efb95332524323fbff5baea5fc2a6cb9ae2 (POST,201)": 1, "https://api.github.com/repos/ruby/ruby (GET,200)": 1, "https://api.github.com/repos/ruby/ruby/git/trees/master (GET,200)": 1, "https://api.github.com/repos/ruby/ruby/releases (GET,200)": 1, "https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET,200)": 1 }, "hostStats": { "api.github.com": { "requestCount": 21, "requestAvgMs": 339, "queueAvgMs": 0 } }, "totalRequests": 21 } DEBUG: dns cache { "hosts": [ "api.github.com" ] } INFO: Repository finished { "cloned": true, "durationMs": 23812 } ``` </details> ### Have you created a minimal reproduction repository? I have linked to a minimal reproduction repository in the bug description
non_comp
install tool ruby failed how are you running renovate mend renovate hosted app on github com was this something which used to work for you and then stopped i never saw this working describe the bug renovate bumped the ruby version in the gemfile but not gemfile lock here is the minimal reproduction repo relevant debug logs logs shell debug no dangling containers to remove info repository started renovateversion debug using localdir mnt renovate gh hongbo miao bug renovate ruby version debug packagefiles clear package files deleted debug initrepo hongbo miao bug renovate ruby version debug using queue host api github com concurrency debug hongbo miao bug renovate ruby version default branch main debug using app token for git init debug repository cache is restored from revision debug resetting npmrc debug checkonboarding debug isonboarded debug checking cached config file name debug get code err non response statuscode retrycount duration debug existing config file no longer exists debug findfile renovate json debug initializing git repository into mnt renovate gh hongbo miao bug renovate ruby version debug performing blobless clone debug git clone completed durationms debug latest repository commit latestcommit hash date message feat init refs head main origin main origin head body author name hongbo miao author email hongbo miao users noreply github com debug findfile renovate debug config file exists filename renovate debug retrieving issuelist debug retrieved issues debug repo is onboarded debug found renovate config file debug repository config filename renovate config extends config base lockfilemaintenance enabled true debug migrateandvalidate debug no config migration necessary debug massaged config config extends github whitesource merge confidence beta config base lockfilemaintenance enabled true debug migrated config config extends github whitesource merge confidence beta config base lockfilemaintenance enabled true debug setting hostrules from config debug found repo ignorepaths ignorepaths node modules bower components vendor examples tests test tests fixtures debug using queue host api github com concurrency debug no vulnerability alerts found debug no vulnerability alerts found debug findissue dependency dashboard debug no basebranches debug extract debug cached extract result cannot be used due to base branch sha change old new debug setting current branch to main debug latest commit branchname main latestcommitdate debug using file match tasks ya ml for manager ansible debug using file match requirements ya ml for manager ansible galaxy debug using file match galaxy ya ml for manager ansible galaxy debug using file match tool versions for manager asdf debug using file match azure pipelines ya ml for manager azure pipelines debug using file match batect bundle yml for manager batect debug using file match batect for manager batect wrapper debug using file match workspace bazel for manager bazel debug using file match bzl for manager bazel debug using file match bazelversion for manager bazelisk debug using file match bitbucket pipelines ya ml for manager bitbucket pipelines debug using file match buildkite ya ml for manager buildkite debug using file match buildkite ya ml for manager buildkite debug using file match gemfile for manager bundler debug using file match cake for manager cake debug using file match cargo toml for manager cargo debug using file match circleci config yml for manager circleci debug using file match cloudbuild ya ml for manager cloudbuild debug using file match podfile for manager cocoapods debug using file match composer json for manager composer debug using file match conanfile txt py for manager conan debug using file match deps bb edn for manager deps edn debug using file match docker compose ya ml for manager docker compose debug using file match dockerfile for manager dockerfile debug using file match dockerfile for manager dockerfile debug using file match drone yml for manager droneci debug using file match fleet ya ml for manager fleet debug using file match flux system gotk components yaml for manager flux debug using file match fvm fvm config json for manager fvm debug using file match gitmodules for manager git submodules debug using file match workflow templates github workflows ya ml for manager github actions debug using file match action ya ml for manager github actions debug using file match gitlab ci yml for manager gitlabci debug using file match gitlab ci yml for manager gitlabci include debug using file match go mod for manager gomod debug using file match gradle kts for manager gradle debug using file match gradle properties for manager gradle debug using file match gradle toml for manager gradle debug using file match versions toml for manager gradle debug using file match versions props for manager gradle debug using file match versions lock for manager gradle debug using file match gradle wrapper gradle wrapper properties for manager gradle wrapper debug using file match requirements yaml for manager helm requirements debug using file match values yaml for manager helm values debug using file match helmfile yaml for manager helmfile debug using file match chart yaml for manager debug using file match bin hermit for manager hermit debug using file match formula rb for manager homebrew debug using file match html for manager html debug using file match plugins txt ya ml for manager jenkins debug using file match jsonnetfile json for manager jsonnet bundler debug using file match main kts for manager kotlin script debug using file match kustomization ya ml for manager kustomize debug using file match project clj for manager leiningen debug using file match pom xml for manager maven debug using file match mvn settings xml for manager maven debug using file match package js for manager meteor debug using file match mintfile for manager mint debug using file match mix exs for manager mix debug using file match flake nix for manager nix debug using file match node version for manager nodenv debug using file match package json for manager npm debug using file match cs fs vb proj for manager nuget debug using file match props targets for manager nuget debug using file match dotnet tools json for manager nuget debug using file match global json for manager nuget debug using file match nvmrc for manager nvm debug using file match src main features json for manager osgi debug using file match requirements txt pip for manager pip requirements debug using file match setup py for manager pip setup debug using file match pipfile for manager pipenv debug using file match pyproject toml for manager poetry debug using file match pre commit config yaml for manager pre commit debug using file match pubspec ya ml for manager pub debug using file match puppetfile for manager puppet debug using file match python version for manager pyenv debug using file match ruby version for manager ruby version debug using file match sbt for manager sbt debug using file match project scala for manager sbt debug using file match setup cfg for manager setup cfg debug using file match package swift for manager swift debug using file match tf for manager terraform debug using file match terraform version for manager terraform version debug using file match terragrunt hcl for manager terragrunt debug using file match terragrunt version for manager terragrunt version debug using file match tflint hcl for manager tflint plugin debug using file match travis yml for manager travis debug using file match vela ya ml for manager velaci debug using file match woodpecker ya ml for manager woodpecker debug matched file s for manager bundler gemfile debug found gemfile lock file packagefile gemfile debug found bundler package files debug found package file s info dependency extraction complete basebranch main stats managers bundler filecount depcount total filecount depcount debug packagefiles add package file saved for base branch basebranch main debug package releases lookups complete basebranch main debug branchifyupgrades debug detectsemanticcommits debug getcommitmessages debug semanticcommits detected angular debug semanticcommits enabled debug flattened updates found ruby debug returning branch es debug config repoisonboarded true debug packagefiles with updates basebranch main config bundler packagefile gemfile registryurls deps depname ruby currentvalue datasource ruby version registryurls null depindex updates bucket non major newversion newvalue releasetimestamp newmajor newminor updatetype minor branchname renovate ruby x warnings versioning ruby sourceurl registryurl homepage currentversion issingleversion true fixedversion depname slather managerdata linenumber currentvalue datasource rubygems lockedversion depindex updates warnings versioning ruby registryurl currentversion fixedversion lockfiles gemfile lock debug detectsemanticcommits debug semanticcommits returning enabled from cache debug processrepo debug processing branches renovate lock file maintenance renovate ruby x debug calculating hourly prs remaining debug getprlist success pullstotal requeststotal apiquotaaffected true debug currenthourstart debug pr hourly limit remaining debug calculating prconcurrentlimit debug getbranchpr renovate ruby x debug findpr renovate ruby x undefined open debug findpr renovate ruby x undefined closed debug getbranchpr renovate lock file maintenance debug findpr renovate lock file maintenance undefined open debug findpr renovate lock file maintenance undefined closed debug prs are currently open debug pr concurrent limit remaining debug calculated maximum prs remaining this run debug pullrequests limit debug calculating hourly prs remaining debug currenthourstart debug pr hourly limit remaining debug calculating branchconcurrentlimit debug already existing branches found debug branch concurrent limit remaining debug calculated maximum branches remaining this run debug branches limit debug syncbranchstate branch renovate ruby x debug syncbranchstate update basebranchsha branch renovate ruby x debug getbranchpr renovate ruby x branch renovate ruby x debug findpr renovate ruby x undefined open branch renovate ruby x debug findpr renovate ruby x undefined closed branch renovate ruby x debug branchexists false branch renovate ruby x debug dependencydashboardcheck undefined branch renovate ruby x debug recreateclosed is false branch renovate ruby x debug findpr renovate ruby x chore deps update dependency ruby to open branch renovate ruby x debug pralreadyexisted false branch renovate ruby x debug checking schedule at any time null branch renovate ruby x debug no schedule defined branch renovate ruby x debug branch needs creating branch renovate ruby x debug using reuseexistingbranch false branch renovate ruby x debug setting current branch to main branch renovate ruby x debug latest commit branch renovate ruby x branchname main latestcommitdate debug manager getupdatedpackagefiles reuseexistingbranch false branch renovate ruby x debug starting search at index packagefile gemfile branch renovate ruby x depname ruby debug found match at index packagefile gemfile branch renovate ruby x depname ruby debug found gemfile lock file packagefile gemfile branch renovate ruby x debug contents updated packagefile gemfile branch renovate ruby x depname ruby debug bundler updateartifacts gemfile branch renovate ruby x debug using bundler version specified in lockfile branch renovate ruby x debug using ruby version from gemfile branch renovate ruby x debug setting containerbase cache dir to tmp containerbase branch renovate ruby x debug using docker to execute branch renovate ruby x image sidecar debug containerbasedir is separate from cachedir branch renovate ruby x debug resolved tag constraint branch renovate ruby x image docker io renovate sidecar debug fetching docker image docker io renovate sidecar branch renovate ruby x debug finished fetching docker image docker io renovate sidecar branch renovate ruby x debug executing command branch renovate ruby x command docker run rm name renovate sidecar label renovate child v mnt renovate gh hongbo miao bug renovate ruby version mnt renovate gh hongbo miao bug renovate ruby version v tmp renovate cache tmp renovate cache v tmp containerbase tmp containerbase e bundle github com e gem home e buildpack cache dir e containerbase cache dir w mnt renovate gh hongbo miao bug renovate ruby version docker io renovate sidecar bash l c install tool ruby install tool bundler ruby version bundler lock update debug rawexec err branch renovate ruby x err name execerror cmd bin sh c docker run rm name renovate sidecar label renovate child v mnt renovate gh hongbo miao bug renovate ruby version mnt renovate gh hongbo miao bug renovate ruby version v tmp renovate cache tmp renovate cache v tmp containerbase tmp containerbase e bundle github com e gem home e buildpack cache dir e containerbase cache dir w mnt renovate gh hongbo miao bug renovate ruby version docker io renovate sidecar bash l c install tool ruby install tool bundler ruby version bundler lock update stderr curl the requested url returned error ndownload failed stdout installing tool ruby n options cwd mnt renovate gh hongbo miao bug renovate ruby version encoding utf env bundle github com redacted gem home tmp renovate cache others bundler home home ubuntu path home ubuntu local bin home ubuntu bin opt buildpack tools python bin home ubuntu npm global bin home ubuntu renovateapp node modules bin usr local sbin usr local bin usr sbin usr bin sbin bin lc all c utf lang c utf buildpack cache dir tmp containerbase containerbase cache dir tmp containerbase maxbuffer timeout exitcode message command failed docker run rm name renovate sidecar label renovate child v mnt renovate gh hongbo miao bug renovate ruby version mnt renovate gh hongbo miao bug renovate ruby version v tmp renovate cache tmp renovate cache v tmp containerbase tmp containerbase e bundle github com e gem home e buildpack cache dir e containerbase cache dir w mnt renovate gh hongbo miao bug renovate ruby version docker io renovate sidecar bash l c install tool ruby install tool bundler ruby version bundler lock update ncurl the requested url returned error ndownload failed stack execerror command failed docker run rm name renovate sidecar label renovate child v mnt renovate gh hongbo miao bug renovate ruby version mnt renovate gh hongbo miao bug renovate ruby version v tmp renovate cache tmp renovate cache v tmp containerbase tmp containerbase e bundle github com e gem home e buildpack cache dir e containerbase cache dir w mnt renovate gh hongbo miao bug renovate ruby version docker io renovate sidecar bash l c install tool ruby install tool bundler ruby version bundler lock update ncurl the requested url returned error ndownload failed at childprocess home ubuntu renovateapp node modules renovate dist util exec common js n at childprocess emit node events n at childprocess emit node domain n at process childprocess handle onexit node internal child process info gemfile lock update failed due to an unknown reason branch renovate ruby x err name execerror cmd bin sh c docker run rm name renovate sidecar label renovate child v mnt renovate gh hongbo miao bug renovate ruby version mnt renovate gh hongbo miao bug renovate ruby version v tmp renovate cache tmp renovate cache v tmp containerbase tmp containerbase e bundle github com e gem home e buildpack cache dir e containerbase cache dir w mnt renovate gh hongbo miao bug renovate ruby version docker io renovate sidecar bash l c install tool ruby install tool bundler ruby version bundler lock update stderr curl the requested url returned error ndownload failed stdout installing tool ruby n options cwd mnt renovate gh hongbo miao bug renovate ruby version encoding utf env bundle github com redacted gem home tmp renovate cache others bundler home home ubuntu path home ubuntu local bin home ubuntu bin opt buildpack tools python bin home ubuntu npm global bin home ubuntu renovateapp node modules bin usr local sbin usr local bin usr sbin usr bin sbin bin lc all c utf lang c utf buildpack cache dir tmp containerbase containerbase cache dir tmp containerbase maxbuffer timeout exitcode message command failed docker run rm name renovate sidecar label renovate child v mnt renovate gh hongbo miao bug renovate ruby version mnt renovate gh hongbo miao bug renovate ruby version v tmp renovate cache tmp renovate cache v tmp containerbase tmp containerbase e bundle github com e gem home e buildpack cache dir e containerbase cache dir w mnt renovate gh hongbo miao bug renovate ruby version docker io renovate sidecar bash l c install tool ruby install tool bundler ruby version bundler lock update ncurl the requested url returned error ndownload failed stack execerror command failed docker run rm name renovate sidecar label renovate child v mnt renovate gh hongbo miao bug renovate ruby version mnt renovate gh hongbo miao bug renovate ruby version v tmp renovate cache tmp renovate cache v tmp containerbase tmp containerbase e bundle github com e gem home e buildpack cache dir e containerbase cache dir w mnt renovate gh hongbo miao bug renovate ruby version docker io renovate sidecar bash l c install tool ruby install tool bundler ruby version bundler lock update ncurl the requested url returned error ndownload failed at childprocess home ubuntu renovateapp node modules renovate dist util exec common js n at childprocess emit node events n at childprocess emit node domain n at process childprocess handle onexit node internal child process debug updated package files branch renovate ruby x debug no updated lock files in branch branch renovate ruby x debug branch timestamp branch renovate ruby x debug pr is older than hours raise pr with lock file errors branch renovate ruby x debug file s to commit branch renovate ruby x debug preparing files for committing to branch renovate ruby x branch renovate ruby x debug setting git author name renovate bot branch renovate ruby x debug setting git author email bot renovateapp com branch renovate ruby x debug git commit branch renovate ruby x deletedfiles ignoredfiles result author null branch renovate ruby x commit root false summary changes insertions deletions debug resettocommit branch renovate ruby x debug fetching branch renovate ruby x branch renovate ruby x info branch created branch renovate ruby x commitsha debug updating status check state to failed branch renovate ruby x debug setting branch status branch renovate ruby x context renovate artifacts state red debug ensuring pr branch renovate ruby x debug there are errors and warnings branch renovate ruby x debug getbranchpr renovate ruby x branch renovate ruby x debug findpr renovate ruby x undefined open branch renovate ruby x debug findpr renovate ruby x undefined closed branch renovate ruby x debug forcing pr because of artifact errors branch renovate ruby x debug fetching changelog branch renovate ruby x debug creating pr branch renovate ruby x prtitle chore deps update dependency ruby to debug creating pr branch renovate ruby x title chore deps update dependency ruby to head hongbo miao renovate ruby x base main draft false debug pr created branch renovate ruby x pr draft false debug adding labels to branch renovate ruby x info pr created branch renovate ruby x pr prtitle chore deps update dependency ruby to debug addparticipants pr branch renovate ruby x debug created pull request branch renovate ruby x warn artifacterrors branch renovate ruby x artifacterrors lockfile gemfile lock stderr installing tool ruby n ncurl the requested url returned error ndownload failed debug getting comments for branch renovate ruby x debug found comments branch renovate ruby x debug ensuring comment ⚠ artifact update problem in branch renovate ruby x info comment added branch renovate ruby x issueno topic ⚠ artifact update problem debug setbranchcommit branch renovate ruby x debug syncbranchstate branch renovate lock file maintenance debug syncbranchstate branch cache not found creating minimal branchstate branch renovate lock file maintenance debug getbranchpr renovate lock file maintenance branch renovate lock file maintenance debug findpr renovate lock file maintenance undefined open branch renovate lock file maintenance debug findpr renovate lock file maintenance undefined closed branch renovate lock file maintenance debug branchexists false branch renovate lock file maintenance debug dependencydashboardcheck undefined branch renovate lock file maintenance debug recreateclosed is true branch renovate lock file maintenance debug checking schedule before on monday null branch renovate lock file maintenance debug checking schedule s branch renovate lock file maintenance debug checking schedule before on monday branch renovate lock file maintenance parsedschedule schedules t b d exceptions error debug package not scheduled branch renovate lock file maintenance debug skipping branch creation as not within schedule branch renovate lock file maintenance debug getbranchpr renovate ruby x debug findpr renovate ruby x undefined open debug found pr debug branch isbehindbase using cached result false debug isbranchconflicted main renovate ruby x debug branch isconflicted using cached result false debug ensuring dependency dashboard debug ensureissue dependency dashboard info issue created debug removing any stale branches debug config repoisonboarded true debug branch lists branchlist renovate lock file maintenance renovate ruby x renovatebranches renovate configure renovate ruby x debug remainingbranches renovate configure debug findpr renovate configure undefined open debug found pr debug branch ismodified using git to calculate debug branch ismodified false debug setcachedmodifiedresult branch cache not present info autoclosing pr branchname renovate configure prno prtitle configure renovate debug updatepr configure renovate autoclosed body debug pr updated prno debug deleted remote branch renovate configure debug no local branch to delete with name renovate configure debug retrieving issuelist debug retrieved issues debug cleaning up renovate refs refs renovate debug packagefiles clear package files deleted debug branch summary cachemodified true basebranches branchname main sha branches automerge false basebranch main basebranchsha branchname renovate ruby x branchsha ismodified false ispristine true inactivebranches renovate lock file maintenance debug renovate repository pr statistics stats total open closed merged debug repository result done status onboarded enabled true onboarded true debug repository timing splits milliseconds splits init extract lookup onboarding update total debug package cache statistics get count avgms medianms maxms set count avgms debug http statistics urls post get get get post post post post get post get post patch post get get get get hoststats api github com requestcount requestavgms queueavgms totalrequests debug dns cache hosts api github com info repository finished cloned true durationms have you created a minimal reproduction repository i have linked to a minimal reproduction repository in the bug description
0
10,584
12,496,685,627
IssuesEvent
2020-06-01 15:14:22
wp-media/wp-rocket
https://api.github.com/repos/wp-media/wp-rocket
opened
Add filters for minified/combine JavaScript content before saving to file
3rd party compatibility module: file optimization type: enhancement
**Is your feature request related to a problem? Please describe.** Some plugins have a need to modify the content of the JavaScript before it's saved to the minified/combined files, for examples to hide real paths (WP Hide plugin, etc). We already provide a solution to do that for CSS content via the filters `rocket_css_asset_source_path`, `rocket_css_asset_target_path` and `rocket_css_content`, we can do the same for JS. **Describe the solution you'd like** Provide equivalent filters for JS before saving the minify/combine content. **Additional context** This was requested by the WP Hide & Security Enhancer dev team.
True
Add filters for minified/combine JavaScript content before saving to file - **Is your feature request related to a problem? Please describe.** Some plugins have a need to modify the content of the JavaScript before it's saved to the minified/combined files, for examples to hide real paths (WP Hide plugin, etc). We already provide a solution to do that for CSS content via the filters `rocket_css_asset_source_path`, `rocket_css_asset_target_path` and `rocket_css_content`, we can do the same for JS. **Describe the solution you'd like** Provide equivalent filters for JS before saving the minify/combine content. **Additional context** This was requested by the WP Hide & Security Enhancer dev team.
comp
add filters for minified combine javascript content before saving to file is your feature request related to a problem please describe some plugins have a need to modify the content of the javascript before it s saved to the minified combined files for examples to hide real paths wp hide plugin etc we already provide a solution to do that for css content via the filters rocket css asset source path rocket css asset target path and rocket css content we can do the same for js describe the solution you d like provide equivalent filters for js before saving the minify combine content additional context this was requested by the wp hide security enhancer dev team
1
61,442
14,990,867,627
IssuesEvent
2021-01-29 07:17:53
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
closed
[SB] Comprehension Test > Reduce the width of the text field of 'Minimum score needed to pass' to match with that of the radio buttons field at the top
Bug P2 Process: Fixed Process: Tested QA Process: Tested dev Study builder
Comprehension Test > Reduce the width of the text field of 'Minimum score needed to pass' to match with that of the radio buttons field at the top ![cmp12](https://user-images.githubusercontent.com/71445210/106102739-d8b0f900-6165-11eb-9853-3272beeae8ef.png)
1.0
[SB] Comprehension Test > Reduce the width of the text field of 'Minimum score needed to pass' to match with that of the radio buttons field at the top - Comprehension Test > Reduce the width of the text field of 'Minimum score needed to pass' to match with that of the radio buttons field at the top ![cmp12](https://user-images.githubusercontent.com/71445210/106102739-d8b0f900-6165-11eb-9853-3272beeae8ef.png)
non_comp
comprehension test reduce the width of the text field of minimum score needed to pass to match with that of the radio buttons field at the top comprehension test reduce the width of the text field of minimum score needed to pass to match with that of the radio buttons field at the top
0
14,817
18,263,780,655
IssuesEvent
2021-10-04 05:14:45
gambitph/Stackable
https://api.github.com/repos/gambitph/Stackable
closed
Proact feature shows padding bottom of 200
bug [block] v2 feature optimization-settings v2 compatibility
1. Turn on optimization setting 2. Add a v2 feature block 3. Choose Proact design. View in Frontend: it shows padding bottom = 200 https://user-images.githubusercontent.com/28699204/135701945-281992c3-c2b7-4197-bbb2-f5b3e1a17394.mov
True
Proact feature shows padding bottom of 200 - 1. Turn on optimization setting 2. Add a v2 feature block 3. Choose Proact design. View in Frontend: it shows padding bottom = 200 https://user-images.githubusercontent.com/28699204/135701945-281992c3-c2b7-4197-bbb2-f5b3e1a17394.mov
comp
proact feature shows padding bottom of turn on optimization setting add a feature block choose proact design view in frontend it shows padding bottom
1
20,527
30,445,660,602
IssuesEvent
2023-07-15 16:26:47
Alarm-Siren/6502-kicad-library
https://api.github.com/repos/Alarm-Siren/6502-kicad-library
closed
Update symbols to better comply with the KLC
enhancement compatibility
Update the symbols to better comply with the Kicad Library Convents, as detailed here: https://klc.kicad.org/
True
Update symbols to better comply with the KLC - Update the symbols to better comply with the Kicad Library Convents, as detailed here: https://klc.kicad.org/
comp
update symbols to better comply with the klc update the symbols to better comply with the kicad library convents as detailed here
1
17,240
23,781,264,770
IssuesEvent
2022-09-02 05:15:12
AzumattDev/OdinsQOL
https://api.github.com/repos/AzumattDev/OdinsQOL
closed
OdinQOL.Patches.ExtendedPlayerInventory Issue
question Incompatibility (Presummed: Not My Issue)
Having issues with OdinsQOL. Get this error when opening the inventory in game. [Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object Stack trace: OdinQOL.Patches.ExtendedPlayerInventory+InventoryGui_Update_Patch.Postfix (InventoryGui __instance, InventoryGrid ___m_playerGrid, UnityEngine.Animator ___m_animator) (at <82867dc808b9472e9d972a45e5a0e0bf>:0) (wrapper dynamic-method) InventoryGui.DMD<InventoryGui::Update>(InventoryGui) [OdinsQOL Issue.txt](https://github.com/AzumattDev/OdinsQOL/files/9391167/OdinsQOL.Issue.txt)
True
OdinQOL.Patches.ExtendedPlayerInventory Issue - Having issues with OdinsQOL. Get this error when opening the inventory in game. [Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object Stack trace: OdinQOL.Patches.ExtendedPlayerInventory+InventoryGui_Update_Patch.Postfix (InventoryGui __instance, InventoryGrid ___m_playerGrid, UnityEngine.Animator ___m_animator) (at <82867dc808b9472e9d972a45e5a0e0bf>:0) (wrapper dynamic-method) InventoryGui.DMD<InventoryGui::Update>(InventoryGui) [OdinsQOL Issue.txt](https://github.com/AzumattDev/OdinsQOL/files/9391167/OdinsQOL.Issue.txt)
comp
odinqol patches extendedplayerinventory issue having issues with odinsqol get this error when opening the inventory in game nullreferenceexception object reference not set to an instance of an object stack trace odinqol patches extendedplayerinventory inventorygui update patch postfix inventorygui instance inventorygrid m playergrid unityengine animator m animator at wrapper dynamic method inventorygui dmd inventorygui
1
16,725
23,053,805,042
IssuesEvent
2022-07-25 01:01:55
EnzymeAD/Enzyme.jl
https://api.github.com/repos/EnzymeAD/Enzyme.jl
closed
Differentiating trigonometric functions with KernelGradients and CUDAKernels
Julia compatibility gpu
The following code errors with ``` cannot handle (augmented) unknown intrinsic %1 = call i32 @llvm.nvvm.d2i.hi(double %a) #14 ``` when dispatched on a `CUDADevice`. So far confirmed for `sin` and `cos`. ```julia using CUDA using KernelAbstractions using CUDAKernels using KernelGradients using Enzyme @kernel function cos_kernel!(y, x) I = @index(Global, Linear) y[I] = cos(x[I]) end x = ones(10) dx = zeros(10) y = zeros(10) dy = zeros(10) cux = CuArray(x) cuy = CuArray(y) cudx = CuArray(dx) cudy = CuArray(dy) ev = autodiff(cos_kernel!(CPU()))( Duplicated(y, dy), Duplicated(x, dx), ndrange=length(x) ) wait(ev) # Breaks ev = autodiff(cos_kernel!(CUDADevice()))( Duplicated(cuy, cudy), Duplicated(cux, cudx), ndrange=length(x) ) wait(ev) ```
True
Differentiating trigonometric functions with KernelGradients and CUDAKernels - The following code errors with ``` cannot handle (augmented) unknown intrinsic %1 = call i32 @llvm.nvvm.d2i.hi(double %a) #14 ``` when dispatched on a `CUDADevice`. So far confirmed for `sin` and `cos`. ```julia using CUDA using KernelAbstractions using CUDAKernels using KernelGradients using Enzyme @kernel function cos_kernel!(y, x) I = @index(Global, Linear) y[I] = cos(x[I]) end x = ones(10) dx = zeros(10) y = zeros(10) dy = zeros(10) cux = CuArray(x) cuy = CuArray(y) cudx = CuArray(dx) cudy = CuArray(dy) ev = autodiff(cos_kernel!(CPU()))( Duplicated(y, dy), Duplicated(x, dx), ndrange=length(x) ) wait(ev) # Breaks ev = autodiff(cos_kernel!(CUDADevice()))( Duplicated(cuy, cudy), Duplicated(cux, cudx), ndrange=length(x) ) wait(ev) ```
comp
differentiating trigonometric functions with kernelgradients and cudakernels the following code errors with cannot handle augmented unknown intrinsic call llvm nvvm hi double a when dispatched on a cudadevice so far confirmed for sin and cos julia using cuda using kernelabstractions using cudakernels using kernelgradients using enzyme kernel function cos kernel y x i index global linear y cos x end x ones dx zeros y zeros dy zeros cux cuarray x cuy cuarray y cudx cuarray dx cudy cuarray dy ev autodiff cos kernel cpu duplicated y dy duplicated x dx ndrange length x wait ev breaks ev autodiff cos kernel cudadevice duplicated cuy cudy duplicated cux cudx ndrange length x wait ev
1
43,235
7,034,418,492
IssuesEvent
2017-12-27 16:40:00
FloEdelmann/open-fixture-library
https://api.github.com/repos/FloEdelmann/open-fixture-library
closed
Makefile for register and test fixtures
component-test documentation
Makefile manages dependencies and only does what is needed. The `register-correct` test could just run `make --question` (see https://www.gnu.org/software/make/manual/html_node/Instead-of-Execution.html). Also the test fixture list (currently in the wiki) should be auto-generated.
1.0
Makefile for register and test fixtures - Makefile manages dependencies and only does what is needed. The `register-correct` test could just run `make --question` (see https://www.gnu.org/software/make/manual/html_node/Instead-of-Execution.html). Also the test fixture list (currently in the wiki) should be auto-generated.
non_comp
makefile for register and test fixtures makefile manages dependencies and only does what is needed the register correct test could just run make question see also the test fixture list currently in the wiki should be auto generated
0
5,704
8,167,435,463
IssuesEvent
2018-08-25 22:17:04
ValveSoftware/Proton
https://api.github.com/repos/ValveSoftware/Proton
closed
[Whitelist] Farming Simulator 2013 (220260)
Game compatibility - Unofficial
Runs flawless on my system: - OS: Arch Linux - Kernel: 4.18.4-arch1-1-ARCH - GPU: Intel® HD Graphics 4400 - Driver: xf86-video-intel 1:2.99.917+831+ge7bfc906-1 - Vulkan Driver: vulkan-intel 18.1.7-1 - Proton: 3.7-4 Edit: I tried it again and I had to edit `~/.local/share/Steam/steamapps/compatdata/220260/pfx/drive_c/users/steamuser/My Documents/My Games/FarmingSimulator2013/game.xml` and change the width and height properties to my screens resolution or set fullscreen to false for it to work. Otherwise the screen is black with only the audio apparent.
True
[Whitelist] Farming Simulator 2013 (220260) - Runs flawless on my system: - OS: Arch Linux - Kernel: 4.18.4-arch1-1-ARCH - GPU: Intel® HD Graphics 4400 - Driver: xf86-video-intel 1:2.99.917+831+ge7bfc906-1 - Vulkan Driver: vulkan-intel 18.1.7-1 - Proton: 3.7-4 Edit: I tried it again and I had to edit `~/.local/share/Steam/steamapps/compatdata/220260/pfx/drive_c/users/steamuser/My Documents/My Games/FarmingSimulator2013/game.xml` and change the width and height properties to my screens resolution or set fullscreen to false for it to work. Otherwise the screen is black with only the audio apparent.
comp
farming simulator runs flawless on my system os arch linux kernel arch gpu intel® hd graphics driver video intel vulkan driver vulkan intel proton edit i tried it again and i had to edit local share steam steamapps compatdata pfx drive c users steamuser my documents my games game xml and change the width and height properties to my screens resolution or set fullscreen to false for it to work otherwise the screen is black with only the audio apparent
1
7,023
9,303,652,214
IssuesEvent
2019-03-24 19:05:09
minetest-LOTR/Lord-of-the-Test
https://api.github.com/repos/minetest-LOTR/Lord-of-the-Test
closed
crashed with attempt to compare nil with number
compatibility
I encountered a crash while roaming the world. I crossed the border between mordor and the shire. ``` ERROR[Main]: ServerError: AsyncErr: Lua: finishGenRuntime error from mod 'lottmapgen' in callback environment_OnGenerated(): ...minetest/games/Lord-of-the-Test/mods/lottmapgen/functions.lua:941: attempt to compare nil with number ERROR[Main]: stack traceback: ERROR[Main]: ...minetest/games/Lord-of-the-Test/mods/lottmapgen/functions.lua:941: in function 'lottmapgen_biomes' ERROR[Main]: ...minetest/games/Lord-of-the-Test/mods/lottmapgen/init.lua:222: in function <...minetest/games/Lord-of-the-Test/mods/lottmapgen/init.lua:110> ERROR[Main]: /usr/share/minetest/builtin/game/register.lua:420: in function </usr/share/minetest/builtin/game/register.lua:400> ``` Happened not on the latest master but on eaa74f6393b35ccce68cf636ea18ecf7bb0175fb because of issue #139
True
crashed with attempt to compare nil with number - I encountered a crash while roaming the world. I crossed the border between mordor and the shire. ``` ERROR[Main]: ServerError: AsyncErr: Lua: finishGenRuntime error from mod 'lottmapgen' in callback environment_OnGenerated(): ...minetest/games/Lord-of-the-Test/mods/lottmapgen/functions.lua:941: attempt to compare nil with number ERROR[Main]: stack traceback: ERROR[Main]: ...minetest/games/Lord-of-the-Test/mods/lottmapgen/functions.lua:941: in function 'lottmapgen_biomes' ERROR[Main]: ...minetest/games/Lord-of-the-Test/mods/lottmapgen/init.lua:222: in function <...minetest/games/Lord-of-the-Test/mods/lottmapgen/init.lua:110> ERROR[Main]: /usr/share/minetest/builtin/game/register.lua:420: in function </usr/share/minetest/builtin/game/register.lua:400> ``` Happened not on the latest master but on eaa74f6393b35ccce68cf636ea18ecf7bb0175fb because of issue #139
comp
crashed with attempt to compare nil with number i encountered a crash while roaming the world i crossed the border between mordor and the shire error servererror asyncerr lua finishgenruntime error from mod lottmapgen in callback environment ongenerated minetest games lord of the test mods lottmapgen functions lua attempt to compare nil with number error stack traceback error minetest games lord of the test mods lottmapgen functions lua in function lottmapgen biomes error minetest games lord of the test mods lottmapgen init lua in function error usr share minetest builtin game register lua in function happened not on the latest master but on because of issue
1
5,234
7,769,443,735
IssuesEvent
2018-06-04 03:58:57
keymanapp/keyman
https://api.github.com/repos/keymanapp/keyman
closed
iOS - update to 11.0 SDK
compatibility ios
Per Apple advice, submissions to the App Store from April onwards must be built with the iOS 11.0 SDK.
True
iOS - update to 11.0 SDK - Per Apple advice, submissions to the App Store from April onwards must be built with the iOS 11.0 SDK.
comp
ios update to sdk per apple advice submissions to the app store from april onwards must be built with the ios sdk
1
21,721
3,917,217,662
IssuesEvent
2016-04-21 07:15:34
Gapminder/dollar-street-pages
https://api.github.com/repos/Gapminder/dollar-street-pages
closed
Make sure only photographers that has homes visible in the UI (whitelisted homes) are visible.
enhancement Iteration 4 Tested
## Context Make sure only photographers that has homes visible in the UI (whitelisted homes) are visible. For instance, I am a photographer of a home we have in the database but that we will not launch to the public. Therefore neither me or that home should show up in the photographers section. If I was the only photographer in Sweden and if I have no home white listed, the country should not appear in the list.
1.0
Make sure only photographers that has homes visible in the UI (whitelisted homes) are visible. - ## Context Make sure only photographers that has homes visible in the UI (whitelisted homes) are visible. For instance, I am a photographer of a home we have in the database but that we will not launch to the public. Therefore neither me or that home should show up in the photographers section. If I was the only photographer in Sweden and if I have no home white listed, the country should not appear in the list.
non_comp
make sure only photographers that has homes visible in the ui whitelisted homes are visible context make sure only photographers that has homes visible in the ui whitelisted homes are visible for instance i am a photographer of a home we have in the database but that we will not launch to the public therefore neither me or that home should show up in the photographers section if i was the only photographer in sweden and if i have no home white listed the country should not appear in the list
0
13,715
10,430,385,813
IssuesEvent
2019-09-17 06:35:45
oppia/oppia-android
https://api.github.com/repos/oppia/oppia-android
closed
Generic data provider infrastructure
Priority: Essential Status: Not started Type: Improvement Where: Infrastructure
There needs to be a general-purpose data provider system that can be used to observe asynchronous data that can possibly change over time. Subscriptions to these data providers should either be only in background threads with no lifecycle dependencies, or should be transformed to LiveData for UI-bound subscriptions. The data provider system should be used for network, database, and cache I/O, as well as in-memory storage. This system will need a solution for combining or transforming data, as is needed by subscribers. If an existing system exists to satisfy these core requirements, that should be used instead of implementing a custom system.
1.0
Generic data provider infrastructure - There needs to be a general-purpose data provider system that can be used to observe asynchronous data that can possibly change over time. Subscriptions to these data providers should either be only in background threads with no lifecycle dependencies, or should be transformed to LiveData for UI-bound subscriptions. The data provider system should be used for network, database, and cache I/O, as well as in-memory storage. This system will need a solution for combining or transforming data, as is needed by subscribers. If an existing system exists to satisfy these core requirements, that should be used instead of implementing a custom system.
non_comp
generic data provider infrastructure there needs to be a general purpose data provider system that can be used to observe asynchronous data that can possibly change over time subscriptions to these data providers should either be only in background threads with no lifecycle dependencies or should be transformed to livedata for ui bound subscriptions the data provider system should be used for network database and cache i o as well as in memory storage this system will need a solution for combining or transforming data as is needed by subscribers if an existing system exists to satisfy these core requirements that should be used instead of implementing a custom system
0
2,573
3,899,871,994
IssuesEvent
2016-04-18 00:28:07
pbucho/redirector
https://api.github.com/repos/pbucho/redirector
opened
Create permissions system
enhancement new feature security
Create a permissions system to allow different users to perform different tasks
True
Create permissions system - Create a permissions system to allow different users to perform different tasks
non_comp
create permissions system create a permissions system to allow different users to perform different tasks
0
5,004
2,610,164,049
IssuesEvent
2015-02-26 18:52:02
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
CRASH
auto-migrated Priority-Medium Type-Defect
``` .Ord Mantell Crash to desktop when screen is over the junk screen goes blue and then says FoC has stopped working ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 3 May 2011 at 11:38
1.0
CRASH - ``` .Ord Mantell Crash to desktop when screen is over the junk screen goes blue and then says FoC has stopped working ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 3 May 2011 at 11:38
non_comp
crash ord mantell crash to desktop when screen is over the junk screen goes blue and then says foc has stopped working original issue reported on code google com by gmail com on may at
0
61,751
8,554,991,584
IssuesEvent
2018-11-08 08:42:03
visual-framework/vf-core
https://api.github.com/repos/visual-framework/vf-core
opened
Release Notes Generator
Priority: Low Type: Documentation Type: Question
now we've moved to GitHub can we use something like this - https://github.com/github-changelog-generator/github-changelog-generator - and automate the release notes a little more?
1.0
Release Notes Generator - now we've moved to GitHub can we use something like this - https://github.com/github-changelog-generator/github-changelog-generator - and automate the release notes a little more?
non_comp
release notes generator now we ve moved to github can we use something like this and automate the release notes a little more
0
53,085
10,987,183,842
IssuesEvent
2019-12-02 08:40:26
kreghek/Zilon_Roguelike
https://api.github.com/repos/kreghek/Zilon_Roguelike
closed
Разобраться, как работает AStar
code improvement core good first issue
Сейчас алгоритм вроде работает. Но: Есть ```c# /// <summary> /// Суммарная стоимость. /// </summary> public int TotalCost { get; set; } ``` Который нигде не выставляется. Следовательно он равен 0. Затем по этому значению происходит добавление элемента в сортированный список. Класс SortedListExtensions ```c# /// <summary> /// Adds a INode to the SortedList. /// </summary> /// <param name="sortedList">SortedList to add the node to.</param> /// <param name="node">Node to add to the sortedList.</param> /// <param name="data"> Данные узла для алгоритма. </param> internal static void Add(this SortedList<int, IMapNode> sortedList, IMapNode node, AStarData data) { sortedList.Add(data.TotalCost, node); } ``` Из документации SortedList<T> должен выбрасывать исключение, если ключ дублируется. То есть **при каждом добавлении** должно происходить исключение. Однако поиск пути происходит корректно. Нужно объяснение, как это всё работает.
1.0
Разобраться, как работает AStar - Сейчас алгоритм вроде работает. Но: Есть ```c# /// <summary> /// Суммарная стоимость. /// </summary> public int TotalCost { get; set; } ``` Который нигде не выставляется. Следовательно он равен 0. Затем по этому значению происходит добавление элемента в сортированный список. Класс SortedListExtensions ```c# /// <summary> /// Adds a INode to the SortedList. /// </summary> /// <param name="sortedList">SortedList to add the node to.</param> /// <param name="node">Node to add to the sortedList.</param> /// <param name="data"> Данные узла для алгоритма. </param> internal static void Add(this SortedList<int, IMapNode> sortedList, IMapNode node, AStarData data) { sortedList.Add(data.TotalCost, node); } ``` Из документации SortedList<T> должен выбрасывать исключение, если ключ дублируется. То есть **при каждом добавлении** должно происходить исключение. Однако поиск пути происходит корректно. Нужно объяснение, как это всё работает.
non_comp
разобраться как работает astar сейчас алгоритм вроде работает но есть c суммарная стоимость public int totalcost get set который нигде не выставляется следовательно он равен затем по этому значению происходит добавление элемента в сортированный список класс sortedlistextensions c adds a inode to the sortedlist sortedlist to add the node to node to add to the sortedlist данные узла для алгоритма internal static void add this sortedlist sortedlist imapnode node astardata data sortedlist add data totalcost node из документации sortedlist должен выбрасывать исключение если ключ дублируется то есть при каждом добавлении должно происходить исключение однако поиск пути происходит корректно нужно объяснение как это всё работает
0
2,934
5,792,006,794
IssuesEvent
2017-05-02 08:12:34
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
opened
ivideon app - https filtering issue
Compatibility SSL
https://play.google.com/store/apps/details?id=com.ivideon.client&hl=ru > I've been having an issue with a live camera feed app called Ivideon. > The app has been streaming video up until last month or so. I raised > a bug report with the Ivideon team and we've found that adguard was > stopping the streams. Strangely, older versions of Ivideon did work > with adguard. To fix the issue, I've turned off HTTPS filtering for > the Ivideon app in adguard. I'm just wondering what the issue could > be? ID: 1372866
True
ivideon app - https filtering issue - https://play.google.com/store/apps/details?id=com.ivideon.client&hl=ru > I've been having an issue with a live camera feed app called Ivideon. > The app has been streaming video up until last month or so. I raised > a bug report with the Ivideon team and we've found that adguard was > stopping the streams. Strangely, older versions of Ivideon did work > with adguard. To fix the issue, I've turned off HTTPS filtering for > the Ivideon app in adguard. I'm just wondering what the issue could > be? ID: 1372866
comp
ivideon app https filtering issue i ve been having an issue with a live camera feed app called ivideon the app has been streaming video up until last month or so i raised a bug report with the ivideon team and we ve found that adguard was stopping the streams strangely older versions of ivideon did work with adguard to fix the issue i ve turned off https filtering for the ivideon app in adguard i m just wondering what the issue could be id
1
303,201
9,303,766,476
IssuesEvent
2019-03-24 19:56:33
DancesportSoftware/das-frontend
https://api.github.com/repos/DancesportSoftware/das-frontend
closed
DAS Public Page: Feedback
Priority 1: Minor mvp
Add a page for collecting feedback of DAS from site users. Feedback can be submitted by authenticated and/or anonymous users
1.0
DAS Public Page: Feedback - Add a page for collecting feedback of DAS from site users. Feedback can be submitted by authenticated and/or anonymous users
non_comp
das public page feedback add a page for collecting feedback of das from site users feedback can be submitted by authenticated and or anonymous users
0
448,055
12,942,206,146
IssuesEvent
2020-07-18 01:11:20
FightPandemics/FightPandemics
https://api.github.com/repos/FightPandemics/FightPandemics
closed
'FightyPandemiccs' logo on 'Individual User profile create' page should be clickable.
Desktop Individual Profile Low Priority MVP - Release 1
1. Open "staging.fightpandemics.work" 2. Sign up as new user say 'Linkedin User' 3. On User profile creation page, scroll over 'FP' logo present in top left corner. Issue: you will observe that FP logo is NOT clickable
1.0
'FightyPandemiccs' logo on 'Individual User profile create' page should be clickable. - 1. Open "staging.fightpandemics.work" 2. Sign up as new user say 'Linkedin User' 3. On User profile creation page, scroll over 'FP' logo present in top left corner. Issue: you will observe that FP logo is NOT clickable
non_comp
fightypandemiccs logo on individual user profile create page should be clickable open staging fightpandemics work sign up as new user say linkedin user on user profile creation page scroll over fp logo present in top left corner issue you will observe that fp logo is not clickable
0
21,036
32,033,110,837
IssuesEvent
2023-09-22 13:38:13
mariotaku/moonlight-tv
https://api.github.com/repos/mariotaku/moonlight-tv
closed
[COMPAT] "Permission denied" on webOS 1
compatibility
On webOS 1, you'll get this error upon first install: ![image](https://github.com/mariotaku/moonlight-tv/assets/830358/294b69e7-1cdd-4908-b89d-8d4231b5d6c8) It seems that rebooting won't solve this issue, while on webOS 3 this could directory permissions.
True
[COMPAT] "Permission denied" on webOS 1 - On webOS 1, you'll get this error upon first install: ![image](https://github.com/mariotaku/moonlight-tv/assets/830358/294b69e7-1cdd-4908-b89d-8d4231b5d6c8) It seems that rebooting won't solve this issue, while on webOS 3 this could directory permissions.
comp
permission denied on webos on webos you ll get this error upon first install it seems that rebooting won t solve this issue while on webos this could directory permissions
1
11,304
13,255,792,359
IssuesEvent
2020-08-20 11:35:05
ModOrganizer2/modorganizer
https://api.github.com/repos/ModOrganizer2/modorganizer
closed
Plugins frameworks like BepInEx not loading from VFS from Mods folder for 3dparty Unity games.
incompatibility issue report usvfs
## The problem: When for example for Unity game in Data folder with BepInEx framework files placed in Mods\Bepinex, enabled and game exe executed from MO then BepInEx will not be loaded and his cfg files will not be created even if his files appeared in VFS folder. ## To Reproduce: Steps to reproduce the behavior: 1. Any Unity game demo\full placed in Data. 2. Configured or any base plugin with dummy exe placed near of Data or configured game plugin based on [base game](https://github.com/holt59/modorganizer-basic_games) plugin. 3. [BepinEx archive](https://github.com/BepInEx/BepInEx/releases) extracted to mods\BePinEx\ folder. Also can be other plugin like [XUnity.Autotranslator](https://github.com/bbepis/XUnity.AutoTranslator/releases) placed to mods to see if it will be loaded or not. 4. All plugins enabled in MO and appeared in virtual folder structure like thy must be in real game folder. 6. Executed game exe and BepInEx is not loaded and it cfg file not appeared and plugin also not loaded. Files Structure: TestFolder\ TestFolder\Data\ - folder for VFS TestFolder\Data\unitygame.exe TestFolder\Data\unitygame_Data TestFolder\MO TestFolder\MO\mods\BepInEx - bepinex folder with files here BepInEx\winhttp.dll, BepInEx\doorstop_config.ini, BepInEx\BepInEx\core\... VFS shows structure like this: VFS\winhttp.dll VFS\doorstop_config.ini VFS\Bepinex\ VFS\unitygame.exe VFS\unitygame_Data\ ## Environment: * Mod Organizer Version that exhibits the issue: +2.3RC2 * Last Mod Organizer Verison that did not exhibit the issue (if applicable):- * Desktop OS/version used to run Mod Organizer:W7 ## Details: Was also tried executableForcedLoads and added winhttp.dll preloader from Bepinex folder as library but no effect. Tried add extra dlls of Bepinex for force load list but also no effect. On current moment only one workaround was found to load Bepinex it is to copy winhttp.dll, doorstop_config.ini and BepInEx\core\BepInEx_preloader.dll to Data folder and only after this actions Bepinex is loading but then other files except game files will be in game folder.
True
Plugins frameworks like BepInEx not loading from VFS from Mods folder for 3dparty Unity games. - ## The problem: When for example for Unity game in Data folder with BepInEx framework files placed in Mods\Bepinex, enabled and game exe executed from MO then BepInEx will not be loaded and his cfg files will not be created even if his files appeared in VFS folder. ## To Reproduce: Steps to reproduce the behavior: 1. Any Unity game demo\full placed in Data. 2. Configured or any base plugin with dummy exe placed near of Data or configured game plugin based on [base game](https://github.com/holt59/modorganizer-basic_games) plugin. 3. [BepinEx archive](https://github.com/BepInEx/BepInEx/releases) extracted to mods\BePinEx\ folder. Also can be other plugin like [XUnity.Autotranslator](https://github.com/bbepis/XUnity.AutoTranslator/releases) placed to mods to see if it will be loaded or not. 4. All plugins enabled in MO and appeared in virtual folder structure like thy must be in real game folder. 6. Executed game exe and BepInEx is not loaded and it cfg file not appeared and plugin also not loaded. Files Structure: TestFolder\ TestFolder\Data\ - folder for VFS TestFolder\Data\unitygame.exe TestFolder\Data\unitygame_Data TestFolder\MO TestFolder\MO\mods\BepInEx - bepinex folder with files here BepInEx\winhttp.dll, BepInEx\doorstop_config.ini, BepInEx\BepInEx\core\... VFS shows structure like this: VFS\winhttp.dll VFS\doorstop_config.ini VFS\Bepinex\ VFS\unitygame.exe VFS\unitygame_Data\ ## Environment: * Mod Organizer Version that exhibits the issue: +2.3RC2 * Last Mod Organizer Verison that did not exhibit the issue (if applicable):- * Desktop OS/version used to run Mod Organizer:W7 ## Details: Was also tried executableForcedLoads and added winhttp.dll preloader from Bepinex folder as library but no effect. Tried add extra dlls of Bepinex for force load list but also no effect. On current moment only one workaround was found to load Bepinex it is to copy winhttp.dll, doorstop_config.ini and BepInEx\core\BepInEx_preloader.dll to Data folder and only after this actions Bepinex is loading but then other files except game files will be in game folder.
comp
plugins frameworks like bepinex not loading from vfs from mods folder for unity games the problem when for example for unity game in data folder with bepinex framework files placed in mods bepinex enabled and game exe executed from mo then bepinex will not be loaded and his cfg files will not be created even if his files appeared in vfs folder to reproduce steps to reproduce the behavior any unity game demo full placed in data configured or any base plugin with dummy exe placed near of data or configured game plugin based on plugin extracted to mods bepinex folder also can be other plugin like placed to mods to see if it will be loaded or not all plugins enabled in mo and appeared in virtual folder structure like thy must be in real game folder executed game exe and bepinex is not loaded and it cfg file not appeared and plugin also not loaded files structure testfolder testfolder data folder for vfs testfolder data unitygame exe testfolder data unitygame data testfolder mo testfolder mo mods bepinex bepinex folder with files here bepinex winhttp dll bepinex doorstop config ini bepinex bepinex core vfs shows structure like this vfs winhttp dll vfs doorstop config ini vfs bepinex vfs unitygame exe vfs unitygame data environment mod organizer version that exhibits the issue last mod organizer verison that did not exhibit the issue if applicable desktop os version used to run mod organizer details was also tried executableforcedloads and added winhttp dll preloader from bepinex folder as library but no effect tried add extra dlls of bepinex for force load list but also no effect on current moment only one workaround was found to load bepinex it is to copy winhttp dll doorstop config ini and bepinex core bepinex preloader dll to data folder and only after this actions bepinex is loading but then other files except game files will be in game folder
1
379,285
11,219,029,044
IssuesEvent
2020-01-07 12:59:33
DTUSDC/perception
https://api.github.com/repos/DTUSDC/perception
closed
Obtain Cluster centers by KMeans
Area ⮞ Clustering Difficulty ⮞ Low Priority ⮞ Low
# Description Obtain Cluster centers by applying KMeans above DBSCAN # Aim To fix left and right lanes
1.0
Obtain Cluster centers by KMeans - # Description Obtain Cluster centers by applying KMeans above DBSCAN # Aim To fix left and right lanes
non_comp
obtain cluster centers by kmeans description obtain cluster centers by applying kmeans above dbscan aim to fix left and right lanes
0
20,211
28,489,543,193
IssuesEvent
2023-04-18 10:14:16
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
opened
Since 23.3 Arrow output format is compressed by default, possible wrong default value of output_format_arrow_compression_method
backward compatibility
23.3 enabled by default compression for arrow format, which may not be supported by all clients. This is probably mistake, as according to documentation default value for `output_format_arrow_compression_method` is `none`. **How to reproduce** * ClickHouse version: 23.3.1 ```sql SELECT default FROM system.settings where name = 'output_format_arrow_compression_method' ``` returns `lz4_frame`, while it should be `none`.
True
Since 23.3 Arrow output format is compressed by default, possible wrong default value of output_format_arrow_compression_method - 23.3 enabled by default compression for arrow format, which may not be supported by all clients. This is probably mistake, as according to documentation default value for `output_format_arrow_compression_method` is `none`. **How to reproduce** * ClickHouse version: 23.3.1 ```sql SELECT default FROM system.settings where name = 'output_format_arrow_compression_method' ``` returns `lz4_frame`, while it should be `none`.
comp
since arrow output format is compressed by default possible wrong default value of output format arrow compression method enabled by default compression for arrow format which may not be supported by all clients this is probably mistake as according to documentation default value for output format arrow compression method is none how to reproduce clickhouse version sql select default from system settings where name output format arrow compression method returns frame while it should be none
1
6,079
8,515,287,777
IssuesEvent
2018-10-31 21:06:29
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
Hash code of string is broken in .NET Core 2.1, but works in 2.0
area-System.Globalization bug tenet-compatibility
_From @mwikstrom on October 30, 2018 5:23_ I recently upgraded one of my projects from .NET Core 2.0 to .NET Core 2.1. After doing so several of my tests started to fail. After narrowing this down I've found that in .NET Core 2.1 it is not possible to compute the hash code of a string using a culture aware comparer with the string sort compare option. I've created a test that reproduce my problem: ```c# [TestMethod] public void Can_compute_hash_code_using_invariant_string_sort_comparer() { var compareInfo = CultureInfo.InvariantCulture.CompareInfo; var stringComparer = compareInfo.GetStringComparer(CompareOptions.StringSort); stringComparer.GetHashCode("test"); // should not throw! } ``` I've tested it on a couple of frameworks with the following results: * .NET Core 2.0: **✔ PASS** * .NET Core 2.1: **✖ FAIL** * .NET Framework 4.7: **✖ FAIL** * .NET Framework 4.6.2: **✖ FAIL** When failing an `ArgumentException` is thrown from `CompareInfo.GetHashCodeOfString` saying: > Value of flags is invalid Now, to my questions: 1. Why is it not allowed to use `CompareOptions.StringSort` when computing a hash code? 2. Why was it allowed in .NET Core 2.0?` As far as I understand `CompareOptions.StringSort` only affects the relative sort order of strings and should not affect hash code computation. MSDN says: > *StringSort* Indicates that the string comparison must use the string sort algorithm. In a string sort, the hyphen and the apostrophe, as well as other nonalphanumeric symbols, come before alphanumeric characters. _Copied from original issue: dotnet/core#2030_
True
Hash code of string is broken in .NET Core 2.1, but works in 2.0 - _From @mwikstrom on October 30, 2018 5:23_ I recently upgraded one of my projects from .NET Core 2.0 to .NET Core 2.1. After doing so several of my tests started to fail. After narrowing this down I've found that in .NET Core 2.1 it is not possible to compute the hash code of a string using a culture aware comparer with the string sort compare option. I've created a test that reproduce my problem: ```c# [TestMethod] public void Can_compute_hash_code_using_invariant_string_sort_comparer() { var compareInfo = CultureInfo.InvariantCulture.CompareInfo; var stringComparer = compareInfo.GetStringComparer(CompareOptions.StringSort); stringComparer.GetHashCode("test"); // should not throw! } ``` I've tested it on a couple of frameworks with the following results: * .NET Core 2.0: **✔ PASS** * .NET Core 2.1: **✖ FAIL** * .NET Framework 4.7: **✖ FAIL** * .NET Framework 4.6.2: **✖ FAIL** When failing an `ArgumentException` is thrown from `CompareInfo.GetHashCodeOfString` saying: > Value of flags is invalid Now, to my questions: 1. Why is it not allowed to use `CompareOptions.StringSort` when computing a hash code? 2. Why was it allowed in .NET Core 2.0?` As far as I understand `CompareOptions.StringSort` only affects the relative sort order of strings and should not affect hash code computation. MSDN says: > *StringSort* Indicates that the string comparison must use the string sort algorithm. In a string sort, the hyphen and the apostrophe, as well as other nonalphanumeric symbols, come before alphanumeric characters. _Copied from original issue: dotnet/core#2030_
comp
hash code of string is broken in net core but works in from mwikstrom on october i recently upgraded one of my projects from net core to net core after doing so several of my tests started to fail after narrowing this down i ve found that in net core it is not possible to compute the hash code of a string using a culture aware comparer with the string sort compare option i ve created a test that reproduce my problem c public void can compute hash code using invariant string sort comparer var compareinfo cultureinfo invariantculture compareinfo var stringcomparer compareinfo getstringcomparer compareoptions stringsort stringcomparer gethashcode test should not throw i ve tested it on a couple of frameworks with the following results net core ✔ pass net core ✖ fail net framework ✖ fail net framework ✖ fail when failing an argumentexception is thrown from compareinfo gethashcodeofstring saying value of flags is invalid now to my questions why is it not allowed to use compareoptions stringsort when computing a hash code why was it allowed in net core as far as i understand compareoptions stringsort only affects the relative sort order of strings and should not affect hash code computation msdn says stringsort indicates that the string comparison must use the string sort algorithm in a string sort the hyphen and the apostrophe as well as other nonalphanumeric symbols come before alphanumeric characters copied from original issue dotnet core
1
170,480
14,261,555,415
IssuesEvent
2020-11-20 11:31:08
nim-lang/Nim
https://api.github.com/repos/nim-lang/Nim
closed
Small tutorial error
Documentation Easy
Hi, I'm recenly learning Nim and I think there might be an error in the tutorial at this [link](https://nim-lang.org/docs/tut1.html). In the sample code of Break Statement, the last echo says [echo "still in block" ] but I think the program should've left the block at that point. It's a small one but let me know if I'm wrong. Thanks
1.0
Small tutorial error - Hi, I'm recenly learning Nim and I think there might be an error in the tutorial at this [link](https://nim-lang.org/docs/tut1.html). In the sample code of Break Statement, the last echo says [echo "still in block" ] but I think the program should've left the block at that point. It's a small one but let me know if I'm wrong. Thanks
non_comp
small tutorial error hi i m recenly learning nim and i think there might be an error in the tutorial at this in the sample code of break statement the last echo says but i think the program should ve left the block at that point it s a small one but let me know if i m wrong thanks
0
449,167
31,831,458,481
IssuesEvent
2023-09-14 10:51:33
statelyai/xstate
https://api.github.com/repos/statelyai/xstate
closed
External self transitions require target to re-enter the state node
wontfix documentation core
**Description** <!-- A clear and concise description of what the bug is. --> This is regarding the documentation/functionality w.r.t. external self transitions. I'm not sure if I misinterpreted the docs or if it's a bug. **Expected Result** <!-- A clear and concise description of what you expected to happen. --> The documentation at https://xstate.js.org/docs/guides/transitions.html#external-transitions mentions the following: > EVENT: { target: undefined, actions: [ ... ], internal: false } - external self-transition and > External transitions will exit and reenter the state node in which the transition is defined. From this I figured something like the following would suffice to re-trigger the entry/exit actions and the invoke on the someState state node when the machine received a SOME_EVENT - event. ```javascript { ... someState: { entry: 'someEntryAction', exit: 'someExitAction', on: { SOME_EVENT: { internal: false } }, invoke: { src: someService, ... } } ... } ``` To get the expected result I had to add an explicit target in the SOME_EVENT transition config. ```javascript on: { SOME_EVENT: { target: 'someState', // <- Here internal: false } } ``` **Actual Result** <!-- A clear and concise description of what happened instead. --> Neither the entry/exit or invoke occured as I was sending SOME_EVENT to the machine. **Reproduction** <!-- Create a reproduction of the issue from one of the following templates: --> https://codesandbox.io/s/solitary-dream-oo1cw?file=/src/index.ts **Additional context** <!-- Add any other context about the problem here (e.g., XState version) --> Tested this on xstate 4.15.4
1.0
External self transitions require target to re-enter the state node - **Description** <!-- A clear and concise description of what the bug is. --> This is regarding the documentation/functionality w.r.t. external self transitions. I'm not sure if I misinterpreted the docs or if it's a bug. **Expected Result** <!-- A clear and concise description of what you expected to happen. --> The documentation at https://xstate.js.org/docs/guides/transitions.html#external-transitions mentions the following: > EVENT: { target: undefined, actions: [ ... ], internal: false } - external self-transition and > External transitions will exit and reenter the state node in which the transition is defined. From this I figured something like the following would suffice to re-trigger the entry/exit actions and the invoke on the someState state node when the machine received a SOME_EVENT - event. ```javascript { ... someState: { entry: 'someEntryAction', exit: 'someExitAction', on: { SOME_EVENT: { internal: false } }, invoke: { src: someService, ... } } ... } ``` To get the expected result I had to add an explicit target in the SOME_EVENT transition config. ```javascript on: { SOME_EVENT: { target: 'someState', // <- Here internal: false } } ``` **Actual Result** <!-- A clear and concise description of what happened instead. --> Neither the entry/exit or invoke occured as I was sending SOME_EVENT to the machine. **Reproduction** <!-- Create a reproduction of the issue from one of the following templates: --> https://codesandbox.io/s/solitary-dream-oo1cw?file=/src/index.ts **Additional context** <!-- Add any other context about the problem here (e.g., XState version) --> Tested this on xstate 4.15.4
non_comp
external self transitions require target to re enter the state node description this is regarding the documentation functionality w r t external self transitions i m not sure if i misinterpreted the docs or if it s a bug expected result the documentation at mentions the following event target undefined actions internal false external self transition and external transitions will exit and reenter the state node in which the transition is defined from this i figured something like the following would suffice to re trigger the entry exit actions and the invoke on the somestate state node when the machine received a some event event javascript somestate entry someentryaction exit someexitaction on some event internal false invoke src someservice to get the expected result i had to add an explicit target in the some event transition config javascript on some event target somestate here internal false actual result neither the entry exit or invoke occured as i was sending some event to the machine reproduction additional context tested this on xstate
0
54,256
23,216,517,127
IssuesEvent
2022-08-02 14:29:05
cityofaustin/atd-data-tech
https://api.github.com/repos/cityofaustin/atd-data-tech
closed
Crash Tab Notes Section
Type: Feature Impact: 2-Major Service: Dev Need: 1-Must Have Epic Workgroup: VZ Product: Vision Zero Crash Data System
Staff would like to add an additional section to the current individual crash pages. This notes section would convey thoughts and capture details about the specific crash. **UI Considerations** - View for non-editing roles - View for editing roles - Behavior when the edit button is activated - Drop down menus with list of Partners & Status - View for an editable text box **Technical considerations** - New table that includes - Date, Created By, Note - Enabling edit mode for Editor role and higher
1.0
Crash Tab Notes Section - Staff would like to add an additional section to the current individual crash pages. This notes section would convey thoughts and capture details about the specific crash. **UI Considerations** - View for non-editing roles - View for editing roles - Behavior when the edit button is activated - Drop down menus with list of Partners & Status - View for an editable text box **Technical considerations** - New table that includes - Date, Created By, Note - Enabling edit mode for Editor role and higher
non_comp
crash tab notes section staff would like to add an additional section to the current individual crash pages this notes section would convey thoughts and capture details about the specific crash ui considerations view for non editing roles view for editing roles behavior when the edit button is activated drop down menus with list of partners status view for an editable text box technical considerations new table that includes date created by note enabling edit mode for editor role and higher
0
12,149
14,344,793,769
IssuesEvent
2020-11-28 16:05:17
boxbilling/boxbilling
https://api.github.com/repos/boxbilling/boxbilling
closed
[TRACKING] MyOwnFreeHost Integration
compatibility hosting
So, I'll be working on a possible MyOwnFreeHost integration. Wanted to create an issue just to track the process, I'll take notes here, and inform those who are interested also from here. I'll be using @HansAdema's [InfinityFreeHosting/mofh-client](https://github.com/InfinityFreeHosting/mofh-client). From what I expect, these functions will be available: - getLoginUrl() - getResellerLoginUrl() - testConnection() - createAccount() - suspendAccount() - unsuspendAccount() - changeAccountPassword() These **won't** be available, and won't function when being called: - cancelAccount() - changeAccountPackage() - changeAccountUsername() - changeAccountDomain() - changeAccountIp() - _getResourcePlan() - _getDnsTemplate()
True
[TRACKING] MyOwnFreeHost Integration - So, I'll be working on a possible MyOwnFreeHost integration. Wanted to create an issue just to track the process, I'll take notes here, and inform those who are interested also from here. I'll be using @HansAdema's [InfinityFreeHosting/mofh-client](https://github.com/InfinityFreeHosting/mofh-client). From what I expect, these functions will be available: - getLoginUrl() - getResellerLoginUrl() - testConnection() - createAccount() - suspendAccount() - unsuspendAccount() - changeAccountPassword() These **won't** be available, and won't function when being called: - cancelAccount() - changeAccountPackage() - changeAccountUsername() - changeAccountDomain() - changeAccountIp() - _getResourcePlan() - _getDnsTemplate()
comp
myownfreehost integration so i ll be working on a possible myownfreehost integration wanted to create an issue just to track the process i ll take notes here and inform those who are interested also from here i ll be using hansadema s from what i expect these functions will be available getloginurl getresellerloginurl testconnection createaccount suspendaccount unsuspendaccount changeaccountpassword these won t be available and won t function when being called cancelaccount changeaccountpackage changeaccountusername changeaccountdomain changeaccountip getresourceplan getdnstemplate
1
6,808
9,104,902,501
IssuesEvent
2019-02-20 19:22:48
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
Disallow + operator for dicts in Skylark
P2 incompatible-change team-Starlark
Currently, we define the `+` operator for concatenating dictionaries in Skylark. However, this is not valid in Python. This will be a problem when the Skylark docgen tool is available (see #712) since the tool will evaluate the Skylark code as Python. Since Skylark is meant to be a subset of Python anyway, we should disallow `+` for dictionaries in Skylark and recommend an alternative.
True
Disallow + operator for dicts in Skylark - Currently, we define the `+` operator for concatenating dictionaries in Skylark. However, this is not valid in Python. This will be a problem when the Skylark docgen tool is available (see #712) since the tool will evaluate the Skylark code as Python. Since Skylark is meant to be a subset of Python anyway, we should disallow `+` for dictionaries in Skylark and recommend an alternative.
comp
disallow operator for dicts in skylark currently we define the operator for concatenating dictionaries in skylark however this is not valid in python this will be a problem when the skylark docgen tool is available see since the tool will evaluate the skylark code as python since skylark is meant to be a subset of python anyway we should disallow for dictionaries in skylark and recommend an alternative
1
44,263
12,101,432,408
IssuesEvent
2020-04-20 15:12:23
codesmithtools/Templates
https://api.github.com/repos/codesmithtools/Templates
closed
ReadonlyList and Readonly Factory DataAccess not generated properly
Framework-CSLA Priority-High Type-Defect auto-migrated stale
``` What steps will reproduce the problem? 1. User Template CSharp\DataAccessLayer\DataAccessLayer.cst 2. Select ObjectFactoryParameterizedSQL for DataAccessImplementation 3. Generate some ReadOnlyList and ReadOnly objects What is the expected output? What do you see instead? I See this public ObjectFilter1List Fetch(ObjectFilter1Criteria criteria) { ObjectFilter1List item = (ObjectFilter1List)Activator.CreateInstance(typeof(ObjectFilter1List), true); I should see this public ObjectFilter1InfoList Fetch(ObjectFilter1Criteria criteria) { ObjectFilter1InfoList item = (ObjectFilter1InfoList)Activator.CreateInstance(typeof(ObjectFilter1InfoList), true); What version of the product are you using? 6.5.2 - CSLA 4.5 Please provide any additional information below. Same for the ReadOnly object Factory Data Access ``` Original issue reported on code.google.com by `jteneg...@gmail.com` on 31 Jan 2013 at 4:52
1.0
ReadonlyList and Readonly Factory DataAccess not generated properly - ``` What steps will reproduce the problem? 1. User Template CSharp\DataAccessLayer\DataAccessLayer.cst 2. Select ObjectFactoryParameterizedSQL for DataAccessImplementation 3. Generate some ReadOnlyList and ReadOnly objects What is the expected output? What do you see instead? I See this public ObjectFilter1List Fetch(ObjectFilter1Criteria criteria) { ObjectFilter1List item = (ObjectFilter1List)Activator.CreateInstance(typeof(ObjectFilter1List), true); I should see this public ObjectFilter1InfoList Fetch(ObjectFilter1Criteria criteria) { ObjectFilter1InfoList item = (ObjectFilter1InfoList)Activator.CreateInstance(typeof(ObjectFilter1InfoList), true); What version of the product are you using? 6.5.2 - CSLA 4.5 Please provide any additional information below. Same for the ReadOnly object Factory Data Access ``` Original issue reported on code.google.com by `jteneg...@gmail.com` on 31 Jan 2013 at 4:52
non_comp
readonlylist and readonly factory dataaccess not generated properly what steps will reproduce the problem user template csharp dataaccesslayer dataaccesslayer cst select objectfactoryparameterizedsql for dataaccessimplementation generate some readonlylist and readonly objects what is the expected output what do you see instead i see this public fetch criteria item activator createinstance typeof true i should see this public fetch criteria item activator createinstance typeof true what version of the product are you using csla please provide any additional information below same for the readonly object factory data access original issue reported on code google com by jteneg gmail com on jan at
0
790,631
27,830,894,524
IssuesEvent
2023-03-20 04:44:14
AY2223S2-CS2103T-W09-3/tp
https://api.github.com/repos/AY2223S2-CS2103T-W09-3/tp
closed
Add JUnit tests for AddCommandParser
priority.High
- small modification to PatientBuilder to include drug allergy and emergency contact
1.0
Add JUnit tests for AddCommandParser - - small modification to PatientBuilder to include drug allergy and emergency contact
non_comp
add junit tests for addcommandparser small modification to patientbuilder to include drug allergy and emergency contact
0
251,744
8,026,561,573
IssuesEvent
2018-07-27 04:59:44
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
[feature request] Add CUDA 9.2 pytorch wheels
high priority
CUDA 9.2 is now default on Arch Linux, please add CUDA 9.2 pytorch releases to pytorch.org. Using older (9.1) release with 9.2 produces errors for me when I'm trying to compile my own layers from CUDA (like in https://github.com/jwyang/faster-rcnn.pytorch repository)
1.0
[feature request] Add CUDA 9.2 pytorch wheels - CUDA 9.2 is now default on Arch Linux, please add CUDA 9.2 pytorch releases to pytorch.org. Using older (9.1) release with 9.2 produces errors for me when I'm trying to compile my own layers from CUDA (like in https://github.com/jwyang/faster-rcnn.pytorch repository)
non_comp
add cuda pytorch wheels cuda is now default on arch linux please add cuda pytorch releases to pytorch org using older release with produces errors for me when i m trying to compile my own layers from cuda like in repository
0
9,497
11,566,956,496
IssuesEvent
2020-02-20 13:29:44
Lothrazar/Storage-Network
https://api.github.com/repos/Lothrazar/Storage-Network
closed
Duplicating Emerald Dank Box
1.12 compatibility
Minecraft version & Mod Version: 1.12.2 DankNull-1.12.2-1.7.89 SimpleStorageNetwork-1.12.2-1.7.10 Single player or Server: Server Describe problem (what you were doing / what happened): If a dank docking station is connected to a storage link When I try to undock an emerald box I might get two instead. Does not happen every time. But I turned 1 into 13. Crash log (if any): no crash from this. (If this is a suggestion and not a bug report, delete all this and just write your suggestion!) I am running the mod pack MC.Eternal. I am not sure if this is a Dank or SSN issue. Thank you.
True
Duplicating Emerald Dank Box - Minecraft version & Mod Version: 1.12.2 DankNull-1.12.2-1.7.89 SimpleStorageNetwork-1.12.2-1.7.10 Single player or Server: Server Describe problem (what you were doing / what happened): If a dank docking station is connected to a storage link When I try to undock an emerald box I might get two instead. Does not happen every time. But I turned 1 into 13. Crash log (if any): no crash from this. (If this is a suggestion and not a bug report, delete all this and just write your suggestion!) I am running the mod pack MC.Eternal. I am not sure if this is a Dank or SSN issue. Thank you.
comp
duplicating emerald dank box minecraft version mod version danknull simplestoragenetwork single player or server server describe problem what you were doing what happened if a dank docking station is connected to a storage link when i try to undock an emerald box i might get two instead does not happen every time but i turned into crash log if any no crash from this if this is a suggestion and not a bug report delete all this and just write your suggestion i am running the mod pack mc eternal i am not sure if this is a dank or ssn issue thank you
1
223,147
17,105,057,115
IssuesEvent
2021-07-09 16:23:59
matthewjhcarr/twitter-clone-project
https://api.github.com/repos/matthewjhcarr/twitter-clone-project
closed
Add documentation to code
documentation
Code should be well documented and so far documentation has been lacking. This should be fixed and in future all committed code should be documented.
1.0
Add documentation to code - Code should be well documented and so far documentation has been lacking. This should be fixed and in future all committed code should be documented.
non_comp
add documentation to code code should be well documented and so far documentation has been lacking this should be fixed and in future all committed code should be documented
0
2,975
5,858,029,653
IssuesEvent
2017-05-12 01:56:46
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
SqlClientFactory.CreateDataAdapter returns null
area-System.Data.SqlClient bug tenet-compatibility
I'm running the .NET Core 2.0 bits and testing against some legacy full framework packages (yeah some legacy code). Looks like most of the other services are working, just the data adapter isn't. ![image](https://cloud.githubusercontent.com/assets/1374013/25937667/655d86a2-35e1-11e7-9a87-8a7c17e388ec.png) Is this something that will come later?
True
SqlClientFactory.CreateDataAdapter returns null - I'm running the .NET Core 2.0 bits and testing against some legacy full framework packages (yeah some legacy code). Looks like most of the other services are working, just the data adapter isn't. ![image](https://cloud.githubusercontent.com/assets/1374013/25937667/655d86a2-35e1-11e7-9a87-8a7c17e388ec.png) Is this something that will come later?
comp
sqlclientfactory createdataadapter returns null i m running the net core bits and testing against some legacy full framework packages yeah some legacy code looks like most of the other services are working just the data adapter isn t is this something that will come later
1
10,078
12,070,552,472
IssuesEvent
2020-04-16 17:50:07
gileli121/WindowTop
https://api.github.com/repos/gileli121/WindowTop
opened
Compatibility issue with bookmap app
compatibility-issue
A user reported that WindowTop is not working as expected with the app https://bookmap.com/ In the video, we can see that there the functions "Set-top" and "Opacity" are not working. [Video_2020-02-27_104136.zip](https://github.com/gileli121/WindowTop/files/4488898/Video_2020-02-27_104136.zip)
True
Compatibility issue with bookmap app - A user reported that WindowTop is not working as expected with the app https://bookmap.com/ In the video, we can see that there the functions "Set-top" and "Opacity" are not working. [Video_2020-02-27_104136.zip](https://github.com/gileli121/WindowTop/files/4488898/Video_2020-02-27_104136.zip)
comp
compatibility issue with bookmap app a user reported that windowtop is not working as expected with the app in the video we can see that there the functions set top and opacity are not working
1
143,343
5,514,507,757
IssuesEvent
2017-03-17 15:17:41
vladyslav2/gfwhitelabels
https://api.github.com/repos/vladyslav2/gfwhitelabels
closed
FORM C COMMON EQUITY
Priority
![image](https://cloud.githubusercontent.com/assets/21956276/22668330/5b39e2c0-ec8e-11e6-8819-741986510b0d.png) Add text (copied here) The delivery of the purchased securities and any payments or distributions relating thereto may be dependent and conditioned upon the investor providing correct and up-to-date contact and tax-related information, including without limitation, the following as requested: an up-to-date email delivery address, an up-to-date physical delivery address and an accurate social security number.
1.0
FORM C COMMON EQUITY - ![image](https://cloud.githubusercontent.com/assets/21956276/22668330/5b39e2c0-ec8e-11e6-8819-741986510b0d.png) Add text (copied here) The delivery of the purchased securities and any payments or distributions relating thereto may be dependent and conditioned upon the investor providing correct and up-to-date contact and tax-related information, including without limitation, the following as requested: an up-to-date email delivery address, an up-to-date physical delivery address and an accurate social security number.
non_comp
form c common equity add text copied here the delivery of the purchased securities and any payments or distributions relating thereto may be dependent and conditioned upon the investor providing correct and up to date contact and tax related information including without limitation the following as requested an up to date email delivery address an up to date physical delivery address and an accurate social security number
0
56,484
14,078,438,968
IssuesEvent
2020-11-04 13:34:30
themagicalmammal/android_kernel_samsung_j7xlte
https://api.github.com/repos/themagicalmammal/android_kernel_samsung_j7xlte
opened
CVE-2017-1000112 (High) detected in linuxlinux-3.12.23
security vulnerability
## CVE-2017-1000112 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.12.23</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v3.0/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v3.0/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/themagicalmammal/android_kernel_samsung_j7xlte/commit/439d18b77a020411b95770ba08a9229eed466cde">439d18b77a020411b95770ba08a9229eed466cde</a></p> <p>Found in base branch: <b>xsentinel-1.6-clean</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 (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_j7xlte/include/linux/ethtool.h</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_j7xlte/include/linux/ethtool.h</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_j7xlte/include/linux/ethtool.h</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> Linux kernel: Exploitable memory corruption due to UFO to non-UFO path switch. When building a UFO packet with MSG_MORE __ip_append_data() calls ip_ufo_append_data() to append. However in between two send() calls, the append path can be switched from UFO to non-UFO one, which leads to a memory corruption. In case UFO packet lengths exceeds MTU, copy = maxfraglen - skb->len becomes negative on the non-UFO path and the branch to allocate new skb is taken. This triggers fragmentation and computation of fraggap = skb_prev->len - maxfraglen. Fraggap can exceed MTU, causing copy = datalen - transhdrlen - fraggap to become negative. Subsequently skb_copy_and_csum_bits() writes out-of-bounds. A similar issue is present in IPv6 code. The bug was introduced in e89e9cf539a2 ("[IPv4/IPv6]: UFO Scatter-gather approach") on Oct 18 2005. <p>Publish Date: 2017-10-05 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-1000112>CVE-2017-1000112</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000112">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000112</a></p> <p>Release Date: 2017-10-05</p> <p>Fix Resolution: v4.13-rc5</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-2017-1000112 (High) detected in linuxlinux-3.12.23 - ## CVE-2017-1000112 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.12.23</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v3.0/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v3.0/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/themagicalmammal/android_kernel_samsung_j7xlte/commit/439d18b77a020411b95770ba08a9229eed466cde">439d18b77a020411b95770ba08a9229eed466cde</a></p> <p>Found in base branch: <b>xsentinel-1.6-clean</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 (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_j7xlte/include/linux/ethtool.h</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_j7xlte/include/linux/ethtool.h</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>android_kernel_samsung_j7xlte/include/linux/ethtool.h</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> Linux kernel: Exploitable memory corruption due to UFO to non-UFO path switch. When building a UFO packet with MSG_MORE __ip_append_data() calls ip_ufo_append_data() to append. However in between two send() calls, the append path can be switched from UFO to non-UFO one, which leads to a memory corruption. In case UFO packet lengths exceeds MTU, copy = maxfraglen - skb->len becomes negative on the non-UFO path and the branch to allocate new skb is taken. This triggers fragmentation and computation of fraggap = skb_prev->len - maxfraglen. Fraggap can exceed MTU, causing copy = datalen - transhdrlen - fraggap to become negative. Subsequently skb_copy_and_csum_bits() writes out-of-bounds. A similar issue is present in IPv6 code. The bug was introduced in e89e9cf539a2 ("[IPv4/IPv6]: UFO Scatter-gather approach") on Oct 18 2005. <p>Publish Date: 2017-10-05 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-1000112>CVE-2017-1000112</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000112">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000112</a></p> <p>Release Date: 2017-10-05</p> <p>Fix Resolution: v4.13-rc5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch xsentinel clean vulnerable source files android kernel samsung include linux ethtool h android kernel samsung include linux ethtool h android kernel samsung include linux ethtool h vulnerability details linux kernel exploitable memory corruption due to ufo to non ufo path switch when building a ufo packet with msg more ip append data calls ip ufo append data to append however in between two send calls the append path can be switched from ufo to non ufo one which leads to a memory corruption in case ufo packet lengths exceeds mtu copy maxfraglen skb len becomes negative on the non ufo path and the branch to allocate new skb is taken this triggers fragmentation and computation of fraggap skb prev len maxfraglen fraggap can exceed mtu causing copy datalen transhdrlen fraggap to become negative subsequently skb copy and csum bits writes out of bounds a similar issue is present in code the bug was introduced in ufo scatter gather approach on oct 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
6,243
8,640,601,001
IssuesEvent
2018-11-24 08:17:41
rootsongjc/kubernetes-vagrant-centos-cluster
https://api.github.com/repos/rootsongjc/kubernetes-vagrant-centos-cluster
closed
vagrant up appear config.vm.boot_timeout problem
compatibility network preparation
linux environment ``` Bringing machine 'node1' up with 'virtualbox' provider... Bringing machine 'node2' up with 'virtualbox' provider... Bringing machine 'node3' up with 'virtualbox' provider... ==> node1: Importing base box 'centos/7'... ==> node1: Matching MAC address for NAT networking... ==> node1: Setting the name of the VM: node1 ==> node1: Clearing any previously set network interfaces... ==> node1: Specific bridge 'en0: Wi-Fi (AirPort)' not found. You may be asked to specify ==> node1: which network to bridge to. ==> node1: Preparing network interfaces based on configuration... node1: Adapter 1: nat node1: Adapter 2: hostonly node1: Adapter 3: bridged ==> node1: Forwarding ports... node1: 22 (guest) => 2222 (host) (adapter 1) ==> node1: Running 'pre-boot' VM customizations... ==> node1: Booting VM... ==> node1: Waiting for machine to boot. This may take a few minutes... node1: SSH address: 127.0.0.1:2222 node1: SSH username: vagrant node1: SSH auth method: private key Timed out while waiting for the machine to boot. This means that Vagrant was unable to communicate with the guest machine within the configured ("config.vm.boot_timeout" value) time period. If you look above, you should be able to see the error(s) that Vagrant had when attempting to connect to the machine. These errors are usually good hints as to what may be wrong. If you're using a custom box, make sure that networking is properly working and you're able to connect to the machine. It is a common problem that networking isn't setup properly in these boxes. Verify that authentication configurations are also setup properly, as well. If the box appears to be booting properly, you may want to increase the timeout ("config.vm.boot_timeout") value. ```
True
vagrant up appear config.vm.boot_timeout problem - linux environment ``` Bringing machine 'node1' up with 'virtualbox' provider... Bringing machine 'node2' up with 'virtualbox' provider... Bringing machine 'node3' up with 'virtualbox' provider... ==> node1: Importing base box 'centos/7'... ==> node1: Matching MAC address for NAT networking... ==> node1: Setting the name of the VM: node1 ==> node1: Clearing any previously set network interfaces... ==> node1: Specific bridge 'en0: Wi-Fi (AirPort)' not found. You may be asked to specify ==> node1: which network to bridge to. ==> node1: Preparing network interfaces based on configuration... node1: Adapter 1: nat node1: Adapter 2: hostonly node1: Adapter 3: bridged ==> node1: Forwarding ports... node1: 22 (guest) => 2222 (host) (adapter 1) ==> node1: Running 'pre-boot' VM customizations... ==> node1: Booting VM... ==> node1: Waiting for machine to boot. This may take a few minutes... node1: SSH address: 127.0.0.1:2222 node1: SSH username: vagrant node1: SSH auth method: private key Timed out while waiting for the machine to boot. This means that Vagrant was unable to communicate with the guest machine within the configured ("config.vm.boot_timeout" value) time period. If you look above, you should be able to see the error(s) that Vagrant had when attempting to connect to the machine. These errors are usually good hints as to what may be wrong. If you're using a custom box, make sure that networking is properly working and you're able to connect to the machine. It is a common problem that networking isn't setup properly in these boxes. Verify that authentication configurations are also setup properly, as well. If the box appears to be booting properly, you may want to increase the timeout ("config.vm.boot_timeout") value. ```
comp
vagrant up appear config vm boot timeout problem linux environment bringing machine up with virtualbox provider bringing machine up with virtualbox provider bringing machine up with virtualbox provider importing base box centos matching mac address for nat networking setting the name of the vm clearing any previously set network interfaces specific bridge wi fi airport not found you may be asked to specify which network to bridge to preparing network interfaces based on configuration adapter nat adapter hostonly adapter bridged forwarding ports guest host adapter running pre boot vm customizations booting vm waiting for machine to boot this may take a few minutes ssh address ssh username vagrant ssh auth method private key timed out while waiting for the machine to boot this means that vagrant was unable to communicate with the guest machine within the configured config vm boot timeout value time period if you look above you should be able to see the error s that vagrant had when attempting to connect to the machine these errors are usually good hints as to what may be wrong if you re using a custom box make sure that networking is properly working and you re able to connect to the machine it is a common problem that networking isn t setup properly in these boxes verify that authentication configurations are also setup properly as well if the box appears to be booting properly you may want to increase the timeout config vm boot timeout value
1
424,560
29,144,656,447
IssuesEvent
2023-05-18 01:01:19
jrsteensen/OpenHornet
https://api.github.com/repos/jrsteensen/OpenHornet
opened
Generate MFG Files: OH4A6A1-100 - RUDDER TRIM MECHANISM
Type: Documentation "Category: MCAD Priority: Normal"
Generate the manufacturing files for Generate MFG Files: OH4A6A1-100 - RUDDER TRIM MECHANISM. __Check off each item in issue as you complete it.__ ### File generation - [OH Wiki HOWTO Link](https://github.com/jrsteensen/OpenHornet/wiki/HOWTO:-Generating-Fusion360-Manufacturing-Files) - [ ] Generate SVG files (if required.) - [ ] Generate 3MF files (if required.) - [ ] Generate STEP files (if required.) - [ ] Copy the relevant decal PDFs from the art folder to the relevant manufacturing folder (if required.) ### Review your files - [ ] Verify against drawing parts list that all the relevant manufacturing files have been created. - [ ] Open each SVG in your browser and compare against part to ensure it appears the same and its filename is correct. - [ ] Open each 3MF in a slicer of your choice and verify geometry matches F360 model and its filename is correct. - [ ] Open each STEP in a STEP file viewer of your choice and verify geometry matches F360 model and its filename is correct. ### Submit your files - [ ] Create a github PR against the beta 1 branch with the manufacturing files located in correct location of the release folder. - [ ] Request a review of the PR. #### Why a PR? It gives you credit when I generate the changelog in the release, and (more importantly) adds traceability to the history of the issues.
1.0
Generate MFG Files: OH4A6A1-100 - RUDDER TRIM MECHANISM - Generate the manufacturing files for Generate MFG Files: OH4A6A1-100 - RUDDER TRIM MECHANISM. __Check off each item in issue as you complete it.__ ### File generation - [OH Wiki HOWTO Link](https://github.com/jrsteensen/OpenHornet/wiki/HOWTO:-Generating-Fusion360-Manufacturing-Files) - [ ] Generate SVG files (if required.) - [ ] Generate 3MF files (if required.) - [ ] Generate STEP files (if required.) - [ ] Copy the relevant decal PDFs from the art folder to the relevant manufacturing folder (if required.) ### Review your files - [ ] Verify against drawing parts list that all the relevant manufacturing files have been created. - [ ] Open each SVG in your browser and compare against part to ensure it appears the same and its filename is correct. - [ ] Open each 3MF in a slicer of your choice and verify geometry matches F360 model and its filename is correct. - [ ] Open each STEP in a STEP file viewer of your choice and verify geometry matches F360 model and its filename is correct. ### Submit your files - [ ] Create a github PR against the beta 1 branch with the manufacturing files located in correct location of the release folder. - [ ] Request a review of the PR. #### Why a PR? It gives you credit when I generate the changelog in the release, and (more importantly) adds traceability to the history of the issues.
non_comp
generate mfg files rudder trim mechanism generate the manufacturing files for generate mfg files rudder trim mechanism check off each item in issue as you complete it file generation generate svg files if required generate files if required generate step files if required copy the relevant decal pdfs from the art folder to the relevant manufacturing folder if required review your files verify against drawing parts list that all the relevant manufacturing files have been created open each svg in your browser and compare against part to ensure it appears the same and its filename is correct open each in a slicer of your choice and verify geometry matches model and its filename is correct open each step in a step file viewer of your choice and verify geometry matches model and its filename is correct submit your files create a github pr against the beta branch with the manufacturing files located in correct location of the release folder request a review of the pr why a pr it gives you credit when i generate the changelog in the release and more importantly adds traceability to the history of the issues
0
129,717
18,109,437,147
IssuesEvent
2021-09-23 00:21:28
Tim-Demo/JS-Demo
https://api.github.com/repos/Tim-Demo/JS-Demo
closed
CVE-2021-37701 (High) detected in tar-4.4.8.tgz - autoclosed
security vulnerability
## CVE-2021-37701 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-4.4.8.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-4.4.8.tgz">https://registry.npmjs.org/tar/-/tar-4.4.8.tgz</a></p> <p> Dependency Hierarchy: - nodemon-1.19.1.tgz (Root Library) - chokidar-2.1.6.tgz - fsevents-1.2.9.tgz - node-pre-gyp-0.12.0.tgz - :x: **tar-4.4.8.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Tim-Demo/JS-Demo/commit/6867d3cdd385f17346bb7b3f8b5ce830dac87398">6867d3cdd385f17346bb7b3f8b5ce830dac87398</a></p> <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> The npm package "tar" (aka node-tar) before versions 4.4.16, 5.0.8, and 6.1.7 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory, where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems. The cache checking logic used both `\` and `/` characters as path separators, however `\` is a valid filename character on posix systems. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. Additionally, a similar confusion could arise on case-insensitive filesystems. If a tar archive contained a directory at `FOO`, followed by a symbolic link named `foo`, then on case-insensitive file systems, the creation of the symbolic link would remove the directory from the filesystem, but _not_ from the internal directory cache, as it would not be treated as a cache hit. A subsequent file entry within the `FOO` directory would then be placed in the target of the symbolic link, thinking that the directory had already been created. These issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-9r2w-394v-53qc. <p>Publish Date: 2021-08-31 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37701>CVE-2021-37701</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.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - 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/npm/node-tar/security/advisories/GHSA-9r2w-394v-53qc">https://github.com/npm/node-tar/security/advisories/GHSA-9r2w-394v-53qc</a></p> <p>Release Date: 2021-08-31</p> <p>Fix Resolution: tar - 4.4.16, 5.0.8, 6.1.7</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"tar","packageVersion":"4.4.8","packageFilePaths":[],"isTransitiveDependency":true,"dependencyTree":"nodemon:1.19.1;chokidar:2.1.6;fsevents:1.2.9;node-pre-gyp:0.12.0;tar:4.4.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"tar - 4.4.16, 5.0.8, 6.1.7"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-37701","vulnerabilityDetails":"The npm package \"tar\" (aka node-tar) before versions 4.4.16, 5.0.8, and 6.1.7 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory, where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems. The cache checking logic used both `\\` and `/` characters as path separators, however `\\` is a valid filename character on posix systems. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. Additionally, a similar confusion could arise on case-insensitive filesystems. If a tar archive contained a directory at `FOO`, followed by a symbolic link named `foo`, then on case-insensitive file systems, the creation of the symbolic link would remove the directory from the filesystem, but _not_ from the internal directory cache, as it would not be treated as a cache hit. A subsequent file entry within the `FOO` directory would then be placed in the target of the symbolic link, thinking that the directory had already been created. These issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-9r2w-394v-53qc.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37701","cvss3Severity":"high","cvss3Score":"8.6","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Changed","C":"High","UI":"Required","AV":"Local","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-37701 (High) detected in tar-4.4.8.tgz - autoclosed - ## CVE-2021-37701 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-4.4.8.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-4.4.8.tgz">https://registry.npmjs.org/tar/-/tar-4.4.8.tgz</a></p> <p> Dependency Hierarchy: - nodemon-1.19.1.tgz (Root Library) - chokidar-2.1.6.tgz - fsevents-1.2.9.tgz - node-pre-gyp-0.12.0.tgz - :x: **tar-4.4.8.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Tim-Demo/JS-Demo/commit/6867d3cdd385f17346bb7b3f8b5ce830dac87398">6867d3cdd385f17346bb7b3f8b5ce830dac87398</a></p> <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> The npm package "tar" (aka node-tar) before versions 4.4.16, 5.0.8, and 6.1.7 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory, where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems. The cache checking logic used both `\` and `/` characters as path separators, however `\` is a valid filename character on posix systems. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. Additionally, a similar confusion could arise on case-insensitive filesystems. If a tar archive contained a directory at `FOO`, followed by a symbolic link named `foo`, then on case-insensitive file systems, the creation of the symbolic link would remove the directory from the filesystem, but _not_ from the internal directory cache, as it would not be treated as a cache hit. A subsequent file entry within the `FOO` directory would then be placed in the target of the symbolic link, thinking that the directory had already been created. These issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-9r2w-394v-53qc. <p>Publish Date: 2021-08-31 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37701>CVE-2021-37701</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.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - 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/npm/node-tar/security/advisories/GHSA-9r2w-394v-53qc">https://github.com/npm/node-tar/security/advisories/GHSA-9r2w-394v-53qc</a></p> <p>Release Date: 2021-08-31</p> <p>Fix Resolution: tar - 4.4.16, 5.0.8, 6.1.7</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"tar","packageVersion":"4.4.8","packageFilePaths":[],"isTransitiveDependency":true,"dependencyTree":"nodemon:1.19.1;chokidar:2.1.6;fsevents:1.2.9;node-pre-gyp:0.12.0;tar:4.4.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"tar - 4.4.16, 5.0.8, 6.1.7"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-37701","vulnerabilityDetails":"The npm package \"tar\" (aka node-tar) before versions 4.4.16, 5.0.8, and 6.1.7 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary stat calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory, where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems. The cache checking logic used both `\\` and `/` characters as path separators, however `\\` is a valid filename character on posix systems. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass node-tar symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. Additionally, a similar confusion could arise on case-insensitive filesystems. If a tar archive contained a directory at `FOO`, followed by a symbolic link named `foo`, then on case-insensitive file systems, the creation of the symbolic link would remove the directory from the filesystem, but _not_ from the internal directory cache, as it would not be treated as a cache hit. A subsequent file entry within the `FOO` directory would then be placed in the target of the symbolic link, thinking that the directory had already been created. These issues were addressed in releases 4.4.16, 5.0.8 and 6.1.7. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. If this is not possible, a workaround is available in the referenced GHSA-9r2w-394v-53qc.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37701","cvss3Severity":"high","cvss3Score":"8.6","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Changed","C":"High","UI":"Required","AV":"Local","I":"High"},"extraData":{}}</REMEDIATE> -->
non_comp
cve high detected in tar tgz autoclosed cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href dependency hierarchy nodemon tgz root library chokidar tgz fsevents tgz node pre gyp tgz x tar tgz vulnerable library found in head commit a href found in base branch master vulnerability details the npm package tar aka node tar before versions and has an arbitrary file creation overwrite and arbitrary code execution vulnerability node tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted this is in part achieved by ensuring that extracted directories are not symlinks additionally in order to prevent unnecessary stat calls to determine whether a given path is a directory paths are cached when directories are created this logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems the cache checking logic used both and characters as path separators however is a valid filename character on posix systems by first creating a directory and then replacing that directory with a symlink it was thus possible to bypass node tar symlink checks on directories essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location thus allowing arbitrary file creation and overwrite additionally a similar confusion could arise on case insensitive filesystems if a tar archive contained a directory at foo followed by a symbolic link named foo then on case insensitive file systems the creation of the symbolic link would remove the directory from the filesystem but not from the internal directory cache as it would not be treated as a cache hit a subsequent file entry within the foo directory would then be placed in the target of the symbolic link thinking that the directory had already been created these issues were addressed in releases and the branch of node tar has been deprecated and did not receive patches for these issues if you are still using a release we recommend you update to a more recent version of node tar if this is not possible a workaround is available in the referenced ghsa 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 changed 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 tar isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree nodemon chokidar fsevents node pre gyp tar isminimumfixversionavailable true minimumfixversion tar basebranches vulnerabilityidentifier cve vulnerabilitydetails the npm package tar aka node tar before versions and has an arbitrary file creation overwrite and arbitrary code execution vulnerability node tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted this is in part achieved by ensuring that extracted directories are not symlinks additionally in order to prevent unnecessary stat calls to determine whether a given path is a directory paths are cached when directories are created this logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory where the symlink and directory names in the archive entry used backslashes as a path separator on posix systems the cache checking logic used both and characters as path separators however is a valid filename character on posix systems by first creating a directory and then replacing that directory with a symlink it was thus possible to bypass node tar symlink checks on directories essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location thus allowing arbitrary file creation and overwrite additionally a similar confusion could arise on case insensitive filesystems if a tar archive contained a directory at foo followed by a symbolic link named foo then on case insensitive file systems the creation of the symbolic link would remove the directory from the filesystem but not from the internal directory cache as it would not be treated as a cache hit a subsequent file entry within the foo directory would then be placed in the target of the symbolic link thinking that the directory had already been created these issues were addressed in releases and the branch of node tar has been deprecated and did not receive patches for these issues if you are still using a release we recommend you update to a more recent version of node tar if this is not possible a workaround is available in the referenced ghsa vulnerabilityurl
0
7,862
10,081,406,774
IssuesEvent
2019-07-25 08:44:46
plan-player-analytics/Plan
https://api.github.com/repos/plan-player-analytics/Plan
closed
AAC 4.0.0 changed their API
Incompatibility PluginData
### Describe the bug Plan integration with AAC does not work with AAC version 4.0.0 ### Exceptions & Other Logs From an older Plan version - no changes to code, only line numbers are different. ``` [17:47:14 ERROR]: Could not pass event PlayerViolationCommandEvent to Plan v4.5.2 java.lang.IncompatibleClassChangeError: Expected static method me.konsolas.aac.api.AACAPIProvider.getAPI()Lme/konsolas/aac/api/AACAPI; at com.djrapitops.pluginbridge.plan.aac.PlayerHackKickListener.onKick(PlayerHackKickListener.java:57) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor643.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.12.2.jar:git-Paper-1618] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.12.2.jar:git-Paper-1618] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.12.2.jar:git-Paper-1618] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.12.2.jar:git-Paper-1618] at me.konsolas.aac.aK.a(aK.java) ~[?:?] at me.konsolas.aac.aK.a(aK.java:5) ~[?:?] at me.konsolas.aac.bb.run(Native Method) ~[?:?] at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:64) ~[patched_1.12.2.jar:git-Paper-1618] at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423) ~[patched_1.12.2.jar:git-Paper-1618] at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:840) ~[patched_1.12.2.jar:git-Paper-1618] at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) ~[patched_1.12.2.jar:git-Paper-1618] at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774) ~[patched_1.12.2.jar:git-Paper-1618] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666) ~[patched_1.12.2.jar:git-Paper-1618] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211] ```
True
AAC 4.0.0 changed their API - ### Describe the bug Plan integration with AAC does not work with AAC version 4.0.0 ### Exceptions & Other Logs From an older Plan version - no changes to code, only line numbers are different. ``` [17:47:14 ERROR]: Could not pass event PlayerViolationCommandEvent to Plan v4.5.2 java.lang.IncompatibleClassChangeError: Expected static method me.konsolas.aac.api.AACAPIProvider.getAPI()Lme/konsolas/aac/api/AACAPI; at com.djrapitops.pluginbridge.plan.aac.PlayerHackKickListener.onKick(PlayerHackKickListener.java:57) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor643.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.12.2.jar:git-Paper-1618] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.12.2.jar:git-Paper-1618] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.12.2.jar:git-Paper-1618] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:513) ~[patched_1.12.2.jar:git-Paper-1618] at me.konsolas.aac.aK.a(aK.java) ~[?:?] at me.konsolas.aac.aK.a(aK.java:5) ~[?:?] at me.konsolas.aac.bb.run(Native Method) ~[?:?] at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:64) ~[patched_1.12.2.jar:git-Paper-1618] at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423) ~[patched_1.12.2.jar:git-Paper-1618] at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:840) ~[patched_1.12.2.jar:git-Paper-1618] at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) ~[patched_1.12.2.jar:git-Paper-1618] at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774) ~[patched_1.12.2.jar:git-Paper-1618] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666) ~[patched_1.12.2.jar:git-Paper-1618] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_211] ```
comp
aac changed their api describe the bug plan integration with aac does not work with aac version exceptions other logs from an older plan version no changes to code only line numbers are different could not pass event playerviolationcommandevent to plan java lang incompatibleclasschangeerror expected static method me konsolas aac api aacapiprovider getapi lme konsolas aac api aacapi at com djrapitops pluginbridge plan aac playerhackkicklistener onkick playerhackkicklistener java at com destroystokyo paper event executor asm generated execute unknown source at org bukkit plugin eventexecutor execute eventexecutor java at co aikar timings timedeventexecutor execute timedeventexecutor java at org bukkit plugin registeredlistener callevent registeredlistener java at org bukkit plugin simplepluginmanager callevent simplepluginmanager java at me konsolas aac ak a ak java at me konsolas aac ak a ak java at me konsolas aac bb run native method at org bukkit craftbukkit scheduler crafttask run crafttask java at org bukkit craftbukkit scheduler craftscheduler mainthreadheartbeat craftscheduler java at net minecraft server minecraftserver d minecraftserver java at net minecraft server dedicatedserver d dedicatedserver java at net minecraft server minecraftserver c minecraftserver java at net minecraft server minecraftserver run minecraftserver java at java lang thread run thread java
1
141,173
21,419,467,892
IssuesEvent
2022-04-22 14:15:19
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
Edit/Refine Guidelines
service-design
## Issue Description Edit/Refine Guidelines --- ## Tasks - [ ] Edit/Refine Guidelines ## Acceptance Criteria - [ ] Finalized version of Guidelines - [ ] Finalized version of supporting explanations - [ ] Finalized version of examples
1.0
Edit/Refine Guidelines - ## Issue Description Edit/Refine Guidelines --- ## Tasks - [ ] Edit/Refine Guidelines ## Acceptance Criteria - [ ] Finalized version of Guidelines - [ ] Finalized version of supporting explanations - [ ] Finalized version of examples
non_comp
edit refine guidelines issue description edit refine guidelines tasks edit refine guidelines acceptance criteria finalized version of guidelines finalized version of supporting explanations finalized version of examples
0
1,930
4,634,919,802
IssuesEvent
2016-09-29 04:00:42
PrinceOfAmber/Cyclic
https://api.github.com/repos/PrinceOfAmber/Cyclic
closed
Bag of holding bug w/ Iron Chest Mod
bug compatibility
Picking up the copper chest using a bag of holding will place an iron chest down instead of copper. Forge 2092
True
Bag of holding bug w/ Iron Chest Mod - Picking up the copper chest using a bag of holding will place an iron chest down instead of copper. Forge 2092
comp
bag of holding bug w iron chest mod picking up the copper chest using a bag of holding will place an iron chest down instead of copper forge
1