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 |
|---|---|---|---|---|---|
1315781799 | Add support for -vv flag
Proposed changes
This PR implements the -vv flag as described in https://github.com/projectdiscovery/proxify/issues/139.
Checklist
[x] Pull request is created against the dev branch
[ ] All checks passed (lint, unit/integration/regression tests etc.) with my changes
[ ] I have added tests ... | gharchive/pull-request | 2022-07-24T01:27:47 | 2025-04-01T04:35:34.851202 | {
"authors": [
"gy741",
"mjkim610"
],
"repo": "projectdiscovery/proxify",
"url": "https://github.com/projectdiscovery/proxify/pull/141",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
792456835 | Added details of new hackerone programs
Adding new H1 programs OpenMage, Cirrus Insight, Panther Labs.
Please let me know if any changes are needed.
Thank you @nikhilgeo for adding new programs to the list.
Thank you @nikhilgeo for adding new programs to the list.
| gharchive/pull-request | 2021-01-23T06:48:55 | 2025-04-01T04:35:34.852475 | {
"authors": [
"bauthard",
"nikhilgeo"
],
"repo": "projectdiscovery/public-bugbounty-programs",
"url": "https://github.com/projectdiscovery/public-bugbounty-programs/pull/146",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1167427565 | adding DEVELOPER_README.md
Some quick notes to help folks get started, ref #246
I also updated the Wiki and main README, thanks!
| gharchive/pull-request | 2022-03-12T23:29:13 | 2025-04-01T04:35:34.896261 | {
"authors": [
"LukePrior",
"yaleman"
],
"repo": "projecthorus/sondehub-tracker",
"url": "https://github.com/projecthorus/sondehub-tracker/pull/247",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
282474023 | Move default value for tag outside of SidecarProperties.java
Would be better for release process not to have to change Java code
good point - we can add application.properties and make it a required property from the code perspective
| gharchive/issue | 2017-12-15T16:08:26 | 2025-04-01T04:35:34.903038 | {
"authors": [
"markfisher",
"trisberg"
],
"repo": "projectriff/function-controller",
"url": "https://github.com/projectriff/function-controller/issues/24",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
278642143 | messages sent from KafkaTemplate are missing embedded headers
the FunctionController sends messages to the "function-replicas" topic from within FunctionDeployer like so:
public <T> void publish(String topic, Object event) {
try {
byte[] payload = this.mapper.writeValueAsString(event).getBytes(StandardCharsets.UTF... | gharchive/issue | 2017-12-02T01:27:30 | 2025-04-01T04:35:34.905434 | {
"authors": [
"markfisher"
],
"repo": "projectriff/function-sidecar",
"url": "https://github.com/projectriff/function-sidecar/issues/25",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
191053724 | Removed hard coded email address
Removed hard coded email address; Made email config (email.yml) server specific.
Reviving this change for CQL in a new pr.
| gharchive/pull-request | 2016-11-22T16:23:54 | 2025-04-01T04:35:34.909194 | {
"authors": [
"holmesie"
],
"repo": "projecttacoma/bonnie",
"url": "https://github.com/projecttacoma/bonnie/pull/593",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
243173855 | Bonnie 820 cql to elm exception
Bonnie bundler support of cql translation exception reporting.
JIRA test can be found at https://jira.mitre.org/browse/BONNIE-831
we don't know when we can incorporate this fix
| gharchive/pull-request | 2017-07-15T12:57:44 | 2025-04-01T04:35:34.910404 | {
"authors": [
"alexanderelliott121",
"c-monkey"
],
"repo": "projecttacoma/bonnie_bundler",
"url": "https://github.com/projecttacoma/bonnie_bundler/pull/92",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2300047004 | System Firmware Revision throws exception
System Firmware Revision info is somehow is not available on all firmwares, and it throws an exception that also prevents entire metric collection. It could be fallback to Firmware Revision if System Firmware Version is missing from bmc-info command output. You can see the ou... | gharchive/issue | 2024-05-16T10:41:50 | 2025-04-01T04:35:34.924103 | {
"authors": [
"bitfehler",
"huseyinbabal"
],
"repo": "prometheus-community/ipmi_exporter",
"url": "https://github.com/prometheus-community/ipmi_exporter/issues/194",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1104682525 | Release 0.4.0
[FEATURE] Add support for HTTP POST body content #123
Signed-off-by: SuperQ superq@gmail.com
@rustycl0ck Thanks! I pushed the tag. The build should pop out of CI in a bit.
| gharchive/pull-request | 2022-01-15T11:14:05 | 2025-04-01T04:35:34.925595 | {
"authors": [
"SuperQ"
],
"repo": "prometheus-community/json_exporter",
"url": "https://github.com/prometheus-community/json_exporter/pull/136",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1508014549 | Emacs Support
When the support for emacs will be available?
In theory it should be possible use the language server as is with LSP mode, similar to the configuration example provided in the README for vim.
How to configure new language servers with Emacs LSP Mode is described here. I currently don't have the capaci... | gharchive/issue | 2022-12-22T14:44:59 | 2025-04-01T04:35:34.926924 | {
"authors": [
"jwillker",
"slrtbtfs"
],
"repo": "prometheus-community/promql-langserver",
"url": "https://github.com/prometheus-community/promql-langserver/issues/255",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1300806263 | fix device regext adjusted for aks and eks
Signed-off-by: zanhsieh zanhsieh@gmail.com
Description
Fix the dashboard templates used in kube-prometheus-stack.
See:
https://github.com/prometheus-community/helm-charts/pull/2154
Type of change
[X] BUGFIX (non-breaking change which fixes an issue)
Changelog entry
Add (... | gharchive/pull-request | 2022-07-11T14:37:24 | 2025-04-01T04:35:34.930671 | {
"authors": [
"alexey-boyko",
"zanhsieh"
],
"repo": "prometheus-operator/kube-prometheus",
"url": "https://github.com/prometheus-operator/kube-prometheus/pull/1810",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
519325563 | Notify for alerts failed because of context deadline exceeded
We upgraded alertmanager from v0.14 to v0.16.
Configuration Chnages ::
Changed HA configuration (mesh to cluster).
Added proxy_url in http_config with our proxy.
Alertmanager is failing to send slack go1.11.13, following error we can see in logs.
Syste... | gharchive/issue | 2019-11-07T15:09:13 | 2025-04-01T04:35:34.936952 | {
"authors": [
"simonpasquier",
"vishnu-vardhan-reddy"
],
"repo": "prometheus/alertmanager",
"url": "https://github.com/prometheus/alertmanager/issues/2095",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
476843340 | CollectorRegistry(auto_describe=True) problem - registry with auto_describe does not proccess several metrics while sending to pushregistry
Hi, I'm working on modified version of django-prometheus that is able to send metrics to pushgateway. I've encountered very strange problem - once registry is initialized with au... | gharchive/issue | 2019-08-05T12:54:29 | 2025-04-01T04:35:34.944177 | {
"authors": [
"amadeuszkryze",
"brian-brazil"
],
"repo": "prometheus/client_python",
"url": "https://github.com/prometheus/client_python/issues/444",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1112479558 | Implement Summary metric
Hi! Thank your for the project :)
I found myself missing an implementation of the Summary metric, so decided to file an issue in case anyone (maybe myself) decides to contribute an implementation.
Open Metrics spec defines a metric type that computes quantiles locally on the client: Summary.... | gharchive/issue | 2022-01-24T10:52:11 | 2025-04-01T04:35:34.950873 | {
"authors": [
"folex",
"mxinden",
"palash25",
"zhangtianhao"
],
"repo": "prometheus/client_rust",
"url": "https://github.com/prometheus/client_rust/issues/40",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
88062483 | Table Widget
For certain data nothing beats an old fashioned table view. Examples being "Top 10" and such lists.
Ideally it would take a datasource and allow sorting of values or labels and display the latest value.
:+1: in general for the concept. Not sure if anyone will be able to get to it soon though.
| gharchive/issue | 2015-06-13T20:39:44 | 2025-04-01T04:35:34.953868 | {
"authors": [
"bluecmd",
"juliusv"
],
"repo": "prometheus/promdash",
"url": "https://github.com/prometheus/promdash/issues/416",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1232847230 | Adding type hidden label to leverage it in metric_relabel_configs
Proposal
I would like to add as hidden label __type__ in addition to __name__ to be able to leverage it with metric_relabel_configs.
Use case. Why is this important?
It would be possible to take decisions based on the metric type
I am currently sen... | gharchive/issue | 2022-05-11T15:36:42 | 2025-04-01T04:35:34.969885 | {
"authors": [
"brian-brazil",
"cstyan",
"paologallinaharbur",
"roidelapluie"
],
"repo": "prometheus/prometheus",
"url": "https://github.com/prometheus/prometheus/issues/10684",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
186275747 | Investigate RAM consumption during crash recovery
We have received occasional reports of servers OOMing during crash recovery.
Obviously, the checkpoint has to be loaded in its' entirety, but if more is loaded from disk, it could explain the OOMing as no series maintenance or chunk eviction is running. After a quick ... | gharchive/issue | 2016-10-31T12:49:39 | 2025-04-01T04:35:34.973669 | {
"authors": [
"beorn7"
],
"repo": "prometheus/prometheus",
"url": "https://github.com/prometheus/prometheus/issues/2139",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
775745883 | fatal error: index out of range -- Prometheus docker container exits after it started in seconds.
What did you do?
run Prometheus docker container
What did you expect to see?
the container is running
What did you see instead? Under which circumstances?
The container has run for seconds and exited unexpectedly.
Enviro... | gharchive/issue | 2020-12-29T07:21:49 | 2025-04-01T04:35:34.981875 | {
"authors": [
"iridiumcao"
],
"repo": "prometheus/prometheus",
"url": "https://github.com/prometheus/prometheus/issues/8326",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1045220614 | Reduce Prometheus pull requests builds
Signed-off-by: Julien Pivotto roidelapluie@inuits.eu
Still took 20min to build, but seems slightly better.
Okay, let's first experiment this and see how it's going.
Still took 20min to build, but seems slightly better.
Yes, I did not change the number of builds per thre... | gharchive/pull-request | 2021-11-04T21:23:32 | 2025-04-01T04:35:34.984380 | {
"authors": [
"SuperQ",
"roidelapluie"
],
"repo": "prometheus/prometheus",
"url": "https://github.com/prometheus/prometheus/pull/9666",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
860796289 | Implement new Image Source component
Although the URI Decode Source can play files of .jpeg format, it's not well suited for displaying a still image for a specified or indefinite amount of time.
Want to implement a new, specialized source component that uses an imagefreeze plugin/element and an async display timer t... | gharchive/issue | 2021-04-18T23:46:45 | 2025-04-01T04:35:34.988110 | {
"authors": [
"rjhowell44"
],
"repo": "prominenceai/deepstream-services-library",
"url": "https://github.com/prominenceai/deepstream-services-library/issues/438",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
55325318 | Bug fix - Procs returning multiple values
When caching methods that take multiple parameters, you'll have to use a proc to return the params when configuring cache clears. This fixes a bug where the cache key generated from a multiple return value situation didn't match the original cache key.
:+1:
| gharchive/pull-request | 2015-01-23T19:58:25 | 2025-04-01T04:35:34.993948 | {
"authors": [
"jeffdeville",
"justincampbell"
],
"repo": "promptworks/cache_shoe",
"url": "https://github.com/promptworks/cache_shoe/pull/4",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
296759490 | Fix for syntax error discarding
The result of pronto-rubocop does not include syntactic errors.
Missing syntactic error in the result of pronto-rubocop was solved by mapping this error on the last element of the patch.
File containing syntax error:
while a < 15
(
print a, " "
if a == 10 then
prin"made it... | gharchive/pull-request | 2018-02-13T14:38:46 | 2025-04-01T04:35:35.004157 | {
"authors": [
"ashkulz",
"doomspork",
"europ",
"hlascelles",
"skateman"
],
"repo": "prontolabs/pronto-rubocop",
"url": "https://github.com/prontolabs/pronto-rubocop/pull/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
153612560 | CSV editor should mark file 'dirty' when col or row is created/removed
Fixes #959
Note that there is one case where it doesn't recognize the change, which I believe is an issue with Handsontable and have reported to them.
@timwis thanks!
| gharchive/pull-request | 2016-05-07T19:22:42 | 2025-04-01T04:35:35.039384 | {
"authors": [
"dereklieu",
"timwis"
],
"repo": "prose/prose",
"url": "https://github.com/prose/prose/pull/960",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2540659415 | 🛑 nftschool.dev is down
In 544e8a0, nftschool.dev (https://nftschool.dev) was down:
HTTP code: 0
Response time: 0 ms
Resolved: nftschool.dev is back up in ebecfb0 after 1 hour, 35 minutes.
| gharchive/issue | 2024-09-22T06:10:34 | 2025-04-01T04:35:35.051281 | {
"authors": [
"mastrwayne"
],
"repo": "protocol/upptime-pln",
"url": "https://github.com/protocol/upptime-pln/issues/2738",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
363796258 | Improve multiple contracts naming
From this conversation https://github.com/protofire/eth-cli/pull/29#discussion_r219836577
Contracts naming in the REPL context can be improved.
A suggestion I have is to use the abi file name and part of its name, instead of adding a suffix. For instance:
eth lc --mainnet path/to/ERC... | gharchive/issue | 2018-09-25T22:55:15 | 2025-04-01T04:35:35.067365 | {
"authors": [
"fernandomg",
"fvictorio"
],
"repo": "protofire/eth-cli",
"url": "https://github.com/protofire/eth-cli/issues/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
105786591 | Test performance time
A timer that checks how long each method takes, and returns the totalt time it took to run the script. This could also return a average time for each test.
Made a now - then timer in http.send.
Stores to response.time and logs to protocols.log.
| gharchive/issue | 2015-09-10T11:19:30 | 2025-04-01T04:35:35.070115 | {
"authors": [
"bischjer",
"guru3n"
],
"repo": "protojour/aux",
"url": "https://github.com/protojour/aux/issues/6",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1746633868 | Broken links
Hi, I found some broken links:
[ ] https://github.com/ecmwf-projects/copernicus-training (file: education.md, status code: 404)
[ ] https://carbonmapperdata.org/ (file: README.md, error: ECONNRESET)
[ ] https://github.com/fineprint-global/forbio (file: README.md, status code: 404)
[ ] https://forge.ipsl... | gharchive/issue | 2023-06-07T20:32:16 | 2025-04-01T04:35:35.079565 | {
"authors": [
"Ly0n",
"ndsvw"
],
"repo": "protontypes/open-sustainable-technology",
"url": "https://github.com/protontypes/open-sustainable-technology/issues/131",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1512743189 | Broker: Config: Implement search by the Value
Actual behavior
It is not possible to search by the config Value and only works for the Key now.
Expected behavior
Search by the config Value can be useful for maintenance and troubleshooting.
Set up
f4e6afe
Steps to Reproduce
Login to Kafka UI
Navigate to Borkers
Se... | gharchive/issue | 2022-12-28T12:21:53 | 2025-04-01T04:35:35.091023 | {
"authors": [
"BulatKha",
"Haarolean",
"malavmevada"
],
"repo": "provectus/kafka-ui",
"url": "https://github.com/provectus/kafka-ui/issues/3163",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
957055816 | Create a digest for data stream signing.
Add a message digest in the SmartKey class (output of a hash function) for proper cryptographic signing, adds the necessary padding and out-of-the-box data buffering for streams via update(). SmartKey will now sign the hash of the data instead of the data itself (proper way of... | gharchive/pull-request | 2021-07-30T20:59:25 | 2025-04-01T04:35:35.097842 | {
"authors": [
"codecov-commenter",
"rchaing-figure"
],
"repo": "provenance-io/p8e",
"url": "https://github.com/provenance-io/p8e/pull/81",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
77449434 | Bump attoparsec boundary
attoparsec got update.
Thanks, released as fb-1.0.10.
Thank you.
| gharchive/pull-request | 2015-05-18T01:20:44 | 2025-04-01T04:35:35.099042 | {
"authors": [
"meteficha",
"tolysz"
],
"repo": "prowdsponsor/fb",
"url": "https://github.com/prowdsponsor/fb/pull/37",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
347810960 | 可不可以做成web服务界面
用下载机,或者nas的情况下,如果软件做成web服务在nas上运行的话,会比较方便,
现在server是有了,不过ui界面的话还没做呢
https://github.com/proxyee-down-org/pdown-rest
前端,用Vue做成SPA或者PWA会好很多。
@SilverLeaves 单独分离出去的话,其实目前已经分离的,只是没有分的那么彻底。
@dream1986 ui界面我们3.0正在做
| gharchive/issue | 2018-08-06T07:34:38 | 2025-04-01T04:35:35.110202 | {
"authors": [
"BlackHole1",
"SilverLeaves",
"dream1986",
"monkeyWie"
],
"repo": "proxyee-down-org/proxyee-down",
"url": "https://github.com/proxyee-down-org/proxyee-down/issues/570",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
572638675 | Use testinfo.desc when importing beakerlib tests
Instead of reading Makefile directly we could use testinfo.desc file.
It would require extra system call when converting which might take more time, however it would solve issue with Makefiles that use variables to create variables we read.
@lukaszachy you mentioned r... | gharchive/issue | 2020-02-28T09:39:33 | 2025-04-01T04:35:35.332291 | {
"authors": [
"hegerj",
"lukaszachy",
"psss"
],
"repo": "psss/tmt",
"url": "https://github.com/psss/tmt/issues/131",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
144616758 | understand use/re-use conditions
As an end user,
I need to be able to understand the use/re-use conditions associated with an object,
So I can be confident that I am using the materials appropriately.
provide proper copyright and use conditions.
@lmballinger I assume you mean something other than a rights stateme... | gharchive/issue | 2016-03-30T14:49:46 | 2025-04-01T04:35:35.341144 | {
"authors": [
"kestlund",
"lmballinger",
"ntallman"
],
"repo": "psu-libraries/cho-req",
"url": "https://github.com/psu-libraries/cho-req/issues/45",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
679175711 | Individual User Statistics page
We need an aggregate user statistics page so users that get an email about their downloads are given a link to view your overall statistics in ScholarSphere. We need a page to represent this views and downloads
closing this; see #1210
| gharchive/issue | 2020-08-14T13:58:20 | 2025-04-01T04:35:35.346548 | {
"authors": [
"DanCoughlin",
"srerickson"
],
"repo": "psu-libraries/scholarsphere",
"url": "https://github.com/psu-libraries/scholarsphere/issues/468",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
358497963 | Outdated Docker file - docker build -t jdart . fails
The babelfish.arc.nasa.gov server is not accessible publicly while the Dockerfile still tries to retrieve code from it. Which causes the failure in container initialization. See below extract from Dockerfile:
# Install jpf-core
WORKDIR ${JDART_DIR}
RUN hg clone htt... | gharchive/issue | 2018-09-10T07:22:22 | 2025-04-01T04:35:35.359692 | {
"authors": [
"kfrajtak",
"ksluckow",
"samsbp",
"shafirpl",
"zubair527"
],
"repo": "psycopaths/jdart",
"url": "https://github.com/psycopaths/jdart/issues/32",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1118735660 | GitHub Jobs is now closed - replacing with DevITjobs
Thank you for taking the time to work on a Pull Request for this project!
To ensure your PR is dealt with swiftly please check the following:
[ x] Your submissions are formatted according to the guidelines in the contributing guide
[x ] Your additions are ordered ... | gharchive/pull-request | 2022-01-30T22:11:11 | 2025-04-01T04:35:35.492789 | {
"authors": [
"Vrq"
],
"repo": "public-api-lists/public-api-lists",
"url": "https://github.com/public-api-lists/public-api-lists/pull/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
910618915 | ADD - News Api
[x] My submission is formatted according to the guidelines in the contributing guide
[x] My addition is ordered alphabetically
[x] My submission has a useful description
[x] The description does not end with punctuation
[x] Each table column is padded with one space on either side
[x] I have searche... | gharchive/pull-request | 2021-06-03T15:38:28 | 2025-04-01T04:35:35.496005 | {
"authors": [
"matheusfelipeog",
"rajnish824"
],
"repo": "public-apis/public-apis",
"url": "https://github.com/public-apis/public-apis/pull/1755",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
265671185 | Travis-CI builds
Already done in public-law/nevada-revised-statutes-parser#19, so why not adding this here too?
Resolves #5
Excellent - thank you!
| gharchive/pull-request | 2017-10-16T07:29:48 | 2025-04-01T04:35:35.497047 | {
"authors": [
"dogweather",
"kobim"
],
"repo": "public-law/analyze-oregon-law-haskell",
"url": "https://github.com/public-law/analyze-oregon-law-haskell/pull/7",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2527992805 | 23SeptDemo : Issues to be fixed
The following is based on the discussions with regards to the new Judge screen, static cause list, etc. @Tahera Bharmal you can confirm if all these are needed for the list for 23rd Sept.
Pending Tasks need to have a status to track expired tasks. Need to know what tasks were assigned... | gharchive/issue | 2024-09-16T09:50:52 | 2025-04-01T04:35:35.538191 | {
"authors": [
"Ramu-kandimalla",
"atulgupta2024"
],
"repo": "pucardotorg/dristi",
"url": "https://github.com/pucardotorg/dristi/issues/1680",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1679689875 | Setting the WireGuard connection go through another socks proxy
SOLVED.
I need this too. some help please.
| gharchive/issue | 2023-04-22T20:12:26 | 2025-04-01T04:35:35.547381 | {
"authors": [
"0xNeu",
"mu4um"
],
"repo": "pufferffish/wireproxy",
"url": "https://github.com/pufferffish/wireproxy/issues/63",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
186133960 | publish for scala 2.12.0
please...
Any ETA on a 2.12 release? Thanks!
I should have time to cut a release this weekend.
Wartremover 1.2.0 has been released for 2.12.
| gharchive/issue | 2016-10-30T12:40:05 | 2025-04-01T04:35:35.548671 | {
"authors": [
"ChrisNeveu",
"mpilquist",
"ritschwumm"
],
"repo": "puffnfresh/wartremover",
"url": "https://github.com/puffnfresh/wartremover/issues/278",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
759009962 | Integrates support for Lando
Resolves #865 by integrating Lando support and updating the CircleCI config. (also inserts stubs into the request test suite for the BibliographicController actions)
Coverage remained the same at 82.059% when pulling 79c010e261a69b10de554b4da8ecf67c1245450f on issues-865-jrgriffiniii-l... | gharchive/pull-request | 2020-12-08T02:42:35 | 2025-04-01T04:35:35.591759 | {
"authors": [
"christinach",
"coveralls",
"jrgriffiniii"
],
"repo": "pulibrary/marc_liberation",
"url": "https://github.com/pulibrary/marc_liberation/pull/930",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2257172538 | Use structs that impl Display for escaping
Stacked on top of #880
As discussed in https://github.com/pulldown-cmark/pulldown-cmark/pull/870#issuecomment-2068144932, instead of
escape_html(&mut writer, text);
write
write!(writer, "{}", EscapedHtml(text));
At the same time we can make StrWrite and friends private and... | gharchive/pull-request | 2024-04-22T18:10:39 | 2025-04-01T04:35:35.609352 | {
"authors": [
"Martin1887",
"ollpu"
],
"repo": "pulldown-cmark/pulldown-cmark",
"url": "https://github.com/pulldown-cmark/pulldown-cmark/pull/881",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2471550445 | Master-Slave transaction on same Chimney
I want to confirm that if a master connected on one chimney can initiate transaction with a slave on the same chimney or not?
Theoretically yes. The router will just send the incoming packet into the same direction again to the subordinate. You just have to make sure that Lo... | gharchive/issue | 2024-08-17T14:41:09 | 2025-04-01T04:35:35.610934 | {
"authors": [
"fischeti",
"mubashir913"
],
"repo": "pulp-platform/FlooNoC",
"url": "https://github.com/pulp-platform/FlooNoC/issues/63",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
796369752 | Broken anchor tags in python SDK docs
Problem description
The python SDK doc's anchor tags don't work. For example, automation API:
The link from the anchor icon is https://www.pulumi.com/docs/reference/pkg/python/pulumi/#automation-api-1 - which doesn't work.
However, linking https://www.pulumi.com/docs/reference/p... | gharchive/issue | 2021-01-28T21:03:00 | 2025-04-01T04:35:35.626899 | {
"authors": [
"justinvp",
"komalali"
],
"repo": "pulumi/docs",
"url": "https://github.com/pulumi/docs/issues/5047",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1816465499 | Bad formatting of deprecation notices in resource docs
https://www.pulumi.com/registry/packages/azure/api-docs/containerservice/registrywebook/
Looks like this is malformed markup resulting from doc-gen templating:
@interurban Assigning to you, probably needs to go to the Docs board
Duplicate of https://github.... | gharchive/issue | 2023-07-21T23:06:48 | 2025-04-01T04:35:35.629236 | {
"authors": [
"cnunciato",
"scottslowe"
],
"repo": "pulumi/docs",
"url": "https://github.com/pulumi/docs/issues/9541",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2113074875 | ast: ranges for accessors in single-line flow strings
These changes add support for reporting ranges for accessors in single-line flow strings (i.e. single-line strings that are not quoted).
Multi-line strings are quite a bit more complicated to support. The string we get from the YAML parser has already been process... | gharchive/pull-request | 2024-02-01T17:44:11 | 2025-04-01T04:35:35.630908 | {
"authors": [
"pgavlin"
],
"repo": "pulumi/esc",
"url": "https://github.com/pulumi/esc/pull/231",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
255152802 | How to allow ?
sanitize-html is replacing the src with data-filename event he I added the allowedAttributes: false
You need to update the scheme:
allowedSchemes: ['http', 'https', 'ftp', 'mailto', 'data']
| gharchive/issue | 2017-09-05T03:46:20 | 2025-04-01T04:35:35.653704 | {
"authors": [
"kamgasimo",
"michelsalib"
],
"repo": "punkave/sanitize-html",
"url": "https://github.com/punkave/sanitize-html/issues/159",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1855872095 | [Feature]: How to use SSL websocket with remote debugging on Puppeteer?
Feature description
Hope doing well. I am going to use SSL web socket for remote debugging on Puppeteer. But in regular, we are using ws://127.0.0.1:9222 for the remote debugging.
I will appreciate if you could please help me. Thank you.
ws://loc... | gharchive/issue | 2023-08-18T00:28:46 | 2025-04-01T04:35:35.673059 | {
"authors": [
"OrKoN",
"honestydeveloper"
],
"repo": "puppeteer/puppeteer",
"url": "https://github.com/puppeteer/puppeteer/issues/10747",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
714096565 | The example search.js uses an invalid selector
Steps to reproduce
Tell us about your environment:
Puppeteer version: N/A
Platform / OS version: N/A
URLs (if applicable): N/A
Node.js version: N/A
What steps will reproduce the problem?
See broken example
Please include code that reproduces the issue.
N/A
What is the ... | gharchive/issue | 2020-10-03T14:00:23 | 2025-04-01T04:35:35.676781 | {
"authors": [
"thomaschaplin"
],
"repo": "puppeteer/puppeteer",
"url": "https://github.com/puppeteer/puppeteer/issues/6470",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1559724086 | chore: Add launch.json for debugging tests
This makes running or debugging test easier for VSCode user.
Have to check DevContainer behavior, but should make contributing from there easier as well.
TODO: Add documentation.
Adding launch.json is generally not done because debugging is very use-case specific. This par... | gharchive/pull-request | 2023-01-27T12:53:51 | 2025-04-01T04:35:35.678775 | {
"authors": [
"Lightning00Blade",
"jrandolf"
],
"repo": "puppeteer/puppeteer",
"url": "https://github.com/puppeteer/puppeteer/pull/9599",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
489885067 | It's hard to debug dynamic inventory.
Use Case
It can be hard to debug dynamic inventory files. For example it's easy for a user to accidentally refer to dynamic information outside of a plugin block and other than writing a specific plan there is no way to see what is going on.
Describe the Solution You Would Like
A... | gharchive/issue | 2019-09-05T16:58:11 | 2025-04-01T04:35:35.682904 | {
"authors": [
"adreyer",
"donoghuc",
"lucywyman"
],
"repo": "puppetlabs/bolt",
"url": "https://github.com/puppetlabs/bolt/issues/1200",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1084609876 | Add GitHub Actions annotations
It is possible to get inline annotations with GitHub Actions. This is based on Rubocop's formatter.
It's implemented as a configuration option that's dynamic by default. This means it will show up in actions, but not in other environments. Overriding is still possible.
This is current... | gharchive/pull-request | 2021-12-20T10:19:47 | 2025-04-01T04:35:35.701882 | {
"authors": [
"binford2k",
"ekohl",
"genebean"
],
"repo": "puppetlabs/puppet-lint",
"url": "https://github.com/puppetlabs/puppet-lint/pull/34",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
107250287 | (PUP-4932) Deprecate --cfacter option
This commit deprecates the --cfacter setting, as it is no longer
needed with native Facter being shipped in AIO by default.
@joshcooper is this wording reasonable? I wasn't sure what all of the possible scenarios would be that someone could be using this option, so maybe mentio... | gharchive/pull-request | 2015-09-18T18:11:41 | 2025-04-01T04:35:35.709289 | {
"authors": [
"joshcooper",
"kylog",
"nfagerlund",
"whopper"
],
"repo": "puppetlabs/puppet",
"url": "https://github.com/puppetlabs/puppet/pull/4265",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
171195921 | (PUP-6602) Confine pcore loader test to master
This commit updates the pcore loader precedence test to execute
on the master only. Prior to this commit, the test failed when run
on an agent.
CLA signed by all contributors.
| gharchive/pull-request | 2016-08-15T15:37:28 | 2025-04-01T04:35:35.710738 | {
"authors": [
"johnduarte",
"puppetcla"
],
"repo": "puppetlabs/puppet",
"url": "https://github.com/puppetlabs/puppet/pull/5199",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
195370249 | (DO NOT MERGE)(PUP-6481) Remove external_facts feature
The external_facts feature is deprecated, since Puppet now relies on
a version of Facter with that support. This commit is part of the Puppet
5.0 code removal effort.
Note: this PR can't be merged until master is ready for 5.0 work.
CLA signed by all contributo... | gharchive/pull-request | 2016-12-13T21:14:13 | 2025-04-01T04:35:35.711996 | {
"authors": [
"puppetcla",
"whopper"
],
"repo": "puppetlabs/puppet",
"url": "https://github.com/puppetlabs/puppet/pull/5429",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
158547967 | apt/params: Remove unused LSB facts
These facts aren't used anywhere in the APT module and at least lsbminordistrelease doesn't seem to be set at all anymore in recent versions of Puppet. This causes the following warning to show up on Puppet 4.3:
Warning: Undefined variable 'lsbminordistrelease';
(file & line not... | gharchive/pull-request | 2016-06-05T10:30:02 | 2025-04-01T04:35:35.713717 | {
"authors": [
"bmjen",
"daenney"
],
"repo": "puppetlabs/puppetlabs-apt",
"url": "https://github.com/puppetlabs/puppetlabs-apt/pull/610",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
64106423 | Fix check_password function and use the standard rabbitmq api call instead
Old one was failing with:
Error: Execution of '/usr/sbin/rabbitmqctl eval rabbit_auth_backend_internal:check_user_login(<<"root">>, [{password, <<"pass">>}]).' returned 2: Error: {undef,
[{rabbit_auth_backend_internal,check_user_login,
[<<"roo... | gharchive/pull-request | 2015-03-24T21:37:25 | 2025-04-01T04:35:35.731107 | {
"authors": [
"cmurphy",
"dalees",
"errygg",
"khaefeli",
"nibalizer",
"tamaskozak"
],
"repo": "puppetlabs/puppetlabs-rabbitmq",
"url": "https://github.com/puppetlabs/puppetlabs-rabbitmq/pull/332",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
... |
168012210 | Add definition validation and munge for ha-sync-batch-size
With the release of RabbitMQ 3.6 there is an option to set the ha-sync-batch-size.
This option takes an integer >0. This commit adds a validation statement to check
the supplied value is an integer and then converts the string input into an
integer.
I'm not... | gharchive/pull-request | 2016-07-28T04:36:05 | 2025-04-01T04:35:35.733695 | {
"authors": [
"combatdud3",
"mxftw"
],
"repo": "puppetlabs/puppetlabs-rabbitmq",
"url": "https://github.com/puppetlabs/puppetlabs-rabbitmq/pull/489",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2002901149 | Fix primitive assignment effect
We need to return the value in addition to just setting the value of the box. This is not a super nice fix. I think we should refactor the prim effect stuff so that we get more control over what bindings we create, then we can also compile these to plain unboxed assigment.
Fixes #204
... | gharchive/pull-request | 2023-11-20T19:59:43 | 2025-04-01T04:35:35.795280 | {
"authors": [
"anttih"
],
"repo": "purescm/purescm",
"url": "https://github.com/purescm/purescm/pull/205",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
103826840 | Unable to initialize client: unable to use endpoint scheme , http/https only
I get this error anytime I try to use the webui.
I was running fleet ui as
/usr/bin/docker run --rm --name fleet_ui --memory="128m" \
-p 3000:3000 \
-e ETCD_PEER=172.17.9.101 \
-v /home/core/.ssh/id_rsa:/root/id_rsa \
purpleworks/fleet-u... | gharchive/issue | 2015-08-29T03:58:05 | 2025-04-01T04:35:35.802287 | {
"authors": [
"lancehudson",
"subicura"
],
"repo": "purpleworks/fleet-ui",
"url": "https://github.com/purpleworks/fleet-ui/issues/31",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2178614126 | "e3dc/set/interval" not considered
It seems that "e3dc/set/interval" is not considered, while the INTERVAL value of config file is taken into account on startup.
When starting rscp2mqtt, INTERVAL setting in .config file sets the initial cadence of writing data to MQTT broker. When INTERVAL is changed and rscp2mqtt go... | gharchive/issue | 2024-03-11T09:10:20 | 2025-04-01T04:35:35.811966 | {
"authors": [
"cwihne",
"pvtom"
],
"repo": "pvtom/rscp2mqtt",
"url": "https://github.com/pvtom/rscp2mqtt/issues/52",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
467074332 | Unable to jailbreak with newest release on iOS 11.4.1
I know for a fact that the issue is not with machswap. There must be something that was changed that is interfering with exploiting the kernel. I haven't had a single successful attempt even being on iOS 11 with the latest update.
Device (please complete the follo... | gharchive/issue | 2019-07-11T19:46:44 | 2025-04-01T04:35:35.823568 | {
"authors": [
"Merculous",
"coenkcore"
],
"repo": "pwn20wndstuff/Undecimus",
"url": "https://github.com/pwn20wndstuff/Undecimus/issues/1123",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
627686458 | Jailbreak bypass
I have simple app called QueQ but can not go through bypass
Any advise? Thank you
This is nothing to do with the jailbreak itself, ask on reddit or something, or maybe try google, because the jailbreak devs aren't gonna do anything about it.
Your question is pointless, you simply cannot ask a dev a... | gharchive/issue | 2020-05-30T09:14:23 | 2025-04-01T04:35:35.829747 | {
"authors": [
"SarKaa",
"the1ulike"
],
"repo": "pwn20wndstuff/Undecimus",
"url": "https://github.com/pwn20wndstuff/Undecimus/issues/2039",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1223886199 | Reply to comments from pull request view
Issue Description
feature request
Describe what happened (or what feature you want)
It seems that commend add only works in the context of a review. As a creator of a PR I want to be able to reply to comments from my reviewers without "starting" a review. Currently if I press ... | gharchive/issue | 2022-05-03T09:43:31 | 2025-04-01T04:35:35.836478 | {
"authors": [
"alex-popov-tech",
"axkirillov",
"pwntester"
],
"repo": "pwntester/octo.nvim",
"url": "https://github.com/pwntester/octo.nvim/issues/288",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1349495360 | 🛑 NARLabs is down
In a67d853, NARLabs (https://www.narlabs.org.tw/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: NARLabs is back up in d1cab31.
| gharchive/issue | 2022-08-24T13:58:44 | 2025-04-01T04:35:35.850037 | {
"authors": [
"pwtsai"
],
"repo": "pwtsai/upptime",
"url": "https://github.com/pwtsai/upptime/issues/235",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
680661831 | [gpuCI] Auto-merge branch-0.2 to branch-0.3 [skip ci]
Auto-merge triggered by push to branch-0.2 that creates a PR to keep branch-0.3 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.
SUCCESS - Auto-merge complete.
| gharchive/pull-request | 2020-08-18T03:33:35 | 2025-04-01T04:35:35.854572 | {
"authors": [
"pxLi"
],
"repo": "pxLi/spark-rapids",
"url": "https://github.com/pxLi/spark-rapids/pull/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
394877914 | Add searchable addresses as well
As a lot of people aren't reading that the breach site only works with public keys, AroDev has requested this includes addresses as well.
Closing this as I'm not sure this would be used much.
| gharchive/issue | 2018-12-30T14:53:31 | 2025-04-01T04:35:35.856203 | {
"authors": [
"pxgamer"
],
"repo": "pxgamer/arionum-breaches",
"url": "https://github.com/pxgamer/arionum-breaches/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1696330919 | Unable to use the search function of the PyAEDT home page
Discussed in https://github.com/pyansys/pyaedt/discussions/2963
Originally posted by Dicksky May 4, 2023
Hello, I can't use the search function on PyAEDT's documentation home page, no matter what keywords I enter, I don't get any entries. Can you help me?
... | gharchive/issue | 2023-05-04T16:37:18 | 2025-04-01T04:35:35.877390 | {
"authors": [
"MaxJPRey"
],
"repo": "pyansys/pyaedt",
"url": "https://github.com/pyansys/pyaedt/issues/2964",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
461519722 | More input currents
Add some more input currents which are a function of (dimensional) time. Allow to read a drive cycle from .csv file (e.g. C-rate vs time [seconds])
@rtimms something like this should work:
import scipy.interpolate as interp
data = ...
# Shape preserving interpolation of current: do the hard wo... | gharchive/issue | 2019-06-27T13:08:52 | 2025-04-01T04:35:35.885673 | {
"authors": [
"rtimms",
"tinosulzer"
],
"repo": "pybamm-team/PyBaMM",
"url": "https://github.com/pybamm-team/PyBaMM/issues/483",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2294039160 | Automate URL/Slug genration
Program should automatically generate Slugs from TItle if not explecitly specified.
fixed with 1243d34
| gharchive/issue | 2024-05-13T23:45:58 | 2025-04-01T04:35:35.926245 | {
"authors": [
"seowings"
],
"repo": "pybodensee/meetlify",
"url": "https://github.com/pybodensee/meetlify/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
124323083 | Allow dynamic discovery entry_points configuration
We currently allow console_scripts, however dynamic discovery entry points are not configurable.
@mriehl please review when available
| gharchive/issue | 2015-12-30T09:12:09 | 2025-04-01T04:35:35.927664 | {
"authors": [
"arcivanov"
],
"repo": "pybuilder/pybuilder",
"url": "https://github.com/pybuilder/pybuilder/issues/308",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
355452994 | Environment variables error in base.py and local.py
When I try to run my project using cookiecutter setup, I got this exception :
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
To solve this, Followed this steps and include the code in manage.py :
i)import django
ii)django.setup()
inside the If ... | gharchive/issue | 2018-08-30T07:10:53 | 2025-04-01T04:35:35.972571 | {
"authors": [
"Chhaya02",
"browniebroke",
"connectgautam",
"h0h0h0",
"sfdye"
],
"repo": "pydanny/cookiecutter-django",
"url": "https://github.com/pydanny/cookiecutter-django/issues/1775",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
70914746 | Major refractor to move PYTHON_PATH to top-level repo dir
PYTHON_PATH now should point to root_dir instead of apps_dir
manage.py now lives at the root dir
config is moved out to root dir
We have now a new directory config/settings
root_url is moved to config/urls.py
wsgi.py now resides at config/wsgi.py
New Structu... | gharchive/pull-request | 2015-04-25T14:06:04 | 2025-04-01T04:35:35.978605 | {
"authors": [
"pydanny",
"theskumar"
],
"repo": "pydanny/cookiecutter-django",
"url": "https://github.com/pydanny/cookiecutter-django/pull/225",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2093133797 | iOS support?
pydantic and pydantic-core do not appear to build on iOS. Do you plan to add support for it?
Or if it is supported, where can I find documentation for it?
I am using the Beeware mobile-forge and Briefcase and can't generate a binary wheel for pydantic-core, which means I can't install it on iOS.
Many lib... | gharchive/issue | 2024-01-22T05:48:09 | 2025-04-01T04:35:35.992282 | {
"authors": [
"adamfeuer",
"davidhewitt",
"messense",
"samuelcolvin"
],
"repo": "pydantic/pydantic-core",
"url": "https://github.com/pydantic/pydantic-core/issues/1170",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2678827493 | 2.10: Issue with forward annotations and serializers/computed_field (raises: <model> is not fully defined)
Initial Checks
[X] I confirm that I'm using Pydantic V2
Description
MRE from https://github.com/pydantic/pydantic/issues/10905#issuecomment-2489915307 (thanks @logan-markewich):
base.py
from __future__ import ... | gharchive/issue | 2024-11-21T09:59:50 | 2025-04-01T04:35:35.996980 | {
"authors": [
"Viicos",
"sydney-runkle"
],
"repo": "pydantic/pydantic",
"url": "https://github.com/pydantic/pydantic/issues/10919",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1731023465 | 'color' is not recoginized by the IDE and type checkers.
Initial Checks
[X] I confirm that I'm using Pydantic V2 installed directly from the main branch, or equivalent
Description
I encounter the issue in both the IDE and using pyright:
error: "color" is not a known member of module "pydantic" (reportGeneralTypeIss... | gharchive/issue | 2023-05-29T16:43:44 | 2025-04-01T04:35:36.005925 | {
"authors": [
"Goldziher",
"Kludex",
"samuelcolvin"
],
"repo": "pydantic/pydantic",
"url": "https://github.com/pydantic/pydantic/issues/5924",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1918081963 | Fix Cython build
fixes https://github.com/pydantic/pydantic/issues/7689
Selected Reviewer: @samuelcolvin
Please review
closing as no updates on this. Happy to reconsider if we get more reports and more details.
PiWheels removed the broken wheel builds, and home assistant patched their wheel builds (https://gith... | gharchive/pull-request | 2023-09-28T18:46:11 | 2025-04-01T04:35:36.008264 | {
"authors": [
"cp2004",
"hramezani",
"samuelcolvin"
],
"repo": "pydantic/pydantic",
"url": "https://github.com/pydantic/pydantic/pull/7696",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
55254994 | Series.str should only be defined for strings, not all Series with dtype=object
#9322 will make Series.str raise an exception if it is accessed on Series instances with non-object dtype. In principle, the exception should really be raised for any non-strictly string-like data, but that's not practical until pandas ha... | gharchive/issue | 2015-01-23T08:04:35 | 2025-04-01T04:35:36.030040 | {
"authors": [
"jreback",
"shoyer"
],
"repo": "pydata/pandas",
"url": "https://github.com/pydata/pandas/issues/9343",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
173634787 | DEPR: Deprecate pandas.core.datetools
Title is self-explanatory. Closes #14094.
Current coverage is 85.27% (diff: 92.45%)
Merging #14105 into master will increase coverage by <.01%
@@ master #14105 diff @@
==========================================
Files 139 139
L... | gharchive/pull-request | 2016-08-28T07:54:54 | 2025-04-01T04:35:36.047185 | {
"authors": [
"codecov-io",
"gfyoung",
"jorisvandenbossche",
"jreback"
],
"repo": "pydata/pandas",
"url": "https://github.com/pydata/pandas/pull/14105",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2054177363 | pydata-sphinx-theme yields an error when deploying on gh pages
Describe the bug
Error:
When running the sphinx build of the sphinx generated documentation with github actions, I get the following error in the workflow: specifically, on the build job:
...
generating indices... genindex done
writing additional pages..... | gharchive/issue | 2023-12-22T16:37:45 | 2025-04-01T04:35:36.055410 | {
"authors": [
"aparmendariz",
"cmarqu",
"drammock"
],
"repo": "pydata/pydata-sphinx-theme",
"url": "https://github.com/pydata/pydata-sphinx-theme/issues/1608",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1411125991 | FIX: table width of nbsphinx dataframes
Fix #1017
I though initially that the problem was solved by #954, but it wasn't. nbsphinx is not a very nice neighbour as it's injecting its css within the article tag instead of the header. giving it a super high priority over custom and/or our theme css.
Instead of setting an... | gharchive/pull-request | 2022-10-17T08:22:20 | 2025-04-01T04:35:36.057814 | {
"authors": [
"12rambau",
"choldgraf"
],
"repo": "pydata/pydata-sphinx-theme",
"url": "https://github.com/pydata/pydata-sphinx-theme/pull/1018",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2094469827 | Add "main" role to article in docs_body
Fixes https://github.com/pydata/pydata-sphinx-theme/issues/1676
As mentioned in the above issue, I'm not totally certain that this is the appropriate place to put role="main", but it does seem to help.
Closing in favor of https://github.com/pydata/pydata-sphinx-theme/pull/167... | gharchive/pull-request | 2024-01-22T18:06:59 | 2025-04-01T04:35:36.059635 | {
"authors": [
"michael-wisely-gravwell"
],
"repo": "pydata/pydata-sphinx-theme",
"url": "https://github.com/pydata/pydata-sphinx-theme/pull/1677",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
237710101 | Dataset.to_dataframe loads dask arrays into memory
to_dataframe should return a Dask Dataframe, instead of eagerly loading data. This is probably pretty easy to implement (thanks to dask), but will require some care to ensure that no intermediate results (or indices!) are loaded. We should also check the to_series ... | gharchive/issue | 2017-06-22T01:46:30 | 2025-04-01T04:35:36.061908 | {
"authors": [
"Zac-HD",
"jmunroe",
"shoyer"
],
"repo": "pydata/xarray",
"url": "https://github.com/pydata/xarray/issues/1462",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
454677926 | Assigning values to a subset of a dataset
Hi, can somebody tell me what is the "correct" way to manipulate a subset of the data contained in a Dataset?
Consider the following example:
import numpy as np
import xarray as xr
shape = (3, 2)
da1 = xr.DataArray(np.zeros(shape), dims=('x', 'y'), coords=dict(x=[1, 2, 3], y... | gharchive/issue | 2019-06-11T13:03:16 | 2025-04-01T04:35:36.066379 | {
"authors": [
"AdrianSosic",
"shoyer"
],
"repo": "pydata/xarray",
"url": "https://github.com/pydata/xarray/issues/3015",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1838282462 | module 'xarray' has no attribute 'Coordinates'
What happened?
I have made some documentation changes to the user-guide/terminology.rst file of xarray. When doing make html. This is the error message that is appearing. This problem has occured in two different folders, but while using the same file and command.
WARNIN... | gharchive/issue | 2023-08-06T17:19:43 | 2025-04-01T04:35:36.074850 | {
"authors": [
"benbovy",
"harshitha1201"
],
"repo": "pydata/xarray",
"url": "https://github.com/pydata/xarray/issues/8050",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
945560052 | Fix gen_cluster failures; dask_version tweaks
fixes one of the issues reported in #5600
distributed.utils_test.gen_cluster no longer accepts timeout=None for the sake of robustness
deleted ancient dask backwards compatibility code
clean up code around dask.__version__
Hello @crusaderky! Thanks for opening this PR... | gharchive/pull-request | 2021-07-15T16:26:21 | 2025-04-01T04:35:36.080641 | {
"authors": [
"crusaderky",
"dcherian",
"keewis",
"pep8speaks"
],
"repo": "pydata/xarray",
"url": "https://github.com/pydata/xarray/pull/5610",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2214644473 | Engine: Do not apply setter after unmount
This PR avoids applying set effects on a component once it has been deleted. This could lead to re-renders triggered after components had been unmounted when set operations happened on clean up, causing un-expected side effects.
I'm not completely sure we can be sure that o... | gharchive/pull-request | 2024-03-29T04:47:23 | 2025-04-01T04:35:36.095715 | {
"authors": [
"JoanCoCo",
"considerate",
"jamesdbrock"
],
"repo": "pyedifice/pyedifice",
"url": "https://github.com/pyedifice/pyedifice/pull/130",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1070557463 | Update handling of FFT normalization in pyfar
General
pyfar version: 0.2.3
[ ] Concepts: arithmetic (include, after #243 ),
[ ] FFT normalization (link to arithmetic, after #243 )
[ ] regulated inversion
[ ] arithmetics
I tried not to allow 1 / power-signal in the regulated inversion, however, there is a proble... | gharchive/issue | 2021-12-03T12:48:30 | 2025-04-01T04:35:36.133113 | {
"authors": [
"f-brinkmann"
],
"repo": "pyfar/pyfar",
"url": "https://github.com/pyfar/pyfar/issues/244",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
991058365 | Refactor colorbars
Which issue(s) are closed by this pull request?
Closes #208
Changes proposed in this pull request:
merged private functions plot._line._spectrogram and plot._line._spectrogram_cb
added optional parameter to control if colorbar is plotted
extended existing ax parameter to control where colorbar is ... | gharchive/pull-request | 2021-09-08T12:01:03 | 2025-04-01T04:35:36.136482 | {
"authors": [
"f-brinkmann"
],
"repo": "pyfar/pyfar",
"url": "https://github.com/pyfar/pyfar/pull/211",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2021755088 | Renamed text_tokenized_cfg into col_to_text_tokenized_cfg
Renamed text_tokenized_cfg into col_to_text_tokenized_cfg
The next step is to edit LinearModelEncoder and replace the current model into col_to_model?
Also please do not forget to update example and tutorial documentation accordingly. Thanks!
| gharchive/pull-request | 2023-12-02T00:09:08 | 2025-04-01T04:35:36.138228 | {
"authors": [
"weihua916",
"zechengz"
],
"repo": "pyg-team/pytorch-frame",
"url": "https://github.com/pyg-team/pytorch-frame/pull/257",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
512013018 | Use pyganja
Builds on top of #166, pushing now to test it works on readthedocs
Looks cool, but the build is broken? https://external-builds.readthedocs.io/html/clifford/167/Example 1 Interpolating Conformal Objects.html
I think that's an upstream readthedocs bug. It works locally, with the pyganja changes.
Goin... | gharchive/pull-request | 2019-10-24T15:16:25 | 2025-04-01T04:35:36.140332 | {
"authors": [
"eric-wieser",
"hugohadfield"
],
"repo": "pygae/clifford",
"url": "https://github.com/pygae/clifford/pull/167",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
487790023 | make mapfile fails
(Original issue 784 created by icholy on 2012-06-19T04:20:35.804903+00:00)
in {{{pygments/formatters/_mapping.py}}} there is an {{{import}}} from {{{pygments.util}}} on line 16. However, this path is not accessible until after the {{{sys.path.insert}}} call on line 56. Also, all of the generated fo... | gharchive/issue | 2019-08-31T16:59:57 | 2025-04-01T04:35:36.148592 | {
"authors": [
"Anteru"
],
"repo": "pygments/pygments-migration-test",
"url": "https://github.com/pygments/pygments-migration-test/issues/491",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
487789252 | new lexer request: spip (with patch)
(Original issue 703 created by Maieul on 2011-09-19T15:54:59.339560+00:00)
I made a Lexer for the language of the french CMS SPIP.
I propose it : https://github.com/maieul/spip-pygments.
Must I push it on the hg repository ?
(Original comment by Maieul on 2013-11-16T19:04:16.862... | gharchive/issue | 2019-08-31T16:52:12 | 2025-04-01T04:35:36.154199 | {
"authors": [
"Anteru",
"birkenfeld"
],
"repo": "pygments/pygments",
"url": "https://github.com/pygments/pygments/issues/410",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
36232959 | Python 3.4
Şu an siteyi Python 3.4'e geçirmemize engel 3 bağımlılık var:
[x] django-gravatar (issue #30)
[x] django-markitup
[x] Django 1.7'ya geç (issue #41)
[x] #38
[x] #41
[x] Siteyi Python 3'e port et
Bütün eksikler tamam. Geriye deploy işi kaldı.
https://github.com/pyistanbul/website/commit/8f9c1ffc25fed2c... | gharchive/issue | 2014-06-21T22:06:19 | 2025-04-01T04:35:36.187647 | {
"authors": [
"berkerpeksag"
],
"repo": "pyistanbul/website",
"url": "https://github.com/pyistanbul/website/issues/31",
"license": "WTFPL",
"license_type": "permissive",
"license_source": "github-api"
} |
2371520053 | Got different inference results when using ort
Hi team,
Really nice cargo! It has been amazing since I used it.
However, for now, I am trying to rewrite a python service that takes a user input, use embedding models to vectorize it, then return the vectorized text.
The model I am using is bge-m3-onnx. In my python se... | gharchive/issue | 2024-06-25T02:54:31 | 2025-04-01T04:35:36.191882 | {
"authors": [
"AspadaX",
"decahedron1"
],
"repo": "pykeio/ort",
"url": "https://github.com/pykeio/ort/issues/219",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1589726464 | Features for the release announcement blogpost
The last commit of this PR is not supposed to be merged, just included to facilitate reviewing!!!
TODO:
[x] Change CLV section to show BG/NBD model instead and probability customer is still alive
[x] Perhaps combine with Gamma-Gamma model to show full CLV estimation I t... | gharchive/pull-request | 2023-02-17T17:33:16 | 2025-04-01T04:35:36.215180 | {
"authors": [
"juanitorduz",
"ricardoV94"
],
"repo": "pymc-labs/pymc-marketing",
"url": "https://github.com/pymc-labs/pymc-marketing/pull/163",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
319030900 | Custom Index No Longer Honored since 11.10.0
Custom private indexes no longer seem to be honored as of version 11.10.0 (and is still present in 11.10.1). Downgrading back to 11.9.0 resolves the issue.
The specific package causing me trouble is grpcio~=1.10.0. Our private repository has 1.10.0 but 1.10.1 from pypi is ... | gharchive/issue | 2018-04-30T20:49:52 | 2025-04-01T04:35:36.349634 | {
"authors": [
"seglberg",
"techalchemy"
],
"repo": "pypa/pipenv",
"url": "https://github.com/pypa/pipenv/issues/2102",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1123478540 | ERROR:display_layout.cc
Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Pipenv.
Check the diagnose documentation for common issues before posting! We may close your issue if it is very similar to one of them. Please be considerate, or be on your way.
M... | gharchive/issue | 2022-02-03T19:36:14 | 2025-04-01T04:35:36.358393 | {
"authors": [
"grantwforsythe",
"matteius",
"oz123"
],
"repo": "pypa/pipenv",
"url": "https://github.com/pypa/pipenv/issues/4943",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1462038233 | pipenv check - Ruamel vendoring isn't working
Issue description
2022.11.23 included the new Safety version, which requires ruamel, the wheel for this pipenv version is missing the ruamel package therefore, pipenv check is failing with the following error:
Checking PEP 508 requirements...
Passed!
Checking installed p... | gharchive/issue | 2022-11-23T16:14:45 | 2025-04-01T04:35:36.366834 | {
"authors": [
"matteius",
"yeisonvargasf"
],
"repo": "pypa/pipenv",
"url": "https://github.com/pypa/pipenv/issues/5493",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.