added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
created
timestamp[us]date
2001-10-09 16:19:16
2025-01-01 03:51:31
id
stringlengths
4
10
metadata
dict
source
stringclasses
2 values
text
stringlengths
0
1.61M
2025-04-01T06:39:49.652027
2024-09-20T06:07:07
2537956491
{ "authors": [ "qymsummer" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9090", "repo": "oceanbase/odc", "url": "https://github.com/oceanbase/odc/issues/3470" }
gharchive/issue
[Bug]: If you create a new schema table, the schema supports a maximum of 1,000 shards ODC version 4.3.2 OB version no related What happened? If you create a new schema table, the maximum number of shards in a schema is 1,000 What did you expect to happen? If you create a new logic database table, the maximum number ...
2025-04-01T06:39:49.656659
2022-02-10T15:26:40
1130299383
{ "authors": [ "jamiehewitt15", "mihaisc" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9091", "repo": "oceanprotocol/market", "url": "https://github.com/oceanprotocol/market/issues/1082" }
gharchive/issue
Fee display component We need a component to display the price structure with fees. It will be used in the Use tab. It is needed in the following places Download : for the price Compute: for the asset price , for each algorithm price, for the whole job price . Preliminary structure: publisherMarketOrderFee: string ...
2025-04-01T06:39:49.660173
2021-04-01T06:29:58
848042958
{ "authors": [ "kremalicious", "mihaisc", "trentmc" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9092", "repo": "oceanprotocol/market", "url": "https://github.com/oceanprotocol/market/issues/468" }
gharchive/issue
Market code can support different base token What Ocean backend code supports different base tokens. Ocean frontend code has a stronger bias to use OCEAN as a base token. Goal of this issue: make it more straightforward for Ocean frontend code to use a different base token. Motivation This helps in two ways: Helps s...
2025-04-01T06:39:49.680185
2021-06-08T16:48:56
915249358
{ "authors": [ "jbusecke" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9093", "repo": "ocetrac/ocetrac", "url": "https://github.com/ocetrac/ocetrac/issues/8" }
gharchive/issue
Better error message when no trackable features are found This is related to #7. Currently, when in _filter_area no labels are found, the logic will fail at min_area = np.percentile(area, min_size_quartile*100) with the rather obscure error: ``` IndexError Traceback (most recent call l...
2025-04-01T06:39:50.020713
2018-04-15T17:09:41
314433330
{ "authors": [ "Darkitz", "howardchung" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9094", "repo": "odota/core", "url": "https://github.com/odota/core/issues/1635" }
gharchive/issue
Hero rankings have some randomness to them. Upon refreshing my hero rankings page i keep getting somewhat randomized results. (atleast for my top heroes). The number are so far apart that this is an unusual fluctuation (top 100 to top 4000) reference: https://www.opendota.com/players/60372773/rankings For performan...
2025-04-01T06:39:50.051543
2023-09-07T10:37:40
1885628320
{ "authors": [ "cparks1000000", "oegedijk" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9096", "repo": "oegedijk/blog", "url": "https://github.com/oegedijk/blog/issues/15" }
gharchive/issue
A possibly improved implementation. I tried to improve the code a bit so that it handles subclasses and imports. It should also handle Iterables with limitations. The code is not tested fully, but it it seems to work. If you would be kind enough to test it, I give you my permission to upload it to your blog. I don't ...
2025-04-01T06:39:50.105991
2023-03-29T21:20:58
1646550180
{ "authors": [ "aleexaandr", "ngallo" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9097", "repo": "ofek/hatch-containers", "url": "https://github.com/ofek/hatch-containers/issues/16" }
gharchive/issue
Error: unknown type: container Hi, I have installed hatch-containers pip install hatch-containers however after running hatch run mycmd I get and error message saying I am using un unknown type. ❯ hatch run mycmd Environment `default` has unknown type: container Any idea about how to fix this? try pip install ...
2025-04-01T06:39:50.117022
2020-11-13T17:17:01
742625775
{ "authors": [ "TommasoAmici", "m90", "whalehub" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9098", "repo": "offen/offen", "url": "https://github.com/offen/offen/issues/505" }
gharchive/issue
Allow custom styling for consent banner Right now the consent banner is styled one-size-fits-all. While we try to keep it low-impact for most designs, this surely hurts adoption in cases where a unified UX is important for operators. While it's technically trivial to allow operators to inject custom CSS into the ifra...
2025-04-01T06:39:50.164236
2015-09-09T20:38:44
105679701
{ "authors": [ "offirgolan", "stefanpenner" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9099", "repo": "offirgolan/ember-cp-validations", "url": "https://github.com/offirgolan/ember-cp-validations/issues/...
gharchive/issue
show async validation example something quick and dirty to demonstrate how one would integrate with a foreign backend for some validation. Added an async example to the readme here. Is that what you mean?
2025-04-01T06:39:50.166757
2021-05-03T05:01:05
874226454
{ "authors": [ "PepNieto", "ShivamThakkar1" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9100", "repo": "offish/twitchtube", "url": "https://github.com/offish/twitchtube/issues/51" }
gharchive/issue
Numbering in end of video titles & get latest clip In next update can you add youtube video titles numbering feature n For example gaming video 1 gaming video 2...3...4...n also to get latest twitch clips instead of most view clips I did something cheap it might work for u, on config.py u need to import those: fro...
2025-04-01T06:39:50.187769
2018-07-17T15:33:16
341972646
{ "authors": [ "TheoWinterhalter", "VLanvin" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9101", "repo": "ogaml/ogaml", "url": "https://github.com/ogaml/ogaml/pull/42" }
gharchive/pull-request
Texture formats Added support for various texture formats, adding more should be easy. Also, fixed a mistake in the initialization of depth textures. If it compiles under MacOS, we can merge. Compiled, installed and ran examples without problems.
2025-04-01T06:39:50.218099
2021-11-11T21:51:04
1051389786
{ "authors": [ "JaffaKetchup", "oguzhnatly", "sarp86" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9102", "repo": "oguzhnatly/flutter_carplay", "url": "https://github.com/oguzhnatly/flutter_carplay/issues/6" }
gharchive/issue
New Features: Mapbox Thank you for this nice project! Would be nice if you could also implement mapbox map to carplay. We would be very happy. https://pub.dev/packages/mapbox_gl Playing radio would be nice too Best regards from Germany :-) Instead of using MapBox, can I suggest 'flutter_map'? It supports many mor...
2025-04-01T06:39:50.236543
2024-11-21T13:25:22
2679475065
{ "authors": [ "Jacobjeevan", "Keerthilochankumar" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9103", "repo": "ohcnetwork/care_fe", "url": "https://github.com/ohcnetwork/care_fe/issues/9175" }
gharchive/issue
UI enhancement to Sample Test History Describe the bug The components in the Sample Test History are too close and it is hard to differentiate them from one another due to a lack of space To Reproduce Steps to reproduce the behavior: Go to Sample test Click on Sample Details of any Patient Scroll down to Sample Test...
2025-04-01T06:39:50.243291
2021-07-13T20:43:38
943811971
{ "authors": [ "ocm248", "ohmeow" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9104", "repo": "ohmeow/blurr", "url": "https://github.com/ohmeow/blurr/issues/46" }
gharchive/issue
Typo in _create_learner? Found hf_confg in classmethod _create_learner from BlearnerForQuestionAnswering if (max_seq_len is None): max_seq_len = hf_confg.get('max_position_embeddings', 128) Thanks for letting me know. I'll get this fixed and a new release out tonight :)
2025-04-01T06:39:50.262759
2018-12-28T17:34:40
394685363
{ "authors": [ "mufin695", "s4magier", "schroedaa" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9105", "repo": "ohyou/twitch-viewer", "url": "https://github.com/ohyou/twitch-viewer/issues/46" }
gharchive/issue
ProxySchemeUnknown: Not supported proxy scheme Hey, I got some errors with reading my proxylist.txt. My list looks like this ip:port ip:port But when I run the script, it looses the port while running.. Has anyone an idea? Obtaining the channel... Prepared the processes Booting up the processes... Process Process-1:...
2025-04-01T06:39:50.270166
2015-04-17T22:07:58
69226665
{ "authors": [ "levequej", "mrudult" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9106", "repo": "oitozero/ngSweetAlert", "url": "https://github.com/oitozero/ngSweetAlert/issues/29" }
gharchive/issue
Question /feature request : How can I close an alert programmatically (like swal.close() does) Hello, First, thanks for your tool, it makes integration with angular very easy. What would be a proper way to close programmatically an alert created with ngSweetAlert (like swal.close() does)? FYI my usecase can't work w...
2025-04-01T06:39:50.284166
2023-03-13T17:45:56
1621963308
{ "authors": [ "adamewozniak", "zarazan" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9107", "repo": "ojo-network/ojo", "url": "https://github.com/ojo-network/ojo/issues/121" }
gharchive/issue
Epic: Airdrop Module Summary Airdrop module as designed in design doc 3 [x] Design doc [x] #140 [x] #160 [x] #162 [x] ABCI [x] #229 [x] #221 Create genesis airdrop account Claim airdrop Unable to claim airdrop after the expiry block Update params with gov prop [x] #220 For Admin Use [ ] Not duplicate issue [...
2025-04-01T06:39:50.286129
2015-04-01T15:47:05
65715660
{ "authors": [ "WatIsDeze", "reduz" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9108", "repo": "okamstudio/godot", "url": "https://github.com/okamstudio/godot/issues/1598" }
gharchive/issue
Instanced scene with an unshaded material gets lit by light and canvasmodulation Instanced scene with an unshaded material gets lit by light and canvasmodulation try with a newer version of Godot, the unshaded property no longer exists. The replacement enum seems to work fine. i think this is fixed
2025-04-01T06:39:50.289596
2016-09-22T05:40:51
178526812
{ "authors": [ "highvoltag3", "okcoker" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9109", "repo": "okcoker/taggle.js", "url": "https://github.com/okcoker/taggle.js/issues/79" }
gharchive/issue
tagFormatter() not called on add The tagFormatter works fine when the tags: option gets read on toggle instantiation, but it does not get called when new tags are added. How are you adding new tags? if you're calling add() that should internally call _add which calls _createTag which calls tagFormatter I'm using ...
2025-04-01T06:39:50.313287
2021-04-24T13:25:40
866746025
{ "authors": [ "FottyM", "neuroactive" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9110", "repo": "okestonia/koroonakaart", "url": "https://github.com/okestonia/koroonakaart/pull/228" }
gharchive/pull-request
Added precision to number formatting for issue #224. @neuroactive I guess you'll take care of the charts right? @neuroactive I guess you'll take care of the charts right? @FottyM Looks good, thank you! Yes, I can take care of the charts. @neuroactive I guess you'll take care of the charts right? @FottyM Look...
2025-04-01T06:39:50.330502
2023-02-09T10:26:26
1577624829
{ "authors": [ "bdeneux", "bot-anik" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9111", "repo": "okp4/contracts", "url": "https://github.com/okp4/contracts/pull/115" }
gharchive/pull-request
🧪 Add mock logic querier 📝 Purpose Trying the testing process on cosmwasm smart contract, I've added a unit test of the new cw-logic-sample (#114) smart contract. 🕹️ Mock To do that, a MockLogicQuerier has been introduced allowing mock the logic module. A default implementation has been set to return a successful ...
2025-04-01T06:39:50.358780
2018-07-31T04:56:56
346035191
{ "authors": [ "AlainODea" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9112", "repo": "oktadeveloper/okta-aws-cli-assume-role", "url": "https://github.com/oktadeveloper/okta-aws-cli-assume-role/pull/161" }
gharchive/pull-request
:seedling: Allow default profile, configurable profile prefix, and configurable credentials suffix Problem Statement This tool does not allow you to create a working default profile. This tool gives warnings on AWS Java SDK (#157). This tool makes credentials profiles with names that difficult to use (#118). Differen...
2025-04-01T06:39:50.361349
2023-10-06T08:21:52
1929672109
{ "authors": [ "ifbyol" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9113", "repo": "okteto/docs", "url": "https://github.com/okteto/docs/pull/509" }
gharchive/pull-request
Documentation for the changes in private registry credentials This PR adds documentation for the changes we are adding for private registry credentials that will go out in 1.14. The main changes are: Added an Upgrading to Okteto 1.14.x section explaining how the migration is done for instances using privateRegistry ...
2025-04-01T06:39:50.402005
2018-03-23T01:23:04
307868909
{ "authors": [ "XxStR", "oleghalin" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9114", "repo": "oleghalin/Dota2LadderBot", "url": "https://github.com/oleghalin/Dota2LadderBot/issues/3" }
gharchive/issue
Still works? I start the project but nothing happens. @XxStR abandoned @oleghalin That sad :/ Anyway, I'm updating thank you very much. @XxStR check Arcana repo @XxStR If you want I can try to help you. You can share your code here or to t.me/KhalinOleg @oleghalin Thanks. Project @oleghalin Hi, did you g...
2025-04-01T06:39:50.413122
2019-03-13T01:21:35
420274645
{ "authors": [ "Aliiiu", "EDSTOBI", "olehs", "vandat07" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9115", "repo": "olehs/PZEM004T", "url": "https://github.com/olehs/PZEM004T/issues/54" }
gharchive/issue
Understanding Power - Energy calculation by PZEM-004T Hello all, I am using PZEM-004T and Arduino UNO to measure electricity consumption. The module is now working well, I can see the values on Serial screen. However, I still have some questions as below: 1. How does PZEM-004T calculate the Energy (Wh) from Power (W)...
2025-04-01T06:39:50.428603
2021-04-20T20:10:40
863198435
{ "authors": [ "naveen17", "olemyk" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9116", "repo": "olemyk/ansible-virtualize-playbooks", "url": "https://github.com/olemyk/ansible-virtualize-playbooks/issues/3" }
gharchive/issue
Failed to obtain access token I am sorry to reach here.. I have copied the storewize platform ansible modules and created a simple playbook to obtain volumes list. I got stuck with Failed to obtain access token. My password is correct any inputs. Hi. Not sure what's causing your problem. Bur please check that your ...
2025-04-01T06:39:50.478860
2024-08-16T17:29:36
2470676475
{ "authors": [ "cpb", "elken", "olimorris" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9118", "repo": "olimorris/neotest-rspec", "url": "https://github.com/olimorris/neotest-rspec/pull/71" }
gharchive/pull-request
✨ Add support for user defined dap strategy Why? The default strategy configuration for dap does not work with current versions of nvim-dap or nvim-dap-ruby. It is missing the request field. What? I am proposing enabling users to provide their own strategy config implementation so they can customize it to their needs...
2025-04-01T06:39:50.480878
2023-02-23T22:10:17
1597596408
{ "authors": [ "daniel-sudz" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9119", "repo": "olincollege/p2p-networking", "url": "https://github.com/olincollege/p2p-networking/pull/20" }
gharchive/pull-request
Collect and Remove Hash Table Methods Implements void remove_kv_pair(hash_table* in_table, void* key, size_t key_size); Implements vector_kv_pair collect_table(hash_table* in_table); The tests are a little weak, will add more later and re-test for memory leaks closes https://github.com/olincollege/p2p-networking/is...
2025-04-01T06:39:50.493060
2018-11-27T17:35:41
384909153
{ "authors": [ "olivere", "ravi45722" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9120", "repo": "olivere/elastic", "url": "https://github.com/olivere/elastic/issues/975" }
gharchive/issue
Multi level Aggregation using Query DSL` Please use the following questions as a guideline to help me answer your issue/question without further inquiry. Thank you. Which version of Elastic are you using? [ ] elastic.v6 (for Elasticsearch 6.x) { "query": { "match_all": {} }, "aggs": { "date": { "d...
2025-04-01T06:39:50.498566
2017-02-06T18:16:29
205666290
{ "authors": [ "oliverlee" ], "license": "bsd-2-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9121", "repo": "oliverlee/phobos", "url": "https://github.com/oliverlee/phobos/issues/69" }
gharchive/issue
Periodic state jump in circular motions When performing a circular motion with the bicycle, we see a jump in state once per circle. This is illustrated in the following plot: This is likely due to how yaw angle is wrapped for z and C*x in the Kalman measurement update step: template <typename T> void Kalman<T>::me...
2025-04-01T06:39:50.499849
2019-03-05T20:04:40
417478449
{ "authors": [ "Shaquu", "radionoise" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9122", "repo": "oliverrahner/node-red-contrib-homekit-bridged", "url": "https://github.com/oliverrahner/node-red-contrib-homekit-br...
gharchive/pull-request
"No response" status can now be programmatically triggered No response status can be triggered via sending NO_RESPONSE as a value of some valid characteristic. #48 Did not tested this myself but code can't make any harm as I see. Merging to dev branch. @radionoise thank you very much for your contribution! It's p...
2025-04-01T06:39:50.504201
2024-08-06T14:43:54
2451071772
{ "authors": [ "GXcells", "IliasAarab", "ParthSareen" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9123", "repo": "ollama/ollama-python", "url": "https://github.com/ollama/ollama-python/issues/245" }
gharchive/issue
Avoid the need to download ollama manually Would it be possible to use ollama-python straight out of the box without the need to download/install ollama manually first? yes please I want this too Hey - not planning to support this for now, thanks!
2025-04-01T06:39:50.516455
2024-09-12T07:11:03
2521544057
{ "authors": [ "rick-github", "wahidur028" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9124", "repo": "ollama/ollama", "url": "https://github.com/ollama/ollama/issues/6771" }
gharchive/issue
Inconsistent Responses from Identical Models What is the issue? I am new to Ollama and have noticed that when I ask a query using Ollama, the model's responses are quite poor. However, if I ask the same query using https://www.llama2.ai/, I receive much better responses. Can anyone explain what might be causing this ...
2025-04-01T06:39:50.518682
2023-08-28T11:37:53
1869585811
{ "authors": [ "ITwrx", "olliNiinivaara" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9125", "repo": "olliNiinivaara/GuildenStern", "url": "https://github.com/olliNiinivaara/GuildenStern/issues/13" }
gharchive/issue
example doesn't compile for me I'm getting a type error when trying to compile the example. $ nim r --d:release --d:threadsafe example.nim Hint: used config file '/home/itwrx/.choosenim/toolchains/nim-2.0.0/config/nim.cfg' [Conf] Hint: used config file '/home/itwrx/.choosenim/toolchains/nim-2.0.0/config/config.nims' ...
2025-04-01T06:39:50.524994
2015-01-12T19:32:12
54096112
{ "authors": [ "Siflax", "notflip" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9126", "repo": "ollieread/multiauth", "url": "https://github.com/ollieread/multiauth/issues/77" }
gharchive/issue
Custom Auth Example? Hi! I don't quite understand the following At this current moment in time, custom Auth drivers written for the base Auth class will not work. I'm currently looking into this particular issue but for the meantime, you can work around this by changing your closure to return an instance of Ollieread...
2025-04-01T06:39:50.554094
2022-12-27T10:34:19
1511671557
{ "authors": [ "modem", "ollo69", "thoompje" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9127", "repo": "ollo69/ha-smartthinq-sensors", "url": "https://github.com/ollo69/ha-smartthinq-sensors/issues/451...
gharchive/issue
Integration suddenly not working Describe the bug A clear and concise description of what the bug is. If possible attach the JSON info file for your devices. Expected behavior If applicable, a clear and concise description of what you expected to happen. Screenshots Environment details: Environment (HASSIO, Raspbia...
2025-04-01T06:39:50.556365
2020-10-12T19:56:02
719625329
{ "authors": [ "KTibow", "KungFuJoe23", "ollo69" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9128", "repo": "ollo69/ha-smartthinq-sensors", "url": "https://github.com/ollo69/ha-smartthinq-sensors/issues...
gharchive/issue
[Feature Request]Support for LG Ovens? Any plans for adding oven support to this integration? I can assist if necessary. I have a Signature Duel Oven (Gas, Elec). Does wideq support this? Potentially it is possible, wideq is the protocol so is just a matter to manage the property that comes from the payload. Re...
2025-04-01T06:39:50.575474
2022-04-20T03:05:08
1209102609
{ "authors": [ "olsonadr" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9129", "repo": "olsonadr/nlp-lambdas", "url": "https://github.com/olsonadr/nlp-lambdas/issues/6" }
gharchive/issue
Create incident_cls.pt using GH Actions We need to shift the incident_cls.pt creation to an automatic process, maybe using GitHub Actions, and this process should use the current state of the database, rather than a manually downloaded incidents.csv file This is being developed on branch "4-reduce-size-of-incident-...
2025-04-01T06:39:50.588809
2015-04-17T01:46:12
69044690
{ "authors": [ "omab", "zetahernandez" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9130", "repo": "omab/python-social-auth", "url": "https://github.com/omab/python-social-auth/issues/596" }
gharchive/issue
uncompleted extra_data for access_token, code, and expires in Google+ Hi, I'm trying to authenticate in my web server from a SPA application using google+. I only have one problem when the user is authenticated. I don't get the extra data in social_auth_usersocialauth table, I mean I'm getting in the extra_data field...
2025-04-01T06:39:50.649870
2020-12-07T20:23:51
758821005
{ "authors": [ "SteveO-sudo", "manics" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9131", "repo": "ome/prod-playbooks", "url": "https://github.com/ome/prod-playbooks/pull/297" }
gharchive/pull-request
fixes typo in variable name - https_letsencrypt_enabled I noticed that the variable name at the end of the script has an underscore, while the actual variable that is checked in the script to conditionally run doesn't have an underscore. So, uncommenting the line at the end of the script and setting it to True doesn...
2025-04-01T06:39:50.682641
2024-12-18T11:56:14
2747615234
{ "authors": [ "GorgeousPuree", "omermecitoglu" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9134", "repo": "omermecitoglu/next-openapi-json-generator", "url": "https://github.com/omermecitoglu/next-openapi-json-ge...
gharchive/issue
Add description prop in generateOpenApiSpec const swaggerSpec = await generateOpenApiSpec( { ImageFileDTO, NewOrderImageDTO, GetOrdersResponseDTO, PaginationRequestDTO, GetOrdersRequestApiDTO, OrderDTO, ShortOrderDTO, NewOrderApiDTO, UpdatedOrderFieldsApiDTO, ValidationErrorD...
2025-04-01T06:39:50.686739
2023-02-10T16:33:09
1580001346
{ "authors": [ "hamediut", "lzh5531773" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9135", "repo": "omertov/encoder4editing", "url": "https://github.com/omertov/encoder4editing/issues/95" }
gharchive/issue
Can I use my own pretrained StyleGAN2-ADA? I have trained a StyleGAN2-ADA generator on my own images and now trying different inversion methods. My first question after reading your paper is if I can use my pretrained G and implement your code to train an encoder or if should I retrain a StyleGAN2 using psp framework...
2025-04-01T06:39:50.711438
2021-11-11T20:28:29
1051336158
{ "authors": [ "codecov-commenter", "mmontour1306" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9136", "repo": "omgnetwork/optimism-v2", "url": "https://github.com/omgnetwork/optimism-v2/pull/146" }
gharchive/pull-request
Fix relayer event query Re-structure the event query logic in the Relayer to avoid situations where messages are not relayed until the service is restarted. I have also applied the same logic to the relevant section of the message-relayer-fast. Codecov Report Merging #146 (46310eb) into develop (dc7f2c1) will incr...
2025-04-01T06:39:50.713986
2019-03-21T15:30:53
423793062
{ "authors": [ "DavidMansolino", "cyberbotics-jenkins" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9137", "repo": "omichel/webots", "url": "https://github.com/omichel/webots/pull/298" }
gharchive/pull-request
Update copyright ditto test me Build Passed :ok_hand: You can safely merge 'update-copyright' into 'master'. 👍
2025-04-01T06:39:50.722226
2020-02-28T23:46:30
573068407
{ "authors": [ "arthurk", "boolafish", "jbunce" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9138", "repo": "omisego/plasma-contracts", "url": "https://github.com/omisego/plasma-contracts/issues/592" }
gharchive/issue
Upgrade truffle to newer version Description Seems like truffle new release 5.1.15 might solve the previous unstable migration issue: In this PR: https://github.com/trufflesuite/truffle/pull/2808 of the change log, it claims to solve: https://github.com/trufflesuite/truffle/issues/2257 Should give it a try and make o...
2025-04-01T06:39:50.726041
2018-03-05T22:14:40
302485629
{ "authors": [ "DavidKnott", "boolafish", "kfichter" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9139", "repo": "omisego/plasma-mvp", "url": "https://github.com/omisego/plasma-mvp/pull/45" }
gharchive/pull-request
Clean and update README.md Closes #39 (Almost) complete rewrite of README.md with more complete CLI documentation. Comments, edits, reviews welcome. Tried install with this Readme. Got stucked a little bit at: leveldb solidity installation I think leveldb should be added to pre-installation dependancy as well. An...
2025-04-01T06:39:50.772353
2023-04-26T06:18:06
1684351129
{ "authors": [ "arkin0x", "melvincarvalho", "rquast" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9140", "repo": "ondras/my-mind", "url": "https://github.com/ondras/my-mind/issues/174" }
gharchive/issue
[concept] AI Copilot Currently the idea of copilot in tools are gaining popularity I was wondering what mind mapping folks think about this Below is a video form superus which demonstrates the concept Watch Video Another is a todo list that does itself for you Personally when I run my-mind locally I set up a process ...
2025-04-01T06:39:50.775006
2015-06-12T20:30:54
87841836
{ "authors": [ "CSiPet2", "nfuller52", "ondras" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9141", "repo": "ondras/wwwsqldesigner", "url": "https://github.com/ondras/wwwsqldesigner/issues/199" }
gharchive/issue
Loads a blank screen in every browser I just pulled down the new changes and it doesn't load in any browser. I reverted to sha c831747 and it works in Firefox Damn. Well, I will investigate + fix - but not before Monday, as I will be gone for the whole weekend. The problem is with toggle.js. It is included in the...
2025-04-01T06:39:50.778889
2016-09-15T09:06:01
177125080
{ "authors": [ "Wakasaki", "ondrejbouda" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9142", "repo": "ondrejbouda/php7backport", "url": "https://github.com/ondrejbouda/php7backport/issues/10" }
gharchive/issue
Some Warning and a Fatal Error I cloned the repo into the Composer/vendor folder. I run on Command Prompt php converter.php "C:/User/..../..../ Php7CodeFolder" "C:/Users/.../..../Php5CodeFolder" It give me some "Warning" --> mkdir(): Invalid argument in C:\Users..........\Composer\vendor\php7backport\src\Bouda\Ph...
2025-04-01T06:39:50.785328
2023-02-23T18:49:02
1597363421
{ "authors": [ "MichalMrozek", "abagusetty", "jandres742", "pboudier09" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9143", "repo": "oneapi-src/level-zero-spec", "url": "https://github.com/oneapi-src/level-...
gharchive/issue
should L0 have in-order queues? L0 has had from the beginning only out-of-order queues, and layers above, like SYCL, have implemented in-order queues by using synchronization primitives like events and barriers. Although using event or barriers is functionally correct, performance may vary on different generations of...
2025-04-01T06:39:50.792630
2021-08-27T19:58:26
981554052
{ "authors": [ "JoeOster", "asirvaiy" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9144", "repo": "oneapi-src/oneAPI-samples", "url": "https://github.com/oneapi-src/oneAPI-samples/pull/640" }
gharchive/pull-request
Intel Extension for Scikit-learn getting started sample Adding a New Sample(s) Description New intel extension for a scikit-learn sample that does digit recognition using SVM classifier. Checklist Administrative [x] Review sample design with the appropriate Domain Expert: Rachel Oberman [x] If you have any new depen...
2025-04-01T06:39:50.840681
2023-11-28T02:10:53
2013459208
{ "authors": [ "SinLess-Games" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9145", "repo": "onedr0p/flux-cluster-template", "url": "https://github.com/onedr0p/flux-cluster-template/issues/1048" }
gharchive/issue
Update Listed required Python version As of this time, ansible==9.0.1 requires Python >= 3.10 sudo apt-get install python3.10 sudo apt-get install python3.10-venv
2025-04-01T06:39:50.842941
2023-08-07T00:26:32
1838480097
{ "authors": [ "alex-matthews", "onedr0p" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9146", "repo": "onedr0p/flux-cluster-template", "url": "https://github.com/onedr0p/flux-cluster-template/pull/893" }
gharchive/pull-request
bring setup steps under one L2 heading For easier reference and to make room for other L2 headings such as "Usage" and "FAQs". Maybe instead of Step we use a different name since there would be substeps and subsubsteps? We could use Stage, but there are no L4 headings that need to be referred to as substeps. Your...
2025-04-01T06:39:50.871722
2016-08-31T09:58:17
174232386
{ "authors": [ "LoseTheQuit", "davidperrenoud", "rohitgupta87410", "saghul", "shaikhussian", "swaroopa94", "zxcpoiu" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9148", "repo": "oney/react-native-we...
gharchive/issue
undefined is not an object(evaluating 'container.setState') Hai, I run your demo project,and check in device it working fine, But in index.ios.js, i added the some code for navigator, added some form code init.when click on signIn button i want to show the webRtc screen for that screen i just copied the main.js file ...
2025-04-01T06:39:50.876741
2018-04-16T09:46:57
314575522
{ "authors": [ "akashkrshukla", "danjenkins", "saghul", "weberjc" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9149", "repo": "oney/react-native-webrtc", "url": "https://github.com/oney/react-native-webrtc/pu...
gharchive/pull-request
muting/unmuting remote streams updates mediaStreamTrackSetEnabled to work for remote tracks as well as by local tracks. so setting .enabled on a remote track in js will mute / unmute the track if it is audio. applies to issues #338 and #179 @ippa yes this solution worked on 1.58.3 for muting remote audio tracks (lo...
2025-04-01T06:39:50.889463
2024-12-05T19:14:05
2721205856
{ "authors": [ "j1010001", "m-Peter" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9150", "repo": "onflow/flow-evm-gateway", "url": "https://github.com/onflow/flow-evm-gateway/issues/695" }
gharchive/issue
eth_getLog() returns null instead of list if there are no transactions example: curl -XPOST 'https://testnet.evm.nodes.onflow.org' -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1318572,"method":"eth_getLogs","params":[{"blockHash":"0x4967b45f073cb74e750536d41fdb70ae3923d8a151abdbef25e4fd77d27fe253","a...
2025-04-01T06:39:50.891763
2020-12-09T20:09:58
760635161
{ "authors": [ "bjartek", "psiemens" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9151", "repo": "onflow/flow-go-sdk", "url": "https://github.com/onflow/flow-go-sdk/issues/124" }
gharchive/issue
invalid contract: Checking failed, not very helpfull error message Instructions When trying to deploy a contract that used to work https://github.com/versus-flow/auction-flow-contract/blob/upgrade-flow/contracts/Auction.cdc i now get an error that is not helpfull Problem The error message says: DEBU[0079] ️✉️ Trans...
2025-04-01T06:39:50.914102
2019-08-12T17:36:39
479765643
{ "authors": [ "CrossR", "Kavignon" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9152", "repo": "onivim/oni2", "url": "https://github.com/onivim/oni2/issues/647" }
gharchive/issue
Language support for F# and Elixir? I'm about to purchase a License for onivim2 :D Looks so interesting off the bat but I have some questions such as support for 2 FP languages that I use. Count on me to chip in helping for issues, I like the ReasonML/Ocaml language ;) Currently, the only real language support we ...
2025-04-01T06:39:50.934626
2022-10-25T15:34:09
1422668398
{ "authors": [ "AlexandreEichenberger", "chentong319", "cjvolzka", "hamptonm1", "mikeessen" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9153", "repo": "onnx/onnx-mlir", "url": "https://github.co...
gharchive/issue
Upgrade ONNX-MLIR to ONNX v1.12.0 release. @AlexandreEichenberger @chentong319 @hamptonm1 @cjvolzka ONNX release v1.12.0 has been made available earlier this year. Detail for the updates included are described on the ONNX releases web page https://github.com/onnx/onnx/releases. The ai.onnx opset version increased t...
2025-04-01T06:39:50.975594
2023-06-17T11:51:33
1761792238
{ "authors": [ "chentong319", "sorenlassen", "wm901115nwpu" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9154", "repo": "onnx/onnx-mlir", "url": "https://github.com/onnx/onnx-mlir/issues/2326" }
gharchive/issue
compile error ╰─ cmake --build . -j 1 ─╯ [1/696] Running gen_proto.py on onnx/onnx.in.proto Processing /Users/unicorn/workspace/onnx-mlir/third_party/onnx/onn...
2025-04-01T06:39:50.981846
2022-08-30T07:17:09
1355284965
{ "authors": [ "jenkins-droid", "tungld" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9155", "repo": "onnx/onnx-mlir", "url": "https://github.com/onnx/onnx-mlir/pull/1654" }
gharchive/pull-request
Only update the output shape if the infered shape is better - unary elementwise ops Currently our shape inference always overwrites the output shape with a new shape. Sometimes, shape inference has not been powerful enough to infer static dimensions. Meanwhile, in many onnx models, outputs of ONNX ops have static sha...
2025-04-01T06:39:50.995403
2018-05-28T09:50:20
326967197
{ "authors": [ "Scorbutics", "blastrock", "onqtam" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9156", "repo": "onqtam/doctest", "url": "https://github.com/onqtam/doctest/issues/136" }
gharchive/issue
Feature request: print subcase when an exception is thrown inside one Description If an exception is thrown in a SUBCASE, the logged error only contain the TEST_CASE name. This might be related to #125 Steps to reproduce Here's a simple program: #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN #include "doctest/doctest.h" ...
2025-04-01T06:39:51.008892
2022-05-10T12:55:08
1231112702
{ "authors": [ "john-e-riordan", "zusrut" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9157", "repo": "onsip/SIP.js", "url": "https://github.com/onsip/SIP.js/issues/991" }
gharchive/issue
Wrong Contact header when GRUU enabled on registrar #989 pull request was created to solve this issue. Describe the bug SIP.js UA puts GRUU contact value into REGISTER contact header. To Reproduce (if possible) Set up regId or instanceId or both parameters in registerer options. Then if GRUU enabled on a registrar an...
2025-04-01T06:39:51.018758
2023-07-24T08:38:01
1817926228
{ "authors": [ "NoobsEnslaver", "ZhaoFancy", "findmyway" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9158", "repo": "oolong-dev/OpenTelemetry.jl", "url": "https://github.com/oolong-dev/OpenTelemetry.jl/...
gharchive/issue
A Typical Example with HTTP.jl (OpenTelemetrySDKHTTPExt) not working Hi, trying A_Typical_Example_with_HTTP and can't get it working - after using OpenTelemetrySDK.OpenTelemetrySDKHTTPExt: otel_http_middleware i got Package OpenTelemetrySDK not found, but a package named OpenTelemetrySDK is available from a registry...
2025-04-01T06:39:51.039682
2024-02-17T03:19:29
2139791365
{ "authors": [ "Lunariansia", "aydenbottos", "opa334" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9159", "repo": "opa334/Dopamine", "url": "https://github.com/opa334/Dopamine/issues/329" }
gharchive/issue
iPad Air 3rd gen 16.0b1 20A5283p has 0% success rate I have made around 5-10 attempts with each PUAF method and the exploit has always led to an immediate kernel panic without making it to the next stage. not sure, might be b1 specific, try again on 2.0.5 though No luck unfortunately. I did find that the exploits...
2025-04-01T06:39:51.042116
2024-05-24T19:29:57
2316129912
{ "authors": [ "ghh-jb" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9160", "repo": "opa334/Dopamine", "url": "https://github.com/opa334/Dopamine/issues/581" }
gharchive/issue
I fixed WeightBufs. You should just set IOSURFACE_OBJ_SIZE = 0x1 @opa334 And add check, that if we found IOSurface_location then exit, so it will fast up exploit. @opa334
2025-04-01T06:39:51.043942
2022-05-06T13:49:51
1227895964
{ "authors": [ "opeltre" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9161", "repo": "opeltre/revert", "url": "https://github.com/opeltre/revert/pull/23" }
gharchive/pull-request
Moretwins add VICReg class subclassing the general parent class Twins for siamese networks. Other losses could be easily implemented, e.g. SimCLR or the like. Possible generalization: look into student-teacher networks such as BYOL N.B: Twins signature has changed: [n, 2, d] -> [n, 2, d'] for consistency with the M...
2025-04-01T06:39:51.049303
2022-01-18T20:59:43
1107356807
{ "authors": [ "TaiWilkin" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9162", "repo": "open-apparel-registry/open-apparel-registry", "url": "https://github.com/open-apparel-registry/open-apparel-registry/pull/1594" }
gharchive/pull-request
Handle create=false when exact matching Overview When a facility list item is submitted with create=false and there is no match found, a FacilityListItem is created with facility_id=None. When another facility list item is submitted which exact matches that FacilityListItem, an error was being thrown. Instead, we now...
2025-04-01T06:39:51.054402
2024-03-08T02:34:53
2175163219
{ "authors": [ "LookRain", "gustavohenke" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9163", "repo": "open-cli-tools/concurrently", "url": "https://github.com/open-cli-tools/concurrently/issues/468" }
gharchive/issue
How to distinguish which process the output stream line comes from I have a output stream looking like this, however it doesn't work reliably because some lines simply do not have a prefix. const outputStream = { write: (data) => { if (['[SDK]', '[bundle]', '[dts]'].some((str) => data.includes(str))) { s...
2025-04-01T06:39:51.056758
2021-10-07T21:15:32
1020469493
{ "authors": [ "rokej", "xiangjingli" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9164", "repo": "open-cluster-management/applifecycle-backend-e2e", "url": "https://github.com/open-cluster-management/applif...
gharchive/pull-request
test nested subscriptions with subscription-admin Signed-off-by: Roke Jung<EMAIL_ADDRESS> /lgtm
2025-04-01T06:39:51.075609
2018-09-11T16:01:54
359114430
{ "authors": [ "odscjames" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9165", "repo": "open-contracting/kingfisher", "url": "https://github.com/open-contracting/kingfisher/pull/222" }
gharchive/pull-request
Force Fetch To Store https://github.com/open-contracting/kingfisher/issues/58 This starts to put some common code into ocdskingfisher/cli/commands/base.py - in the future files like ocdskingfisher/cli/commands/check_different_schema_version.py will use these to.
2025-04-01T06:39:51.099281
2024-11-26T19:01:34
2695784049
{ "authors": [ "beeme1mr", "erka", "toddbaert", "warber" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9166", "repo": "open-feature/go-sdk", "url": "https://github.com/open-feature/go-sdk/issues/307" ...
gharchive/issue
[BUG] Data race if the provider set few times Observed behavior I have several tests with a similar setup: the provider is created, then configured, the tests are executed, and openfeature.Shutdown() is called for cleanup. However, when these tests are run with the race detector enabled, they consistently fail. Expec...
2025-04-01T06:39:51.102311
2024-06-14T21:02:55
2354108316
{ "authors": [ "emmawillis", "toddbaert" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9167", "repo": "open-feature/openfeature.dev", "url": "https://github.com/open-feature/openfeature.dev/pull/593" }
gharchive/pull-request
Add multi-provider blog post This PR Adds a blog post introducing the new Multi-Provider in JavaScript and Node.js Related Issues This shouldn't be merged before the client-side multi-provider PR is merged, as it references the client-side provider Thanks @emmawillis ! I'll added some reviewers. I'll review it myse...
2025-04-01T06:39:51.108642
2024-11-25T19:38:51
2692014092
{ "authors": [ "hararegirljustcoding" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9168", "repo": "open-horizon/devops", "url": "https://github.com/open-horizon/devops/issues/193" }
gharchive/issue
Unable to install deploy-mgmt-hub.sh All in One script When using the All-in-one script to install the OH Management Hub, I keep getting an error message that says: Error: http code 404 from: downloading https://github.com/naphelps/openbao-plugin-auth-openhorizon/releases/download/v0.1.0-test/openbao-plugin-auth-open...
2025-04-01T06:39:51.131166
2018-05-07T02:29:23
320655490
{ "authors": [ "BlackoutWNCT", "lxbsz", "mikechristie" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9169", "repo": "open-iscsi/tcmu-runner", "url": "https://github.com/open-iscsi/tcmu-runner/issues/414" }
gharchive/issue
Unable to format LUN So, I'm not sure if this is user error, or which component of this solution is currently causing these issues, but I'm having trouble formatting the exposed objects. The below paste is a section of journalctl on the initiator which was attempting to format and mount the LUN. There is also a paste...
2025-04-01T06:39:51.132798
2022-12-23T07:50:07
1509018319
{ "authors": [ "sanmibuh" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9170", "repo": "open-jumpco/s3-plugin", "url": "https://github.com/open-jumpco/s3-plugin/issues/18" }
gharchive/issue
Release 1.4.3 version Please, release the 1.4.3 version :) https://plugins.gradle.org/plugin/io.jumpco.open.gradle.s3 Please :)
2025-04-01T06:39:51.145816
2022-03-08T08:16:58
1162352940
{ "authors": [ "pmbrull" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9171", "repo": "open-metadata/OpenMetadata", "url": "https://github.com/open-metadata/OpenMetadata/issues/3260" }
gharchive/issue
Data Quality - columnValuesToBeUnique & columnValuesToBeNotNull JSON UI In https://github.com/open-metadata/OpenMetadata/pull/3255 we added a default property to both test definitions. This is because we need to be able to differentiate both JSONs from the Python side in order to assign the proper class. However, cre...
2025-04-01T06:39:51.150917
2022-10-19T17:18:46
1415333002
{ "authors": [ "harshach", "shivamshrey" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9172", "repo": "open-metadata/OpenMetadata", "url": "https://github.com/open-metadata/OpenMetadata/pull/8268" }
gharchive/pull-request
Fix ISSUE-3790: Remove unnecessary public modifiers Describe your changes : I worked on fixing the code smells due to unnecessary public modifiers in the tests. Closes #3790. Type of change : [ ] Bug fix [x] Improvement [ ] New feature [ ] Breaking change (fix or feature that would cause existing functionality to...
2025-04-01T06:39:51.160437
2022-11-21T11:03:52
1457742741
{ "authors": [ "Frank-DA", "Townjj", "jihanyang" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9173", "repo": "open-mmlab/OpenPCDet", "url": "https://github.com/open-mmlab/OpenPCDet/issues/1194" }
gharchive/issue
Why can't test after deleting the training set When I delete the training set, the running test will report an error. Original Traceback (most recent call last): File "/home/xidian/anaconda3/envs/pro/lib/python3.6/site-packages/torch/utils/data/_utils/worker.py", line 287, in _worker_loop data = fetcher.fetch(index) ...
2025-04-01T06:39:51.181204
2024-05-27T15:19:21
2319383155
{ "authors": [ "ashkanaev", "liuqs111" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9174", "repo": "open-mmlab/mmdetection", "url": "https://github.com/open-mmlab/mmdetection/issues/11745" }
gharchive/issue
Is it possible to pass allow_unused and materialize_grad to optim_wrapper? Hi, there! Im deal with a custom train pipeline which forward model partly from batch to batch. And when i trying to run a distributed train script, an error occurs Expected to have finished reduction in the prior iteration before starting a ...
2025-04-01T06:39:51.185340
2021-03-17T06:56:53
833463709
{ "authors": [ "hhaAndroid", "ptran1203" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9175", "repo": "open-mmlab/mmdetection", "url": "https://github.com/open-mmlab/mmdetection/issues/4782" }
gharchive/issue
Poor performance due to duplication of annotation ids I'm trying to train my custom dataset on VFnet, but the loss reduces very slow but I could not find the cause. Today, I train my data using detection2, the code throws the Assertion Error: annotation ids are not unique And I check again my data and it's actually d...
2025-04-01T06:39:51.269112
2022-05-10T08:40:50
1230817514
{ "authors": [ "David-Biggs", "hhaAndroid" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9176", "repo": "open-mmlab/mmdetection", "url": "https://github.com/open-mmlab/mmdetection/issues/7953" }
gharchive/issue
DataLoader worker (pid(s) 659) exited unexpectedly I keep getting this runtime error when trying to train YOLCAT. I am using a batch size of 1 and I am training with 53 images. The images have a size of ‪4,000 x 2,250‬. I have successfully trained Mask Scoring R-CNN, Mask R-CNN and HTC with the same set-up. I only ch...
2025-04-01T06:39:51.276992
2022-08-02T14:04:35
1325911151
{ "authors": [ "YCAyca", "hhaAndroid", "ibrahim1611", "nanhui69" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9177", "repo": "open-mmlab/mmdetection", "url": "https://github.com/open-mmlab/mmdetectio...
gharchive/issue
How to calculate average recall (AR) of each class Hi, After completing each epoch I am getting the following results, but it shows the average recall of all classes. I want to check the average recall of each class. Can anyone please guide me on how to do this? Thanks. I was using 5 classes and got the following res...
2025-04-01T06:39:51.283405
2023-07-14T04:12:00
1804130720
{ "authors": [ "CLAassistant", "OpenMMLab-Assistant-004", "ryylcc" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9178", "repo": "open-mmlab/mmdetection", "url": "https://github.com/open-mmlab/mmdetection/...
gharchive/pull-request
Provide inference of Detic Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers. Motivation Provide inferen...
2025-04-01T06:39:51.293577
2022-03-04T15:50:06
1159787611
{ "authors": [ "HJoonKwon", "hhaAndroid", "nemonameless", "shinya7y", "voldemortX" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9179", "repo": "open-mmlab/mmdetection", "url": "https://github.com...
gharchive/pull-request
[Fix] Fix num_last_epochs logic for the hooks in YOLOX training Motivation Based on #7284 , I ran a few more experiments with num_last_epochs. I could still see that the before_train_epoch hooks didn't come in at the proper epoch. They came in one epoch earlier than I expected them to, so I made a PR to fix it. On ...
2025-04-01T06:39:51.296423
2022-06-26T07:28:49
1284832851
{ "authors": [ "Divadi", "Tai-Wang" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9180", "repo": "open-mmlab/mmdetection3d", "url": "https://github.com/open-mmlab/mmdetection3d/issues/1586" }
gharchive/issue
Release plan for MV-FCOS3D++ Hi, I saw that the codebase for MV-FCOS3D++ used in Waymo 2D challenge is planned to release on mmdetection3d. When might the code be released? Also, I was wondering what exactly the "FCOS3D++" model was compared to FCOS3D The code of MV-FCOS3D++ for camera-only 3D detection will be rel...
2025-04-01T06:39:51.350434
2021-06-17T08:35:37
923642352
{ "authors": [ "khainsch" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9181", "repo": "open-modex/models", "url": "https://github.com/open-modex/models/issues/24" }
gharchive/issue
Wind Onshore Installed Capacity for HB and HH @chrwm Can you please check, if the Installed Capacities for Wind Onshore for HB and HH are correct? It seems that there is a decimal error for the 2030/2050 values. See it's been fixed right now, will check the new data and then close the issue if it's fixed!
2025-04-01T06:39:51.600953
2023-02-13T20:36:41
1583027043
{ "authors": [ "Angatupyry", "aaronchongth" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9182", "repo": "open-rmf/rmf-web", "url": "https://github.com/open-rmf/rmf-web/pull/676" }
gharchive/pull-request
Favorite tasks What's new Favorite tasks are added. The user will be able to create favorite tasks for those he/she considers recurrent. The user will be able to edit his/her favorite tasks. The user will be able to delete his/her favorite tasks. chrome-capture-2023-1-13.webm chrome-capture-2023-1-13 (1).webm...
2025-04-01T06:39:51.607684
2021-12-30T19:38:16
1091274362
{ "authors": [ "youliangtan" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9183", "repo": "open-rmf/rmf_api_msgs", "url": "https://github.com/open-rmf/rmf_api_msgs/pull/9" }
gharchive/pull-request
python module for rmf_api_msgs schemas The objective here is to make the rmf_api_msgs schemas and data models available to users as a python package. Similar to the existing cpp header generation, the schemas here are generated as python functions. After compilation, users can obtain the schemas and data models by ju...
2025-04-01T06:39:51.610238
2019-09-28T20:02:48
499815462
{ "authors": [ "openrpc-bastion", "shanejonas" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9184", "repo": "open-rpc/generator-client", "url": "https://github.com/open-rpc/generator-client/pull/286" }
gharchive/pull-request
fix: update schema utils to fix browser issue fixes #227 :tada: This PR is included in version 1.12.1 :tada: The release is available on: npm package (@latest dist-tag) GitHub release Your semantic-release bot :package::rocket:
2025-04-01T06:39:51.628572
2023-02-19T18:56:36
1590811480
{ "authors": [ "Deadreyo", "bdougie", "brandonroberts" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9185", "repo": "open-sauced/insights", "url": "https://github.com/open-sauced/insights/pull/880" }
gharchive/pull-request
feat: update onboarding steps What type of PR is this? (check all applicable) [x] 🍕 Feature [ ] 🐛 Bug Fix [ ] 📝 Documentation Update [ ] 🎨 Style [ ] 🧑‍💻 Code Refactor [ ] 🔥 Performance Improvements [ ] ✅ Test [ ] 🤖 Build [ ] 🔁 CI [ ] 📦 Chore (Release) [ ] ⏩ Revert Description Updates the onboarding step...
2025-04-01T06:39:51.701731
2017-12-22T17:19:57
284213023
{ "authors": [ "MattHJensen", "donboyd5", "feenberg" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9186", "repo": "open-source-economics/PUF-State-Distribution", "url": "https://github.com/open-source-economics/...
gharchive/issue
Which NLP solver to use? @donboyd5, @evtedeschi3 please feel free to rename as you see fit. You two are the admins. Are you wedded to IPOPT? What about other options in R like nleqslv? I am not an expert on nonlinear solvers, but have worked with many and have developed satisficing preferences after extensive exper...
2025-04-01T06:39:51.722452
2024-03-05T16:55:12
2169714231
{ "authors": [ "srikanthccv", "tigrannajaryan" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9187", "repo": "open-telemetry/opamp-go", "url": "https://github.com/open-telemetry/opamp-go/issues/261" }
gharchive/issue
OnOpampConnectionSettings/Accepted callbacks need re-thinking The comments say that the Client implementation (the caller) will attempt to re-connect using new settings. The example implementation works completely differently, the callback tries the re-connection. Which is the right way? To summarize this is what the...
2025-04-01T06:39:51.723890
2019-12-23T19:50:45
541882839
{ "authors": [ "tylerbenson" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9188", "repo": "open-telemetry/opentelemetry-auto-instr-java", "url": "https://github.com/open-telemetry/opentelemetry-auto-instr-java/pu...
gharchive/pull-request
Merge changes from dd-trace-java 0.40.0 https://github.com/DataDog/dd-trace-java/releases/tag/v0.40.0 @trask sorry for the delay. This is ready to review/merge now.
2025-04-01T06:39:51.768819
2024-07-08T09:40:13
2395151465
{ "authors": [ "DebajitDas", "aryanishan1001", "lalitb", "nrBaskar" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9189", "repo": "open-telemetry/opentelemetry-cpp-contrib", "url": "https://github.com/...
gharchive/issue
Update otel-webserver-module for centos 9 stream, since centos7 is EOL Centos7 has reached EOL, otel-webserver-module build and compatibility needs to be provided for the latest centos9 stream. cc @DebajitDas @lalitb @aryanishan1001 is already working on this Nginx SDK 1.26.0 with Redhat 8.9 version is not sup...
2025-04-01T06:39:51.801593
2020-04-30T08:34:24
609713681
{ "authors": [ "codecov-io", "legendecas" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9190", "repo": "open-telemetry/opentelemetry-js", "url": "https://github.com/open-telemetry/opentelemetry-js/pull/1001" ...
gharchive/pull-request
fix: observers should not expose bind/unbind method Which problem is this PR solving? Fixes #997 Short description of the changes @opentelemetry/api: Add new interface UnboundMetric, with bind/unbind method, which extends Metric. @opentelemetry/metrics: Removed problematic setCallback method from BoundObserver. Bo...
2025-04-01T06:39:51.808277
2022-04-08T15:52:24
1197494697
{ "authors": [ "dyladan", "legendecas" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9191", "repo": "open-telemetry/opentelemetry-js", "url": "https://github.com/open-telemetry/opentelemetry-js/pull/2892" }
gharchive/pull-request
Merge back into a single lerna monorepo This is attempting to solve several pain points we've had which stem from the fact that our stable and experimental packages are not linked by lerna and aren't released together. Keeping this as a draft for now AFAICT, Lerna can only bump all changed packages to the same vers...
2025-04-01T06:39:51.832783
2023-12-21T03:42:02
2051635721
{ "authors": [ "arielvalentin", "kaylareopelle", "megabus-tobin", "szechyjs" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9192", "repo": "open-telemetry/opentelemetry-ruby", "url": "https://github.com/...
gharchive/pull-request
feat: Add support for mutual TLS and improve SSL error logging. Add support for specifying client certificate and key for mutual TLS when exporting. Also log more information about why an SSL error occured as this can be very difficult to diagnose. This is logged in the same way as other probably fatal issues are, e....
2025-04-01T06:39:51.834559
2023-04-18T17:01:37
1673520710
{ "authors": [ "MSNev" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9193", "repo": "open-telemetry/opentelemetry-sandbox-web-js", "url": "https://github.com/open-telemetry/opentelemetry-sandbox-web-js/issues/95"...
gharchive/issue
Merge the sdk-logs package into the active sandbox Package name: @opentelemetry/sdk-logs Source Location: auto-merge/js/experimental/packages/sdk-logs Destination: pkgs/sdk-logs/ Completed with the linked PR's
2025-04-01T06:39:51.844564
2022-06-30T14:17:43
1290205536
{ "authors": [ "cartermp", "noahdyp", "rahuldimri", "rquedas", "svrnm" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9194", "repo": "open-telemetry/opentelemetry.io", "url": "https://github.com/ope...
gharchive/pull-request
Update trace-receiver.md Need to assign -p 14250:14250 otherwise connect Jaeger will be failed It is necessary to rebuild when you modify components.go to supporting custom Receiver @rquedas can you look at the suggested changes. @noahdyp please make sure that you sign the CLA successfully, if you're a corporate ...