Closed gentlementlegen closed 4 months ago
@gentlementlegen, You are not allowed to add Priority: 1 (Normal)
@gentlementlegen, You are not allowed to add Time: <1 Hour
! No permission to set labels
! No permission to set labels
I think setting permissions is broken last time we tried. Can make you billing manager though. Will need to try when back on computer later.
@0x4007 Well I am billing manager within Ubiquity Org, so the issue might be different. Yes I recall it being broken as well. It's not urgent I guess, just a bit annoying 😄
! No price label has been set. Skipping permit generation.
! No price label has been set. Skipping permit generation.
+ Evaluating results. Please wait...
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Comment | 1 | 0 |
Comment | Formatting | Relevance | Reward |
---|---|---|---|
I think setting permissions is broken last time we tried. Can ma… | 2.5content: p: count: 25 score: 1 wordValue: 0.1 formattingMultiplier: 1 | - | - |
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Task | 1 | 25 |
Issue | Specification | 1 | 9.3 |
Issue | Comment | 1 | 1.32 |
Comment | Formatting | Relevance | Reward |
---|---|---|---|
The package is currently only compiled for ESM projects, which i… | 9.3content: p: count: 87 score: 1 code: count: 6 score: 1 wordValue: 0.1 formattingMultiplier: 1 | 1 | 9.3 |
@0x4007 Well I am billing manager within Ubiquity Org, so the is… | 6.6content: p: count: 33 score: 1 wordValue: 0.2 formattingMultiplier: 1 | 0.2 | 1.32 |
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Comment | 1 | 2.5 |
Comment | Formatting | Relevance | Reward |
---|---|---|---|
I think setting permissions is broken last time we tried. Can ma... | 2.5 | 0.17 | 2.5 |
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Specification | 1 | 24 |
Issue | Task | 1 | 25 |
Issue | Comment | 1 | 6.6 |
Issue | Comment | 1 | 0 |
Review | Comment | 1 | 33.6 |
Review | Comment | 1 | 16.8 |
Comment | Formatting | Relevance | Reward |
---|---|---|---|
The package is currently only compiled for ESM projects, which i... | 24li: count: 3 score: "3" words: 24 code: count: 4 score: "4" words: 14 | 1 | 24 |
@0x4007 Well I am billing manager within Ubiquity Org, so the is... | 6.6 | 0.3 | 6.6 |
@0x4007 Well I am billing manager within Ubiquity Org, so the is... | - | 0.3 | - |
## How to test Create a dummy NodeJs project, with the followin... | 33.6h2: count: 1 score: "2" words: 3 code: count: 7 score: "14" words: 22 | 0.93 | 33.6 |
## How to test Create a dummy NodeJs project, with the followin... | 16.8h2: count: 1 score: "1" words: 3 code: count: 7 score: "7" words: 22 | 0.93 | 16.8 |
Why is my comment relevance 0 on v2? I expect it to be low but not 0
@0x4007 miggt be due to either Gpt4 or a multiplier that makes it 0, will have a look
Relevance made it 0
but ChatGPT I wouldn't expect to return a perfect 0
I think I defaulted to 0
if there is any bug or crash during the evaluation of relevance to avoid major issues on the final result, which might be the reason.
In my implementation I made it default to 1 in case of error. Seems unfair to the contributor to not get any credit if there's a bug with the software.
Added this to the specification.
The package is currently only compiled for ESM projects, which implies adding the
"type": "module"
. This usually breaks projects that are using older techs requiring"type": "commonjs"
, which is broadly used within our organization and the packages we include. It would be better to offer both solutions, as this package doesn't require to be in ESM to work properly.Tasks to be carried out:
module
andcommonjs