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 |
|---|---|---|---|---|---|
646938226 | do not run pre and post upgrade hooks if there are no changes in charts
I just noticed that if we run helm upgrade on charts with pre and post upgrade hooks and there is no actual upgrade (change) in charts, helm is still running pre and post upgrade hooks.
Was curious if that behaviour can be changed (do not run upg... | gharchive/issue | 2020-06-28T14:49:06 | 2025-04-01T04:57:00.138091 | {
"authors": [
"Maatary",
"angeloudy",
"bacongobbler",
"bridgetkromhout",
"maratsal"
],
"repo": "helm/helm",
"url": "https://github.com/helm/helm/issues/8361",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
830626747 | 3.5.3 build fails on linux
Output of helm version:
% bin/helm version
version.BuildInfo{Version:"v3.5.3", GitCommit:"041ce5a2c17a58be0fcd5f5e16fb3e7e95fea622", GitTreeState:"dirty", GoVersion:"go1.16.1"}
Output of kubectl version:
% kubectl version
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.1... | gharchive/issue | 2021-03-12T23:03:10 | 2025-04-01T04:57:00.145183 | {
"authors": [
"bacongobbler",
"dbro86",
"hickeyma",
"xaocon"
],
"repo": "helm/helm",
"url": "https://github.com/helm/helm/issues/9479",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1339922665 | Show diff for *chart.Chart
Right now we only show diff for manifests. But we also can show diff for *chart.Chart - this way users will be able to track chart changes (version, repository, name, etc.)
There is a library for this - https://github.com/r3labs/diff
But it doesn't generate diff output. We can use it and ... | gharchive/issue | 2022-08-16T07:20:42 | 2025-04-01T04:57:00.150948 | {
"authors": [
"r3nic1e"
],
"repo": "helmwave/helmwave",
"url": "https://github.com/helmwave/helmwave/issues/417",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
226958675 | update {{subtract}} documentation
Added the missing parameter to the in code documentation.
thanks!
| gharchive/pull-request | 2017-05-08T07:15:46 | 2025-04-01T04:57:00.151748 | {
"authors": [
"foundy",
"jonschlinkert"
],
"repo": "helpers/handlebars-helpers",
"url": "https://github.com/helpers/handlebars-helpers/pull/267",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
494104173 | Fix Avatar that was flashing when loading was completed
The avatar component was flashing when updating the state from loading to loaded. It was cause by the Avatar.Crop component changing his background image to currentColor to transparent.
By removing that line we make sure the avatar will fade in on top of the pla... | gharchive/pull-request | 2019-09-16T14:57:25 | 2025-04-01T04:57:00.157116 | {
"authors": [
"coveralls",
"plbabin"
],
"repo": "helpscout/hsds-react",
"url": "https://github.com/helpscout/hsds-react/pull/702",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
156449007 | Use secure cloudinary link
PR regarding https://github.com/helpyio/helpy/issues/142
The original reporter of this issue suggested using just //res.cloudinary.com/#{Cloudinary.config.cloud_name}/image/upload what do you think about this as opposed to hard coding https I am curious what the difference is, will that ... | gharchive/pull-request | 2016-05-24T08:31:46 | 2025-04-01T04:57:00.158960 | {
"authors": [
"scott",
"shaktikatare1989"
],
"repo": "helpyio/helpy",
"url": "https://github.com/helpyio/helpy/pull/167",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1504088247 | WIP: コミュニティ外に開放するにあたり気になった部分を編集してみました。
ユーザーが自由に追加できるstorageの配列を別の関数内でfor文に使った場合、悪意のあるユーザーが大量に配列を追加すると、ガス代の上限のせいでfor文がリバートされ関数自体が動かなくなるというバグがあるそうです。
上の観点から、
registerした年賀状を取得する関数(retrieveRegisteredNengajo())
mintした年賀状を取得する関数(retrieveMintedNengajoes())
の安全性を高めるために、試作としてregisterとmintのtokenIdのリストをユーザーのアドレスをキーとしたmappingに... | gharchive/pull-request | 2022-12-20T07:09:45 | 2025-04-01T04:57:00.168515 | {
"authors": [
"yawn-c111",
"yu23ki14"
],
"repo": "henkaku-center/henkaku-nengajo-contract",
"url": "https://github.com/henkaku-center/henkaku-nengajo-contract/pull/45",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
569359867 | Refactor and new feature
Refactor vertical move handler
Add restart feature by pressing "r" button
Hi @mahdiarn, thanks for making this PR. Sorry it's taken me so long to check it out, I haven't had access to a Mac quite a while. I'll take a look at this now and get back to you.
Hi @mahdiarn, I've finally got r... | gharchive/pull-request | 2020-02-22T16:46:26 | 2025-04-01T04:57:00.184179 | {
"authors": [
"henryefranks",
"mahdiarn"
],
"repo": "henryefranks/pac-bar",
"url": "https://github.com/henryefranks/pac-bar/pull/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
416293969 | move pvRestorer and tests to their own files
Signed-off-by: Steve Kriss krisss@vmware.com
I pulled the pvRestorer type and its associated tests out of restore.go and into their own files. restore.go is a behemoth and I'm trying to do some cleanup to make it a little more manageable.
argh, always make update!! upda... | gharchive/pull-request | 2019-03-01T21:53:19 | 2025-04-01T04:57:00.203332 | {
"authors": [
"skriss"
],
"repo": "heptio/velero",
"url": "https://github.com/heptio/velero/pull/1250",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
421920933 | Cloning to plugins folder results in File Not Found + error 500
Hi, I seem to be unable to use Pico-FeedMaker. If I clone it into my Pico plugins directory, even without enabling it in config.yml, I get the following error coming up:
AH01071: Got error 'PHP message: PHP Fatal error: Uncaught RuntimeException: Unabl... | gharchive/issue | 2019-03-17T13:14:52 | 2025-04-01T04:57:00.227116 | {
"authors": [
"hermannmarkus",
"zerojay"
],
"repo": "hermannmarkus/Pico-FeedMaker",
"url": "https://github.com/hermannmarkus/Pico-FeedMaker/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1603247758 | Nakama authentication returns an error on iOS
Authenticating with Nakama returns this error when using nakama.authenticate_device(), nakama.authenticate_custom(), nakama.authenticate_apple(), nakama.authenticate_game_center() and nakama.authenticate_email() on iOS:
ERROR:SCRIPT: HTTP request to 'http://127.0.0.1:735... | gharchive/issue | 2023-02-28T15:04:50 | 2025-04-01T04:57:00.233442 | {
"authors": [
"britzl",
"totebo"
],
"repo": "heroiclabs/nakama-defold",
"url": "https://github.com/heroiclabs/nakama-defold/issues/67",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
208439889 | Fail fast if cannot retrieve migration history from database
Fail fast if cannot retrieve migration history from database. #22
Print database DSNS when migrating. #21
Improve checking for existing database entity in the database.
@mofirouz Looks good 👍
| gharchive/pull-request | 2017-02-17T13:20:47 | 2025-04-01T04:57:00.234800 | {
"authors": [
"mofirouz",
"novabyte"
],
"repo": "heroiclabs/nakama",
"url": "https://github.com/heroiclabs/nakama/pull/30",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2511371 | Warning BaseWithApp
I am receiving this error after upgrading to the latest heroku. It is killing my deployment scripts.
/Library/Ruby/Gems/1.8/gems/heroku-2.16.1/lib/heroku/command/base.rb:209: warning: already initialized constant BaseWithApp
! ! Resource not found
/Library/Ruby/Gems/1.8/gems/heroku-2.16.1/l... | gharchive/issue | 2011-12-10T15:27:06 | 2025-04-01T04:57:00.244278 | {
"authors": [
"geemus",
"sjonnet19"
],
"repo": "heroku/heroku",
"url": "https://github.com/heroku/heroku/issues/196",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
175562714 | Update rest-client gem because security vulnerabilities
@balazslaszlo I made two small changes for readability, but otherwise it looks good
lgtm
| gharchive/pull-request | 2016-09-07T17:36:23 | 2025-04-01T04:57:00.245410 | {
"authors": [
"dickeyxxx",
"ransombriggs"
],
"repo": "heroku/heroku",
"url": "https://github.com/heroku/heroku/pull/2011",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1515079577 | 🛑 Software Center - Test 1 is down
In 0791cfe, Software Center - Test 1 ($SOFTWARECENTER_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Software Center - Test 1 is back up in e7c9dcb.
| gharchive/issue | 2022-12-31T09:39:53 | 2025-04-01T04:57:00.247550 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/10847",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1524554439 | 🛑 Software Center - Test 1 is down
In b0ddd0a, Software Center - Test 1 ($SOFTWARECENTER_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Software Center - Test 1 is back up in 9b8d30f.
| gharchive/issue | 2023-01-08T15:24:09 | 2025-04-01T04:57:00.249686 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/11037",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1642962547 | 🛑 Software Center - Test 1 is down
In f14ae92, Software Center - Test 1 ($SOFTWARECENTER_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Software Center - Test 1 is back up in 0a12f42.
| gharchive/issue | 2023-03-27T23:16:11 | 2025-04-01T04:57:00.251783 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/13072",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1772823887 | 🛑 Software Center - Test 1 is down
In 91c6baf, Software Center - Test 1 ($SOFTWARECENTER_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Software Center - Test 1 is back up in 8ddfbfe.
| gharchive/issue | 2023-06-24T16:43:32 | 2025-04-01T04:57:00.253927 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/17415",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1932686823 | 🛑 Software Center - Test 1 is down
In 8e7214d, Software Center - Test 1 ($SOFTWARECENTER_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Software Center - Test 1 is back up in 050e3ac after 34 minutes.
| gharchive/issue | 2023-10-09T09:47:01 | 2025-04-01T04:57:00.256257 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/22716",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1943099684 | 🛑 Software Center - Test 1 is down
In c1fcc67, Software Center - Test 1 ($SOFTWARECENTER_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Software Center - Test 1 is back up in e4c9c45 after 10 minutes.
| gharchive/issue | 2023-10-14T08:42:50 | 2025-04-01T04:57:00.258501 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/22977",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2095925739 | 🛑 Auth-Bridge - Test 1 is down
In ac1310f, Auth-Bridge - Test 1 ($AUTH_BRIDGE_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Auth-Bridge - Test 1 is back up in ccd78d3 after 38 minutes.
| gharchive/issue | 2024-01-23T11:59:12 | 2025-04-01T04:57:00.260672 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/27922",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2139643762 | 🛑 Software Center - Test 1 is down
In d438c53, Software Center - Test 1 ($SOFTWARECENTER_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Software Center - Test 1 is back up in baeee38 after 2 hours, 30 minutes.
| gharchive/issue | 2024-02-16T23:49:16 | 2025-04-01T04:57:00.262778 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/29183",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2158281342 | 🛑 Auth-Bridge - Test 1 is down
In c8ebeeb, Auth-Bridge - Test 1 ($AUTH_BRIDGE_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Auth-Bridge - Test 1 is back up in 6e699c2 after 10 minutes.
| gharchive/issue | 2024-02-28T07:19:22 | 2025-04-01T04:57:00.264937 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/29763",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2190000813 | 🛑 Auth-Bridge - Test 1 is down
In 6650e19, Auth-Bridge - Test 1 ($AUTH_BRIDGE_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Auth-Bridge - Test 1 is back up in dc6a922 after 43 minutes.
| gharchive/issue | 2024-03-16T13:52:44 | 2025-04-01T04:57:00.267302 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/30653",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2262529876 | 🛑 Software Center - Test 1 is down
In 8dca89f, Software Center - Test 1 ($SOFTWARECENTER_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Software Center - Test 1 is back up in b6fbb29 after 29 minutes.
| gharchive/issue | 2024-04-25T02:41:15 | 2025-04-01T04:57:00.269442 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/32598",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2422461404 | 🛑 Software Center - Test 1 is down
In c5a4da4, Software Center - Test 1 ($SOFTWARECENTER_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Software Center - Test 1 is back up in 8827448 after 38 minutes.
| gharchive/issue | 2024-07-22T09:59:59 | 2025-04-01T04:57:00.271566 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/35772",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1301620324 | 🛑 Auth-Bridge - Test 1 is down
In 149f260, Auth-Bridge - Test 1 ($AUTH_BRIDGE_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Auth-Bridge - Test 1 is back up in be5ebe1.
| gharchive/issue | 2022-07-12T06:52:34 | 2025-04-01T04:57:00.274029 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/5596",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1315172417 | 🛑 Auth-Bridge - Test 1 is down
In c587c1b, Auth-Bridge - Test 1 ($AUTH_BRIDGE_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Auth-Bridge - Test 1 is back up in 971883a.
| gharchive/issue | 2022-07-22T15:52:29 | 2025-04-01T04:57:00.276189 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/5930",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1456671116 | 🛑 Software Center - Test 1 is down
In 8b1e679, Software Center - Test 1 ($SOFTWARECENTER_TEST_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Software Center - Test 1 is back up in 3715d7b.
| gharchive/issue | 2022-11-19T21:39:56 | 2025-04-01T04:57:00.278501 | {
"authors": [
"herrphon"
],
"repo": "herrphon/upptime",
"url": "https://github.com/herrphon/upptime/issues/9222",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1693220385 | Azure: delete everything
infrastructure clean up
@ggebel Do you mean azure files in deployments or docs?
@Anu-Ra-g We are cleaning up some older instances that are no longer used
| gharchive/issue | 2023-05-02T23:37:12 | 2025-04-01T04:57:00.287785 | {
"authors": [
"Anu-Ra-g",
"ggebel"
],
"repo": "hexa-org/policy-orchestrator",
"url": "https://github.com/hexa-org/policy-orchestrator/issues/341",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
793241422 | A little supplement to the get_train_instances()
Mr.He,
Thanks a lot for your great work! I have learned a lot from it!
I've noticed that the get_train_instances() method is trying to get the input consists of positive and negative examples.The way to get the negative examples is sampling the item that [user,item] is... | gharchive/pull-request | 2021-01-25T10:12:51 | 2025-04-01T04:57:00.293442 | {
"authors": [
"Davezqq",
"hexiangnan"
],
"repo": "hexiangnan/neural_collaborative_filtering",
"url": "https://github.com/hexiangnan/neural_collaborative_filtering/pull/71",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
240289454 | Allow passing of rsync parameters
Would be great if rsync parameters could be passed on a per server basis, eg
"servers": {
"test": {
"user": "user",
"host": "some.hostname",
"webroot": "subdomains/staging",
"rsync-params": "--no-perms"
}
}
@icecaster can you give some more ... | gharchive/issue | 2017-07-04T01:15:42 | 2025-04-01T04:57:00.325917 | {
"authors": [
"icecaster",
"stecman"
],
"repo": "heyday/beam",
"url": "https://github.com/heyday/beam/issues/53",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
134985213 | Fix edge cases calculation often causing float overflows.
I noticed when trying to correct perspective transform from 4 arbitrary points, this routine often returns NaN thus destroying all further geometry calculations.
With the correction proposed I was able to make it work ideally on all cases for me.
This may also... | gharchive/pull-request | 2016-02-19T21:53:35 | 2025-04-01T04:57:00.337076 | {
"authors": [
"gavrix",
"hfossli",
"snown"
],
"repo": "hfossli/AGGeometryKit",
"url": "https://github.com/hfossli/AGGeometryKit/pull/33",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
71709036 | Use pyvisa compat/struct.py for python < 2.7.8
Use pyvisa.compat.struct instead of standard library struct module
resolves #30
Coverage decreased (-12.48%) to 11.87% when pulling 96ba5b075aaf0f680470e6ff6cf47263cb770af6 on daritter:compat_struct into 4d160450f06328b9399d7eba37e6cf56e6e6d59b on hgrecco:master.
C... | gharchive/pull-request | 2015-04-28T21:30:56 | 2025-04-01T04:57:00.348037 | {
"authors": [
"coveralls",
"daritter"
],
"repo": "hgrecco/pyvisa-py",
"url": "https://github.com/hgrecco/pyvisa-py/pull/31",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
395063677 | Broken on Hyper 3.0.0-canary.1
Breaks things like new tabs entirely.
Note that Hyper 3.x now use both WebGL and Electron v4, which are likely related:
https://github.com/zeit/hyper/pull/3329
https://github.com/zeit/hyper/pull/3368
Uncaught (in promise) TypeError: newCwd.trim is not a function
at setCwd (/Users/di... | gharchive/issue | 2019-01-01T07:47:36 | 2025-04-01T04:57:00.349862 | {
"authors": [
"Dids",
"hharnisc"
],
"repo": "hharnisc/hypercwd",
"url": "https://github.com/hharnisc/hypercwd/issues/59",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1688387414 | Term Modus and forward reasoning
We need to explain basic term modus at some point.
In particular people find it hard to distinguish between backwards argumentation (apply) and forward argumentation (not nicely implemented yet).
Maybe the syntax have j := even_squared h or replace h := even_squared h would be good to... | gharchive/issue | 2023-04-28T11:25:03 | 2025-04-01T04:57:00.403854 | {
"authors": [
"TentativeConvert",
"joneugster"
],
"repo": "hhu-adam/Robo",
"url": "https://github.com/hhu-adam/Robo/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
583528057 | Garbage Collector
[x] Should remove orphaned Files or FileInfos.
[ ] Check if a group still exist. If not: delete all files and directories from the group. [Can use deleteService.deleteFolder]
To collect all the files, all the services need methods without permission checking, which isn't really elegant. Mayb... | gharchive/issue | 2020-03-18T07:36:52 | 2025-04-01T04:57:00.407929 | {
"authors": [
"Segelzwerg",
"iTitus",
"realemx"
],
"repo": "hhu-propra2/abschlussprojekt-mopse",
"url": "https://github.com/hhu-propra2/abschlussprojekt-mopse/issues/181",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2365542050 | 对Redis的返回结果进行类型判断,如果是dict,list转为json字符串
Redis允许的命令添加 info。
增强兼容性。对Redis的返回结果进行类型判断,如果是dict,list转为json字符串。 不让前端处理复杂类型显示。
这个pr多了东西,关闭。
| gharchive/pull-request | 2024-06-21T01:50:51 | 2025-04-01T04:57:00.429122 | {
"authors": [
"feiazifeiazi"
],
"repo": "hhyo/Archery",
"url": "https://github.com/hhyo/Archery/pull/2689",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
442481531 | add additional target types for cast() function
With this patch, the following additional cast() target types are now supported
Binary
Character
BigDecimal and BigInteger
Boolean (with caveats)
LocalTime
LocalDate
LocalDateTime
Also, length or precision/scale may be specified for target types.
cast(number as Strin... | gharchive/pull-request | 2019-05-09T23:54:30 | 2025-04-01T04:57:00.438511 | {
"authors": [
"gavinking"
],
"repo": "hibernate/hibernate-orm",
"url": "https://github.com/hibernate/hibernate-orm/pull/2866",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
854895552 | re-enable tests
https://github.com/hibernate/hibernate-orm/discussions/3889
Simple implementation of expanded cast-target support. No registry at this point, and this version allows dot-ident
Applied this upstream after rebasing locally
| gharchive/pull-request | 2021-04-09T22:37:10 | 2025-04-01T04:57:00.440012 | {
"authors": [
"sebersole"
],
"repo": "hibernate/hibernate-orm",
"url": "https://github.com/hibernate/hibernate-orm/pull/3912",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1764998985 | oracle connect error.
Hello..
i use Oracle Autonomous Data Warehouse.
jdbc url example : jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=server_name)(PORT=port))(CONNECT_DATA=(SERVICE_NAME=serviceName)))
https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/connect-jdbc-thin-tls.html#GUID-364DB... | gharchive/issue | 2023-06-20T09:19:16 | 2025-04-01T04:57:00.444153 | {
"authors": [
"DavideD",
"KimDev88"
],
"repo": "hibernate/hibernate-reactive",
"url": "https://github.com/hibernate/hibernate-reactive/issues/1675",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1968800042 | HSEARCH-4674 DO NOT MERGE
https://hibernate.atlassian.net/browse/HSEARCH-4674
just to have some execution time to compare with https://github.com/hibernate/hibernate-search/pull/3796
Closing this one as we've already got the execution time from it. (see linked PR)
| gharchive/pull-request | 2023-10-30T16:42:54 | 2025-04-01T04:57:00.446030 | {
"authors": [
"marko-bekhta"
],
"repo": "hibernate/hibernate-search",
"url": "https://github.com/hibernate/hibernate-search/pull/3810",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2055240609 | 🛑 Kiwi Farms Forum is down
In 9c31d9b, Kiwi Farms Forum (https://kiwifarms.net) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Kiwi Farms Forum is back up in c23305c after 1 hour, 22 minutes.
| gharchive/issue | 2023-12-24T23:57:25 | 2025-04-01T04:57:00.460849 | {
"authors": [
"hickoryhouse"
],
"repo": "hickoryhouse/kf",
"url": "https://github.com/hickoryhouse/kf/issues/1832",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2531600850 | 🛑 kiwifarms.us is down
In 7f75a8c, kiwifarms.us (https://kiwifarms.us) was down:
HTTP code: 0
Response time: 0 ms
Resolved: kiwifarms.us is back up in 00100c9 after 10 minutes.
| gharchive/issue | 2024-09-17T16:34:56 | 2025-04-01T04:57:00.463754 | {
"authors": [
"hickoryhouse"
],
"repo": "hickoryhouse/kf",
"url": "https://github.com/hickoryhouse/kf/issues/3346",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1333782030 | HSX coil set added to simsopt.configs
This PR adds the HSX coil set provided by Thomas Kruger to simsopt.configs. Thanks to Thomas Kruger and a summer student, Hancya Han, for the assistance.
I think HSX.dat needs to be added?
added the missing HSX.dat file, and also added unit tests that compute BoozerSurfaces ... | gharchive/pull-request | 2022-08-09T20:59:10 | 2025-04-01T04:57:00.471018 | {
"authors": [
"andrewgiuliani",
"landreman"
],
"repo": "hiddenSymmetries/simsopt",
"url": "https://github.com/hiddenSymmetries/simsopt/pull/257",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1842037661 | Add C23 keywords and types
Changes
This PR adds a few keywords that have been introduces in C23. Firstly, C now also has constexpr and the preprocessor got #elifdef and #elifndef. See https://en.cppreference.com/w/c/23.
Secondly, there are numerous extended floating point types (not yet documented on cppreference). S... | gharchive/pull-request | 2023-08-08T20:21:44 | 2025-04-01T04:57:00.574756 | {
"authors": [
"Eisenwave",
"joshgoebel"
],
"repo": "highlightjs/highlight.js",
"url": "https://github.com/highlightjs/highlight.js/pull/3836",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
481993510 | Negative lookbehind not supported in Firefox
This plugin is using negative lookbehind (?<! ...) which is not yet widely supported. In particular it doesn't work in Firefox yet, but also not in Safari or Edge as can be seen in MDN.
https://github.com/highlightjs/highlightjs-solidity/blob/3c0a75c7f075281b218f300331c18f... | gharchive/issue | 2019-08-18T13:23:32 | 2025-04-01T04:57:00.580968 | {
"authors": [
"frangio",
"haltman-at",
"marcoscaceres",
"miljantekic"
],
"repo": "highlightjs/highlightjs-solidity",
"url": "https://github.com/highlightjs/highlightjs-solidity/issues/9",
"license": "WTFPL",
"license_type": "permissive",
"license_source": "github-api"
} |
206231398 | Release process: Docker + Pypi?
Currently, Docker is using the same strategy as higlass-server, and new images are being pushed to docker-hub on successful travis runs. It might make sense to get these releases in sync with the pypi release process described at the end of the README. Maybe they both should be automat... | gharchive/issue | 2017-02-08T15:31:05 | 2025-04-01T04:57:00.582315 | {
"authors": [
"mccalluc"
],
"repo": "higlass/clodius",
"url": "https://github.com/higlass/clodius/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
376047413 | 1d-heatmap-track-2.html not working
Commit: 89a91e0eca1
Steps to reproduce
http://localhost:8080/1d-heatmap-track-2.html
react-dom.development.js:1542 Uncaught TypeError: _assign is not a function
at react-dom.development.js:1542
at validateFormat (react-dom.development.js:15)
at react-dom.development.js:... | gharchive/issue | 2018-10-31T16:20:27 | 2025-04-01T04:57:00.584783 | {
"authors": [
"flekschas",
"mccalluc"
],
"repo": "higlass/higlass",
"url": "https://github.com/higlass/higlass/issues/349",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1236267478 | ERROR: Could not find a valid gem 'huginn_influxdb_write_data_agent' (>= 0) in any repository ERROR: Possible alternatives: huginn_sqlite3_agent, huginn_sqlite_agent
I am trying to get it installed in the huginn docker, I logged into the docker and tried the following command, However getting the below error.
`
def... | gharchive/issue | 2022-05-15T11:58:04 | 2025-04-01T04:57:00.598064 | {
"authors": [
"hihouhou",
"upuldi"
],
"repo": "hihouhou/huginn_influxdb_write_data_agent",
"url": "https://github.com/hihouhou/huginn_influxdb_write_data_agent/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
614283983 | Unit test for workflow/forms.py: Formset
Is your feature request related to a problem? Please describe.
Write unit test for the class Formset for the forms in activity section workflow/forms.py
For Django REST Framework views, please use the REST testing framework which extends Django's existing test framework, and i... | gharchive/issue | 2020-05-07T19:15:48 | 2025-04-01T04:57:00.607226 | {
"authors": [
"atoyegbe",
"ninetteadhikari"
],
"repo": "hikaya-io/activity",
"url": "https://github.com/hikaya-io/activity/issues/597",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
835185845 | Added login screen(with all the resolved changes)
Related Issue
Fixes #44 .
Checklist
[x] Tested
[x] No Conflicts
[x] Change In Code
[ ] Change In Documentation
@Samdid You should have pulled the latest code before creating the PR. Do the following changes:
@himanshusharma89 All the changes are resolved
| gharchive/pull-request | 2021-03-18T19:40:38 | 2025-04-01T04:57:00.615098 | {
"authors": [
"Samdid",
"himanshusharma89"
],
"repo": "himanshusharma89/relic_bazaar",
"url": "https://github.com/himanshusharma89/relic_bazaar/pull/144",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1957490790 | 🛑 File Share is down
In f07e057, File Share (https://share.hinzwifi.xyz/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: File Share is back up in 40c06a3 after 16 minutes.
| gharchive/issue | 2023-10-23T15:54:24 | 2025-04-01T04:57:00.628250 | {
"authors": [
"hinzwifi"
],
"repo": "hinzwifi/uptime-hinz",
"url": "https://github.com/hinzwifi/uptime-hinz/issues/764",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
266566201 | Save
This solves a bug when loading a trained model.
watch out: that new strategy does not work for all types of models.
On Wed, Oct 18, 2017 at 7:01 PM, Thibault Clérice notifications@github.com
wrote:
Merged #71 https://github.com/hipster-philology/pandora/pull/71.
—
You are receiving this because you authored t... | gharchive/pull-request | 2017-10-18T16:55:45 | 2025-04-01T04:57:00.756602 | {
"authors": [
"PonteIneptique",
"mikekestemont"
],
"repo": "hipster-philology/pandora",
"url": "https://github.com/hipster-philology/pandora/pull/71",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
733152364 | Allow 'Element' type for arrows
First off, thanks for the library!
Currently, the arrows prop allows object with keys prev and next which both must be string. However, per the Glider.js documentation, element instances can be passed here as well instead of the selectors. See https://nickpiscitelli.github.io/Glider.js... | gharchive/issue | 2020-10-30T13:00:51 | 2025-04-01T04:57:00.760645 | {
"authors": [
"hipstersmoothie",
"kdembler",
"kevinfarrugia",
"mkampmey",
"yashvesikar"
],
"repo": "hipstersmoothie/react-glider",
"url": "https://github.com/hipstersmoothie/react-glider/issues/36",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1692910747 | Publish Chainhooks API Docs
Generate and publish the API docs for Chainhooks; OpenAPI spec here.
Ensure the JSON file is up-to-date on every new release of Chainhooks.
Likewise, there's no reference to the hosted Chainhooks in the current document; let's, please capture that detail in the feature guide.
Depends on ... | gharchive/issue | 2023-05-02T18:35:12 | 2025-04-01T04:57:00.762896 | {
"authors": [
"sabbyanandan"
],
"repo": "hirosystems/docs",
"url": "https://github.com/hirosystems/docs/issues/345",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1066400514 | Fee estimation not loading on custom regtest
On ALEX a custom regtest/testnet is used. Currently no transactions can be confirmed because the fee is not prefilled/loaded it just halts at the loading screen.
What could be causing this? Should this be resolved by Hiro or is there something at ALEX that can be done?
... | gharchive/issue | 2021-11-29T19:12:13 | 2025-04-01T04:57:00.769904 | {
"authors": [
"314159265359879",
"andresgalante",
"fiftyeightandeight",
"markmhx"
],
"repo": "hirosystems/stacks-wallet-web",
"url": "https://github.com/hirosystems/stacks-wallet-web/issues/2010",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1118319724 | v2/fees/transaction - "SyntaxError: Unexpected end of JSON input"
Trying to deploy contract via Hiro wallet but returns with 400 when fetching fee estimate. However, the resulting JSON seems incorrect.
Supposed to get a 'reason', according to https://github.com/stacks-network/stacks-blockchain/pull/2872
Thank ... | gharchive/issue | 2022-01-29T20:26:21 | 2025-04-01T04:57:00.772901 | {
"authors": [
"dartman10",
"unclemantis"
],
"repo": "hirosystems/stacks-wallet-web",
"url": "https://github.com/hirosystems/stacks-wallet-web/issues/2180",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
863739052 | 关于我 — 孙中明
https://szm2019.cn/2021/01/01/about-me/
更多
hello
| gharchive/issue | 2021-04-21T10:54:23 | 2025-04-01T04:57:00.782589 | {
"authors": [
"hiszm"
],
"repo": "hiszm/blog-comments",
"url": "https://github.com/hiszm/blog-comments/issues/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2286969570 | Change contributing section in README.md?
Hi the instructions in README.md seems a bit too complex.
It should be :
poetry install
poetry run pytest .
These are what i did to test locally
Just make sure to install poetry
@baseplate-admin Alright. I'll have a look into this.
Update: Fixed with the https://github... | gharchive/issue | 2024-05-09T06:11:02 | 2025-04-01T04:57:00.787437 | {
"authors": [
"baseplate-admin",
"hitblast"
],
"repo": "hitblast/avro.py",
"url": "https://github.com/hitblast/avro.py/issues/37",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
451638339 | Encoding problem during pip install
System:
Windows 10
Python 3.7
I run in to the following problem when running pip install dwdweather2:
PS D:\workspaces\robotframework-dwdweather> pip install dwdweather2
Collecting dwdweather2
Using cached https://files.pythonhosted.org/packages/b9/0c/fb48f9e43f263a493f0a5e13d0... | gharchive/issue | 2019-06-03T19:00:56 | 2025-04-01T04:57:00.792171 | {
"authors": [
"Noordsestern",
"amotl"
],
"repo": "hiveeyes/dwdweather2",
"url": "https://github.com/hiveeyes/dwdweather2/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
631686966 | Shrink ILocation interface
Remove:
[x] - getNPCs
[x] - getItems
Duplicate of #97
| gharchive/issue | 2020-06-05T15:25:06 | 2025-04-01T04:57:00.795872 | {
"authors": [
"hjaremko"
],
"repo": "hjaremko/io-rpg",
"url": "https://github.com/hjaremko/io-rpg/issues/94",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2291538444 | 🛑 Reime ohne Sinn und Verstand is down
In e0ec60b, Reime ohne Sinn und Verstand (https://www.reimeohnesinnundverstand.de) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Reime ohne Sinn und Verstand is back up in 71ad3c6 after 6 minutes.
| gharchive/issue | 2024-05-12T23:01:30 | 2025-04-01T04:57:00.833447 | {
"authors": [
"hjstrauss"
],
"repo": "hjstrauss/MonitorMySites",
"url": "https://github.com/hjstrauss/MonitorMySites/issues/3424",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2311849028 | 🛑 LM Bogen WSV is down
In 6cc708a, LM Bogen WSV (https://www.lmbogenwsv.de) was down:
HTTP code: 0
Response time: 0 ms
Resolved: LM Bogen WSV is back up in 961ffa5 after 22 minutes.
| gharchive/issue | 2024-05-23T03:14:43 | 2025-04-01T04:57:00.835726 | {
"authors": [
"hjstrauss"
],
"repo": "hjstrauss/MonitorMySites",
"url": "https://github.com/hjstrauss/MonitorMySites/issues/3962",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2540789490 | 🛑 Opa Hansi is down
In 612be7c, Opa Hansi (https://www.opahansi.de) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Opa Hansi is back up in 6feb7ae after 23 minutes.
| gharchive/issue | 2024-09-22T07:59:23 | 2025-04-01T04:57:00.837976 | {
"authors": [
"hjstrauss"
],
"repo": "hjstrauss/MonitorMySites",
"url": "https://github.com/hjstrauss/MonitorMySites/issues/8964",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2558095874 | 🛑 Opa Hansi is down
In 1ca4658, Opa Hansi (https://www.opahansi.de) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Opa Hansi is back up in bf42fa9 after 15 minutes.
| gharchive/issue | 2024-10-01T03:36:05 | 2025-04-01T04:57:00.840255 | {
"authors": [
"hjstrauss"
],
"repo": "hjstrauss/MonitorMySites",
"url": "https://github.com/hjstrauss/MonitorMySites/issues/9078",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2612448692 | 🛑 HJStrauss is down
In 4a5cde7, HJStrauss (https://www.hjstrauss.de) was down:
HTTP code: 0
Response time: 0 ms
Resolved: HJStrauss is back up in 3fcb9a3 after 21 minutes.
| gharchive/issue | 2024-10-24T19:55:39 | 2025-04-01T04:57:00.842517 | {
"authors": [
"hjstrauss"
],
"repo": "hjstrauss/MonitorMySites",
"url": "https://github.com/hjstrauss/MonitorMySites/issues/9550",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2241691776 | device not reachable/rejected
Description
I am suddenly having this error with basically all node types:
At first I thought one of my speakers had gone bad, so I tried removing it from the configuration but the issue persists. It seems to be a new issue between the module and the speakers.
I've tried:
Installing So... | gharchive/issue | 2024-04-13T18:38:25 | 2025-04-01T04:57:00.862303 | {
"authors": [
"NickBorgersOnLowSecurityNode",
"hklages"
],
"repo": "hklages/node-red-contrib-sonos-plus",
"url": "https://github.com/hklages/node-red-contrib-sonos-plus/issues/292",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
768777078 | Automate tw
We have to remove Tw as a free parameter and adjust the whole method to the fact, that L is not a meaningful absolute measure, but is well suited for being a relative measure in between reconstruction-cycles.
The biggest change is, that we have to compute L’s for many different Tw’s until this gap I was... | gharchive/pull-request | 2020-12-16T11:53:33 | 2025-04-01T04:57:00.866629 | {
"authors": [
"Datseris",
"hkraemer"
],
"repo": "hkraemer/PECUZAL_Julia",
"url": "https://github.com/hkraemer/PECUZAL_Julia/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1434653290 | Add essential ValueSets
We need some valuesets to support the profiles
Minimal CSV should look like :
code
system
designation
---
---
----
More advanced code systems can include things like languages:
code
system
designation
language 1
designation in language 1
language N
designation in language N
--... | gharchive/issue | 2022-11-03T13:20:40 | 2025-04-01T04:57:00.928762 | {
"authors": [
"Censacrof",
"costateixeira",
"gcangioli",
"rlindstrm"
],
"repo": "hl7-eu/unicom-ig",
"url": "https://github.com/hl7-eu/unicom-ig/issues/32",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
735370454 | No way to interrupt direnv when running it takes ages
What did you expect to happen?
I'm using direnv together with Nix in order to provide all my tools in a console. This is great that doom automatically runs direnv when using the direnv module, but sometimes I'd like to be able to cancel this. The reason is that it... | gharchive/issue | 2020-11-03T14:34:19 | 2025-04-01T04:57:00.937507 | {
"authors": [
"hlissner",
"tobiasBora"
],
"repo": "hlissner/doom-emacs",
"url": "https://github.com/hlissner/doom-emacs/issues/4208",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1070942016 | bump: :tools biblio
andras-simonyi/citeproc-el@c8ff95862823 -> andras-simonyi/citeproc-el@e5b5f86defe2
bdarcus/citar@41ec5d4d5d62 -> bdarcus/citar@9e6817900160
tmalsburg/helm-bibtex@bb47f355b0da -> tmalsburg/helm-bibtex@aa775340ba69
A simple bump commit.
Thanks again!
| gharchive/pull-request | 2021-12-03T20:27:33 | 2025-04-01T04:57:00.939206 | {
"authors": [
"bdarcus",
"hlissner"
],
"repo": "hlissner/doom-emacs",
"url": "https://github.com/hlissner/doom-emacs/pull/5863",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
327569215 | Feature/solarized dark
Add solarized dark. Basic inverse of solarized-light
Fixed a few issues with highlighting.
What it looks like so far. I think the modeline needs to be fixed, as well as M-x
I'm still keen on debugging this, @hlissner can you hit me up on discord sometime when you're free? preferably when @... | gharchive/pull-request | 2018-05-30T04:22:21 | 2025-04-01T04:57:00.943272 | {
"authors": [
"Emiller88",
"ar1a",
"bittopaz",
"jmorag"
],
"repo": "hlissner/emacs-doom-themes",
"url": "https://github.com/hlissner/emacs-doom-themes/pull/187",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2146591833 | stdlib issue when build in linux
Hi,
I tried to build the example in linux (Ubuntu 22.04 - amd64). Currently, I get the following issue.
I did updated few lines of code here. This solved the issue.
Anyway, I want to double check if this is expected?
Br,
/home/dxta/dev/kiosk/fl_app/linux/flutter/ephemeral/.plugin_syml... | gharchive/issue | 2024-02-21T12:07:15 | 2025-04-01T04:57:00.960370 | {
"authors": [
"DxTa",
"SinyimZhi",
"cadivus",
"yk3372"
],
"repo": "hlwhl/webview_cef",
"url": "https://github.com/hlwhl/webview_cef/issues/109",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1964641090 | Merge pull request #53 from hlxsites/feature/header-bugs
fixed the header issues
Test URLs:
Before: https://main--aldevron--hlxsites.hlx.page/
After: https://feature-header-bugs--aldevron--hlxsites.hlx.page/
Need to create again
| gharchive/pull-request | 2023-10-27T02:13:30 | 2025-04-01T04:57:00.962463 | {
"authors": [
"teshukatepalli1"
],
"repo": "hlxsites/aldevron",
"url": "https://github.com/hlxsites/aldevron/pull/56",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1602250295 | Things to Do Content
/caesars-palace/things-to-do
/caesars-palace/things-to-do/garden-of-the-gods-pool-oasis
/caesars-palace/things-to-do/golf
/caesars-palace/things-to-do/nightlife
/caesars-palace/things-to-do/nightlife/alto-bar
/caesars-palace/things-to-do/nightlife/vista-cocktail-lounge
/caesars-palace/things-to-d... | gharchive/issue | 2023-02-28T02:10:21 | 2025-04-01T04:57:00.971420 | {
"authors": [
"amol-anand",
"tmathern"
],
"repo": "hlxsites/caesars",
"url": "https://github.com/hlxsites/caesars/issues/35",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1494626767 | HMAN-493 run existing FTAs against a BEFTA pre-release
JIRA link (if applicable)
HMAN-493 "Next Hearing Date Updater - for preview pipelines enable cleanup of helm release on success"
Change description
Build against the next befta-fw pre-release, see hmcts/befta-fw#195.
see also:
hmcts/ccd-data-store-api#2180
Do... | gharchive/pull-request | 2022-12-13T16:23:29 | 2025-04-01T04:57:01.123090 | {
"authors": [
"mattnayler"
],
"repo": "hmcts/ccd-definition-store-api",
"url": "https://github.com/hmcts/ccd-definition-store-api/pull/1325",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1956985165 | CIV-10849 dashboard-design-structure
JIRA link
https://tools.hmcts.net/jira/browse/CIV-10849
Change description
Does this PR introduce a breaking change? (check one with "x")
[ ] Yes
[x] No
impacts R1 - should we expect that?
It won't mess with R1, but it'll mess with the release 2 tickets. Keep in mind that th... | gharchive/pull-request | 2023-10-23T11:50:55 | 2025-04-01T04:57:01.125694 | {
"authors": [
"LeonardoPalmeiro"
],
"repo": "hmcts/civil-citizen-ui",
"url": "https://github.com/hmcts/civil-citizen-ui/pull/2381",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1662867566 | CIV-7140 mediation cya
JIRA link (if applicable)
https://tools.hmcts.net/jira/browse/CIV-7140
Change description
when mediation is selected by the claimant in lr vs lr set state to in mediation
Does this PR introduce a breaking change? (check one with "x")
[ ] Yes
[ ] No
something going wrong with ccd definition i... | gharchive/pull-request | 2023-04-11T16:35:25 | 2025-04-01T04:57:01.127524 | {
"authors": [
"TatsyMaslova"
],
"repo": "hmcts/civil-service",
"url": "https://github.com/hmcts/civil-service/pull/2592",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2675281603 | Update values.preview.template.yaml
Before creating a pull request make sure that:
[ ] commit messages are meaningful and follow good commit message guidelines
[ ] README and other documentation has been updated / added (if needed)
[ ] tests have been updated / new tests has been added (if needed)
[ ] the enable_kee... | gharchive/pull-request | 2024-11-20T10:04:19 | 2025-04-01T04:57:01.154612 | {
"authors": [
"channa-patil",
"sealDebolina"
],
"repo": "hmcts/prl-citizen-frontend",
"url": "https://github.com/hmcts/prl-citizen-frontend/pull/1708",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
923903708 | BAU - remove un-used Typescript
fixes form re-submission warning problem
This will also allow:
https://github.com/hmrc/build-jobs/pull/8739
Was there a css selector for the existing js back links that can be removed now as well?
| gharchive/pull-request | 2021-06-17T13:05:29 | 2025-04-01T04:57:01.174375 | {
"authors": [
"SteveSugden",
"crosslandwa"
],
"repo": "hmrc/national-duty-repayment-center-frontend",
"url": "https://github.com/hmrc/national-duty-repayment-center-frontend/pull/416",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
318560195 | Clodius process killed when converting bigWig to hitile
In preparation for ingesting bigWig signal tracks, I tried converting a test bigWig file to hitile format using conda (Python v3.6.4) and clodius v0.7.4. The host is a t2.micro EC2 instance running Ubuntu Xenial v16.04.
The aggregation proceeds up to the point o... | gharchive/issue | 2018-04-27T21:51:45 | 2025-04-01T04:57:01.183034 | {
"authors": [
"alexpreynolds"
],
"repo": "hms-dbmi/clodius",
"url": "https://github.com/hms-dbmi/clodius/issues/26",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
182309291 | FF-275
Exp set browse up to table formatting discussed with Nils and Burak on 10/7.
Coverage increased (+0.8%) to 51.038% when pulling 80c94cb7190c917d04107b1894c4a9f74deea7dd on FF-275 into 0d34b0d2039dcee51cd7a657d746375ce8d768ea on master.
Coverage increased (+0.8%) to 51.038% when pulling 9719a88b3299cc442f... | gharchive/pull-request | 2016-10-11T16:18:23 | 2025-04-01T04:57:01.187768 | {
"authors": [
"carlvitzthum",
"coveralls"
],
"repo": "hms-dbmi/fourfront",
"url": "https://github.com/hms-dbmi/fourfront/pull/235",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
328746766 | Improve comment
Fix timecop_scale comment.
👍
| gharchive/pull-request | 2018-06-02T14:03:40 | 2025-04-01T04:57:01.207290 | {
"authors": [
"hnw",
"tenkoma"
],
"repo": "hnw/php-timecop",
"url": "https://github.com/hnw/php-timecop/pull/39",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
666988814 | Make WebViewMessageService more type safe
Realistically, there is one message handler for the backend, which handles a single type of message (with different variants). We could represent this in the frontend by making WebViewMessageService generic over a type that represents this message, to match with handle_yew_me... | gharchive/issue | 2020-07-28T11:12:36 | 2025-04-01T04:57:01.217252 | {
"authors": [
"hobofan",
"kellpossible"
],
"repo": "hobofan/yew_webview_bridge",
"url": "https://github.com/hobofan/yew_webview_bridge/issues/8",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1369442962 | Luna1 https://lcd.terra.dev/cosmos/tx/v1beta1/txs returns 403
Luna1 report is not working.
https://lcd.terra.dev/cosmos/tx/v1beta1/txs returns 403, permission denied.
Thanks for the info. I'll need to update documentation somewhere but looks like lcd.terra.dev became restricted sometime around the birth of Terra 2... | gharchive/issue | 2022-09-12T07:57:00 | 2025-04-01T04:57:01.227659 | {
"authors": [
"hodgerpodger",
"r3tero"
],
"repo": "hodgerpodger/staketaxcsv",
"url": "https://github.com/hodgerpodger/staketaxcsv/issues/196",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2464736554 | Change the license
I wonder why you set the license LGPL? This license prevent use the library in commercial project without release the project source code. LGPL allow to link the lib without using the same license but with static file, it is nearly impossible with ESP32 project.
The original ESP http server using A... | gharchive/issue | 2024-08-14T02:01:14 | 2025-04-01T04:57:01.230790 | {
"authors": [
"dzungpv",
"hoeken"
],
"repo": "hoeken/PsychicHttp",
"url": "https://github.com/hoeken/PsychicHttp/issues/162",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
115136796 | improve time entry handling
Hörsuppe API returns times in localtime for Europe/Berlin (compare .ical data X-WR-TIMEZONE)
This leads to problems when
requireing UTC timestamps for further processing
processing data in different timezone
Additionally to solving the (intermediate) timezone-agnostic processing, this so... | gharchive/pull-request | 2015-11-04T20:10:03 | 2025-04-01T04:57:01.234683 | {
"authors": [
"becm",
"luto"
],
"repo": "hoersuppe/hoerapi.py",
"url": "https://github.com/hoersuppe/hoerapi.py/pull/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
709279837 | Comparison to other monitoring tools
This project is entering a field already crowded with alternative solutions for monitoring. For tools that are competitors or alternative approaches, it's important to clarify how this one differs, so that people can make an informed choice. For other complementary tools, it's imp... | gharchive/issue | 2020-09-25T21:00:12 | 2025-04-01T04:57:01.290697 | {
"authors": [
"jbednar",
"rgpdx"
],
"repo": "holoviz/lumen",
"url": "https://github.com/holoviz/lumen/issues/5",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
7309202 | Does == work as we'd like for Parameterized instances?
Converted from SourceForge issue 2333811, submitted by ceball
Submit Date: 2008-11-23 17:24 GMT
see also discussion in #269
Closing. No immediate action, but reopen or open a new issue if you have a proposal for how this should work.
| gharchive/issue | 2012-10-02T23:33:57 | 2025-04-01T04:57:01.300637 | {
"authors": [
"ceball",
"kcpevey",
"sf-issues"
],
"repo": "holoviz/param",
"url": "https://github.com/holoviz/param/issues/26",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1137869836 | wip: initial shelly gen2 auth support
This PR provides some of the logic needed to support Shelly gen2 digest authentication for websocket connections. See original issue at https://github.com/home-assistant/core/issues/63621
References:
Shelly docs on digest auth
typescript implementation
I'm not super familiar wi... | gharchive/pull-request | 2022-02-14T21:31:12 | 2025-04-01T04:57:01.328926 | {
"authors": [
"chemelli74",
"figadore",
"thecode"
],
"repo": "home-assistant-libs/aioshelly",
"url": "https://github.com/home-assistant-libs/aioshelly/pull/192",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2266795086 | Refactor the tests for forecast.solar
This PR replaces the old tests with new ones, up to 94% codecoverage.
Add new package: aresponses, syrupy and pytest-freezer
Add new CI, which testing matrix for python 3.11, 3.12 and upload coverage to codecov (add key in repo secrets!)
My proposal is to keep the CI as I ini... | gharchive/pull-request | 2024-04-27T03:36:16 | 2025-04-01T04:57:01.331638 | {
"authors": [
"klaasnicolaas"
],
"repo": "home-assistant-libs/forecast_solar",
"url": "https://github.com/home-assistant-libs/forecast_solar/pull/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
565974430 | Update nginx.conf
My propose is to use only TLS v1,2 and 1,3 with cipher suite recommended by https://wiki.mozilla.org/Security/Server_Side_TLS.
In march 2020 many web browsers will drop support for the encryption protocols TLS 1.0 and TLS 1.1.
Hi @jumping2000,
It seems you haven't yet signed a CLA. Please do so h... | gharchive/pull-request | 2020-02-16T21:33:20 | 2025-04-01T04:57:01.846566 | {
"authors": [
"homeassistant",
"jumping2000",
"pvizeli"
],
"repo": "home-assistant/hassio-addons",
"url": "https://github.com/home-assistant/hassio-addons/pull/1082",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
369782357 | Integrations don't show anything
When i'm going to the integrations screen in settings and click on an integration I don't see anything on the screen.
When checking the error log I see this error:
http://hassio.local:8123/frontend_latest/app-5e219b20.js:91:305 Uncaught Error: The intl string context variable 'fabrik... | gharchive/issue | 2018-10-13T08:50:03 | 2025-04-01T04:57:01.850385 | {
"authors": [
"Blackpander",
"tdolder"
],
"repo": "home-assistant/hassio",
"url": "https://github.com/home-assistant/hassio/issues/756",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
562197859 | Widgets do not appear in 1.6.0 version
Hello,
I have problem with widgets in 1.6.0 version. I can't create any. In 1.5.0 everything was ok. Old widgets don't work
Bug report grom android on attachement.
I'm using Xiaomi mi 8 se, android 9 and Nova launcher
There was a change to how widgets worked that very likely ... | gharchive/issue | 2020-02-09T15:59:09 | 2025-04-01T04:57:01.859491 | {
"authors": [
"JBassett",
"KBerstene",
"balloob",
"dshokouhi",
"piotrdal"
],
"repo": "home-assistant/home-assistant-android",
"url": "https://github.com/home-assistant/home-assistant-android/issues/352",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-... |
377056712 | Nest no longer being loaded after upgrade to 0.81.5
Home Assistant release with the issue:
0.81.5
Last working Home Assistant release (if known):
0.81.0
Operating environment (Hass.io/Docker/Windows/etc.):
Hasbian
Component/platform:
Nest platform
Description of problem:
After upgrading to 0.81.5 nest platform is not... | gharchive/issue | 2018-11-03T13:56:00 | 2025-04-01T04:57:01.899672 | {
"authors": [
"ParadingLunatic",
"bachya",
"brg468",
"dvand",
"nelbs"
],
"repo": "home-assistant/home-assistant",
"url": "https://github.com/home-assistant/home-assistant/issues/18145",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
408817251 | Unable to reset utility_meter unless specifying tariff.
Home Assistant release with the issue:
0.87.1
Last working Home Assistant release (if known):
Unknown
Operating environment (Hass.io/Docker/Windows/etc.):
Debian venv
Component/platform:
https://www.home-assistant.io/components/utility_meter/
Description of ... | gharchive/issue | 2019-02-11T14:50:09 | 2025-04-01T04:57:01.905896 | {
"authors": [
"cnrd",
"dgomes",
"imval"
],
"repo": "home-assistant/home-assistant",
"url": "https://github.com/home-assistant/home-assistant/issues/20982",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
532344814 | Z-Wave switch - turning on and off after HA update
Home Assistant release with the issue:
Home Assistant 0.102.3
Last working Home Assistant release (if known):
Home Assistant 0.101.0
Operating environment (Hass.io/Docker/Windows/etc.):
Docker
Integration:
Z-Wave
Description of problem:
I upgraded from 0.101 to 0... | gharchive/issue | 2019-12-03T23:49:20 | 2025-04-01T04:57:01.916851 | {
"authors": [
"shreram"
],
"repo": "home-assistant/home-assistant",
"url": "https://github.com/home-assistant/home-assistant/issues/29378",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
184560448 | Sony Bravia smart TV module doesn't show HDMI inputs on sources
Home Assistant release (hass --version):
0.30.2
Python release (python3 --version):
Python 3.4.2
Component/platform:
Sony Bravia
Description of problem:
This module doesn't seem to pick up the HDMI sources on my TV.
Before i deleted all of my TV channels... | gharchive/issue | 2016-10-21T20:20:53 | 2025-04-01T04:57:01.920967 | {
"authors": [
"Charliedean",
"CoalaJoe"
],
"repo": "home-assistant/home-assistant",
"url": "https://github.com/home-assistant/home-assistant/issues/3977",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
187860073 | asuswrt device_tracker shows device as away when router in AP mode
Home Assistant release (hass --version):0.32.2
Python release (python3 --version):Python 3.5.2+
Component/platform:device_tracker/asuswrt
Description of problem:
ASUS RT-N66U router with firmware 380.61 in AP mode shows device as away when it is home.... | gharchive/issue | 2016-11-07T23:30:43 | 2025-04-01T04:57:01.927856 | {
"authors": [
"Binkoth",
"EricReiche",
"linjef",
"pvizeli"
],
"repo": "home-assistant/home-assistant",
"url": "https://github.com/home-assistant/home-assistant/issues/4305",
"license": "Apache-2.0",
"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.