id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
487314804
Emit error for empty fork stmt Purpose Fixes https://github.com/ballerina-platform/ballerina-lang/issues/18025 Approach Describe how you are implementing the solutions along with the design details. Samples Provide high-level details about the samples related to this feature. Remarks List any other known issues,...
gharchive/pull-request
2019-08-30T06:40:11
2025-04-01T06:38:01.014344
{ "authors": [ "MaryamZi", "rdhananjaya" ], "repo": "ballerina-platform/ballerina-lang", "url": "https://github.com/ballerina-platform/ballerina-lang/pull/18354", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
503302200
Fix multiple sync sends to a errored worker Purpose Fixes #19115 Approach Describe how you are implementing the solutions along with the design details. Samples Provide high-level details about the samples related to this feature. Remarks List any other known issues, related PRs, TODO items, or any other notes ...
gharchive/pull-request
2019-10-07T08:26:00
2025-04-01T06:38:01.024296
{ "authors": [ "codecov-io", "vinok88" ], "repo": "ballerina-platform/ballerina-lang", "url": "https://github.com/ballerina-platform/ballerina-lang/pull/19321", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
508864965
Update performance test results for Ballerina v1.0.x Purpose This PR updates the performance test results for Ballerina v1.0.1x Check List [x] Read the Contributing Guide [ ] Required Balo version update [ ] Updated Change Log [ ] Checked Tooling Support (#) [ ] Added necessary tests [ ] Unit Tests [ ] Spec Conform...
gharchive/pull-request
2019-10-18T05:37:54
2025-04-01T06:38:01.034227
{ "authors": [ "codecov-io", "ldclakmal" ], "repo": "ballerina-platform/ballerina-lang", "url": "https://github.com/ballerina-platform/ballerina-lang/pull/19464", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
539442475
Introduce BBE for OAuth2 inbound authentication Purpose This PR introduces a BBE for OAuth2 inbound authentication. Additionally, this updates the description of the BBE related to JWT inbound auth. Fixes #19765 Check List [x] Read the Contributing Guide [ ] Updated Change Log [ ] Checked Tooling Support (#) [ ] Add...
gharchive/pull-request
2019-12-18T04:21:05
2025-04-01T06:38:01.039275
{ "authors": [ "ldclakmal" ], "repo": "ballerina-platform/ballerina-lang", "url": "https://github.com/ballerina-platform/ballerina-lang/pull/20441", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1351807634
Fix type cast code action for numeric optional types Purpose $subject to suggest type cast code action as a quick fix when the expected type is a optional numeric type. Fixes #37465 Samples Remarks List any other known issues, related PRs, TODO items, or any other notes related to the PR. Check List [x] Read the...
gharchive/pull-request
2022-08-26T06:22:43
2025-04-01T06:38:01.045427
{ "authors": [ "malinthar" ], "repo": "ballerina-platform/ballerina-lang", "url": "https://github.com/ballerina-platform/ballerina-lang/pull/37533", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1055996292
Tooling check for Random module Description: $Subject Tested the tooling support in VS code against SL Beta4 RC3. Everything is rendered properly.
gharchive/issue
2021-11-17T11:06:19
2025-04-01T06:38:01.050847
{ "authors": [ "MadhukaHarith92" ], "repo": "ballerina-platform/ballerina-standard-library", "url": "https://github.com/ballerina-platform/ballerina-standard-library/issues/2401", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
919758885
Improve dependency graph generator $subject since it is recommended to only use platform level URL to identify packages repositories. Because of this, we cannot identify dependencies based on the repository URL. The script is improved to parse the gradle.properties file to identify the version key of each modules' de...
gharchive/pull-request
2021-06-13T09:38:58
2025-04-01T06:38:01.054062
{ "authors": [ "ThisaruGuruge", "niveathika" ], "repo": "ballerina-platform/ballerina-standard-library", "url": "https://github.com/ballerina-platform/ballerina-standard-library/pull/1454", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1633271843
Update Google Vision connector category Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. This is to move the Google Cloud Vision connector to the category AI/Google as part of an e...
gharchive/pull-request
2023-03-21T05:48:58
2025-04-01T06:38:01.071116
{ "authors": [ "AathmanT", "CLAassistant" ], "repo": "ballerina-platform/openapi-connectors", "url": "https://github.com/ballerina-platform/openapi-connectors/pull/753", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
137348642
Z-wave battery sensor (from thermostat) Home Assistant release (hass --version): 0.14 Python release (python3 --version): 3.4 Component/platform: z-wave Description of problem: no sensors for my batteries of my radiator thermostats Expected: see the battery level of my stellaz radiator thermostats Additional info: 6-...
gharchive/issue
2016-02-29T19:32:42
2025-04-01T06:38:01.074555
{ "authors": [ "balloob", "luxus" ], "repo": "balloob/home-assistant", "url": "https://github.com/balloob/home-assistant/issues/1448", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
143731952
Support keep-alive in REST API Home Assistant release (hass --version): 0.17.0.dev0 Python release (python3 --version): 3.4.2 Component/platform: http Description of problem: I have a bunch of energy sensors of the same kind as described in this blog post: https://batilanblog.wordpress.com/2015/02/17/using-ec3k-with-...
gharchive/issue
2016-03-26T17:18:52
2025-04-01T06:38:01.092993
{ "authors": [ "balloob", "molobrakos" ], "repo": "balloob/home-assistant", "url": "https://github.com/balloob/home-assistant/issues/1619", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1214339579
Slider Component Slider component background width calculation is off When giving the Slider component a max value of 20000, the calculation of the background-styles are getting calculated depending on the step-size, e.g. when the step is 5000, the percentage of the bg is 5000%. Also, the ticks on the slider are...
gharchive/issue
2022-04-25T11:05:30
2025-04-01T06:38:01.097089
{ "authors": [ "ThomasSeyssensTPO", "hirsch88" ], "repo": "baloise/design-system", "url": "https://github.com/baloise/design-system/issues/602", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1245035077
Datepicker - Months not updated when navigating backwards Month in datepicker does not get updated Detailed description Currently, we are using the datepicker component for the SOB of SoBa (banking.baloise.ch). In the second page, the component can be accessed and whenever the user tries to navigate backwards, it the...
gharchive/issue
2022-05-23T11:42:06
2025-04-01T06:38:01.101225
{ "authors": [ "hirsch88", "jacnguymesoneer" ], "repo": "baloise/design-system", "url": "https://github.com/baloise/design-system/issues/618", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
891348114
Add the client certificates to download at https://mtls.run/pt/sidecar At this page there are the server certificates and there is a curl example, but the curl uses a client key/cert that is not available to download. These files can be downloaded at https://mtls.run/pt/ambassador Hi @tiagostutz! I would like to cl...
gharchive/issue
2021-05-13T20:28:53
2025-04-01T06:38:01.134707
{ "authors": [ "cristiangutie", "tiagostutz" ], "repo": "bancodobrasil/mtls-best-friend", "url": "https://github.com/bancodobrasil/mtls-best-friend/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
668693540
Reaplce styled-components by pure HTML tags Currently we have some components using styled-components. Replace those by "vanilla" html tags. Don't need to bring the style, we will tackle the style thing on another issue. Hi there, @stokesy94 !! 👋🏻 Sure, just assigned that to you.! Nice to have you on board. 😃 ...
gharchive/issue
2020-07-30T12:54:48
2025-04-01T06:38:01.149088
{ "authors": [ "Bob160", "OluyemisiA", "poleselfg", "priyanshu0405", "stokesy94", "tiagostutz" ], "repo": "bancodobrasil/stop-analyzing-embed", "url": "https://github.com/bancodobrasil/stop-analyzing-embed/issues/51", "license": "MIT", "license_type": "permissive", "license_source"...
1096850777
请问生成结束之后,如何禁用弹出资源管理器呢 生成器版本: 3.5.1 @angryLid 开启GlobalConfig的disableOpenDir配置 @angryLid 开启GlobalConfig的disableOpenDir配置 非常抱歉,文档看的有点草率了。
gharchive/issue
2022-01-08T06:41:11
2025-04-01T06:38:01.236728
{ "authors": [ "angryLid", "lanjerry" ], "repo": "baomidou/generator", "url": "https://github.com/baomidou/generator/issues/167", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
815081815
启动的时候出现2次 当前使用版本(必填,否则不予处理) 3.4.1 该问题是如何引起的?(确定最新版也有问题再提!!!) 配置了自定义的sqlSessionFactory public class MybatisPlusConfig { @Autowired private Environment env; @Autowired private DataSource dataSource; @Autowired private MybatisPlusProperties properties; @Autowired(required = false) private Interceptor[] interceptors; ...
gharchive/issue
2021-02-24T04:36:06
2025-04-01T06:38:01.245072
{ "authors": [ "jenven", "miemieYaho" ], "repo": "baomidou/mybatis-plus", "url": "https://github.com/baomidou/mybatis-plus/issues/3350", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1364407759
saveBatch 插入太慢 https://mp.baomidou.com/guide/crud-interface.html#insertbatchsomecolumn 访问不了! mysql 选装一下一下这个插件 https://mp.baomidou.com/guide/crud-interface.html#insertbatchsomecolumn 其他数据库 自己拼sql mybatis-plus 为了多数据源兼容性 是for loop insert Originally posted by @lltx in https://github.com/baomidou/mybatis-plus/issues/33...
gharchive/issue
2022-09-07T09:58:26
2025-04-01T06:38:01.248437
{ "authors": [ "15003476628", "miemieYaho" ], "repo": "baomidou/mybatis-plus", "url": "https://github.com/baomidou/mybatis-plus/issues/4798", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1526030955
Don't hash the crate name in the cache key I'd like to see the cached crate when looking at the caches for the repo, right now for example I see like 10 entries with cargo-install-{hash} Hello! Thanks for the suggestion, I just released a new update that changes the cache key format. Since it is a major update, you...
gharchive/issue
2023-01-09T17:40:27
2025-04-01T06:38:01.249911
{ "authors": [ "ForsakenHarmony", "baptiste0928" ], "repo": "baptiste0928/cargo-install", "url": "https://github.com/baptiste0928/cargo-install/issues/11", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
949604907
Refactor: Implement chainable AST / functional AST handlers The current implementation generates the AST on every needed point instead of using the existing one if no modifications are made. All code regarding this can be found in lib/ast-helpers.js lib/jsx-helpers.js The needed change is to have a chainable contruc...
gharchive/issue
2021-07-21T11:20:59
2025-04-01T06:38:01.264143
{ "authors": [ "barelyhuman" ], "repo": "barelyhuman/hen", "url": "https://github.com/barelyhuman/hen/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
142645275
Updated instagram icon Updated instagram svg and styles to make it scale properly as an svg background image. Closes #411. See this update on my blog After this update: Thanks.
gharchive/pull-request
2016-03-22T13:10:55
2025-04-01T06:38:01.277975
{ "authors": [ "domfarolino", "firsttopman" ], "repo": "barryclark/jekyll-now", "url": "https://github.com/barryclark/jekyll-now/pull/464", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2681976781
add Tipping Point to base web directory What changed? Why? Notes to reviewers How has it been tested? 🟡 Heimdall Review Status Requirement Status More Info Reviews 🟡 0/2 Denominator calculation Show calculation 1 if user is bot 0 1 if user is external 0 From .codeflow.yml 1 Additional revie...
gharchive/pull-request
2024-11-22T06:35:45
2025-04-01T06:38:01.290975
{ "authors": [ "Ncastro878", "cb-heimdall", "wbnns" ], "repo": "base-org/web", "url": "https://github.com/base-org/web/pull/1280", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1852760398
When your auditor table uses UUIDs as Primary Key I'm just recording this in case it helps someone else or, after reviewing, the team tell me a better way! 😄 We use GUIDs as primary key for all tables so my Auditor record primary key starts with: 035d675a-0aa8-... When audit records are created, the auditor_id is s...
gharchive/issue
2023-08-16T08:28:07
2025-04-01T06:38:01.295487
{ "authors": [ "bpurinton", "colinbruce" ], "repo": "basecamp/audits1984", "url": "https://github.com/basecamp/audits1984/issues/47", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1165459556
#170 - Calculate toast Created toast on calculation start. But not understand delete calculation logic, if it removes automatically🤔 @Valexr we need a bot who will be checking an uncommented console.log calls at each PR :laughing:
gharchive/pull-request
2022-03-10T16:37:11
2025-04-01T06:38:01.300549
{ "authors": [ "Valexr", "blokhin" ], "repo": "basf/bscience-gui", "url": "https://github.com/basf/bscience-gui/pull/34", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2514339155
🛑 wpsitedoctors is down In 5e8d433, wpsitedoctors (https://wpsitedoctors.com/) was down: HTTP code: 503 Response time: 582 ms Resolved: wpsitedoctors is back up in 61dc09a after 31 minutes.
gharchive/issue
2024-09-09T15:57:51
2025-04-01T06:38:01.303202
{ "authors": [ "basharatreyaz" ], "repo": "basharatreyaz/uptimebot", "url": "https://github.com/basharatreyaz/uptimebot/issues/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
28405778
Update rebar.config A things I added for my own use, you can have them if you want. Do not want, if this is a problem put something like this inf your .gitconfig: [url "http://github.com"] insteadOf = ssh://git@github.com/
gharchive/pull-request
2014-02-27T09:46:22
2025-04-01T06:38:01.306229
{ "authors": [ "MisaKondo", "Vagabond" ], "repo": "basho/lager", "url": "https://github.com/basho/lager/pull/208", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
175342907
Add HyperLogLog Data Type Adds HLL data type. Test with a devrel of this Riak branch: https://github.com/basho/riak_ee/tree/develop-2.2, configured with the included tools change. The HllPrecision bucket type property needs to have support added to FetchBucketPropsCommand and StoreBucketPropsCommand Docs can be f...
gharchive/pull-request
2016-09-06T20:26:09
2025-04-01T06:38:01.308806
{ "authors": [ "alexmoore", "lukebakken" ], "repo": "basho/riak-go-client", "url": "https://github.com/basho/riak-go-client/pull/72", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
280569784
ENH: Add out-of-sample prediction to IV Add out-of-sample prediction to IV models This pull request introduces 6 alerts - view on lgtm.com new alerts: 6 for Potentially uninitialized local variable Comment posted by lgtm.com
gharchive/pull-request
2017-12-08T17:58:29
2025-04-01T06:38:01.310793
{ "authors": [ "bashtage" ], "repo": "bashtage/linearmodels", "url": "https://github.com/bashtage/linearmodels/pull/135", "license": "NCSA", "license_type": "permissive", "license_source": "github-api" }
87048335
Add opsgenie Add opsgenie class for know who is on call, stats of alert (UNACK, ACK,...) For now we can't add it because, our schedule is not implement Close for now, no information in SDK
gharchive/issue
2015-06-10T17:40:02
2025-04-01T06:38:01.332759
{ "authors": [ "basti1dr", "bdronneau" ], "repo": "basti1dr/imwatchingyou", "url": "https://github.com/basti1dr/imwatchingyou/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1275862636
Feature/add docker image #59 WIP Add initial Dockerfile + .dockerignore Add documentation for docker compose Updated docker-compose to V2 variant docker compose CI through docker compose (untested) CI push docker image to dockerhub on release (untested) Hi ! Thank you for this beautiful PR! I leave @jmsche the r...
gharchive/pull-request
2022-06-18T19:10:58
2025-04-01T06:38:01.362505
{ "authors": [ "ToshY", "bastien70" ], "repo": "bastien70/dbsaver", "url": "https://github.com/bastien70/dbsaver/pull/65", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2395227463
BatLit community: shall we use the coviho as the BatLit community? shall we continue to use the coviho community and rename as batlit? here we added already the first stack of Aja's test corpus for interaction. https://zenodo.org/communities/coviho/records?q=&l=list&p=1&s=10&sort=newest We also added ca 140 publicati...
gharchive/issue
2024-07-08T10:14:43
2025-04-01T06:38:01.382218
{ "authors": [ "jhpoelen", "myrmoteras" ], "repo": "bat-literature/bat-literature.github.io", "url": "https://github.com/bat-literature/bat-literature.github.io/issues/18", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2655723074
PHP warning PHP 8.3 Warning: foreach() argument must be of type array|object, null given in [.../site/modules/RockLoaders/RockLoaders.module.php:29] probably if the module setup is not done yet thx, should be fixed with the latest commit. can you check and reopen in case it needs more work?
gharchive/issue
2024-11-13T14:37:02
2025-04-01T06:38:01.402913
{ "authors": [ "BernhardBaumrock", "tbba" ], "repo": "baumrock/RockLoaders", "url": "https://github.com/baumrock/RockLoaders/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1384624573
Feature Idea : Keep track of books lended to friends I usually lend books to friends and being able to keep the record of to whom I lent which book in JELU would be great ! Yes why not. I think we need at least a boolean to flag a book as lended. The personal notes field could be used to track to whom the book was ...
gharchive/issue
2022-09-24T10:32:51
2025-04-01T06:38:01.404605
{ "authors": [ "Ombrelin", "bayang" ], "repo": "bayang/jelu", "url": "https://github.com/bayang/jelu/issues/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1656090659
Best way to enable and see logs when Tomcat serves HTTP 400 error This may just be a request for some additional detail in the documentation (which I'm happy to PR once I figure this out) on how to get logs out of jelu. I've deployed jelu using the docker container behind Authelia and SWAG (an Nginx reverse proxy). W...
gharchive/issue
2023-04-05T18:23:38
2025-04-01T06:38:01.423112
{ "authors": [ "bayang", "gene1wood" ], "repo": "bayang/jelu", "url": "https://github.com/bayang/jelu/issues/66", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
586163601
[Feature] Add inferAll method What does this PR do? Create inferAll method that infers all node's states from the network according the given and options. Where should the reviewer start? src/utils/inferAll.ts What testing has been done on this PR? yarn test How should this be manually tested? yarn test Any backgroun...
gharchive/pull-request
2020-03-23T12:13:52
2025-04-01T06:38:01.431571
{ "authors": [ "nolleto" ], "repo": "bayesjs/bayesjs", "url": "https://github.com/bayesjs/bayesjs/pull/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
449759689
Remove GCP Credentials check What this PR does and why we need it: This PR removes the sanity check for GOOGLE_APPLICATION_CREDENTIALS in the environment since our BazelCI Ubuntu VMs doesn't have that value set. Does this require a change in the script's interface or the BigQuery's table structure? No. google.auth....
gharchive/pull-request
2019-05-29T11:47:15
2025-04-01T06:38:01.437407
{ "authors": [ "joeleba" ], "repo": "bazelbuild/bazel-bench", "url": "https://github.com/bazelbuild/bazel-bench/pull/28", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2740105189
Add protoc-gen-validate 1.0.4.bcr.1 This fixes compatibility with more recent versions of rules_python. Hello @bazelbuild/bcr-maintainers, modules without existing maintainers (protoc-gen-validate) have been updated in this PR. Please review the changes. @bazel-io skip_check unstable_url @keith patching the old...
gharchive/pull-request
2024-12-14T19:12:54
2025-04-01T06:38:01.444360
{ "authors": [ "bazel-io", "keith", "mering" ], "repo": "bazelbuild/bazel-central-registry", "url": "https://github.com/bazelbuild/bazel-central-registry/pull/3420", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
409038611
Support bash autocomplete Since bazelisk downloads entire binaries, autocomplete scripts are not accessible. bazelisk could potentially also download the autocomplete scripts to a predetermined location to make it easier invoke. +1, this will be excellent to have. I suppose you can do this manually with instructi...
gharchive/issue
2019-02-12T00:06:01
2025-04-01T06:38:01.488780
{ "authors": [ "UebelAndre", "andrewring", "evie404", "finn-ball", "gibfahn", "jin", "kylepl", "philwo", "rickypai", "rpwoodbu", "sudoforge" ], "repo": "bazelbuild/bazelisk", "url": "https://github.com/bazelbuild/bazelisk/issues/29", "license": "apache-2.0", "lice...
2207370086
Update CHANGELOG for v2024.03.26 Please let me know of any important changes that you want to make visible by adding to the Change log. https://github.com/bazelbuild/intellij/pull/6262 https://github.com/bazelbuild/intellij/pull/6310 https://github.com/bazelbuild/intellij/pull/6030 https://github.com/bazelbuild/in...
gharchive/pull-request
2024-03-26T06:31:06
2025-04-01T06:38:01.493205
{ "authors": [ "mai93", "satyanandak" ], "repo": "bazelbuild/intellij", "url": "https://github.com/bazelbuild/intellij/pull/6321", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
158288833
Issue 45: add version to footer Add version number to the footer. Add the version number to the app context so it's automatically available in all templates. Coverage decreased (-0.1%) to 59.595% when pulling 7e0e53303c04a86b3dbc17a18a2ecd600f4e282a on janetriley:develop into e3203599f097d0db6eb7f936eb6b8d079d4414...
gharchive/pull-request
2016-06-03T04:26:41
2025-04-01T06:38:01.594028
{ "authors": [ "bbengfort", "coveralls", "janetriley" ], "repo": "bbengfort/baleen", "url": "https://github.com/bbengfort/baleen/pull/59", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
248951197
Safeguard subject property (and others) against SMTP CRLF injection attacks It is possible to set a subject which contains newlines and custom SMTP protocol directives which directly sets the body of the email. This can be an issue when the subject comes from an external resource. As a matter of precaution, Simple Ja...
gharchive/issue
2017-08-09T08:13:11
2025-04-01T06:38:01.674731
{ "authors": [ "bbottema" ], "repo": "bbottema/simple-java-mail", "url": "https://github.com/bbottema/simple-java-mail/issues/88", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1571609404
chore: correct links in issue template Previous links was invalid Thanks for the PR 👍
gharchive/pull-request
2023-02-05T20:55:30
2025-04-01T06:38:01.675537
{ "authors": [ "bcakmakoglu", "tchiotludo" ], "repo": "bcakmakoglu/vue-flow", "url": "https://github.com/bcakmakoglu/vue-flow/pull/648", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2280099957
[Arknights Fan TRPG] アップデート ・成功、失敗とクリティカル、エラーの優先度をルール準拠に変更。 ・ヘルプメッセージの誤りを修正。 ・ココフォリアのルーム変数に対応するため、役職名の後ろに0がつくと動作せず、1がつくと動作するように整備。 対応遅れてしまい申し訳ありません。 コミット整理承知いたしました。 Pull request の前にフォーク元(BcDice本体)の変更をマージして取り込んでおく処理は止めておいたほうが良いでしょうか? こちらですが、前回の Arknights Fan TRPG の取り込みが、squash merge となっており、コミットがまとめられてます。#666 f1db2...
gharchive/pull-request
2024-05-06T06:04:18
2025-04-01T06:38:01.702769
{ "authors": [ "Ayase00", "raa0121" ], "repo": "bcdice/BCDice", "url": "https://github.com/bcdice/BCDice/pull/700", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1468599262
Improve release notes formatting Would it be possible to adjust the formatting of https://www.bouncycastle.org/releasenotes.html? In my opinion it has the following two issues which make it extremely difficult to skim and navigate: Every header is numbered This makes it pretty difficult to tell apart the release ver...
gharchive/issue
2022-11-29T19:37:52
2025-04-01T06:38:01.709524
{ "authors": [ "Marcono1234" ], "repo": "bcgit/bc-java", "url": "https://github.com/bcgit/bc-java/issues/1288", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1453635455
Update Wally Database for Gold Describe the task Update the existing database storing procedures to be able to handle the new Keycloak token structure Acceptance Criteria [ ] Database can properly save user info from Keycloak Additional context How WALLY is saving things to the database is relatively unknown to me ...
gharchive/issue
2022-11-17T16:29:09
2025-04-01T06:38:01.713145
{ "authors": [ "LolandaE", "jakemorr" ], "repo": "bcgov-c/wally", "url": "https://github.com/bcgov-c/wally/issues/657", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1980286835
Lock down pg_tileserv layers by role Right now the pg_tileserv doesn't have any authentication/authorization, it's only limited by showing/hiding the layer definitions within the arches implementation. The WMS is accessed via a proxy which could be used to limit the access of each layer by role/user. Taking the MV...
gharchive/issue
2023-11-06T23:59:06
2025-04-01T06:38:01.714357
{ "authors": [ "bferguso" ], "repo": "bcgov/BCHeritage", "url": "https://github.com/bcgov/BCHeritage/issues/660", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1526529886
Create payment-noplugins.yaml Test API Gateway config generated from OpenAPI spec using gwa tool @eyjwarren
gharchive/pull-request
2023-01-10T00:04:11
2025-04-01T06:38:01.742760
{ "authors": [ "eyjwarren", "vyasworks" ], "repo": "bcgov/PaymentCommonComponent", "url": "https://github.com/bcgov/PaymentCommonComponent/pull/24", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1090032957
Content for begin/resume application page Should support UX of application process: who should be filling out this form how long will it take to apply to the program what information will be needed to complete what happens if they lose username/password that they can start/come back to form dates/deadlines for compl...
gharchive/issue
2021-12-28T17:25:48
2025-04-01T06:38:01.752027
{ "authors": [ "BryanGK", "rgreensp" ], "repo": "bcgov/connectivity-intake", "url": "https://github.com/bcgov/connectivity-intake/issues/34", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2399458861
Bug - geographic names maximum query length Describe the Bug if the spreadsheet contains too many geographic locations the api request fails Steps To Reproduce Steps to reproduce the behaviour: User/Role: uploader upload the suvi dataset from teams See error the backend shows this error: Client Error: Request-URI To...
gharchive/issue
2024-07-10T00:20:04
2025-04-01T06:38:01.754433
{ "authors": [ "JulianForeman", "emi-hi" ], "repo": "bcgov/cthub", "url": "https://github.com/bcgov/cthub/issues/361", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
908494838
Filter refresh and postal code editing HCAP-527 and 520 are back with a vengeance. MoH can now update participants postal codes. This also updates their FSA Fixed issue where the filter would reset after being idle for 5 minutes I had to lint ignore a warning to get this to work. I really think we should rework the ...
gharchive/pull-request
2021-06-01T16:46:25
2025-04-01T06:38:01.809417
{ "authors": [ "ashtonmeuser", "dbayly-freshworks" ], "repo": "bcgov/hcap", "url": "https://github.com/bcgov/hcap/pull/402", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2725415297
LCFS - Error saving edits to Allocation agreement data Describe the Bug: Edits made to rows in the Allocation Agreement input form are not saving. Attempting to save changes results in an error, and the data remains unchanged. Expected Behaviour: Edits to rows in the Allocation Agreement input form should be saved su...
gharchive/issue
2024-12-08T17:37:00
2025-04-01T06:38:01.813532
{ "authors": [ "airinggov", "dhaselhan" ], "repo": "bcgov/lcfs", "url": "https://github.com/bcgov/lcfs/issues/1401", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1512436594
Search results need formatting rethink [x] No results found fixed [x] Search results should collapse pathways and steps into one list [x] Add descriptions to each type (cat, path, act) Skipping the descriptions as I think the UI ended up working better without them.
gharchive/issue
2022-12-28T06:05:14
2025-04-01T06:38:01.815326
{ "authors": [ "allanhaggett" ], "repo": "bcgov/learningcurator", "url": "https://github.com/bcgov/learningcurator/issues/225", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1603817054
Update spacing for responsiveness in events widget Issue #1184 : https://github.com/bcgov/met-public/issues/1184 -Make the event widget more responsiveness at different sizes By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the met-publ...
gharchive/pull-request
2023-02-28T21:09:36
2025-04-01T06:38:01.824726
{ "authors": [ "codecov-commenter", "djnunez-aot" ], "repo": "bcgov/met-public", "url": "https://github.com/bcgov/met-public/pull/1298", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2641947471
feat: #1630 Pagination access control privilege endpoint Adjust endpoint "/access_control_privileges" to "/access-control-privileges" Add pagination schema objects for pagination related classes used by endpoint. Add "page_params" query parameter for "/access-control-privileges?application_id" for pagination capabil...
gharchive/pull-request
2024-11-07T19:20:09
2025-04-01T06:38:01.836996
{ "authors": [ "craigyu", "ianliuwk1019" ], "repo": "bcgov/nr-forests-access-management", "url": "https://github.com/bcgov/nr-forests-access-management/pull/1649", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1492713979
fix/333 - server/backend dorker-compose runs as api user next up / the root docker-compose, then new migrations it should totally be renamed Dorker
gharchive/pull-request
2022-12-12T20:39:18
2025-04-01T06:38:01.838393
{ "authors": [ "franTarkenton", "webgismd" ], "repo": "bcgov/nr-forests-access-management", "url": "https://github.com/bcgov/nr-forests-access-management/pull/334", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2196291405
DR-> Date get backdated by one date when saving an edit action with the current date Scenario: Navigate to the Data register on TEST environment Make a minor, major and a repeal edit on any of the parks. For the date, select the current date Save the changes and see the Affective date displayed after saving the chan...
gharchive/issue
2024-03-19T23:59:33
2025-04-01T06:38:01.842900
{ "authors": [ "LindsayMacfarlane", "manuji" ], "repo": "bcgov/parks-data-register", "url": "https://github.com/bcgov/parks-data-register/issues/428", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
508147429
As a staff person I want to set up agency agreements in the digital system so that correct parties can sign. REQUIREMENTS some individuals have more than one agreement and a different agent for each RAN (ex. Douglas Lake with ranch managers) --> could be set up either from a RAN focus or an individual focus. Since a...
gharchive/issue
2019-10-16T23:15:16
2025-04-01T06:38:01.853931
{ "authors": [ "LisaMoore1", "ZoeSimon" ], "repo": "bcgov/range-web", "url": "https://github.com/bcgov/range-web/issues/263", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2313786599
CTHUB - Make Column Casing Consistent Task Description Create a preparation function for the GER upload (potentially all uploads, ask Katia about this) that keeps the title of each column's capitalization consistent. Purpose It makes it more readable and also allows for us to better check what is inside a cell in the...
gharchive/issue
2024-05-23T20:31:57
2025-04-01T06:38:01.861274
{ "authors": [ "JulianForeman", "shayjeff" ], "repo": "bcgov/zeva", "url": "https://github.com/bcgov/zeva/issues/2176", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
547128609
0.73 Freezing When Stopping Containers Just hangs after selecting yes. It is happen always in my cases The same here - happens almost always. I don't remember a successful 'yes'. #201 merged; to be included in v0.7.6
gharchive/issue
2020-01-08T22:03:59
2025-04-01T06:38:01.863343
{ "authors": [ "bcicen", "d10xa", "joesixpack", "kmazurek244" ], "repo": "bcicen/ctop", "url": "https://github.com/bcicen/ctop/issues/190", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
279673361
There is a warning when unlink session files "No such file or directory" Hi, I found there is a warning message "unlink(/var/lib/php/session/ci_session398713f044003b888df479c96bd27010820f1053): No such file or directory" in logs. But I check that if there is a session file before executing unlink session files. Best...
gharchive/issue
2017-12-06T08:56:22
2025-04-01T06:38:01.865743
{ "authors": [ "narfbg", "tyl569" ], "repo": "bcit-ci/CodeIgniter", "url": "https://github.com/bcit-ci/CodeIgniter/issues/5351", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
318776144
php7 CI什么时候基于PHP7版本的开发呢? English only, thanks
gharchive/issue
2018-04-30T03:07:02
2025-04-01T06:38:01.866757
{ "authors": [ "jim-parry", "xiaolifeidao2016" ], "repo": "bcit-ci/CodeIgniter", "url": "https://github.com/bcit-ci/CodeIgniter/issues/5484", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
344118985
Rework Dotenv testing to use VFS In response to #1106 Doesn't affect PHP7.1 tests; still getting the 28 errors in the PHP7.2 tests. So, it's arguably better, anr should be merged, but we still have a travis-ci problem :(
gharchive/pull-request
2018-07-24T16:46:23
2025-04-01T06:38:01.867702
{ "authors": [ "jim-parry" ], "repo": "bcit-ci/CodeIgniter4", "url": "https://github.com/bcit-ci/CodeIgniter4/pull/1112", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2252515267
CommandError: Error rendering template to disk Hello and thanks for your work I can't manage to execute the command : $ manage.py renderstatic the error reported is : CommandError: Error rendering template to disk: landing/home.html here's my django project tree : src ├── db ├── landing │   ├── migrations │   ├── sta...
gharchive/issue
2024-04-19T09:27:01
2025-04-01T06:38:01.873698
{ "authors": [ "Etilem", "bckohan" ], "repo": "bckohan/django-render-static", "url": "https://github.com/bckohan/django-render-static/issues/143", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
123903486
Include of non-modular header inside framework module Hi Brad I have built a Cocoa Touch Framework written in Swift (using Xcode 7.2) utilising BDBOAuth1Manager 2.0.0 with no problem. However, when I 'pod install' my aforementioned framework into a Swift standalone app (and as a result BDBOAuth1Manager gets installed...
gharchive/issue
2015-12-26T01:44:35
2025-04-01T06:38:01.886926
{ "authors": [ "chiswicked", "lucasleongit" ], "repo": "bdbergeron/BDBOAuth1Manager", "url": "https://github.com/bdbergeron/BDBOAuth1Manager/issues/44", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
66412102
BDlib/NEI compatibility issue. NEI fails to load up and if I try to get into NEI's creative tab, my client crashes. http://pastebin.com/E1SQDeC7 Same issue as bdew/pressure#36 Please try the version i linked there and report back (in that issue, i'm closing this one to keep all information in once place)
gharchive/issue
2015-04-05T07:12:34
2025-04-01T06:38:01.888478
{ "authors": [ "AnodyneEntity", "bdew" ], "repo": "bdew/bdlib", "url": "https://github.com/bdew/bdlib/issues/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1342561529
Fix dropdown button padding issue Fixes: https://github.com/bdlukaa/fluent_ui/issues/475 Pre-launch Checklist [x] I have updated CHANGELOG.md with my changes [x] I have run "dart format ." on the project [x] I have added/updated relevant documentation Tests are failing. Could you take a look? Done!
gharchive/pull-request
2022-08-18T04:58:18
2025-04-01T06:38:01.891518
{ "authors": [ "bdlukaa", "loic-sharma" ], "repo": "bdlukaa/fluent_ui", "url": "https://github.com/bdlukaa/fluent_ui/pull/476", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
373946547
模块化 独立的模块 [ ] memfn.js [ ] memoize.js [ ] parsePlaceholder.js 等到需要复用的时候再抽离出来 需要抽离 memoize.js memfn.js memfn.js memoize.js 已沉淀 https://github.com/imcuttle/memoize-fn
gharchive/issue
2018-10-25T13:26:21
2025-04-01T06:38:01.898592
{ "authors": [ "imcuttle" ], "repo": "be-fe/cz-conventional-changelog-befe", "url": "https://github.com/be-fe/cz-conventional-changelog-befe/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1564439474
Max Amount Error - Report from Community System information Below is the video that the community member noticed. When a user clicks "max amount" and then deletes the amount, an error appears. Uploading 010101011 (1).mov… Expected behavior The error should not appear @GabrielBuragev @DocSmoove can you reupload the ...
gharchive/issue
2023-01-31T14:38:56
2025-04-01T06:38:01.911229
{ "authors": [ "DocSmoove", "andfletcher" ], "repo": "beamer-bridge/beamer", "url": "https://github.com/beamer-bridge/beamer/issues/1439", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
177102398
fix /usr/bin/env: 'node\r': No such file or directory Use Unix line endings on cli.js to fix crash on Linux indeed. this is problem on linux. $ /usr/local/bin/subdownload : No such file or directory cc @beatfreaker the #8 fix is bogus and doesn't fix anything merging this would also close #3 and #4 but the mai...
gharchive/pull-request
2016-09-15T06:51:13
2025-04-01T06:38:01.920580
{ "authors": [ "glensc", "ryantate13" ], "repo": "beatfreaker/subdownloader", "url": "https://github.com/beatfreaker/subdownloader/pull/6", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
204619990
..? i didn't touch the thing, but for some reason the repo test failed...? apparently the css was incorrect, but it's valid. Please check if what you want to add to beautiful-discord-community/resources list meets quality standards before sending pull request. Thanks! Please provide package links to: github.com repo...
gharchive/pull-request
2017-02-01T15:46:11
2025-04-01T06:38:01.944373
{ "authors": [ "LewisTehMinerz", "TheBITLINK", "TriggerRimfire", "jakeoid", "zet4" ], "repo": "beautiful-discord-community/resources", "url": "https://github.com/beautiful-discord-community/resources/pull/48", "license": "mit", "license_type": "permissive", "license_source": "bigquery"...
747089932
Broken link for "gh-pages" Describe the bug A clear and concise description of what the bug is. I guess the username has been changed, it would be better if you can fix the gh-pages link to this one. To Reproduce Steps to reproduce the behavior: NA Hello @madhankumar028 thank you for reporting this issue, yes the l...
gharchive/issue
2020-11-20T02:36:43
2025-04-01T06:38:01.946732
{ "authors": [ "antonioru", "madhankumar028" ], "repo": "beautifulinteractions/beautiful-react-diagrams", "url": "https://github.com/beautifulinteractions/beautiful-react-diagrams/issues/65", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
705028587
Overindentation when using "class" as a key in an object Expected: { class: { a: 1, b: 2, c: 3, } } Actual: { class: { a: 1, b: 2, c: 3, } } Another keyword needing a special case. Fix for this issue released with #2013
gharchive/issue
2020-09-20T01:58:15
2025-04-01T06:38:01.948504
{ "authors": [ "bitwiseman", "laggingreflex", "mhnaeem" ], "repo": "beautify-web/js-beautify", "url": "https://github.com/beautify-web/js-beautify/issues/1838", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1673010292
Logout on JWT token expiration on 401 response cleanup authentication state and redirect to login Mostly patient portal related at the moment I can see the token placed in localStorage after being authenticated, it seems to be base 64 encoded though. The logic I've followed was to apply btoa decoding function whi...
gharchive/issue
2023-04-18T12:23:28
2025-04-01T06:38:01.970776
{ "authors": [ "ccastri", "m0rl" ], "repo": "beda-software/fhir-emr", "url": "https://github.com/beda-software/fhir-emr/issues/118", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
276199279
Could not able to run on my system Can you give me an example of command line usage of this How did you install it? via pip? If you install with pip just run point it at two text files: wer ref.txt hyp.txt. Thank you
gharchive/issue
2017-11-22T20:44:24
2025-04-01T06:38:02.052387
{ "authors": [ "belambert", "shivangsoni" ], "repo": "belambert/asr-evaluation", "url": "https://github.com/belambert/asr-evaluation/issues/18", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1013201326
Operator perbandingan Deskripsi (Description) Checklist: Umum: [x] Saya menambah algoritma terbaru. [ ] Saya memperbaiki algoritma yang sudah ada. [ ] Saya memperbaiki dokumentasi. [x] Saya menambah dokumentasi. Contributor Requirements (Syarat Kontributor) dan Lain-Lain: [x] Saya sudah membaca (I have read) CONT...
gharchive/pull-request
2021-10-01T10:54:44
2025-04-01T06:38:02.063079
{ "authors": [ "athallahmaajid", "norinorin" ], "repo": "bellshade/Python", "url": "https://github.com/bellshade/Python/pull/40", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
270119995
Update contributors 👋 Thanks for your contributions! 😄
gharchive/pull-request
2017-10-31T21:10:04
2025-04-01T06:38:02.075591
{ "authors": [ "ben-eb", "rodweb" ], "repo": "ben-eb/caniuse-lite", "url": "https://github.com/ben-eb/caniuse-lite/pull/12", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
124938551
Update mdast to remark Hey! Just wanted ping and request a name change from mdast to remark. You’ve probably already seen it but here’s a list of tips for updating. And here’s a list of reasons why to update. Let me know if I can help! :smile: I've been meaning to get around to this (& others) but updating is quite...
gharchive/issue
2016-01-05T10:32:20
2025-04-01T06:38:02.079797
{ "authors": [ "ben-eb", "wooorm" ], "repo": "ben-eb/mdast-highlight.js", "url": "https://github.com/ben-eb/mdast-highlight.js/issues/3", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
807318134
Try again button for giving permission to mic not working When I clicked on the mic button and denied it the permission it showed me a prompt to try again. But now when I click on try again it does not work. Same thing happen to me right now!
gharchive/issue
2021-02-12T15:19:26
2025-04-01T06:38:02.094304
{ "authors": [ "rampa2510", "yezz123" ], "repo": "benawad/dogehouse", "url": "https://github.com/benawad/dogehouse/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
818114401
Add prettier pre-commit hook Fixes #460 The reason why this has so many changes is pre-commit fixed some files. Any reason why so many rules are turned off? this is just preference, they can be turned on. I thought that extending airbnb was enough to use their rules. So it is unnecessary to turn off the rules. ...
gharchive/pull-request
2021-02-28T03:56:57
2025-04-01T06:38:02.096687
{ "authors": [ "WikiRik", "nadirabbas" ], "repo": "benawad/dogehouse", "url": "https://github.com/benawad/dogehouse/pull/471", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
739049675
Adrianjg NSFW ascii image Got user in title with ascii image, I guess people just can't help themselves. I'd rather not paste pic here. Might want to start blocking github users so at least there is some repercussions. I believe this user is this one @adrianjgil I hardcoded the id to ban for now, but will probably ...
gharchive/issue
2020-11-09T13:55:59
2025-04-01T06:38:02.100247
{ "authors": [ "TheFern2", "benawad" ], "repo": "benawad/vscode-stories", "url": "https://github.com/benawad/vscode-stories/issues/77", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1040560482
evertyhign probe,m everythig broken ??WTf proof https://cdn.discordapp.com/attachments/902309433747587112/904450308325920788/unknown.png
gharchive/issue
2021-10-31T19:19:43
2025-04-01T06:38:02.159402
{ "authors": [ "benbirchpersonal", "zacherysun" ], "repo": "benbirchpersonal/string-impl", "url": "https://github.com/benbirchpersonal/string-impl/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2600566212
Added more missing predicates This PR adds the remaining predicates from #17. I would greatly appreciate your feedback @benbovy regarding covers and covered_by, as the way it is implemented now appears to mostly work, but fails when checking polygons that partly share a boundary. This is consistent with https://githu...
gharchive/pull-request
2024-10-20T15:25:26
2025-04-01T06:38:02.191535
{ "authors": [ "JoelJaeschke", "benbovy", "jorisvandenbossche" ], "repo": "benbovy/spherely", "url": "https://github.com/benbovy/spherely/pull/56", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
937062730
Cannot read property 'values' of undefined", falling back to the default summary source=console ERRO[0054] handleSummary() failed with error "TypeError: ejs:294 292| Iterations 293| 294| Total<%= data.metrics.iterations.values.count %> 295| Rate<%= data.metrics.iterat...
gharchive/issue
2021-07-05T12:54:26
2025-04-01T06:38:02.196635
{ "authors": [ "hattersharath" ], "repo": "benc-uk/k6-reporter", "url": "https://github.com/benc-uk/k6-reporter/issues/29", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1449917815
API deprecate Objective.to_dict in favor of Objective.get_objective closes #460 Codecov Report Merging #489 (c5dc0e1) into main (5bd2525) will decrease coverage by 0.04%. The diff coverage is 50.00%. :exclamation: Current head c5dc0e1 differs from pull request most recent head 542bdb5. Consider uploading reports...
gharchive/pull-request
2022-11-15T14:54:48
2025-04-01T06:38:02.207056
{ "authors": [ "codecov-commenter", "mathurinm", "tomMoral" ], "repo": "benchopt/benchopt", "url": "https://github.com/benchopt/benchopt/pull/489", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
188202991
Uatp / Airplus Format First of all, the library is amazing and works like a charm. I need that uatp/airplus credit card format is added to format it correctly, so, i open this issue asking if its possible to do that with the pattern of uatp/airplus credit card: pattern:"1[0-9]{12,15}" Example of uatp/airplus credit c...
gharchive/issue
2016-11-09T09:41:06
2025-04-01T06:38:02.215439
{ "authors": [ "llesterdayBay", "sajanyamaha" ], "repo": "bendrucker/angular-credit-cards", "url": "https://github.com/bendrucker/angular-credit-cards/issues/130", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
115248451
Update dependencies Update dependencies and make some compatibles changes. Thanks!
gharchive/pull-request
2015-11-05T09:58:31
2025-04-01T06:38:02.216242
{ "authors": [ "bendrucker", "th507" ], "repo": "bendrucker/git-log-parser", "url": "https://github.com/bendrucker/git-log-parser/pull/3", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1503731313
cache busting for demos by installing hamster-html hamster-html is a static website builder, and it has this special cache-busting feature that fixes caching problems for users. website repo and humanoid repo already use hamster-html to build their web pages we need to apply this same pattern, of using hamster-html ...
gharchive/issue
2022-12-19T23:04:25
2025-04-01T06:38:02.237707
{ "authors": [ "PaulAroo", "chase-moskal" ], "repo": "benevolent-games/website", "url": "https://github.com/benevolent-games/website/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
102271114
A∩B∩(!C) highlight I want to start off by saying thank you for creating such an awesome library! I am looking to create visualizations that will allow me to light up A∩B∩(!C), like that shown in the screenshot below. Any chance this is already in the works? Thanks again! You're the second person to ask for this - ...
gharchive/issue
2015-08-21T00:57:02
2025-04-01T06:38:02.249797
{ "authors": [ "benfred", "josephshum" ], "repo": "benfred/venn.js", "url": "https://github.com/benfred/venn.js/issues/43", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
90677891
Tagging releases When you bump the npm version, it would be helpful to also tag the release, so tarballs get generated. I might package private for Debian, if I can lay my hand on a tarball... Any news on the matter? Please, I would just need a "git tag v0.1.6" followed by "git push --tags" and it's done... Or pe...
gharchive/issue
2015-06-24T13:37:14
2025-04-01T06:38:02.363955
{ "authors": [ "SnarkBoojum", "benjamn" ], "repo": "benjamn/private", "url": "https://github.com/benjamn/private/issues/10", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
124617083
Correct label position only when overlapped label is actually shown Closes #65 Any chance in getting this pulled? Is there something I need to do? Sorry @obfuscoder - I've been horribly delinquent with this project. I'll take a look at this tonight. Yeah this makes sense, cool. Actually the change needed to be ...
gharchive/pull-request
2016-01-02T23:23:18
2025-04-01T06:38:02.380997
{ "authors": [ "benkeen", "obfuscoder" ], "repo": "benkeen/d3pie", "url": "https://github.com/benkeen/d3pie/pull/98", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
650965063
After I choose a move, it takes too much effort to get back to the move chooser Solution: After a move is played, automatically focus the move choosing button. I thought I just had to add $("#cycleMovesBtn").focus() to the play-move handler, but our hacky keyboard/gamepad setup breaks it. We'll need to rework that ...
gharchive/issue
2020-07-04T22:24:00
2025-04-01T06:38:02.384533
{ "authors": [ "benknoble" ], "repo": "benknoble/limchess", "url": "https://github.com/benknoble/limchess/issues/26", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
677527596
no-cycle rule fails to recognize external module In a project setup with yarn workspaces, no-cycle fails to recognize a @scope/package package as external, even if the path is under node_modules. The reason is that no-cycle uses isExternalModule: https://github.com/benmosher/eslint-plugin-import/blob/master/src/rule...
gharchive/issue
2020-08-12T09:05:37
2025-04-01T06:38:02.396227
{ "authors": [ "davazp", "ljharb" ], "repo": "benmosher/eslint-plugin-import", "url": "https://github.com/benmosher/eslint-plugin-import/issues/1877", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1265516089
Domain discriminator Thanks for your work, I have a question about your implementation of the domain discriminator, I use the two sketch datasets you recommend in your paper, and use the domain discriminator recommended in your project, use 512×7×7 feature maps for channel attention, as done in CBAM, flattened as inp...
gharchive/issue
2022-06-09T02:36:32
2025-04-01T06:38:02.402336
{ "authors": [ "QHxingchen", "bennyguo" ], "repo": "bennyguo/sketch2model", "url": "https://github.com/bennyguo/sketch2model/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
145935775
Webpakc Config use resolve.root Using the webpack option resolve.root is more appropriate than changing resolve.modulesDirectories. Documentation Thanks @albertorestifo!
gharchive/pull-request
2016-04-05T09:35:07
2025-04-01T06:38:02.422076
{ "authors": [ "albertorestifo", "bensmithett" ], "repo": "bensmithett/webpack-css-example", "url": "https://github.com/bensmithett/webpack-css-example/pull/26", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1617641234
Add blue wires to TTF board for instrumentation. Need NIC_PWR_GOOD wired to UART RX pin. Need all scan chain signals blue wired to attach probes. Done. Thanks.
gharchive/issue
2023-03-09T17:04:04
2025-04-01T06:38:02.440796
{ "authors": [ "bentprong" ], "repo": "bentprong/ocp_ttf", "url": "https://github.com/bentprong/ocp_ttf/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
198684450
Problem implementing garage door - Home app doesn't show correct status I'm implementing the GarageDoor interface, however I'm finding that the iOS Home app doesn't display the correct door state. Here's my implementation: public class RemoteGarageDoor implements GarageDoor { /** * A connection to the door which a...
gharchive/issue
2017-01-04T11:15:28
2025-04-01T06:38:02.458345
{ "authors": [ "MatthewDavidBradshaw", "MatthewTamlin", "TyrantFox", "ccutrer" ], "repo": "beowulfe/HAP-Java", "url": "https://github.com/beowulfe/HAP-Java/issues/29", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
27049984
Consumer Example I'm trying to figure out the proper way to use Bernard for consuming messages. I have the following code(using IronMQ driver): $router = new ContainerAwareRouter( $container, array( 'UpdatePostSnapshots' => 'update_snapshots_service' ) ); $consumer = new Consumer( $router, new MiddlewareBuild...
gharchive/issue
2014-02-06T13:45:01
2025-04-01T06:38:02.515020
{ "authors": [ "sagikazarmark", "websirnik" ], "repo": "bernardphp/bernard", "url": "https://github.com/bernardphp/bernard/issues/100", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
253344976
allocation exceeds @bertrandmartel, Good Morning.. One more bug to debug same as #34, use speedTestSocket.setUploadStorageType(UploadStorageType.FILE_STORAGE); to use file storage rather than UploadStorageType.RAM_STORAGE which is the default
gharchive/issue
2017-08-28T14:23:05
2025-04-01T06:38:02.536917
{ "authors": [ "bertrandmartel", "juniormj" ], "repo": "bertrandmartel/speed-test-lib", "url": "https://github.com/bertrandmartel/speed-test-lib/issues/51", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
595500247
SSO possible solution The single sign-on alternative to the one all which was previously mentioned in the meeting on Sunday ( one all SSO) Additional context The setup we need to perform is mentioned here in the link below https://auth0.com/docs/cms/wordpress/installation#option-1-standard-setup So, who is responsi...
gharchive/issue
2020-04-06T23:59:49
2025-04-01T06:38:02.542313
{ "authors": [ "SachinMCReddy", "bestksl", "mhassany" ], "repo": "bestksl/SSW695", "url": "https://github.com/bestksl/SSW695/issues/93", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
281820877
Implement version of BetaCalibration with only one parameter a (a=b,m=0.5) There are multiple versions of BetaCalibration with a different number of parameters: abm: all parameters are estimated ab: parameter m is fixed to 0.5 and a and b are estimated am: parameter b is fixed with the same value as a, and a and m a...
gharchive/issue
2017-12-13T16:52:28
2025-04-01T06:38:02.552616
{ "authors": [ "perellonieto", "simontindemans", "tmfilho" ], "repo": "betacal/python", "url": "https://github.com/betacal/python/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
701218720
Prise en compte de la banque Il faudrait prendre en compte notre banque et nos investissements. Investir 150000€ chez LCL ça pollue beaucoup plus qu'un petit compte courant au crédit coopératif. Voir #314 Voir #314
gharchive/issue
2020-09-14T15:43:51
2025-04-01T06:38:02.614381
{ "authors": [ "Benjamin-Boisserie-ABC", "publicodes" ], "repo": "betagouv/ecolab-data", "url": "https://github.com/betagouv/ecolab-data/issues/464", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }