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
1344650330
Rename master to main Change Summary Related issue number Checklist [ ] Unit tests for the changes exist [ ] Tests pass on CI and coverage remains at 100% [x] Documentation reflects the changes where applicable [x] changes/<pull request or issue id>-<github username>.md file added describing change (see chang...
gharchive/pull-request
2022-08-19T16:24:28
2025-04-01T06:03:47.853949
{ "authors": [ "PrettyWood", "hramezani", "samuelcolvin" ], "repo": "pydantic/pydantic", "url": "https://github.com/pydantic/pydantic/pull/4405", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
401467505
Refactor (part of) dataset.py to use explicit indexes This is part of the larger project in https://github.com/pydata/xarray/issues/1603 None of this should change public APIs: we're simply making updating indexes explicit (via the indexes dict) rather than implicit (through variables). I'm going to merge this shor...
gharchive/pull-request
2019-01-21T18:28:27
2025-04-01T06:03:47.855708
{ "authors": [ "shoyer" ], "repo": "pydata/xarray", "url": "https://github.com/pydata/xarray/pull/2696", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1261153511
Update DataArray.rename + docu [x] Closes #5458 [x] Tests added [x] User visible changes (including notable bug fixes) are documented in whats-new.rst On the way, I have added the support for changing the name and dims/coords in the same rename call. Also took the freedom to fix some unrelated typing problems. M...
gharchive/pull-request
2022-06-05T20:32:57
2025-04-01T06:03:47.868423
{ "authors": [ "Illviljan", "headtr1ck", "keewis", "max-sixty" ], "repo": "pydata/xarray", "url": "https://github.com/pydata/xarray/pull/6665", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
126382000
Update index.rst fix link to mailing list Thanks! I have a bigger PR to finish the renaming coming up.
gharchive/pull-request
2016-01-13T09:57:40
2025-04-01T06:03:47.869665
{ "authors": [ "andreas-h", "shoyer" ], "repo": "pydata/xarray", "url": "https://github.com/pydata/xarray/pull/718", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1924156612
Use duck array ops in more places This uses duck_array_ops in some more places that were found to cause failures in https://github.com/xarray-contrib/cubed-xarray/issues/8 [ ] Closes #xxxx [ ] Tests added [x] User visible changes (including notable bug fixes) are documented in whats-new.rst [ ] New functions/method...
gharchive/pull-request
2023-10-03T13:28:25
2025-04-01T06:03:47.871877
{ "authors": [ "dcherian", "tomwhite" ], "repo": "pydata/xarray", "url": "https://github.com/pydata/xarray/pull/8267", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
929007376
Flipping normals towards viewer in fragment shader The faceForward trick that we use to flip normals in the mesh shader only works if the light comes from (about) the same direction as the eye vector. Otherwise, normals on faces that that are near-parallel to the eye vector can flip, affecting how they're lit, causin...
gharchive/issue
2021-06-24T09:00:19
2025-04-01T06:03:47.906253
{ "authors": [ "Korijn", "almarklein" ], "repo": "pygfx/pygfx", "url": "https://github.com/pygfx/pygfx/issues/105", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
487790689
Lexer for the Forth programming language (Original issue 857 created by None on 2013-02-25T19:29:27.137728+00:00) Not exactly an bug but an extension. I used it to create the documentation for my amforth system (http://amforth.sf.net) in cooperation with sphinx-doc. (Original issue 857 last updated on 2016-06-01T07...
gharchive/issue
2019-08-31T17:07:14
2025-04-01T06:03:47.908899
{ "authors": [ "Anteru" ], "repo": "pygments/pygments-migration-test", "url": "https://github.com/pygments/pygments-migration-test/issues/564", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
487794227
additional highlights of commands and keywords for sh/bash (Original issue 1220 created by gliptak on 2016-03-13T21:08:14.975672+00:00) Maybe highlighting keywords and commands (like https://gist.github.com/agnoster/3712874) could be a start? AsciiDoctor Issue (Original comment by tshatch on 2016-06-01T01:45:57.35...
gharchive/issue
2019-08-31T17:44:19
2025-04-01T06:03:47.911109
{ "authors": [ "Anteru" ], "repo": "pygments/pygments-migration-test", "url": "https://github.com/pygments/pygments-migration-test/issues/927", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
801233408
pyiron continuum image As we have proceeded with the modularity of pyiron, I think it would be useful to create a pyiron/continuum image, instead of having both damask and finics as separate images, though we can wait till the fenics_job branch is merged to pyiron_contrib. If you, @jan-janssen, agree, I can work on i...
gharchive/issue
2021-02-04T12:20:30
2025-04-01T06:03:47.958404
{ "authors": [ "jan-janssen", "muh-hassani" ], "repo": "pyiron/docker-stacks", "url": "https://github.com/pyiron/docker-stacks/issues/61", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
973336826
[EHN] Set expand_column's sep default as "|" PR Description Please describe the changes proposed in the pull request: Set expand_column's sep default is "|", same to pandas.Series.str.get_dummies. This PR resolves #876. PR Checklist Please ensure that you have done the following: [x] PR in from a fork off you...
gharchive/pull-request
2021-08-18T06:52:37
2025-04-01T06:03:47.973987
{ "authors": [ "Zeroto521", "ericmjl" ], "repo": "pyjanitor-devs/pyjanitor", "url": "https://github.com/pyjanitor-devs/pyjanitor/pull/880", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
73713282
Remove artist.getImages and deprecation note Last.fm began serving a deprecation notice for artist.getImages in 2013 after having delisted it for over a year. www.last.fm/group/Last.fm+Web+Services/forum/21604/_/2216689 http://wayback.archive.org/web/20120114035312/http://www.last.fm/api/show/artist.getImages Calling...
gharchive/pull-request
2015-05-06T19:25:47
2025-04-01T06:03:48.009294
{ "authors": [ "coveralls", "hugovk" ], "repo": "pylast/pylast", "url": "https://github.com/pylast/pylast/pull/130", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
136924471
Not working with 11.04.56 Youtube crashes on screen off. Which version of module are you using? 1.8.5? Please also post xposed log. pzdr es 27 lut 2016 15:23 "manish4518" notifications@github.com napisał(a): Youtube crashes on screen off. — Reply to this email directly or view it on GitHub https://github.com/pyler...
gharchive/issue
2016-02-27T14:23:27
2025-04-01T06:03:48.017548
{ "authors": [ "esgie", "iHelp101", "manish4518" ], "repo": "pylerSM/YouTubeBackgroundPlayback", "url": "https://github.com/pylerSM/YouTubeBackgroundPlayback/issues/127", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1036272255
Chp_14 potentially incorrect covariance functions I could be wrong but I believe in Chp_14.ipynb cell 72, the covariance function SIGMA = etasq * pm.gp.cov.Exponential(input_dim=1, ls=rhosq) is not correct since it only takes the first column of Dmat_ord I think a correct covariance function would be something like b...
gharchive/issue
2021-10-26T13:02:11
2025-04-01T06:03:48.043437
{ "authors": [ "daniel-saunders-phil", "francescolosterzo", "rasoolianbehnam" ], "repo": "pymc-devs/pymc-resources", "url": "https://github.com/pymc-devs/pymc-resources/issues/164", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1750495777
Fix pc.link with no href Some of the example apps use a pc.link without an href (instead they bind to an on_click handler). This PR handles those use cases. From the crm example, the link disappears after using pc 0.1.33. Detail can see the above issue. https://github.com/pynecone-io/pynecone-examples/issues/105
gharchive/pull-request
2023-06-09T21:07:48
2025-04-01T06:03:48.105850
{ "authors": [ "milochen0418", "picklelo" ], "repo": "pynecone-io/pynecone", "url": "https://github.com/pynecone-io/pynecone/pull/1178", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
861236593
Invalid firmware version on CMSIS-DAP I am trying to interface with an ATSAMV71-XULT, and getting this error: INFO:pyocd.board.board:Target type is atsamv71q21b Traceback (most recent call last): File "./test.py", line 22, in <module> with ConnectHelper.session_with_chosen_probe(unique_id=args.unique_id) as ses...
gharchive/issue
2021-04-19T12:03:15
2025-04-01T06:03:48.117840
{ "authors": [ "flit", "kongr45gpen", "mcbridejc", "phsommer" ], "repo": "pyocd/pyOCD", "url": "https://github.com/pyocd/pyOCD/issues/1143", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
433142709
Issues accessing old Django web project (Rebl) kais-MacBook-Air:Rebl kaitopaloglu$ python dyld: Library not loaded: @executable_path/../.Python Referenced from: /Users/kaitopaloglu/.local/share/virtualenvs/Rebl-CyPlfddz/bin/python Reason: image not found Abort trap: 6 Whenever i try to do anything python related or l...
gharchive/issue
2019-04-15T07:54:10
2025-04-01T06:03:48.304121
{ "authors": [ "Theyoungkai", "frostming" ], "repo": "pypa/pipenv", "url": "https://github.com/pypa/pipenv/issues/3695", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1087280306
[BUG] DistutilsMetaFinder breaks distutils imports when old setuptools is higher on path setuptools version setuptools==60.0.4 Python version python3.8 OS RHEL8, FreeBSD12/13, Ubuntu 20.04 Additional environment information Any environment where an old setuptools (eg OS package) is higher in sys.path, but a newer set...
gharchive/issue
2021-12-23T00:39:07
2025-04-01T06:03:48.334396
{ "authors": [ "bhilbert4", "jaraco", "nitzmahone" ], "repo": "pypa/setuptools", "url": "https://github.com/pypa/setuptools/issues/2957", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1146284017
[BUG] build_scripts.py incorrectly handles shebang lines with DOS line endings setuptools version setuptools 60.9.3 Python version Python 3.8.10 OS NT-10.0-19042 Additional environment information No response Description shebang using DOS line endings causes the shebang regular expression to fail resulting in redirec...
gharchive/issue
2022-02-21T22:45:01
2025-04-01T06:03:48.342852
{ "authors": [ "abravalheri", "amalachow", "jaraco" ], "repo": "pypa/setuptools", "url": "https://github.com/pypa/setuptools/issues/3129", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
253416913
Add badges to the top of README Currently, it is not obvious where to find CI or which versions are supported. Or what is the current version of released package. It is useful to have visual representation of this information, accessible with a single click on shield at the main page of the repo (as well as PYPI): P...
gharchive/pull-request
2017-08-28T18:37:40
2025-04-01T06:03:48.345120
{ "authors": [ "webknjaz" ], "repo": "pypa/setuptools", "url": "https://github.com/pypa/setuptools/pull/1137", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
565750140
Avoid installing setuptools 45 on Python 2. Because Requires-Python is disabled for Python 2 to allow this declared-incompatible version to install on Python 2, the build-requirements must exclude installing setuptools 45 during the build-system setup. Because Python 2 tests are only needed for internal validation, a...
gharchive/pull-request
2020-02-15T13:47:18
2025-04-01T06:03:48.348347
{ "authors": [ "jaraco" ], "repo": "pypa/setuptools", "url": "https://github.com/pypa/setuptools/pull/1997", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
307928275
tab index incorrect on manage/account/ When tabbing through '/manage/account' I noticed that the tab index is incorrect. This is because we're setting a custom tab order on the login page, then reusing the code elsewhere. We should audit all of the pages where password fields appear and make sure that the tab index ...
gharchive/issue
2018-03-23T07:34:22
2025-04-01T06:03:48.352841
{ "authors": [ "cheungnj", "nlhkabu" ], "repo": "pypa/warehouse", "url": "https://github.com/pypa/warehouse/issues/3381", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
299840394
add avatar images to collaboration page Adds avatar images next to username on the page which allows a package owner to modify collaborators (Warehouse/manage/project//collaboration/). From what I have seen, the existing code already displays real names, if they exist. @nlhkabu Would it be possible for you to review ...
gharchive/pull-request
2018-02-23T20:29:09
2025-04-01T06:03:48.360896
{ "authors": [ "di", "lgh2", "nlhkabu" ], "repo": "pypa/warehouse", "url": "https://github.com/pypa/warehouse/pull/3047", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
489210388
warehouse: Use semantic forms for webauthn actions cc @di @nlhkabu Fixes #6472. Thank you @woodruffw. Ok on my side, but I will wait for @di to review for the JS :)
gharchive/pull-request
2019-09-04T14:50:55
2025-04-01T06:03:48.362200
{ "authors": [ "nlhkabu", "woodruffw" ], "repo": "pypa/warehouse", "url": "https://github.com/pypa/warehouse/pull/6580", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
683640769
Get linked assets from "inputs". This is for the work file builder code. @tokejepsen could you elaborate a little on how to test this? Assign an asset to a shot in NukeStudio, then use the build first workfile in Maya presets to load it. Assign an asset to a shot in NukeStudio, then use the build first workfil...
gharchive/pull-request
2020-08-21T15:26:27
2025-04-01T06:03:48.365083
{ "authors": [ "jezscha", "tokejepsen" ], "repo": "pypeclub/pype", "url": "https://github.com/pypeclub/pype/pull/475", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
702726299
#241 - Implementation of pype-config/presets/plugins/standalonepublisher Implemented schema for pype-config/presets/plugins/standalonepublisher Requires: pypeclub/pype/#479 Can you try wrapping the individual items in a dict-form? they will get nicely aligned. Ready to merge after. Also please change target direc...
gharchive/pull-request
2020-09-16T12:33:41
2025-04-01T06:03:48.367406
{ "authors": [ "kalisp", "mkolar" ], "repo": "pypeclub/pype", "url": "https://github.com/pypeclub/pype/pull/517", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1738627837
refactor: remove calls to ip_address_string Only Merge After Backfill Complete Only merge this after backfill is complete on 5 tables: [ ] file_events [ ] organization_events [ ] project_events [ ] team_events [ ] user_events Confirm each case with query confirming no null values on *_events.ip_address_id SELECT 'u...
gharchive/pull-request
2023-06-02T18:28:18
2025-04-01T06:03:48.374562
{ "authors": [ "miketheman" ], "repo": "pypi/warehouse", "url": "https://github.com/pypi/warehouse/pull/13842", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1758017973
Add bal dataloader to test SBT This PR adds a BAL dataset loader at pypose/examples/sparse/bal_loader.py. fix: #235 The dataloader allows for reading Bundle Adjustment in the Large (BAL) datasets and is based on the implementation in scipy's BAL loader in its non-linear least square demo. Scipy's results on BAL can ...
gharchive/pull-request
2023-06-15T04:35:54
2025-04-01T06:03:48.390645
{ "authors": [ "hxu296" ], "repo": "pypose/pypose", "url": "https://github.com/pypose/pypose/pull/251", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
69239172
Publish build versions at well-known CDN endpoint This will help with caching etc between sites, and also prevent the re-occurence of things like #66. maybe use: https://rawgit.com/ ? RawGit serves raw files directly from GitHub with proper Content-Type headers. Currently the best bet would be something like ht...
gharchive/issue
2015-04-17T23:32:07
2025-04-01T06:03:48.400743
{ "authors": [ "jedie", "lidel", "rfk" ], "repo": "pypyjs/pypyjs", "url": "https://github.com/pypyjs/pypyjs/issues/70", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1385065879
Cite Pyrfume Hi, first of all, this is a great project and thank you for putting all the datasets to one place! Since we're working with this data, I'd like to cite Pyrfume in our paper. I was wandering, is there some preferred way to cite Pyrfume in a paper? Thanks. Best, Matej You can cite the preprint: https://...
gharchive/issue
2022-09-25T15:16:56
2025-04-01T06:03:48.404860
{ "authors": [ "MatejHl", "rgerkin" ], "repo": "pyrfume/pyrfume-data", "url": "https://github.com/pyrfume/pyrfume-data/issues/175", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
497589140
Feature: member_validator accepting lists of validators First of all thanks a lot for creating this project. I have a feature request, that other attrs users might also find useful. attr.ib supports passing lists of validators, e.g. attr.ib(validators=[validator_foo, validator_bar]) instead of using the and_ validato...
gharchive/issue
2019-09-24T10:06:39
2025-04-01T06:03:48.590820
{ "authors": [ "trendelkampschroer", "wbolster" ], "repo": "python-attrs/attrs", "url": "https://github.com/python-attrs/attrs/issues/577", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1172450535
.save_event doesn't function The named method using in context of described example: my_event = my_new_calendar.save_event( dtstart=datetime.datetime(2020,5,17,8), dtend=datetime.datetime(2020,5,18,1), summary="Do the needful", rrule={'FREQ': 'YEARLY')) leads to error: TypeError: Calendar.save_event() got an unexpect...
gharchive/issue
2022-03-17T14:49:34
2025-04-01T06:03:48.593313
{ "authors": [ "tobixen", "zaramucci" ], "repo": "python-caldav/caldav", "url": "https://github.com/python-caldav/caldav/issues/174", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
221956856
Make output response matrices consistent between continuous and discrete time This PR addresses issue #142 where the output response matrices were not consistent for continuous and discrete time simulations. The error was in the discrete time simulation, where the conventions used by spicy.signal are different than ...
gharchive/pull-request
2017-04-15T16:06:39
2025-04-01T06:03:48.595738
{ "authors": [ "coveralls", "murrayrm" ], "repo": "python-control/python-control", "url": "https://github.com/python-control/python-control/pull/143", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
107337297
Add asyncio example This PR adds a (Python 3.5 only) asyncio example mainly because I wanted to play around with Python 3.5, hyper-h2 and asyncio :smile: hyper-h2 works impressively well, great work. This example runs out-of-the-box in Chrome. :relaxed: (Firefox requires #14 to be implemented) (The certificate in thi...
gharchive/pull-request
2015-09-19T14:42:32
2025-04-01T06:03:48.679188
{ "authors": [ "Lukasa", "mhils" ], "repo": "python-hyper/hyper-h2", "url": "https://github.com/python-hyper/hyper-h2/pull/17", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1802806431
Documentation of the ZooKeeper wire protocol? Apologies for misusing the issue tracker to ask this question, but I am trying to find documentation of ZooKeeper's "wire protocol" (aka the expected behavior of a client library). Is there a spec that kazoo itself is based on in this regard? Thanks! Hello, No worries! ...
gharchive/issue
2023-07-13T11:21:49
2025-04-01T06:03:48.727603
{ "authors": [ "StephenSorriaux", "madelson" ], "repo": "python-zk/kazoo", "url": "https://github.com/python-zk/kazoo/issues/723", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1462728251
fix(core): Adjust connection timeout and retry logic Why is this needed? Do not use the session timeout as connection timeout. This value is too large and results in a bad non-responsive server holding up the client long enough for the session to timeout. Proposed Changes Use the KazooRetry object to use an increasi...
gharchive/pull-request
2022-11-24T04:10:27
2025-04-01T06:03:48.751402
{ "authors": [ "StephenSorriaux", "andanicolae", "ceache", "codecov-commenter", "ztzg" ], "repo": "python-zk/kazoo", "url": "https://github.com/python-zk/kazoo/pull/685", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1955740202
🛑 Asset's Delivery is down In b45103d, Asset's Delivery (https://assetdelivery.roblox.com/) was down: HTTP code: 503 Response time: 688 ms Resolved: Asset's Delivery is back up in 8e569b3 after 13 minutes.
gharchive/issue
2023-10-22T03:11:01
2025-04-01T06:03:48.918946
{ "authors": [ "pythoniaweb" ], "repo": "pythoniaweb/roblox-status", "url": "https://github.com/pythoniaweb/roblox-status/issues/160", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2609888380
🛑 Inventory Api is down In 658590b, Inventory Api (https://inventory.roblox.com/) was down: HTTP code: 404 Response time: 80 ms Resolved: Inventory Api is back up in 7c1682d after 11 minutes.
gharchive/issue
2024-10-23T21:30:37
2025-04-01T06:03:48.921456
{ "authors": [ "pythoniaweb" ], "repo": "pythoniaweb/roblox-status", "url": "https://github.com/pythoniaweb/roblox-status/issues/779", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2613031206
🛑 Asset's Delivery is down In 7afb58f, Asset's Delivery (https://assetdelivery.roblox.com/) was down: HTTP code: 404 Response time: 134 ms Resolved: Asset's Delivery is back up in 559ef60 after 55 minutes.
gharchive/issue
2024-10-25T04:18:12
2025-04-01T06:03:48.923781
{ "authors": [ "pythoniaweb" ], "repo": "pythoniaweb/statusboom", "url": "https://github.com/pythoniaweb/statusboom/issues/1240", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1437098011
[Feature Request] get and set tuple support Motivation Like for __getindex__ and __setindex__, we should cover get and set usage with tuples. If the key is not present, set should create an empty TensorDict with same batch size and same device and populate it with the desired value. Cons: This may cause some overhead...
gharchive/issue
2022-11-05T16:35:46
2025-04-01T06:03:48.931518
{ "authors": [ "vmoens" ], "repo": "pytorch-labs/tensordict", "url": "https://github.com/pytorch-labs/tensordict/issues/21", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1597770125
Stack upgrade to latest pytorch nightly 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. Fixes # (issue) Type of change Please delete options that are not relevant and/or add your ...
gharchive/pull-request
2023-02-24T01:57:49
2025-04-01T06:03:48.936222
{ "authors": [ "narendasan", "peri044" ], "repo": "pytorch/TensorRT", "url": "https://github.com/pytorch/TensorRT/pull/1696", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
595380285
Making test code device aware. Currently, test code does not have a standard way to handle device, which led to CUTA tests added disorganized ways, such as 1, 2 and 3. Also it is worth noting that Travis CI is not running any of CUDA test. See here, search for test_lfilter_cuda. We should have a standard way to add C...
gharchive/issue
2020-04-06T19:45:25
2025-04-01T06:03:48.943123
{ "authors": [ "mthrok", "vincentqb" ], "repo": "pytorch/audio", "url": "https://github.com/pytorch/audio/issues/515", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1260187156
fsspec requires to delegate kwargs to FileSystem to list/load file correctly 🐛 Describe the bug Based on the current implementation, the following code will raise ConnectTimeoutError. >>> import fsspec >>> url = "s3://ai2-public-datasets/charades" >>> fs, path = fsspec.core.url_to_fs(root) >>> fs.ls(path) botocore....
gharchive/issue
2022-06-03T17:48:53
2025-04-01T06:03:49.002927
{ "authors": [ "NivekT", "ejguan" ], "repo": "pytorch/data", "url": "https://github.com/pytorch/data/issues/494", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
688189188
MacOSX CI is broken 🐛 Bug CircleCI tests of binary_macos_conda_py3.X_cpu are not passing : https://app.circleci.com/pipelines/github/pytorch/vision/3702/workflows/d3d14328-2f3c-40d8-9bf0-74b090867258 cc @seemethere I believe this was fixed with https://github.com/pytorch/vision/pull/2633
gharchive/issue
2020-08-28T16:16:45
2025-04-01T06:03:49.367370
{ "authors": [ "fmassa", "vfdev-5" ], "repo": "pytorch/vision", "url": "https://github.com/pytorch/vision/issues/2629", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1235894334
Revamp docs for Quantized MobileNetV3 Related to #5987 cc : @NicolasHug generated docs for mobilenet v3
gharchive/pull-request
2022-05-14T06:50:23
2025-04-01T06:03:49.368514
{ "authors": [ "abhi-glitchhg" ], "repo": "pytorch/vision", "url": "https://github.com/pytorch/vision/pull/6016", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
213443330
SVHN dataset for torchvision In reference to https://github.com/pytorch/vision/issues/59 cc: @mjpieters @uridah do you have a notebook that checks for sanity of this code, like the notebook that loads some CIFAR10 images and displays them: https://github.com/pytorch/vision/blob/master/test/sanity_checks.ipynb @so...
gharchive/pull-request
2017-03-10T20:25:10
2025-04-01T06:03:49.380253
{ "authors": [ "fmassa", "mjpieters", "soumith", "uridah", "vabh" ], "repo": "pytorch/vision", "url": "https://github.com/pytorch/vision/pull/98", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
497955657
Future and Deprecation warnings There's at least two warnings being raised from datashader right now: datashader/transfer_functions.py:21: FutureWarning: xarray subclass Image should explicitly define __slots__ class Image(xr.DataArray): datashader/bundling.py:325: FutureWarning: The 'get_values' method is depreca...
gharchive/issue
2019-09-24T22:32:31
2025-04-01T06:03:49.450218
{ "authors": [ "jbednar", "philippjfr" ], "repo": "pyviz/datashader", "url": "https://github.com/pyviz/datashader/issues/789", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
474322744
code formating issue in holoviews documentation https://holoviz.org/tutorial/Interlinked_Panels.html The solution to the first exercise appears as follows Thanks for raising this but isnt this a holoviz issue? oops! moved it over
gharchive/issue
2019-07-30T01:11:21
2025-04-01T06:03:49.451932
{ "authors": [ "ea42gh", "philippjfr" ], "repo": "pyviz/holoviews", "url": "https://github.com/pyviz/holoviews/issues/3863", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
442765103
Fill out repository in package.json To make it so that the npmjs listing will link back to this github page. Same as #21. @pzuraq could we merge this or that one? Yeah, absolutely. I haven't had time to maintain this package, happy to hand it off, I believe Addepar may still be using it and some of their employee...
gharchive/pull-request
2019-05-10T15:05:30
2025-04-01T06:03:49.469473
{ "authors": [ "bantic", "efx", "pzuraq" ], "repo": "pzuraq/ember-classy-page-object", "url": "https://github.com/pzuraq/ember-classy-page-object/pull/23", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
360270639
The app complains about failed login with correct credentials Toast with "Login failed, please check your username and password." comes up every time I try to login. facing the same issue, Yeah, same @q1yh Any Updated in the issue ? Same :) same same issue
gharchive/issue
2018-09-14T11:42:02
2025-04-01T06:03:49.471275
{ "authors": [ "Anreall2000", "BronzeCrab", "biren162", "ducanh997", "oittaa", "rahulvinodsharma", "softwarerockstar" ], "repo": "q1yh/coursera-tv", "url": "https://github.com/q1yh/coursera-tv/issues/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "...
1457477523
Input for ColorLight 5A-75B/E, by rewiring pin 1 of buffers to GND and powering with 3.3v? To use inputs for ColorLight 5A-75B/E, I was thinking what about rewiring a buffer IC's pin 1 (the direction pin) to disconnect it from Vdd and instead connect it to ground? It would require physically breaking pin 1's connect...
gharchive/issue
2022-11-21T07:53:44
2025-04-01T06:03:49.475363
{ "authors": [ "Peter-van-Tol", "ericfont", "kittennbfive", "stanleyseow" ], "repo": "q3k/chubby75", "url": "https://github.com/q3k/chubby75/issues/105", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
1997487609
🛑 nitter.domain.glass is down In 569d158, nitter.domain.glass (https://nitter.domain.glass) was down: HTTP code: 503 Response time: 321 ms Resolved: nitter.domain.glass is back up in 87c472b after 13 minutes.
gharchive/issue
2023-11-16T18:26:57
2025-04-01T06:03:49.502246
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/10431", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1999202839
🛑 bird.habedieeh.re is down In 044ef33, bird.habedieeh.re (https://bird.habedieeh.re) was down: HTTP code: 0 Response time: 0 ms Resolved: bird.habedieeh.re is back up in 34d493b after 23 days, 4 hours, 26 minutes.
gharchive/issue
2023-11-17T14:00:12
2025-04-01T06:03:49.505300
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/10514", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2022109358
🛑 nitter.in.projectsegfau.lt is down In 09db99e, nitter.in.projectsegfau.lt (https://nitter.in.projectsegfau.lt) was down: HTTP code: 503 Response time: 919 ms Resolved: nitter.in.projectsegfau.lt is back up in a4702bb after 13 minutes.
gharchive/issue
2023-12-02T16:18:15
2025-04-01T06:03:49.508353
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/12066", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2033860509
🛑 nitter.us.projectsegfau.lt is down In d5b5c8d, nitter.us.projectsegfau.lt (https://nitter.us.projectsegfau.lt) was down: HTTP code: 503 Response time: 241 ms Resolved: nitter.us.projectsegfau.lt is back up in 60ab167 after 50 minutes.
gharchive/issue
2023-12-09T13:56:10
2025-04-01T06:03:49.511422
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/12602", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2059399076
🛑 nitter.fediflix.org is down In 72b5ac6, nitter.fediflix.org (https://nitter.fediflix.org) was down: HTTP code: 403 Response time: 840 ms Resolved: nitter.fediflix.org is back up in 889bdb5 after 5 minutes.
gharchive/issue
2023-12-29T11:41:56
2025-04-01T06:03:49.514639
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/14331", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2101077218
🛑 nitter.domain.glass is down In be995a0, nitter.domain.glass (https://nitter.domain.glass) was down: HTTP code: 503 Response time: 326 ms Resolved: nitter.domain.glass is back up in 44e4fd3 after 1 hour, 2 minutes.
gharchive/issue
2024-01-25T19:57:44
2025-04-01T06:03:49.517074
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/16239", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2104284761
🛑 nitter.tiekoetter.com is down In df8fcef, nitter.tiekoetter.com (https://nitter.tiekoetter.com) was down: HTTP code: 502 Response time: 605 ms Resolved: nitter.tiekoetter.com is back up in 3ebb8ac after 13 minutes.
gharchive/issue
2024-01-28T18:09:36
2025-04-01T06:03:49.520091
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/16334", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2152095619
🛑 t.floss.media is down In ed68ee9, t.floss.media (https://t.floss.media) was down: HTTP code: 0 Response time: 0 ms Resolved: t.floss.media is back up in 54eec11 after 23 minutes.
gharchive/issue
2024-02-24T03:47:31
2025-04-01T06:03:49.522410
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/17176", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1793678213
🛑 notabird.site is down In dcc8fce, notabird.site (https://notabird.site) was down: HTTP code: 520 Response time: 79 ms Resolved: notabird.site is back up in a33c293.
gharchive/issue
2023-07-07T14:48:01
2025-04-01T06:03:49.524700
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/289", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1868534308
🛑 notabird.site is down In e80b25c, notabird.site (https://notabird.site) was down: HTTP code: 520 Response time: 361 ms Resolved: notabird.site is back up in 0a9bf7f after 53 days, 6 hours, 26 minutes.
gharchive/issue
2023-08-27T15:24:17
2025-04-01T06:03:49.527226
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/4607", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1889060534
🛑 notabird.site is down In aefa4ef, notabird.site (https://notabird.site) was down: HTTP code: 520 Response time: 67 ms Resolved: notabird.site is back up in ce6b63b after 11 minutes.
gharchive/issue
2023-09-10T09:00:53
2025-04-01T06:03:49.529518
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/5538", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1961622152
🛑 nitter.mint.lgbt is down In caeed2e, nitter.mint.lgbt (https://nitter.mint.lgbt) was down: HTTP code: 0 Response time: 0 ms Resolved: nitter.mint.lgbt is back up in b77b17d after 15 minutes.
gharchive/issue
2023-10-25T14:53:09
2025-04-01T06:03:49.531820
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/8385", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1989067168
🛑 nitter.projectsegfau.lt is down In 8de2764, nitter.projectsegfau.lt (https://nitter.projectsegfau.lt) was down: HTTP code: 503 Response time: 976 ms Resolved: nitter.projectsegfau.lt is back up in f16a926 after 33 minutes.
gharchive/issue
2023-11-11T18:15:42
2025-04-01T06:03:49.534866
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/9919", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2397589929
How to set the cross of XAxis and YAxis using AddChart function? The chart generated: The chart I want: Thanks for your issue. This library added new field TickLabelPosition in the ChartAxis option to support set label position of the chart, please upgrade to the master branch code by go get -u github.com/xuri/ex...
gharchive/issue
2024-07-09T09:01:17
2025-04-01T06:03:49.542306
{ "authors": [ "ffh-zhang", "xuri" ], "repo": "qax-os/excelize", "url": "https://github.com/qax-os/excelize/issues/1944", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1740726390
Consider how existing *.bak files are handled The issue was originally from QCR Tools prior to the separation of QCR Tools and the System Configs Tool. Needs further investigation as whether this has been resolved or dissolved in recent work. I didn't touch this functionality, but it may already exist with the --...
gharchive/issue
2023-06-05T01:30:06
2025-04-01T06:03:49.569450
{ "authors": [ "RSLamont", "jmount1992" ], "repo": "qcr/system-configs", "url": "https://github.com/qcr/system-configs/issues/9", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
129695814
为 all in one 中的文件排序 all in one 目录下的文件为字母序,不容易阅读,所以按照章节的顺序排了一下 如果这个目录下的文件是脚本生成,可能还要改下脚本,否则不利于后续跟踪 @yangyanqing 不好意思, 最近一段时间没过来看,我会尽快将改动合并,感谢贡献! @yangyanqing all in one目录下的文件已添加序号,跟你提交的不太一样,所以就不合并了,感谢关注!
gharchive/pull-request
2016-01-29T07:55:55
2025-04-01T06:03:49.646872
{ "authors": [ "qibaoguang", "yangyanqing" ], "repo": "qibaoguang/Spring-Boot-Reference-Guide", "url": "https://github.com/qibaoguang/Spring-Boot-Reference-Guide/pull/2", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1740141478
chore: prettier作为devdependencies prettier作为devdependencies Thanks for your catch!
gharchive/pull-request
2023-06-04T05:10:07
2025-04-01T06:03:49.647674
{ "authors": [ "guaqiu5", "pan93412" ], "repo": "qier222/YesPlayMusic", "url": "https://github.com/qier222/YesPlayMusic/pull/2071", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
309474777
ENH: Adds footer block to base template Fixes #27 Ready for merge once travis passes
gharchive/pull-request
2018-03-28T18:13:38
2025-04-01T06:03:49.648857
{ "authors": [ "ebolyen", "thermokarst" ], "repo": "qiime2/q2templates", "url": "https://github.com/qiime2/q2templates/pull/28", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
179626034
failure when trying to "Run again" I ran a visualizer with q2-dada2's plot_qualities. After it completed I hit "Run again" and got the following error: I'm running this in dev mode. Thanks @gregcaporaso! Looks like an issue with the new webview dynamic resizing. Must not exist for a second in between runs, I'll lo...
gharchive/issue
2016-09-27T21:59:34
2025-04-01T06:03:49.650554
{ "authors": [ "gregcaporaso", "jakereps" ], "repo": "qiime2/qiime-studio", "url": "https://github.com/qiime2/qiime-studio/issues/82", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
202964500
MAINT: Verify cookies are enabled Resolves #68 Example of POST from wkshp detail page with cookies disabled: Thanks @thermokarst! I believe this should handle it, as it worked locally. This looks great @jakereps, thanks so much! 🎉
gharchive/pull-request
2017-01-24T22:53:32
2025-04-01T06:03:49.652289
{ "authors": [ "jakereps", "thermokarst" ], "repo": "qiime2/workshops.qiime2.org", "url": "https://github.com/qiime2/workshops.qiime2.org/pull/89", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
990663502
光标在文本框里面 能屏蔽掉全局快捷键吗 OS Windows VERSION 1.4.9 ISSUE DESCRIPTION 光标在文本里面 本来是剪切文本的 结果来个删除key 手快了回车直接把key都删掉了 - - ctrl X确实有点歧义,输入框没屏蔽快捷键最开始是为了ctrl S保存时的便利,我想办法处理一下 ctrl X确实有点歧义,输入框没屏蔽快捷键最开始是为了ctrl S保存时的便利,我想办法处理一下 好的 麻烦拉 软件很好用 哈哈 👍 改起来太麻烦了,最后换了个快捷键 :smile: 好的
gharchive/issue
2021-09-08T03:48:54
2025-04-01T06:03:49.656261
{ "authors": [ "Inighty", "qishibo" ], "repo": "qishibo/AnotherRedisDesktopManager", "url": "https://github.com/qishibo/AnotherRedisDesktopManager/issues/662", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1214023899
Test Issue - ryfbm Test Body - nqxgcwtchu Test Comment - nielj
gharchive/issue
2022-04-25T06:16:08
2025-04-01T06:03:49.672652
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/1337", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1469298546
Test Issue - fedxq Test Body - mxnnersinm Test Comment - bdjaf
gharchive/issue
2022-11-30T09:15:22
2025-04-01T06:03:49.673373
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/17797", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1469875411
Test Issue - uscus Test Body - psxmpombcv Test Comment - yffrx
gharchive/issue
2022-11-30T16:04:39
2025-04-01T06:03:49.674080
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/17823", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1495358793
Test Issue - awhqu Test Body - whhfgbckeh Test Comment - rpzfa
gharchive/issue
2022-12-14T00:08:34
2025-04-01T06:03:49.674780
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/18615", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1571743710
Test Issue - jfmtl Test Body - dfpyuqtica Test Comment - npozp
gharchive/issue
2023-02-06T01:43:25
2025-04-01T06:03:49.675495
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/21545", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1779176853
Test Issue - lhqqi Test Body - wjuznebkph Test Comment - kaqzo
gharchive/issue
2023-06-28T15:14:51
2025-04-01T06:03:49.676432
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/27798", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1234579965
Test Issue - jhkcr Test Body - zlibjzjqdd Test Comment - vzhep
gharchive/issue
2022-05-12T23:28:30
2025-04-01T06:03:49.677130
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/2851", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1853434378
Test Issue - wbwsi Test Body - nhxzlgfmnz Test Comment - ufxqg
gharchive/issue
2023-08-16T15:06:34
2025-04-01T06:03:49.677820
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/30039", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1921230665
Test Issue - nfyap Test Body - jzoaetzssm Test Comment - rqpfh
gharchive/issue
2023-10-02T04:33:36
2025-04-01T06:03:49.678499
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/32459", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2009360082
Test Issue - mozgj Test Body - yzmjswkbss Test Comment - fwyxj
gharchive/issue
2023-11-24T09:07:02
2025-04-01T06:03:49.679169
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/35269", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2070024459
Test Issue - jmngm Test Body - voabbcjeyt Test Comment - xvnob
gharchive/issue
2024-01-08T09:14:44
2025-04-01T06:03:49.679854
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/37504", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2144749023
Test Issue - mzjnt Test Body - wnvmevsdns Test Comment - mtxkj
gharchive/issue
2024-02-20T16:15:01
2025-04-01T06:03:49.680564
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/39775", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2222420925
Test Issue - ypwca Test Body - xeapdoogej Test Comment - ydkgj
gharchive/issue
2024-04-03T09:36:36
2025-04-01T06:03:49.681241
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/42373", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2224324473
Test Issue - xfuok Test Body - zldwvnoyjl Test Comment - ltxzy
gharchive/issue
2024-04-04T02:41:29
2025-04-01T06:03:49.681916
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/42436", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2243801911
Test Issue - fcvtx Test Body - igbgwlocut Test Comment - vmisc
gharchive/issue
2024-04-15T14:14:10
2025-04-01T06:03:49.682590
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/43059", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1257359571
Test Issue - zmxbq Test Body - dcbioyhsjk Test Comment - xjqwi
gharchive/issue
2022-06-02T00:22:16
2025-04-01T06:03:49.683383
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/4423", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2354011423
Test Issue - vlvow Test Body - nfejqibyfk Test Comment - ndiwa
gharchive/issue
2024-06-14T20:04:25
2025-04-01T06:03:49.684070
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/46769", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2356808819
Test Issue - ecdyi Test Body - wrzeesdtqy Test Comment - icjah
gharchive/issue
2024-06-17T09:06:27
2025-04-01T06:03:49.684934
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/46814", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1262733940
Test Issue - wezpy Test Body - kfzejjoukl Test Comment - tzhec
gharchive/issue
2022-06-07T05:14:32
2025-04-01T06:03:49.685618
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/4767", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1264165228
Test Issue - dhdwb Test Body - dlvrrzazuf Test Comment - czjgr
gharchive/issue
2022-06-08T04:11:34
2025-04-01T06:03:49.686308
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/4869", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2441173991
Test Issue - wsvkb Test Body - fwwuzfbocc Test Comment - ngjhj
gharchive/issue
2024-08-01T00:23:53
2025-04-01T06:03:49.686988
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/49555", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2457141722
Test Issue - wdpmg Test Body - rcxfemynzn Test Comment - indmy
gharchive/issue
2024-08-09T05:36:45
2025-04-01T06:03:49.687662
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/50074", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2487880929
Test Issue - mprkc Test Body - uyezriglwa Test Comment - inzaa
gharchive/issue
2024-08-26T22:14:59
2025-04-01T06:03:49.688363
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/51053", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2549835347
Test Issue - wtesx Test Body - jgsjuzwyua Test Comment - qdmiz
gharchive/issue
2024-09-26T08:07:45
2025-04-01T06:03:49.689045
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/52942", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2571806650
Test Issue - qadkf Test Body - feyedtmpbr Test Comment - zkfng
gharchive/issue
2024-10-08T00:52:59
2025-04-01T06:03:49.689709
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/53591", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1273206520
Test Issue - nekyd Test Body - wzsggjlwyu Test Comment - ypitp
gharchive/issue
2022-06-16T08:06:06
2025-04-01T06:03:49.690396
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/5557", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1276829481
Test Issue - qfsts Test Body - gelwivlhie Test Comment - fipol
gharchive/issue
2022-06-20T12:07:04
2025-04-01T06:03:49.691090
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/5797", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1208134798
Test Issue - zehzw Test Body - clqkreguug Test Comment - steya
gharchive/issue
2022-04-19T10:16:00
2025-04-01T06:03:49.691780
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/910", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2633227678
Unknown compiler option 'noUncheckedSideEffectImports' Please support typescript@latest! Describe the bug Unknown compiler option 'noUncheckedSideEffectImports' Please add support for typescript@latest! (5.6.3) Reproduction vitejs library project in lib mode + vite-plugin-dts Steps to reproduce npm create vite > adva...
gharchive/issue
2024-11-04T16:08:22
2025-04-01T06:03:49.701402
{ "authors": [ "Hallocoos", "Pramuspl", "andihaki", "ivanjeremic", "shuwanghu" ], "repo": "qmhc/vite-plugin-dts", "url": "https://github.com/qmhc/vite-plugin-dts/issues/395", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }