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
2203557149
Project teams on Github It seems Github changed something, and I am no longer able to administer teams being a project administrator. I am assuming this is due to some change on Github's part, since I checked with the pypa/build teams and I am getting the same result as in pyproject-metadata teams. Previously I was a...
gharchive/issue
2024-03-23T00:19:16
2025-04-01T04:35:36.378898
{ "authors": [ "FFY00", "di" ], "repo": "pypa/pyproject-metadata", "url": "https://github.com/pypa/pyproject-metadata/issues/92", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1926279727
Add a GitHub Action to run nox and pytest on current Python Run nox on every pull request on Python v3.8, v3.10, and v3.12. Legacy Python died 1,372 days ago on 1/1/2020 so GitHub Actions no longer supports running it. Test results: https://github.com/cclauss/sample-namespace-packages/actions I've also gone ahea...
gharchive/pull-request
2023-10-04T13:55:48
2025-04-01T04:35:36.386457
{ "authors": [ "cclauss", "chrysle", "pradyunsg", "webknjaz" ], "repo": "pypa/sample-namespace-packages", "url": "https://github.com/pypa/sample-namespace-packages/pull/23", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1173662101
[BUG] version must be imported first to be used as attr setuptools version 60.10.0 Python version 3.9.10 OS Ubuntu 22.04 Additional environment information No response Description (The reproduce this bug, here is an MWE.) In a Python project organized like . ├── pyproject.toml ├── README.md ├── setup.cfg └── src ...
gharchive/issue
2022-03-18T14:35:15
2025-04-01T04:35:36.395504
{ "authors": [ "abravalheri", "nschloe" ], "repo": "pypa/setuptools", "url": "https://github.com/pypa/setuptools/issues/3176", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1733815186
Add full content on blog RSS I make an experiment on changing the configurations of RSS feed generation to include the whole content of the posts (#13812). Apparently the pretty_print: true was the responsible for weird RSS. It looks like the results are fine with my newsreader (NetNewsWire): <?xml version="1.0" enc...
gharchive/pull-request
2023-05-31T09:56:27
2025-04-01T04:35:36.414469
{ "authors": [ "miketheman", "osantana" ], "repo": "pypi/warehouse", "url": "https://github.com/pypi/warehouse/pull/13815", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
462161923
wktext PROJ parameter being removed during conversion I'm updating some code to work better with pyproj 2.0+ and have run in to a small issue. My goal is to make predefined CRS objects available to Satpy/Pyresample users that work with Proj/CRS from pyproj and CRS from rasterio. The problem projection is: proj_dict =...
gharchive/issue
2019-06-28T18:42:00
2025-04-01T04:35:36.433894
{ "authors": [ "djhoese", "jorisvandenbossche", "snowman2" ], "repo": "pyproj4/pyproj", "url": "https://github.com/pyproj4/pyproj/issues/357", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
130035552
Aggregate metrics lag Aggregate metrics are currently lagging if the sending paty is paused or stops for some period of time. Aggregation engine keeps on moving forward the previous snapshot of the agent instead of using the new snapshot despite, even if time difference if significant. UPD: it turned out that the l...
gharchive/issue
2016-01-30T20:57:45
2025-04-01T04:35:36.445605
{ "authors": [ "ifesdjeen" ], "repo": "pyr/cyanite", "url": "https://github.com/pyr/cyanite/issues/170", "license": "isc", "license_type": "permissive", "license_source": "bigquery" }
131474433
Ring buffer integration Disruptor is known to beat queue performance extremely well. Certainly this prototype doesn't involve things like back pressure, event optimisation (GC pressure because of event instances created every time) also memory access across the barrier and many other possible optimisations, but it mi...
gharchive/pull-request
2016-02-04T21:09:40
2025-04-01T04:35:36.452108
{ "authors": [ "ifesdjeen", "pyr" ], "repo": "pyr/cyanite", "url": "https://github.com/pyr/cyanite/pull/174", "license": "isc", "license_type": "permissive", "license_source": "bigquery" }
741955745
[scripts] Add script to create super user Feature Add script to create super user Motivation After a possible deletion of the volume of the db, it would be convenient to have a script to create a super user. Pitch We might add a new folder called scripts with a first one, adding a super user with admin scope. I don...
gharchive/issue
2020-11-12T21:56:21
2025-04-01T04:35:36.470259
{ "authors": [ "fe51", "florianriche", "frgfm" ], "repo": "pyronear/pyro-api", "url": "https://github.com/pyronear/pyro-api/issues/26", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1243086568
feat: Added codecarbon integration This PR introduces the following modifications: adds decorator integration of codecarbon updates requirements and gitignore Any feedback is welcome! cc @benoit-cty Hi @frgfm thanks for this ! I do it work ? do we have an associated login ? or anyone cloning this repo will impact...
gharchive/pull-request
2022-05-20T12:33:57
2025-04-01T04:35:36.473523
{ "authors": [ "MateoLostanlen", "benoit-cty", "frgfm" ], "repo": "pyronear/pyro-vision", "url": "https://github.com/pyronear/pyro-vision/pull/140", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
341320705
Printing to stdout during compilation should be avoided rust-embed prints to stdout during compilation: https://github.com/pyros2097/rust-embed/blob/2025bfb7b8becb4f281efa5cd3febc611ba98fcb/src/lib.rs#L56 macros should not do that. It breaks editors that parse the json output: https://github.com/rust-lang/rust-enhanc...
gharchive/issue
2018-07-15T13:22:29
2025-04-01T04:35:36.477943
{ "authors": [ "Boscop", "pyros2097" ], "repo": "pyros2097/rust-embed", "url": "https://github.com/pyros2097/rust-embed/issues/27", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2401560858
removing spvcm from meta release -- archived - #1330 This PR removing spvcm from meta release, as it is now archived - https://github.com/pysal/spvcm/issues/18 resolves #1330 I'm not sure whether we deprecated spvcm before, so removing it from meta may be pretty drastic in case we haven't. If we haven't, we shoul...
gharchive/pull-request
2024-07-10T19:56:31
2025-04-01T04:35:36.486293
{ "authors": [ "jGaboardi", "knaaptime", "sjsrey" ], "repo": "pysal/pysal", "url": "https://github.com/pysal/pysal/pull/1337", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
459997296
Message.edit_attach bugfix Updated Message.edit_attach to work with inline keyboards I had to force-push because this repo requires signing all commits
gharchive/pull-request
2019-06-24T16:57:51
2025-04-01T04:35:36.583327
{ "authors": [ "MarcoBuster" ], "repo": "python-botogram/botogram", "url": "https://github.com/python-botogram/botogram/pull/127", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1430868746
Radicale uses nonstandard URLs It appears that Radicale is using non standard urls to host caldav files. On normal caldav servers, (nextcloud, etc), the caldav file can be found at the following location example.com/user/03898134-59a0-11ed-a6d7-cb4c1cf0d9f0 but under radicale it can be found at example.com/user/tasks...
gharchive/issue
2022-11-01T04:54:45
2025-04-01T04:35:36.598276
{ "authors": [ "BeatLink", "tobixen" ], "repo": "python-caldav/caldav", "url": "https://github.com/python-caldav/caldav/issues/226", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
687246335
Auto-respond to non-mod everyone pings. The issue: Currently, if someone puts down an @everyone ping, a mod has to come and respond to it to tell the person not to ping 95k+ people. Now, this usually works fine, but accidents happen, and things can end up happening like lemon accidentally pinging everyone, because an...
gharchive/issue
2020-08-27T13:32:30
2025-04-01T04:35:36.606918
{ "authors": [ "MrAwesomeRocks", "ks129", "lemonsaurus" ], "repo": "python-discord/bot", "url": "https://github.com/python-discord/bot/issues/1131", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
721531699
Package cmd closes #796 this command take package name as input and return data from pypi api. package command will return this if package is found package command will return this if package is not found [x] Join the Python Discord Community? [x] If dependencies have been added or updated, run pipenv lock? [x] Li...
gharchive/pull-request
2020-10-14T14:52:48
2025-04-01T04:35:36.612652
{ "authors": [ "Anubhav1603", "Xithrius" ], "repo": "python-discord/bot", "url": "https://github.com/python-discord/bot/pull/1237", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
429866207
Made announcement command and edit command I added this to my bot, so I figured why not add it here. It announces a message and pings the role and allows you to edit the message as well. As mentioned in the last PR, we don't wish to go with this type of implementation. It's not the inability to edit the message tha...
gharchive/pull-request
2019-04-05T17:43:19
2025-04-01T04:35:36.615044
{ "authors": [ "ajgrinds", "scragly" ], "repo": "python-discord/bot", "url": "https://github.com/python-discord/bot/pull/345", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1386949451
Allow exporting constraints for pip I've been using poetry export to generate a constraints file for use with pip. Sometime after the poetry 1.2.0a2 and poetry-core 1.1.0a7 releases, this command is now includes extras in its output such as docker[ssh]==6.0.0 which is not supported in pip constraints files. Would you...
gharchive/issue
2022-09-27T01:42:17
2025-04-01T04:35:36.694318
{ "authors": [ "bmw", "dimbleby", "neersighted" ], "repo": "python-poetry/poetry-plugin-export", "url": "https://github.com/python-poetry/poetry-plugin-export/issues/125", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2609910868
🛑 Billing Api is down In d9c66e7, Billing Api (https://billing.roblox.com/) was down: HTTP code: 404 Response time: 57 ms Resolved: Billing Api is back up in 8010c94 after 11 minutes.
gharchive/issue
2024-10-23T21:46:33
2025-04-01T04:35:36.873183
{ "authors": [ "pythoniaweb" ], "repo": "pythoniaweb/statusboom", "url": "https://github.com/pythoniaweb/statusboom/issues/1144", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2613031425
🛑 Billing Api is down In aae9213, Billing Api (https://billing.roblox.com/) was down: HTTP code: 404 Response time: 36 ms Resolved: Billing Api is back up in d301bae after 1 hour, 40 minutes.
gharchive/issue
2024-10-25T04:18:19
2025-04-01T04:35:36.875504
{ "authors": [ "pythoniaweb" ], "repo": "pythoniaweb/statusboom", "url": "https://github.com/pythoniaweb/statusboom/issues/1243", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
619391632
Java 14 upgrade Build new version with Java 14. It's impossible with Google's JIB
gharchive/issue
2020-05-16T06:19:36
2025-04-01T04:35:36.877437
{ "authors": [ "pythoninja" ], "repo": "pythoninja/randomicu", "url": "https://github.com/pythoninja/randomicu/issues/99", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
891495424
Indicators I have one question. Shouldn't the indicators be for more days? I mean if you get 1h candles and the RSI is calculated with 14 days, shouldn't it be 24 x 14 = 336 margin rows? Because I understand that the library takes the days as rows of the data frame, as if the rows were days. As far as I know, RSI i...
gharchive/issue
2021-05-14T00:53:44
2025-04-01T04:35:36.879663
{ "authors": [ "johnnynunez", "kianfa" ], "repo": "pythonlessons/RL-Bitcoin-trading-bot", "url": "https://github.com/pythonlessons/RL-Bitcoin-trading-bot/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1456300822
🐛 [Bug] resnet50 model giving error when given dynamic shape input while aten::resize is in fallback Bug Description resnet50 torch model gives an error when given dynamic shape and having resize in fallback mode compiled_cpp_mod = _C.compile_graph(module._c, _parse_compile_spec(spec)) RuntimeError: Trying to create...
gharchive/issue
2022-11-19T07:56:05
2025-04-01T04:35:36.906746
{ "authors": [ "Christina-Young-NVIDIA", "apbose", "peri044" ], "repo": "pytorch/TensorRT", "url": "https://github.com/pytorch/TensorRT/issues/1465", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2516257776
Fix build error - error: function "torchao::marlin_24_gemm" has already been defined (previous definition at line 83) For CUDA_ARCH < 800 https://github.com/pytorch/ao/blob/3ac2ab8c9ffb0a624b48a51c105b0a780cafe483/torchao/csrc/cuda/sparse_marlin/marlin_kernel_nm.cu#L55-L57 we get multiple definition of marlin_24_gemm...
gharchive/pull-request
2024-09-10T12:07:22
2025-04-01T04:35:36.910019
{ "authors": [ "kshitij12345", "msaroufim" ], "repo": "pytorch/ao", "url": "https://github.com/pytorch/ao/pull/863", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
599331079
En-Fr result in scaling neural machine translation have compound spliting or not? As the name implies, the En-Fr BLEU in Scaling Neural Machine Translation have compound splitting or not? @edunov ? We include both results in the paper. We report 43.2 BLEU with compound splitting. The compound splitting is built-i...
gharchive/issue
2020-04-14T06:35:36
2025-04-01T04:35:36.920885
{ "authors": [ "gaopengcuhk", "huihuifan", "myleott" ], "repo": "pytorch/fairseq", "url": "https://github.com/pytorch/fairseq/issues/2009", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
963119611
BPE and dictionary I run: fairseq-preprocess --tokenizer moses --bpe characters --source-lang src --target-lang tgt --trainpref $TEXT/train --testpref $TEXT/test --destdir data-bin2/data.toked.src-tgt With tokenizer and without, and with different tokenizers and bpes {characters/subword/..} but I always get the same...
gharchive/issue
2021-08-07T00:44:50
2025-04-01T04:35:36.923198
{ "authors": [ "ImanHosseini" ], "repo": "pytorch/fairseq", "url": "https://github.com/pytorch/fairseq/issues/3767", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
537598288
Windows support? Currently I cannot install the package with MSVC toolset 14.11.25503 on Windows 10, Python 3.7 Anaconda. The command causing error is here. Hello @justanhduc - for now we don't test for explicit Windows coverage and don't maintain it. This will be rolled out incrementally.
gharchive/issue
2019-12-13T15:04:56
2025-04-01T04:35:36.939669
{ "authors": [ "cpuhrsch", "justanhduc" ], "repo": "pytorch/nestedtensor", "url": "https://github.com/pytorch/nestedtensor/issues/13", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1365359668
torchrec.inference.modules.quantize_embeddings does not seem to quantize weights. I tried to quantize my EBC in 3 different ways. None of them changed the dtype of the weights. Perhaps I'm misunderstanding when quantization happens? import torch import torch.quantization as quant import math import torchrec from to...
gharchive/issue
2022-09-08T00:58:57
2025-04-01T04:35:37.141044
{ "authors": [ "YLGH", "rllin", "yifuwang" ], "repo": "pytorch/torchrec", "url": "https://github.com/pytorch/torchrec/issues/609", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
444812097
Fix link "getting to the venue" Missing hash in link deployed
gharchive/pull-request
2019-05-16T08:07:37
2025-04-01T04:35:37.263750
{ "authors": [ "Darkless012", "frenzymadness" ], "repo": "pyvec/cz.pycon.org-2019", "url": "https://github.com/pyvec/cz.pycon.org-2019/pull/184", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1894320371
Intermissions: talks and sponsors Integrace se sloty Zobrazují se 2 slidy s dalším talkem či streamovanou utility ze všech místností - uvažují se talky začínající v následující 1h 15m, abychom v sobotu dopoledne zbytečně nepromovali místnost __doc__, kde je něco až odpoledne. Talk se taky bude zobrazovat ještě 5 minu...
gharchive/pull-request
2023-09-13T11:24:20
2025-04-01T04:35:37.267722
{ "authors": [ "jsmitka" ], "repo": "pyvec/cz.pycon.org", "url": "https://github.com/pyvec/cz.pycon.org/pull/56", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
631447693
Automatic Testing with CI I do not see any automatic unit testing setup in the project, what is the plan @pyvista/developers ? Nevermind, I just notice https://github.com/pyvista/pyvistaqt/blob/master/.ci/azure-pipelines.yml
gharchive/issue
2020-06-05T09:24:18
2025-04-01T04:35:37.284300
{ "authors": [ "GuillaumeFavelier" ], "repo": "pyvista/pyvistaqt", "url": "https://github.com/pyvista/pyvistaqt/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1185276217
MNT: Readme This PR mainly updates some elements that were still using master as branch name. The rendered README.rst is available here: https://github.com/GuillaumeFavelier/pyvistaqt/tree/7c7283ebf40194cf486a064c26e35716d7135bc6 This is ready for review from my side @pyvista/pyvistaqt-admin One more commit for a...
gharchive/pull-request
2022-03-29T18:50:05
2025-04-01T04:35:37.286443
{ "authors": [ "GuillaumeFavelier" ], "repo": "pyvista/pyvistaqt", "url": "https://github.com/pyvista/pyvistaqt/pull/156", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
369626756
Differing projection in annotator input Now that elements can be added as input to annotators, I would expect that each element could have its own projection. For example, I have a reservoir_df that is in UTM and a dam_df data frame that is in Plate Carree. I could feed these as data frames directly into the annotato...
gharchive/issue
2018-10-12T16:41:11
2025-04-01T04:35:37.288199
{ "authors": [ "kcpevey" ], "repo": "pyviz-topics/EarthSim", "url": "https://github.com/pyviz-topics/EarthSim/issues/247", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
391372597
Installing v0.3.0a7 with pip fails because of missing .version file setup.py/get_setup_version looks for a .version file (which doesn't exist) if the param package is not available. However, param does not seem to be a dependency of this project. This means I cannot currently pip install git+git://github.com/pyviz/hv...
gharchive/issue
2018-12-15T12:07:46
2025-04-01T04:35:37.290522
{ "authors": [ "lsorber", "philippjfr" ], "repo": "pyviz/hvplot", "url": "https://github.com/pyviz/hvplot/issues/128", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
588417650
feat(bigquery): add support of model for extract job Fixes [60] Merged.
gharchive/pull-request
2020-03-26T13:23:14
2025-04-01T04:35:37.304410
{ "authors": [ "HemangChothani" ], "repo": "q-logic/python-bigquery", "url": "https://github.com/q-logic/python-bigquery/pull/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1506656498
Dynamic struct encoding (#135) Taking over #135 adding abi encoder for the following data types dynamic struct static struct dynamic array of dynamic struct dynamic array of static struct static array of dynamic struct static array of static struct Codecov Report Merging #185 (1177a3d) into main (9e3e2af) will...
gharchive/pull-request
2022-12-21T17:18:37
2025-04-01T04:35:37.321663
{ "authors": [ "codecov-commenter", "q9f" ], "repo": "q9f/eth.rb", "url": "https://github.com/q9f/eth.rb/pull/185", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2175729087
Added basic todo app The app provides a simple boilerplate for CRUD (Create, Read, Update, Delete) operations. @ZeeshanMukhtar1 thanks, will review and merge this PR
gharchive/pull-request
2024-03-08T10:23:17
2025-04-01T04:35:37.485795
{ "authors": [ "ZeeshanMukhtar1", "qadir0108" ], "repo": "qadir0108/WebTechnologies", "url": "https://github.com/qadir0108/WebTechnologies/pull/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1990639412
🛑 nitter.us.projectsegfau.lt is down In 194e355, nitter.us.projectsegfau.lt (https://nitter.us.projectsegfau.lt) was down: HTTP code: 503 Response time: 392 ms Resolved: nitter.us.projectsegfau.lt is back up in fe6641b after 12 minutes.
gharchive/issue
2023-11-13T13:13:51
2025-04-01T04:35:37.489317
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/10120", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2014020160
🛑 nitter.projectsegfau.lt is down In 458f3d5, nitter.projectsegfau.lt (https://nitter.projectsegfau.lt) was down: HTTP code: 503 Response time: 363 ms Resolved: nitter.projectsegfau.lt is back up in e9d1328 after 11 minutes.
gharchive/issue
2023-11-28T09:34:35
2025-04-01T04:35:37.492575
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/11709", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1789116399
🛑 bird.trom.tf is down In 4f982c5, bird.trom.tf (https://bird.trom.tf) was down: HTTP code: 502 Response time: 452 ms Resolved: bird.trom.tf is back up in ad1c9d9.
gharchive/issue
2023-07-05T09:07:54
2025-04-01T04:35:37.495628
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1837948081
🛑 notabird.site is down In af3f41d, notabird.site (https://notabird.site) was down: HTTP code: 520 Response time: 72 ms Resolved: notabird.site is back up in 29dbead.
gharchive/issue
2023-08-05T21:37:47
2025-04-01T04:35:37.498052
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/2898", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1931672684
🛑 notabird.site is down In fb16801, notabird.site (https://notabird.site) was down: HTTP code: 520 Response time: 159 ms Resolved: notabird.site is back up in f24bcd2 after 1 hour, 8 minutes.
gharchive/issue
2023-10-08T06:45:33
2025-04-01T04:35:37.500739
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/7323", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1946749116
🛑 notabird.site is down In 15bb8eb, notabird.site (https://notabird.site) was down: HTTP code: 520 Response time: 190 ms Resolved: notabird.site is back up in 976fe12 after 5 minutes.
gharchive/issue
2023-10-17T07:35:53
2025-04-01T04:35:37.503017
{ "authors": [ "qallen028" ], "repo": "qallen028/nitter-instances", "url": "https://github.com/qallen028/nitter-instances/issues/7861", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
321765199
integrate qps-infra with smtp server by default it should use let's say public smtp creds or even smtp server w/o credentials. Ideally email notification should work right after install. Make sure to apply security if possible if any account creds are used won't fix as number of email notification via jenkins shold...
gharchive/issue
2018-05-09T23:59:45
2025-04-01T04:35:37.504037
{ "authors": [ "vdelendik" ], "repo": "qaprosoft/qps-infra", "url": "https://github.com/qaprosoft/qps-infra/issues/16", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1643938043
Feature/bastion options Description Added new variable to be able to select Azure Bastion SKU (Basic and Standard), basic example fixed and updated. Module reconfigured with the necessary resources already specified within itself. Change overview (tick true): [x] This introduces backward incompatible changes [ ] Thi...
gharchive/pull-request
2023-03-28T13:20:16
2025-04-01T04:35:37.514469
{ "authors": [ "JuanjoDoradoQB", "QBY-ThimoLimpert" ], "repo": "qbeyond/terraform-azurerm-azure-bastion", "url": "https://github.com/qbeyond/terraform-azurerm-azure-bastion/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2141219513
Timer for bonus section of QBreader Would help to manage time when answering bonuses, similar to the timer on tus duplicate of #257
gharchive/issue
2024-02-18T22:38:23
2025-04-01T04:35:37.597570
{ "authors": [ "geoffrey-wu", "henrypanqb" ], "repo": "qbreader/website", "url": "https://github.com/qbreader/website/issues/260", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1665880593
chore!: Follow the naming standards in Open Controls According to our naming standards, package names, install names, and import names that include a product name shouldn't be preceded by "Q-CTRL". As "Open Controls" is listed as a product in the "Product" tab of the company website, the names in this package have to...
gharchive/pull-request
2023-04-13T07:32:23
2025-04-01T04:35:37.610523
{ "authors": [ "leoadec", "tachikoma-li" ], "repo": "qctrl/python-open-controls", "url": "https://github.com/qctrl/python-open-controls/pull/267", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1800946665
Specify the minimum Kubernetes version in pre-requisites Can you explicitly specify the minimum K8s version in README.md? https://github.com/qdrant/qdrant-helm#prerequisites @felix28 it's now in the readme 😃 https://github.com/qdrant/qdrant-helm/tree/main/charts/qdrant#prerequisites
gharchive/issue
2023-07-12T13:05:56
2025-04-01T04:35:37.613009
{ "authors": [ "cyril-corbon", "felix28" ], "repo": "qdrant/qdrant-helm", "url": "https://github.com/qdrant/qdrant-helm/issues/47", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
194624809
Ogc conformance testing This PR adds a quick tutorial how to setup the OGC confomance tests for WMS 1.3.0 and WMS 1.1.1 thanks @mhugent! @mhugent cool to see this. Do you have the QGIS project ? To run test ? @rldhont: the project does not involve styling at all. Just download the zip file with the data and loa...
gharchive/pull-request
2016-12-09T15:34:00
2025-04-01T04:35:37.621800
{ "authors": [ "mhugent", "rldhont", "yjacolin" ], "repo": "qgis/QGIS-Website", "url": "https://github.com/qgis/QGIS-Website/pull/403", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
139340266
warn if recommended artifact file extension isn't used Artifact and Visualization should warn when load or save is called with a file path that doesn't have the recommended file extension. This issue depends on #6. #106 added a warning when saving, does it also make sense to warn the user when loading with the wron...
gharchive/issue
2016-03-08T17:25:59
2025-04-01T04:35:37.748386
{ "authors": [ "jairideout", "jakereps" ], "repo": "qiime2/qiime2", "url": "https://github.com/qiime2/qiime2/issues/7", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2395050370
Are there any tips to improve the performance of GeoTransformer? When I apply geotransformer in my data,but get a bad result Maybe try https://github.com/qinzheng93/GeoTransformer/issues/116
gharchive/issue
2024-07-08T08:55:09
2025-04-01T04:35:37.749652
{ "authors": [ "cduch9", "zhuozhizhong" ], "repo": "qinzheng93/GeoTransformer", "url": "https://github.com/qinzheng93/GeoTransformer/issues/113", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
447034870
打开自动刷新,左侧db列表未刷新 操作系统OS Windows 10 应用版本 1.1.8 问题描述 其他客户端删除某一记录后,左侧列表中的key无法实时刷新,需要切换db再切回后才能刷新。 建议根据键值统计中数据,监测左侧key值列表。 如图 统计七条,显示8条 右侧自动刷新的初衷是只刷新右侧状态数据,并不会刷新左侧key列表 左侧列表可以通过点击搜索的放大镜实现刷新,或者按你说的切换db,后期也可以考虑再列表处加个刷新按钮
gharchive/issue
2019-05-22T09:42:02
2025-04-01T04:35:37.751916
{ "authors": [ "qishibo", "wilcool" ], "repo": "qishibo/AnotherRedisDesktopManager", "url": "https://github.com/qishibo/AnotherRedisDesktopManager/issues/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1077795473
Update 007_Reverse_Integer.py This is correct solution. Earlier solution was incorrect. Hi @mustafanw Thank you for contribution! Note that almost all Python solutions are based on Python2. These solutions may fail on Python3. I have checked 07 Python solution. It passed on Python2 and failed on Python3. So, this i...
gharchive/pull-request
2021-12-12T12:32:58
2025-04-01T04:35:37.753713
{ "authors": [ "mustafanw", "qiyuangong" ], "repo": "qiyuangong/leetcode", "url": "https://github.com/qiyuangong/leetcode/pull/49", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
901555618
功能建议:希望添加上传跳过同名文件功能 原因是上传20000个小文件(10-600m大小)时,发现其中一个文件存在反复上传,不成功也不失败的状态。同名文件会覆盖的话也不好重新开始任务。 命令 参数是./BaiduPCS-Go upload --norapid --nosplit -l 4 /mnt/sdb1 . 反复上传不太清楚是什么状况,上传遇到同名文件默认会直接覆盖 下个版本会增加自动重命名选项 反复上传不太清楚是什么状况,上传遇到同名文件默认会直接覆盖 下个版本会增加自动重命名选项 不考虑跳过吗,这样也能用来同步文件 最后还是决定用跳过策略了
gharchive/issue
2021-05-26T00:35:56
2025-04-01T04:35:37.755737
{ "authors": [ "qjfoidnh", "zzzop" ], "repo": "qjfoidnh/BaiduPCS-Go", "url": "https://github.com/qjfoidnh/BaiduPCS-Go/issues/75", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
922958642
出大事了,原来没有同名文件提示! 上传的时候忘记改文件名,结果把原来的同名文件给覆盖了!40G的文件骤然消失,我太难了。 这个功能如果可以实现请务必增加。覆盖掉的文件也不是被删除了因为回收站里也没有,凭空消失无法找回啊! 心疼一波老哥......如果以前记录过文件的秒传信息可以通过秒传找回来,如果莫得。。。大概真就没了 软件的默认策略确实是覆盖,在实现逻辑上是通过百度网盘官方API的参数控制的,做出提示比较困难,但3.8.1可以通过--skip来修改重名策略为自动跳过,下个版本可能会增加自动重命名的策略选项。
gharchive/issue
2021-06-16T18:37:55
2025-04-01T04:35:37.757318
{ "authors": [ "mrdobejelly", "qjfoidnh" ], "repo": "qjfoidnh/BaiduPCS-Go", "url": "https://github.com/qjfoidnh/BaiduPCS-Go/issues/83", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1338620115
Test Issue - cwyfv Test Body - rsjhndpbaa Test Comment - wxxbc
gharchive/issue
2022-08-15T07:05:38
2025-04-01T04:35:37.758278
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/10225", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1356268582
Test Issue - orvrs Test Body - zrgjggylgi Test Comment - nzoks
gharchive/issue
2022-08-30T20:29:34
2025-04-01T04:35:37.759056
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/11479", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1369153280
Test Issue - mqvir Test Body - bwkruljkgv Test Comment - hxxay
gharchive/issue
2022-09-12T01:40:51
2025-04-01T04:35:37.759759
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/12360", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1381443025
Test Issue - rfmei Test Body - sxmfczxlmw Test Comment - xjzko
gharchive/issue
2022-09-21T20:15:33
2025-04-01T04:35:37.760476
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/13218", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1400127823
Test Issue - gfutq Test Body - ritxduonac Test Comment - fzerj
gharchive/issue
2022-10-06T18:30:36
2025-04-01T04:35:37.761426
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/14416", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1403813740
Test Issue - mbwwk Test Body - reenijkkvo Test Comment - ktufl
gharchive/issue
2022-10-10T23:32:25
2025-04-01T04:35:37.762135
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/14655", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1429231571
Test Issue - srkru Test Body - bvdyhglphr Test Comment - wdzbc
gharchive/issue
2022-10-31T04:24:42
2025-04-01T04:35:37.762900
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/15906", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1218354167
Test Issue - mnztv Test Body - pqkftgyizb Test Comment - gxdgj
gharchive/issue
2022-04-28T08:03:07
2025-04-01T04:35:37.763591
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/1678", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1453848281
Test Issue - mwkdg Test Body - ottidsccjo Test Comment - aaiiv
gharchive/issue
2022-11-17T19:14:27
2025-04-01T04:35:37.764537
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/17079", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1220417537
Test Issue - rtouz Test Body - pkyscepbqt Test Comment - ebfol
gharchive/issue
2022-04-29T10:05:31
2025-04-01T04:35:37.765230
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/1796", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1499456338
Test Issue - aybrs Test Body - xumqbusmzy Test Comment - eussv
gharchive/issue
2022-12-16T02:19:57
2025-04-01T04:35:37.766036
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/18792", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1581469259
Test Issue - jmlwu Test Body - aiuqnzwhjm Test Comment - shftv
gharchive/issue
2023-02-13T00:29:26
2025-04-01T04:35:37.766844
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/21851", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1654425743
Test Issue - qhcni Test Body - zuufvmcluj Test Comment - lbvwd
gharchive/issue
2023-04-04T19:06:00
2025-04-01T04:35:37.767551
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/24084", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1672046782
Test Issue - npnnz Test Body - rdxsnvcmow Test Comment - kcleo
gharchive/issue
2023-04-17T22:14:32
2025-04-01T04:35:37.768368
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/24634", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1798746102
Test Issue - vdrrz Test Body - eipeirogxs Test Comment - vwfdb
gharchive/issue
2023-07-11T11:42:10
2025-04-01T04:35:37.769164
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/28319", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1815119415
Test Issue - fzzui Test Body - ahbhrppgbq Test Comment - unwqj
gharchive/issue
2023-07-21T04:06:33
2025-04-01T04:35:37.769871
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/28791", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1895681820
Test Issue - zmucj Test Body - axlnjsjahe Test Comment - zapkq
gharchive/issue
2023-09-14T05:06:24
2025-04-01T04:35:37.770873
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/31609", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1944687553
Test Issue - thgby Test Body - kligyczavw Test Comment - vpszw
gharchive/issue
2023-10-16T08:41:44
2025-04-01T04:35:37.771666
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/33190", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1951253494
Test Issue - bwsgn Test Body - wyebayspja Test Comment - yprfx
gharchive/issue
2023-10-19T05:14:24
2025-04-01T04:35:37.772388
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/33361", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1959483133
Test Issue - sdxvh Test Body - dywrfrxuxk Test Comment - wmexj
gharchive/issue
2023-10-24T15:06:56
2025-04-01T04:35:37.773183
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/33631", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2027270524
Test Issue - aifta Test Body - pqhcfmzblh Test Comment - aetsn
gharchive/issue
2023-12-05T22:51:56
2025-04-01T04:35:37.774067
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/35814", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2071661301
Test Issue - eggdg Test Body - vtnjnpwsei Test Comment - qrvsm
gharchive/issue
2024-01-09T05:35:42
2025-04-01T04:35:37.774764
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/37565", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2105176927
Test Issue - kbtiz Test Body - nqebttvbuc Test Comment - zjhwg
gharchive/issue
2024-01-29T10:34:45
2025-04-01T04:35:37.775511
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/38401", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2219445905
Test Issue - dsnhh Test Body - ajpldgfurg Test Comment - idcvg
gharchive/issue
2024-04-02T02:39:50
2025-04-01T04:35:37.776284
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/42264", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2372142800
Test Issue - lbdcx Test Body - tendvhbcvj Test Comment - saufo
gharchive/issue
2024-06-25T09:14:48
2025-04-01T04:35:37.776998
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/47322", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2403712445
Test Issue - rpvtx Test Body - hobkdpfufn Test Comment - vsetv
gharchive/issue
2024-07-11T17:38:26
2025-04-01T04:35:37.777756
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/48357", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2413719960
Test Issue - niupc Test Body - mdqsiwyazf Test Comment - pepyg
gharchive/issue
2024-07-17T14:06:09
2025-04-01T04:35:37.778539
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/48678", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1266677223
Test Issue - vrvpi Test Body - dlwlpdoteg Test Comment - qluou
gharchive/issue
2022-06-09T21:25:42
2025-04-01T04:35:37.779290
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/5061", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2529503499
Test Issue - desmo Test Body - pouozvcahr Test Comment - tznyp
gharchive/issue
2024-09-16T21:08:19
2025-04-01T04:35:37.780263
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/52310", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2555340077
Test Issue - nyueh Test Body - gfvvrusdxt Test Comment - fysui
gharchive/issue
2024-09-30T01:35:10
2025-04-01T04:35:37.780967
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/53088", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2563906377
Test Issue - gnlyi Test Body - mjdzwbwfjt Test Comment - mmdjd
gharchive/issue
2024-10-03T12:16:45
2025-04-01T04:35:37.781796
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/53381", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2595187383
Test Issue - tyhxu Test Body - otrouuotuq Test Comment - qppaz
gharchive/issue
2024-10-17T16:15:57
2025-04-01T04:35:37.782605
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/54233", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2626054025
Test Issue - bmdbt Test Body - hiewqvsiyh Test Comment - bimcc
gharchive/issue
2024-10-31T06:15:59
2025-04-01T04:35:37.783316
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/55035", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2697548076
Test Issue - ylmen Test Body - stydtsjkdj Test Comment - mwwad
gharchive/issue
2024-11-27T07:59:05
2025-04-01T04:35:37.784101
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/56197", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1308868509
Test Issue - ivxwz Test Body - aarefscjgi Test Comment - izato
gharchive/issue
2022-07-19T01:41:34
2025-04-01T04:35:37.784863
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/8075", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1318880717
Test Issue - dazpb Test Body - sslqfiwona Test Comment - eadtw
gharchive/issue
2022-07-27T00:23:19
2025-04-01T04:35:37.785604
{ "authors": [ "qlikqaa" ], "repo": "qlikqaa/dummyrepo", "url": "https://github.com/qlikqaa/dummyrepo/issues/8712", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
326726243
How to stop the daemon ? I wanted to know how to stop the daemon... I found that's kill 12998
gharchive/issue
2018-05-26T09:59:30
2025-04-01T04:35:37.840727
{ "authors": [ "dimensi0n" ], "repo": "qodrorid/godaemon", "url": "https://github.com/qodrorid/godaemon/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
191670356
CSF Configurations button non visible Hello, After updating CSF and authentic theme to the latest versions I realised that the CSF fw configuration button was not visible at all. I found that I had to DISABLE the custom style within the CSF configuration (via command line >> STYLE_CUSTOM = "0") as this was enabled (...
gharchive/issue
2016-11-25T10:28:05
2025-04-01T04:35:37.845862
{ "authors": [ "netizenuk", "qooob" ], "repo": "qooob/authentic-theme", "url": "https://github.com/qooob/authentic-theme/issues/588", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
200798514
Theme: Virtualmin password recovery When using Virtualmin Password Recovery and Version 18.30-18.32 the login url for Version 18.30-18.32 is missing at the main page. Works with other themes. Hi, It's not missing. Have a look at the screenshot. I know about that text link. We decided to move it to the button....
gharchive/issue
2017-01-14T11:43:38
2025-04-01T04:35:37.854385
{ "authors": [ "ai-hosting", "jobhh", "qooob" ], "repo": "qooob/authentic-theme", "url": "https://github.com/qooob/authentic-theme/issues/646", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
595335717
Fix rotation bobbing issue Hey, I fixed a little bug where the hand of the player would bob if the portal rotation and the destination rotation are not equal. This was fixed by setting the renderYaw and renderPitch, as well as the lastRenderYaw and lastRenderPitch to the yaw of the player to prevent the renderer from...
gharchive/pull-request
2020-04-06T18:33:40
2025-04-01T04:35:37.863378
{ "authors": [ "benfah", "qouteall" ], "repo": "qouteall/ImmersivePortalsMod", "url": "https://github.com/qouteall/ImmersivePortalsMod/pull/139", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2264493100
build: Tell cmake to set 'rpath' intelligently Before this commit, when QPDF's products were installed in an unorthodox location, it was possible for one of the executable products not to be able to find the necessary library product (i.e., the necessary libqpdf); that is, an executable didn't inform the dynamic link...
gharchive/pull-request
2024-04-25T21:04:30
2025-04-01T04:35:37.982243
{ "authors": [ "jberkenbilt", "mfwitten" ], "repo": "qpdf/qpdf", "url": "https://github.com/qpdf/qpdf/pull/1192", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2042052626
There may be an issue with the I2C code I modified the print_ I2c_ Scan() section code ,I modified the I2C PINS and now I can find the I2C device. So now I can confirm that the software is not working properly void print_i2c_scan() { //Serial.printf("I2C: Scanning ...\n"); // byte count = 0; //i2c->begin(); //for (by...
gharchive/issue
2023-12-14T16:32:35
2025-04-01T04:35:38.021668
{ "authors": [ "01Space", "qqqlab" ], "repo": "qqqlab/madflight", "url": "https://github.com/qqqlab/madflight/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
127139651
doesn't work I was going to test it for some advanced features, but it fails on the most basic stuff: select * from test outputs: elect * from test Hi there. Thank you for reporting. It seems to behave strangely with CRLF files (Windows system' end-of-line character). I'll look into it. Just pushed version 1.0...
gharchive/issue
2016-01-18T01:45:21
2025-04-01T04:35:38.026341
{ "authors": [ "qrawl", "vitaly-t" ], "repo": "qrawl/sql-uglifier", "url": "https://github.com/qrawl/sql-uglifier/issues/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1761671096
[Feature Request]Enforce submission despite test case mismatch I whould be great to have the ability to force submissions even if there are test case discrepancies. Like in the following problem, when multiple output results are allowed, we will not be able to submit with cargo-compete. https://atcoder.jp/contests/ty...
gharchive/issue
2023-06-17T06:23:02
2025-04-01T04:35:38.034693
{ "authors": [ "nayo0513" ], "repo": "qryxip/cargo-compete", "url": "https://github.com/qryxip/cargo-compete/issues/201", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2194416931
Qcodes driver fix qua_program replaced by a field numpy import fix Hey @yomach, this relates to this issue, is it what you had in mind? I'm not sure. Since we didn't reproduce the issue locally I don't know if this fixed it. We can try to ask the author of that issue in the ticket. I'll ping him Here we are wai...
gharchive/pull-request
2024-03-19T09:11:30
2025-04-01T04:35:38.057547
{ "authors": [ "TheoLaudatQM", "yomach" ], "repo": "qua-platform/py-qua-tools", "url": "https://github.com/qua-platform/py-qua-tools/pull/190", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1605035516
🛑 otakusan is down In 7a24433, otakusan (https://otakusan.net/LightNovel) was down: HTTP code: 0 Response time: 0 ms Resolved: otakusan is back up in 916b119.
gharchive/issue
2023-03-01T14:02:38
2025-04-01T04:35:38.070454
{ "authors": [ "quanhieu" ], "repo": "quanhieu/alive_up", "url": "https://github.com/quanhieu/alive_up/issues/1402", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }