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
441894497
Feature/next/new footer @hilvitzs and I cooked up this PR for the footer. We're both not CSS pros but let us know if this is good to merge so we can get it into the website repo. @james-nash Feedback integrated except for colors and a margin issue. See feedback on review for detailed notes. :tada: This PR is incl...
gharchive/pull-request
2019-05-08T19:30:10
2025-04-01T04:56:13.866311
{ "authors": [ "ashblue", "buildit-dev" ], "repo": "buildit/gravity-ui-web", "url": "https://github.com/buildit/gravity-ui-web/pull/251", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
512831076
Simplifying Plugin Configurration Here's my current docker compose plugin configuration: - name: "Build" plugins: docker-compose#v3.1.0: build: "myapp" cache-from: myapp:111111111111.dkr.ecr.us-west-1.amazonaws.com/myapp:latest config: - docker-compose-buildkite.yml ...
gharchive/issue
2019-10-26T12:41:47
2025-04-01T04:56:13.869957
{ "authors": [ "elijahchancey", "lox", "toote" ], "repo": "buildkite-plugins/docker-compose-buildkite-plugin", "url": "https://github.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/240", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
606309505
Set content-type on YML Files I recently ran into an issue when attempting to download one of the CloudFormation YAML templates provided in the release via Terraform which is caused by not setting the content-type to text/yaml on the files stored in S3. Currently the files return application/octet-stream which causes...
gharchive/pull-request
2020-04-24T13:21:49
2025-04-01T04:56:13.874561
{ "authors": [ "kyledecot", "yob" ], "repo": "buildkite/elastic-ci-stack-for-aws", "url": "https://github.com/buildkite/elastic-ci-stack-for-aws/pull/683", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
218839138
Chore - Update Kotlin to v1.1.x Context Update project to use Kotlin v1.1 which was recently released. Definition of Done Use Kotlin v1.1.x in the project and ensure all tests are passing. Freezing this issue as there's no easy way to test against JDK 1.7 due to Kotlin 1.1+ compiler requirements for JD...
gharchive/issue
2017-04-03T06:17:06
2025-04-01T04:56:13.904767
{ "authors": [ "hhandoko" ], "repo": "builtamont-oss/cassandra-migration", "url": "https://github.com/builtamont-oss/cassandra-migration/issues/58", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1702421233
Super scaffolding breaks roles.yml with improper indentation I did this: ./bin/super-scaffold crud Billing::SubscriptionExtension Team extension_team_id:super_select{class_name=Team} --trace And got this output: Writing './app/controllers/account/billing/subscription_extensions_controller.rb'. Fixing Standard Ruby o...
gharchive/issue
2023-05-09T17:10:28
2025-04-01T04:56:13.920241
{ "authors": [ "gazayas", "jagthedrummer" ], "repo": "bullet-train-co/bullet_train", "url": "https://github.com/bullet-train-co/bullet_train/issues/778", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1559593397
🛑 Website is down In 5b54aef, Website ($MAIN_SITE) was down: HTTP code: 0 Response time: 0 ms Resolved: Website is back up in 1dd301d.
gharchive/issue
2023-01-27T11:25:31
2025-04-01T04:56:13.931952
{ "authors": [ "buluma" ], "repo": "buluma/uptime", "url": "https://github.com/buluma/uptime/issues/485", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2081938475
Transcription output Hi, Good paper! I'm trying to run your trained model and want to get some transcriptions. However, I find it difficult to save the transcriptions to a file so that I can do some research. Could you please help me with that? Many thanks, Zhaofeng Hi, Thanks for your interest in the paper. Are yo...
gharchive/issue
2024-01-15T12:29:34
2025-04-01T04:56:13.944202
{ "authors": [ "burchim", "chaufanglin" ], "repo": "burchim/AVEC", "url": "https://github.com/burchim/AVEC/issues/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
37313248
Autocomplete Doesn't Respect Capitalization I typed "Airport" as the name of a location. The first autocomplete suggestion was "a", which changed my capital A to a lower-case a. Ignoring the autocomplete suggestion, I typed "irport", which resulted in "airport" instead of "Airport." Related: both "a" and "A" are in t...
gharchive/issue
2014-07-07T21:42:45
2025-04-01T04:56:13.959729
{ "authors": [ "wsanchez" ], "repo": "burningmantech/ranger-ims-mac", "url": "https://github.com/burningmantech/ranger-ims-mac/issues/28", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
85461330
Update composer.json PHP Version requirement in CakePHP was briefly 5.4.19 , was relaxed to 5.4.16 Refer to: cakephp/app@7e28901 #35 Removing the php version from the require of composer.json The version requirement will be fulfilled by the CakePHP dependency. If you look at DebugKits composer.json it doesn't speci...
gharchive/pull-request
2015-06-05T07:26:45
2025-04-01T04:56:13.965917
{ "authors": [ "burzum", "lpihlajak" ], "repo": "burzum/cakephp-imagine-plugin", "url": "https://github.com/burzum/cakephp-imagine-plugin/pull/35", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1947605572
Update datetime_helpers.py Cleaner approach using mapping for freq_to_timedelta, more pythonic, should also be slightly more efficient. Minor change to make freq_to_timedelta function more readable, more efficient, and just more Pythonic. No conflicts with base. Easy merge. Closed as I have added more and will ...
gharchive/pull-request
2023-10-17T14:43:47
2025-04-01T04:56:13.969903
{ "authors": [ "JustinKurland" ], "repo": "business-science/pytimetk", "url": "https://github.com/business-science/pytimetk/pull/120", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1659731619
simpsons.csv refactor to be The Family Guy https://github.com/busse/kodumisto-playground/blob/main/simpsons.csv Refactor this csv file to represent The Family Guy instead of The Simpsons. Between #29 and #30 I added the model variable to the PR. #29 which used gpt-4 is noticeably better; arguably more "correct"
gharchive/issue
2023-04-09T03:17:45
2025-04-01T04:56:13.972507
{ "authors": [ "busse" ], "repo": "busse/kodumisto-playground", "url": "https://github.com/busse/kodumisto-playground/issues/28", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2545033797
Floating-Point Representation and Precision Error in transaction amount calculation The issue is related to floating-point arithmetic in Python, which affects the accuracy of transaction amount calculations. Specifically, when performing arithmetic operations with floating-point numbers, the results can sometimes be ...
gharchive/pull-request
2024-09-24T10:42:51
2025-04-01T04:56:13.986165
{ "authors": [ "bvanelli", "maxtacu" ], "repo": "bvanelli/actualpy", "url": "https://github.com/bvanelli/actualpy/pull/77", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
278890343
server rendering with WindowScroller I'm using next.js for server rendering. Below code has a console warning Warning: Expected server HTML to contain a matching <div> in <div>. I think client rendering is failed with this warning, so the List has no row. If I change WindowScroller to AutoSizer, then there is no cons...
gharchive/issue
2017-12-04T06:59:00
2025-04-01T04:56:13.991610
{ "authors": [ "bvaughn", "landvibe" ], "repo": "bvaughn/react-virtualized", "url": "https://github.com/bvaughn/react-virtualized/issues/891", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
154972347
Avoid extra conditional checks with function params Assigning null and then doing x || this.x means you end up doing an extra check that's not really needed. You always have this.state and this.props, and both _updateScrollLeftForScrollToColumn and _updateScrollTopForScrollToRow are never called with falsy values. (I...
gharchive/pull-request
2016-05-16T06:59:10
2025-04-01T04:56:13.995942
{ "authors": [ "cesarandreu", "codecov-io" ], "repo": "bvaughn/react-virtualized", "url": "https://github.com/bvaughn/react-virtualized/pull/239", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1058280664
🛑 Prakruthi Villas Sarjapura is down In d54b879, Prakruthi Villas Sarjapura (https://cloud.tymly.in/status/1058) was down: HTTP code: 521 Response time: 235 ms Resolved: Prakruthi Villas Sarjapura is back up in 0e21ac9.
gharchive/issue
2021-11-19T08:40:41
2025-04-01T04:56:13.998952
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/12285", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1059160364
🛑 Sai Gardens Temple Side is down In 52f8e0a, Sai Gardens Temple Side (https://cloud.tymly.in/status/1074) was down: HTTP code: 0 Response time: 0 ms Resolved: Sai Gardens Temple Side is back up in 0b17b54.
gharchive/issue
2021-11-20T14:48:12
2025-04-01T04:56:14.001325
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/12440", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1093287047
🛑 Trifecta Esplanade P Block is down In 3f758c8, Trifecta Esplanade P Block (https://cloud.tymly.in/status/1017) was down: HTTP code: 521 Response time: 21163 ms Resolved: Trifecta Esplanade P Block is back up in b531858.
gharchive/issue
2022-01-04T12:02:33
2025-04-01T04:56:14.003697
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/15775", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
942735215
🛑 Adithya Pristine KMC is down In 7661ac3, Adithya Pristine KMC (https://cloud.tymly.in/status/1028) was down: HTTP code: 521 Response time: 207 ms Resolved: Adithya Pristine KMC is back up in f0cc43b.
gharchive/issue
2021-07-13T04:52:05
2025-04-01T04:56:14.006040
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/1923", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1160279204
🛑 Sumadhura Silver Ripples Club House is down In 8e23a5b, Sumadhura Silver Ripples Club House (https://cloud.tymly.in/status/1090) was down: HTTP code: 521 Response time: 20235 ms Resolved: Sumadhura Silver Ripples Club House is back up in 5337225.
gharchive/issue
2022-03-05T08:04:47
2025-04-01T04:56:14.008451
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/19480", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1163419551
🛑 PSR Aster 1 is down In a5e207a, PSR Aster 1 (https://cloud.tymly.in/status/1059) was down: HTTP code: 521 Response time: 235 ms Resolved: PSR Aster 1 is back up in 4c981cc.
gharchive/issue
2022-03-09T02:34:11
2025-04-01T04:56:14.010749
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/19702", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1173817427
🛑 SMR Vinay Cascade A Block is down In f2c6a77, SMR Vinay Cascade A Block (https://cloud.tymly.in/status/1094) was down: HTTP code: 0 Response time: 0 ms Resolved: SMR Vinay Cascade A Block is back up in 7e736b8.
gharchive/issue
2022-03-18T17:05:05
2025-04-01T04:56:14.013278
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/20252", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1181312817
🛑 SMR Vinay Cascade A Block is down In d4a253e, SMR Vinay Cascade A Block (https://cloud.tymly.in/status/1094) was down: HTTP code: 521 Response time: 20252 ms Resolved: SMR Vinay Cascade A Block is back up in d079c5e.
gharchive/issue
2022-03-25T22:05:10
2025-04-01T04:56:14.015530
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/20647", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1273895752
🛑 Dasta Concerto Basement is down In 47d2800, Dasta Concerto Basement (https://cloud.tymly.in/status/1138) was down: HTTP code: 521 Response time: 20236 ms Resolved: Dasta Concerto Basement is back up in af7f7c7.
gharchive/issue
2022-06-16T17:50:20
2025-04-01T04:56:14.018161
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/25412", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1346890298
🛑 Sumadhura Silver Ripples Club House is down In 2158ad2, Sumadhura Silver Ripples Club House (https://cloud.tymly.in/status/1090) was down: HTTP code: 521 Response time: 20234 ms Resolved: Sumadhura Silver Ripples Club House is back up in 85c967b.
gharchive/issue
2022-08-22T19:37:31
2025-04-01T04:56:14.020621
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/28780", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1368824652
🛑 Prakruthi Villas Sarjapura is down In e23fb15, Prakruthi Villas Sarjapura (https://cloud.tymly.in/status/1058) was down: HTTP code: 521 Response time: 215 ms Resolved: Prakruthi Villas Sarjapura is back up in d17071c.
gharchive/issue
2022-09-11T04:20:33
2025-04-01T04:56:14.022949
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/30126", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1392465810
🛑 Trifecta Esplanade Security is down In 34dbb53, Trifecta Esplanade Security (https://cloud.tymly.in/status/1168) was down: HTTP code: 521 Response time: 222 ms Resolved: Trifecta Esplanade Security is back up in 03e4b1e.
gharchive/issue
2022-09-30T13:43:14
2025-04-01T04:56:14.025470
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/30863", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1402983026
🛑 Mahaveer Varna A1 is down In 2e146a3, Mahaveer Varna A1 (https://cloud.tymly.in/status/1083) was down: HTTP code: 521 Response time: 20242 ms Resolved: Mahaveer Varna A1 is back up in 78e5777.
gharchive/issue
2022-10-10T10:59:31
2025-04-01T04:56:14.027763
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/31249", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1410135317
🛑 Mahaveer Varna A1 is down In f4bca7b, Mahaveer Varna A1 (https://cloud.tymly.in/status/1083) was down: HTTP code: 521 Response time: 20254 ms Resolved: Mahaveer Varna A1 is back up in d6f4c20.
gharchive/issue
2022-10-15T11:21:23
2025-04-01T04:56:14.030060
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/31432", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1429332098
🛑 Trifecta Esplanade C Block is down In 5c94d63, Trifecta Esplanade C Block (https://cloud.tymly.in/status/1155) was down: HTTP code: 521 Response time: 20222 ms Resolved: Trifecta Esplanade C Block is back up in ebce66e.
gharchive/issue
2022-10-31T06:32:52
2025-04-01T04:56:14.032362
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/32164", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1456213439
🛑 Sai Gardens Community Hall is down In 93939b9, Sai Gardens Community Hall (https://cloud.tymly.in/status/1073) was down: HTTP code: 0 Response time: 0 ms Resolved: Sai Gardens Community Hall is back up in a695aba.
gharchive/issue
2022-11-19T04:51:34
2025-04-01T04:56:14.034673
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/33141", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1513895789
🛑 DSR Sunrise Towers 2 is down In 2eab919, DSR Sunrise Towers 2 (https://cloud.tymly.in/status/1027) was down: HTTP code: 521 Response time: 20247 ms Resolved: DSR Sunrise Towers 2 is back up in acbbc8f.
gharchive/issue
2022-12-29T16:49:36
2025-04-01T04:56:14.037380
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/35676", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1515102452
🛑 Sumadhura Silver Ripples Club House is down In 0669992, Sumadhura Silver Ripples Club House (https://cloud.tymly.in/status/1090) was down: HTTP code: 521 Response time: 20234 ms Resolved: Sumadhura Silver Ripples Club House is back up in 0c71841.
gharchive/issue
2022-12-31T11:51:42
2025-04-01T04:56:14.039696
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/35785", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1551618105
🛑 DSR Sunrise Towers is down In 79ce0da, DSR Sunrise Towers (https://cloud.tymly.in/status/1025) was down: HTTP code: 521 Response time: 230 ms Resolved: DSR Sunrise Towers is back up in 8d71ee1.
gharchive/issue
2023-01-21T00:30:13
2025-04-01T04:56:14.041951
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/37136", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1571167239
🛑 Trifecta Esplanade Security is down In dcff245, Trifecta Esplanade Security (https://cloud.tymly.in/status/1168) was down: HTTP code: 521 Response time: 241 ms Resolved: Trifecta Esplanade Security is back up in 4c04b9b.
gharchive/issue
2023-02-04T23:27:38
2025-04-01T04:56:14.044251
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/38301", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1631151602
🛑 SMR Vinay Cascade B Block is down In ec20f60, SMR Vinay Cascade B Block (https://cloud.tymly.in/status/1093) was down: HTTP code: 521 Response time: 20238 ms Resolved: SMR Vinay Cascade B Block is back up in c2ddc56.
gharchive/issue
2023-03-19T23:01:43
2025-04-01T04:56:14.046696
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/41070", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1659771037
🛑 VBHC Serene Town A Block is down In 5d7e3a7, VBHC Serene Town A Block (https://cloud.tymly.in/status/1129) was down: HTTP code: 521 Response time: 20246 ms Resolved: VBHC Serene Town A Block is back up in af1a9aa.
gharchive/issue
2023-04-09T06:42:32
2025-04-01T04:56:14.049172
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/42345", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1677627594
🛑 Trifecta Esplanade C Block is down In 93e181c, Trifecta Esplanade C Block (https://cloud.tymly.in/status/1155) was down: HTTP code: 521 Response time: 232 ms Resolved: Trifecta Esplanade C Block is back up in f308848.
gharchive/issue
2023-04-21T01:32:19
2025-04-01T04:56:14.051475
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/43284", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1762372925
🛑 Desai Grandeur 1 is down In 6f15d7f, Desai Grandeur 1 (https://cloud.tymly.in/status/1133) was down: HTTP code: 521 Response time: 214 ms Resolved: Desai Grandeur 1 is back up in dbccebd.
gharchive/issue
2023-06-18T16:43:29
2025-04-01T04:56:14.053761
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/47794", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1825756804
🛑 Trifecta Esplanade A Block is down In 5b06e2f, Trifecta Esplanade A Block (https://cloud.tymly.in/status/1153) was down: HTTP code: 521 Response time: 20262 ms Resolved: Trifecta Esplanade A Block is back up in 336d850.
gharchive/issue
2023-07-28T05:59:08
2025-04-01T04:56:14.056344
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/50084", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1832643113
🛑 Dasta Concerto Basement 2 is down In 4e1de00, Dasta Concerto Basement 2 (https://cloud.tymly.in/status/1188) was down: HTTP code: 521 Response time: 20246 ms Resolved: Dasta Concerto Basement 2 is back up in 4be5c85.
gharchive/issue
2023-08-02T07:54:34
2025-04-01T04:56:14.058620
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/50426", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1856680513
🛑 United Elysium is down In 30fdcd9, United Elysium (https://cloud.tymly.in/status/1019) was down: HTTP code: 0 Response time: 0 ms Resolved: United Elysium is back up in 87255ef after 890 days, 23 hours, 41 minutes.
gharchive/issue
2023-08-18T12:55:54
2025-04-01T04:56:14.061131
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/51459", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
985252342
🛑 SNR Silver Ripples is down In 0b43de6, SNR Silver Ripples (https://cloud.tymly.in/status/1039) was down: HTTP code: 521 Response time: 20242 ms Resolved: SNR Silver Ripples is back up in a020079.
gharchive/issue
2021-09-01T14:51:37
2025-04-01T04:56:14.063592
{ "authors": [ "bvenkysubbu" ], "repo": "bvenkysubbu/tymlymonitor", "url": "https://github.com/bvenkysubbu/tymlymonitor/issues/5648", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
223620630
General Question: What is $stateParams and how should we use it here? https://github.com/bwann52/Bloc-Chat/blob/list-messages/app/scripts/controllers/HomeCtrl.js#L19 These are state parameters and associated with the angular-ui-router you setup in app.js https://github.com/bwann52/Bloc-Chat/blob/list-messages/app/s...
gharchive/issue
2017-04-23T08:16:47
2025-04-01T04:56:14.068502
{ "authors": [ "bdougie", "bwann52" ], "repo": "bwann52/Bloc-Chat", "url": "https://github.com/bwann52/Bloc-Chat/issues/2", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
993777020
Smart Switch Support Please explain your feature request in a one or two sentences. I wanted to add my Meross Smart Switches to homebrige with this plugin but they didn't show up. In the log it said: [Smart Switch] is currently not supported, do create a github issue https://git.io/JtfVC with info: {"uuid":"2105109...
gharchive/issue
2021-09-11T07:44:51
2025-04-01T04:56:14.077583
{ "authors": [ "bwp91", "ellwoodb" ], "repo": "bwp91/homebridge-meross", "url": "https://github.com/bwp91/homebridge-meross/issues/346", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2531425638
CS0138 and CS0234 errors when trying to build Describe the bug I'm getting CS0138 on the start - "using namespace" can be only used towards namespaces. Element "Json" is a type not namespace. Then I'm getting CS0234 on the whole thing. Stuff like Type or namespace "GraphQLTypeAttribute" doesn't exist in the namespace...
gharchive/issue
2024-09-17T15:10:42
2025-04-01T04:56:14.090942
{ "authors": [ "byme8", "ziomek64" ], "repo": "byme8/ZeroQL", "url": "https://github.com/byme8/ZeroQL/issues/114", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
632701177
Error in execution Describe the bug A clear and concise description of what the bug is. To Reproduce Steps to reproduce the behavior: Go to 'cme smb 172.16.0.1/24 -u 'use3r -p 'password' --shares '' Click on '....' Scroll down to '....' See error Expected behavior A clear and concise description of what you expect...
gharchive/issue
2020-06-06T20:13:42
2025-04-01T04:56:14.115551
{ "authors": [ "meetgyn", "mpgn" ], "repo": "byt3bl33d3r/CrackMapExec", "url": "https://github.com/byt3bl33d3r/CrackMapExec/issues/387", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
1520489013
Limit heap size in app and libc Hi, According to this, the WASM uses: libc heap, when exporting malloc/free. app heap, otherwise. Is there a way to limit the libc heap as it is with app heap? According to wasm_runtime_instantiate, the heap_size only affects the app size. When exporting, the (app) heap size is set...
gharchive/issue
2023-01-05T10:26:00
2025-04-01T04:56:14.131257
{ "authors": [ "tonibofarull" ], "repo": "bytecodealliance/wasm-micro-runtime", "url": "https://github.com/bytecodealliance/wasm-micro-runtime/issues/1864", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2059183547
使用emcc编译.c文件时会报错,但能正常生成.wasm文件并运行正常,请问如何消除错误提示。 我在一个hello.c文件中申明了: int foo(int a, int b); void foo2(char * msg, char * buffer, int buf_len); EMSCRIPTEN_KEEPALIVE int test2(char* strParam ,int iParam) { printf("p1:%s , p2:%d .\n",strParam,iParam); int c = foo(3, 3); printf("test2 add:%d .\n",c); char * msg = "hello";...
gharchive/issue
2023-12-29T08:12:38
2025-04-01T04:56:14.138217
{ "authors": [ "kamylee", "lum1n0us" ], "repo": "bytecodealliance/wasm-micro-runtime", "url": "https://github.com/bytecodealliance/wasm-micro-runtime/issues/2939", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1339413512
Census of binaryen/wasm-opt passes that might be relevant to Cranelift What is Cranelift's job (in the context of Wasmtime)? To take Wasm that is produced by LLVM and already optimized 99% of the time and do the architecture-specific code generation that LLVM cannot do when targeting Wasm (e.g. instruction selection,...
gharchive/issue
2022-08-15T19:47:37
2025-04-01T04:56:14.162340
{ "authors": [ "bnjbvr", "cfallin", "fitzgen" ], "repo": "bytecodealliance/wasmtime", "url": "https://github.com/bytecodealliance/wasmtime/issues/4712", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1896161832
wasi-sockets: Implement initial listen backlog Allow set_listen_backlog_size to be called before listening. This enables us to pass the backlog value to the initial listen syscall, which is more widely supported. This is in line with the explanation in https://github.com/WebAssembly/wasi-sockets/issues/34 Silently c...
gharchive/pull-request
2023-09-14T09:35:30
2025-04-01T04:56:14.165605
{ "authors": [ "badeend" ], "repo": "bytecodealliance/wasmtime", "url": "https://github.com/bytecodealliance/wasmtime/pull/7034", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1357677364
Wasmer bindings I'm opening this issue to follow up on the PR that we created a few months ago adding support for Wasmer bindings: https://github.com/bytecodealliance/wit-bindgen/pull/173, given that the project has already matured a bit. Right now the wit-bindgen repo is supporting different bindings over runtimes t...
gharchive/issue
2022-08-31T18:01:38
2025-04-01T04:56:14.185965
{ "authors": [ "alexcrichton", "syrusakbary", "tschneidereit", "willemneal" ], "repo": "bytecodealliance/wit-bindgen", "url": "https://github.com/bytecodealliance/wit-bindgen/issues/306", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1410111915
运行报错 kali 运行报错,请问这是什么原因。 应该是内存不足,建议16g以上的内存来扫描。 如果你的app特别复杂, 可能需要专门的服务器来扫描。
gharchive/issue
2022-10-15T09:46:44
2025-04-01T04:56:14.188161
{ "authors": [ "nkbai", "zhongxiaokui" ], "repo": "bytedance/appshark", "url": "https://github.com/bytedance/appshark/issues/16", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
178471218
Updated gradle usage to take advantage of new features in 2.2 I updated the gradle version, added enableBuildCache in the gradle.properties (as per instructions here http://tools.android.com/tech-docs/build-cache) (it doesn't seem to work yet, but hopefully it will do something eventually), and added a dependency on ...
gharchive/pull-request
2016-09-21T21:49:10
2025-04-01T04:56:14.213762
{ "authors": [ "cwoodfie", "romrell4" ], "repo": "byu-oit-appdev/android-byu-suite-v2", "url": "https://github.com/byu-oit-appdev/android-byu-suite-v2/pull/61", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
610365402
Update fargate module Update fargate module to latest version and new repo. Could use a rebase but otherwise LGTM. Looks like Jamie beat me.
gharchive/pull-request
2020-04-30T20:30:07
2025-04-01T04:56:14.215119
{ "authors": [ "GaryGSC", "joshgubler" ], "repo": "byu-oit/hello-world-api", "url": "https://github.com/byu-oit/hello-world-api/pull/27", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
250562456
Imitate general ControlW behavior FEATURE REQUEST _: current cursor You can not delete a word if there is a space before the cursor. >>> get pod _ When this change is patched, >>> get _ You can delete the word before cursor even if there is a space after word Nice PR! (Actually, my friend is also comment this beh...
gharchive/pull-request
2017-08-16T09:20:40
2025-04-01T04:56:14.222962
{ "authors": [ "b4b4r07", "c-bata" ], "repo": "c-bata/go-prompt", "url": "https://github.com/c-bata/go-prompt/pull/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
630412778
Support for .pdf not available as answer, rather than only .png (image) Tried pdf documents as answer, not working, ok, acceptable, just mentioning here. Imagine those .pdf's as already prepared small .pdf's with only a few sentences in it, so not a big article or so.
gharchive/issue
2020-06-04T00:12:23
2025-04-01T04:56:14.225210
{ "authors": [ "michaelsjackson" ], "repo": "c-okelly/org_to_anki", "url": "https://github.com/c-okelly/org_to_anki/issues/71", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
100673786
Problem: multi scheduling cron-like config with exrm Cron-like config works fine with exrm when there is only one scheduled job. Ex.: config :quantum, cron: [ "* * * * * MyApp.MyModule.my_method" ] But if we define another one then release for your app can't be generated. Suggested solution is to define named sche...
gharchive/issue
2015-08-13T01:52:26
2025-04-01T04:56:14.235576
{ "authors": [ "alPacino", "bitwalker", "c-rack" ], "repo": "c-rack/quantum-elixir", "url": "https://github.com/c-rack/quantum-elixir/issues/15", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1676876213
AiQus routing Is your feature request related to a problem? Please describe. At the moment AiQus URL routes are straight under the root path / /ocbv/* /static/* /ocbv /da /bl /sp /docs /docs/* /openapi.json Describe the solution you'd like We should rebase AiQus's paths so they're all below the /aiqus base path. De...
gharchive/issue
2023-04-20T14:45:49
2025-04-01T04:56:14.246979
{ "authors": [ "RyanKelvinFord", "c0c0n3" ], "repo": "c0c0n3/kitt4sme.live", "url": "https://github.com/c0c0n3/kitt4sme.live/issues/236", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1213682337
🛑 www.zisk.eu is down In 4644d74, www.zisk.eu (https://www.zisk.eu/sk/Home.alej) was down: HTTP code: 403 Response time: 1091 ms Resolved: www.zisk.eu is back up in c18db2d.
gharchive/issue
2022-04-24T15:15:55
2025-04-01T04:56:14.262763
{ "authors": [ "c1rus" ], "repo": "c1rus/uptime", "url": "https://github.com/c1rus/uptime/issues/3536", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2279838941
🛑 www.rosler.sk is down In 1a036a3, www.rosler.sk (https://www.rosler.sk/) was down: HTTP code: 0 Response time: 0 ms Resolved: www.rosler.sk is back up in 7504d2c after 48 minutes.
gharchive/issue
2024-05-06T01:04:18
2025-04-01T04:56:14.266012
{ "authors": [ "c1rus" ], "repo": "c1rus/uptime", "url": "https://github.com/c1rus/uptime/issues/4529", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2676061252
🛑 master.kabernet.sk is down In 7b86ae6, master.kabernet.sk (https://master.kabernet.sk/) was down: HTTP code: 503 Response time: 1347 ms Resolved: master.kabernet.sk is back up in 0f75f94 after 7 minutes.
gharchive/issue
2024-11-20T14:37:41
2025-04-01T04:56:14.269578
{ "authors": [ "c1rus" ], "repo": "c1rus/uptime", "url": "https://github.com/c1rus/uptime/issues/4733", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1204147069
c3os-agent segfault on RPI4 Here after is the journald log Feb 03 12:01:47 monitor systemd[1]: c3os-agent.service: Scheduled restart job, restart counter is at 1. Feb 03 12:01:47 monitor systemd[1]: Stopped c3os agent. Feb 03 12:01:47 monitor systemd[1]: Started c3os agent. Feb 03 12:01:47 monitor c3os[3034]: panic: ...
gharchive/issue
2022-04-14T07:33:35
2025-04-01T04:56:14.277720
{ "authors": [ "matclab", "mudler" ], "repo": "c3os-io/c3os", "url": "https://github.com/c3os-io/c3os/issues/19", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
90600180
Let generated models and collections can implement some interfaces Add two API: addModelInterface(classname) addCollectionInterface(classname) 突然想到如果你用 schema 新增了 interfaces ,那 BaseModel 有些 method 也要同時被生產出來,不然會沒辦法滿足 interface 應該可以用 trait 來處理 yeah, you're right On Jun 24, 2015, at 16:25, Ronmi Ren notificatio...
gharchive/pull-request
2015-06-24T07:58:30
2025-04-01T04:56:14.291166
{ "authors": [ "Ronmi", "c9s" ], "repo": "c9s/LazyRecord", "url": "https://github.com/c9s/LazyRecord/pull/96", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2523513884
Fix 639 Related to https://github.com/cBournhonesque/lightyear/issues/639 The problem is that we used to only do entity mapping from the Sender -> Receiver, i.e. the entity map was only present on the receiver. With authority transfer we updated entity mapping, and it can be done both on the sending side or on the r...
gharchive/pull-request
2024-09-12T23:16:15
2025-04-01T04:56:14.301730
{ "authors": [ "cBournhonesque", "philpax" ], "repo": "cBournhonesque/lightyear", "url": "https://github.com/cBournhonesque/lightyear/pull/642", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1309834498
Stream Sharing It would be nice if you added the ability to split an incoming stream to multiple clients. xTeVe does this. Here is an example. You pull in one stream from Fox News then 5 TVs in your home can all watch Fox News at the same time. So you are only pulling 1 copy of the stream, not 5. Also xTeVe will send...
gharchive/issue
2022-07-19T17:27:17
2025-04-01T04:56:14.343721
{ "authors": [ "Protektor-Desura", "rocky4546" ], "repo": "cabernetwork/cabernet", "url": "https://github.com/cabernetwork/cabernet/issues/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
63391200
Error in RSS/Atom feed when setting app_locale to de I'm getting an Undefined offset error in src/Models/Incident.php line 118 when setting the default language to 'de'. Perhaps some translation strings missing? Translations should fall back to en if they're missing. I'll take a look. Fixed :) you're fast ..
gharchive/issue
2015-03-21T10:57:42
2025-04-01T04:56:14.349270
{ "authors": [ "jbrooksuk", "maltorfer" ], "repo": "cachethq/Cachet", "url": "https://github.com/cachethq/Cachet/issues/528", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
109720880
Update to elixir 3.3.1, removed unused elixir.json format bower.json @jbrooksuk This enables browsersync for us :) @joecohens Could you get this sorted on StyleCI/StyleCI too please? @GrahamCampbell Sure!
gharchive/pull-request
2015-10-05T02:24:08
2025-04-01T04:56:14.350489
{ "authors": [ "GrahamCampbell", "joecohens" ], "repo": "cachethq/Cachet", "url": "https://github.com/cachethq/Cachet/pull/993", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1330987415
clarification on the safety requirement for the Locker interface What is your question? re: https://github.com/caddyserver/certmagic/blob/master/storage.go#L75 How is the Lock used for the purpose of certmagic? Is it used to save on redundant work (e.g. it is ok to try to renew a certificate a second time), or to gua...
gharchive/issue
2022-08-07T11:23:15
2025-04-01T04:56:14.382272
{ "authors": [ "mholt", "zllovesuki" ], "repo": "caddyserver/certmagic", "url": "https://github.com/caddyserver/certmagic/issues/196", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2630919295
upstream configuration of socks5 (cloudflaer warp socks5) In the past, the upstream upstream configuration of socks5 (cloudflaer warp socks5) could proxy normally, but after warp-svc reached version 2024.6.497, it could not proxy normally. Forward proxy stops working after WARP service upgrade to 2024.9.346.0 Previ...
gharchive/issue
2024-11-03T02:33:17
2025-04-01T04:56:14.387410
{ "authors": [ "kakahu2015", "kakahu2021" ], "repo": "caddyserver/forwardproxy", "url": "https://github.com/caddyserver/forwardproxy/issues/143", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
247600251
How to use nnpack accelerate? Can I select MKL ? Hello, I am a new user of caffe2, and I got a lot of problems. When I use caffe framework, I can choose MKL or OpenBlas to accelerate my net. And I can use "export MKL_NUM_THREADS" to assign threads num. Now I don't know how to use nnpack and how to choose mkl. I have ...
gharchive/issue
2017-08-03T05:58:53
2025-04-01T04:56:14.408997
{ "authors": [ "QiYueFeiXue", "Yangqing", "deepali-c" ], "repo": "caffe2/caffe2", "url": "https://github.com/caffe2/caffe2/issues/1009", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
280578556
Calling operators within an operator Hi Is there a way to call other "operators" from within the implementation of a new operator? Thanks. Only very hacky ways. This is not recommended usage :) What are you trying to do? I am trying to implement a custom C++ operator for something similar to Yolo's last detection...
gharchive/issue
2017-12-08T18:33:46
2025-04-01T04:56:14.411772
{ "authors": [ "mohamedadaly", "pietern" ], "repo": "caffe2/caffe2", "url": "https://github.com/caffe2/caffe2/issues/1593", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
490151123
chore(*): cherrypick release-1.2 optimization and bug fixes… … to release-1.1 (#47) feat(*): enable filebeat statistic API (#24) higher resource limit (#32) (cherry picked from commit d17d4bbd97ecd00db98d24a53515e2edc305d449) Update Filebeat version to 6.5.4 for upstream bug fix (#36) bump filebeat verson t...
gharchive/pull-request
2019-09-06T06:19:20
2025-04-01T04:56:14.535448
{ "authors": [ "moshuipan" ], "repo": "caicloud/log-pilot", "url": "https://github.com/caicloud/log-pilot/pull/48", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
206208968
Use babel to compile ES2015 Since 2.2.0, this module is no longer compatible with non-latest versions of Node and most browsers. It'd be great to use Babel to compile ES2015 before publishing on NPM. Here is one of my repository doing it (https://github.com/GitbookIO/node-gitbook-api), you can setup the same config w...
gharchive/issue
2017-02-08T14:12:49
2025-04-01T04:56:14.550711
{ "authors": [ "SamyPesse", "ankerek", "caiogondim", "sebas5384" ], "repo": "caiogondim/fast-memoize.js", "url": "https://github.com/caiogondim/fast-memoize.js/issues/34", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
645846308
Use dotnet-sonarscanner package for dotnet core You might use the dotnet-sonarscanner package for dotnet core instead of your own MSBuild.SonarQube.Runner.Tool. The advantage would be to get updates faster (direct from vendor) instead of waiting for community contributions. @twenzel I took a quick look into the imp...
gharchive/issue
2020-06-25T20:57:13
2025-04-01T04:56:14.558028
{ "authors": [ "HofmeisterAn", "twenzel" ], "repo": "cake-contrib/Cake.Sonar", "url": "https://github.com/cake-contrib/Cake.Sonar/issues/96", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2401362887
🛑 XMR Asia Servers is down In 66422db, XMR Asia Servers ($XMR_ASIA) was down: HTTP code: 0 Response time: 0 ms Resolved: XMR Asia Servers is back up in 73dc397 after 34 minutes.
gharchive/issue
2024-07-10T18:02:36
2025-04-01T04:56:14.560281
{ "authors": [ "tuxpizza" ], "repo": "cake-tech/upptime-cakewallet", "url": "https://github.com/cake-tech/upptime-cakewallet/issues/1449", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2407242415
🛑 XMR USA Servers is down In e660d02, XMR USA Servers ($XMR_USA) was down: HTTP code: 0 Response time: 0 ms Resolved: XMR USA Servers is back up in e7b89e2 after 7 minutes.
gharchive/issue
2024-07-14T02:59:40
2025-04-01T04:56:14.562393
{ "authors": [ "tuxpizza" ], "repo": "cake-tech/upptime-cakewallet", "url": "https://github.com/cake-tech/upptime-cakewallet/issues/1747", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
112416228
Updated to allow arrays - Update Changes to include test cases and code coverage compliancy from previous pull request #6. @dcodadigital, I see you had a lot of work on your code. Can you please provide me some explanation with code examples? What should your code do? Some pieces don't look very clean, however, app...
gharchive/pull-request
2015-10-20T17:10:01
2025-04-01T04:56:14.576019
{ "authors": [ "bobmulder", "dcodadigital" ], "repo": "cakemanager/cakephp-settings", "url": "https://github.com/cakemanager/cakephp-settings/pull/8", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
437458890
Fixed Bug #596, #123 - changeColumn resets the nullable option if not specified Fetching column options before performing changeColumn Action Whats the bugfix status here?
gharchive/pull-request
2019-04-26T01:18:07
2025-04-01T04:56:14.609365
{ "authors": [ "dereuromark", "saitejaprasadam" ], "repo": "cakephp/phinx", "url": "https://github.com/cakephp/phinx/pull/1524", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
675415590
Enhancement: Pipes That Don't Connect to Inventories It would be very cool if a pipe was available that does not connect to inventories, but connects to other pipes, like the BuildCraft sandstone pipe, or a wrench that could remove connections to an inventory. For example, I could craft any pipe together with some sa...
gharchive/issue
2020-08-08T03:16:55
2025-04-01T04:56:14.611147
{ "authors": [ "JoshMayberry", "cakewhip" ], "repo": "cakewhip/ezpas", "url": "https://github.com/cakewhip/ezpas/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
416593572
Featured work default state Feature Name: Featured work default state Feature Description: If an artist's current feature work is deleted, a new one from his existing works (if any) will be assigned to be the new featured work Previously deleteWork does not update the state of the ArtistProfile – added a line to upd...
gharchive/pull-request
2019-03-04T01:26:51
2025-04-01T04:56:14.665323
{ "authors": [ "tommypoa" ], "repo": "calblueprint/SFAI", "url": "https://github.com/calblueprint/SFAI/pull/74", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
153069426
[Table] Allow displaying checkbox on specific rows With the current implementation, you can either display checkboxes on all TableRows or not. I currently have a table that contains different sections: Meaning that mi section header TableRow only contains the title of the section, and the following rows contain item...
gharchive/issue
2016-05-04T17:23:49
2025-04-01T04:56:14.702733
{ "authors": [ "mbrookes", "tonyjmnz" ], "repo": "callemall/material-ui", "url": "https://github.com/callemall/material-ui/issues/4157", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
122178332
Fixes #2522 SVGIcon incompatibility with bootstrap Fixes a bug that makes icons in IconMenus partially invisible when bootstrap CSS is included. Idea courtesy of "Francois Bissonnette" on #2522 who later deleted his comment. Does this bug only affect svg-icons? aren't font-icons affected? @oliviertassinari What do ...
gharchive/pull-request
2015-12-15T02:28:49
2025-04-01T04:56:14.704814
{ "authors": [ "oliviertassinari", "subjectix", "thomasantony" ], "repo": "callemall/material-ui", "url": "https://github.com/callemall/material-ui/pull/2525", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
97444731
Headers fix for #25 ac197b0d5d228543fbda6d47daa26f9bc2ef2d4d
gharchive/pull-request
2015-07-27T11:45:27
2025-04-01T04:56:14.726544
{ "authors": [ "calvinmetcalf" ], "repo": "calvinmetcalf/leaflet-ajax", "url": "https://github.com/calvinmetcalf/leaflet-ajax/pull/33", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1347020059
fix wrong fbit config during tests Fix invalid pipeline config used during tests. Uhhh, nice. We got a panic https://github.com/calyptia/api/runs/7961711404?check_suite_focus=true#step:7:172
gharchive/pull-request
2022-08-22T21:40:24
2025-04-01T04:56:14.727706
{ "authors": [ "nicolasparada" ], "repo": "calyptia/api", "url": "https://github.com/calyptia/api/pull/132", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2171301387
Patch of documentation to address #267 (lack of statusInfo in SessionInfo) What type of PR is this? Add one of the following kinds: correction documentation What this PR does / why we need it: Clarifying that only the qosStatus can be polled, but not the statusInfo which is provided only within EventQosStatusChange...
gharchive/pull-request
2024-03-06T11:37:36
2025-04-01T04:56:14.731490
{ "authors": [ "hdamker" ], "repo": "camaraproject/QualityOnDemand", "url": "https://github.com/camaraproject/QualityOnDemand/pull/269", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
156334021
add all files in bsvpath to abspaths for path lookup This fixes issues where a bsv file may include a file with a different suffix (like .defines) Looks good to me.
gharchive/pull-request
2016-05-23T18:20:38
2025-04-01T04:56:14.732605
{ "authors": [ "acw1251", "jameyhicks" ], "repo": "cambridgehackers/connectal", "url": "https://github.com/cambridgehackers/connectal/pull/117", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
340768108
styles not working for collapsible hello, i am trying to implement this module, but seems that not working <CardStack height={this.state.trucksAvailable.length * 100} width={400} background="#f8f8f8"> { this.state.trucksAvailable.map(truck => { return ( <Card key={truck} ...
gharchive/issue
2018-07-12T19:28:03
2025-04-01T04:56:14.744679
{ "authors": [ "cameronbourke", "mealbarracin10" ], "repo": "cameronbourke/react-cardstack", "url": "https://github.com/cameronbourke/react-cardstack/issues/23", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
56170988
README: Improve formatting by removing unneeded indent. This is an optional stylistic improvement to the README formatting, please see if you like it and feel free to merge. Since a fenced code block (three backticks) is already used, there's no need to indent code blocks. Either a fenced code block or an indent alo...
gharchive/pull-request
2015-02-01T17:45:33
2025-04-01T04:56:14.749135
{ "authors": [ "campoy", "shurcooL" ], "repo": "campoy/jsonenums", "url": "https://github.com/campoy/jsonenums/pull/3", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
309317085
Abstract provider detection Mount the volume in a container to detect which provider to use. Depends on #146. LGTM
gharchive/pull-request
2018-03-28T10:54:30
2025-04-01T04:56:14.750419
{ "authors": [ "cryptobioz", "mcanevet" ], "repo": "camptocamp/conplicity", "url": "https://github.com/camptocamp/conplicity/pull/147", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1124131116
DefaultWaitTimeProvider has a min wait time of 30s https://github.com/camunda-community-hub/zeebe-client-csharp/blob/bfc0fbca7b177e9fd3816e8da37bdbce108cebf5/Client/ZeebeClient.cs#L37-L38 The Math.Max should be Math.Min. Great catch @csleead thanks for reporting I will create a new release with the fix
gharchive/issue
2022-02-04T12:07:02
2025-04-01T04:56:14.764406
{ "authors": [ "Zelldon", "csleead" ], "repo": "camunda-community-hub/zeebe-client-csharp", "url": "https://github.com/camunda-community-hub/zeebe-client-csharp/issues/380", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
133687369
Keep applicable properties during morph This applies especial to technical meta-data such as ids and listeners. We cannot simply copy everything, i.e. need to remove user task related extensions when changing to service task. See forum thread, bpmn-io/bpmn-js/issues/415. Closed in favor of https://github.com/camund...
gharchive/issue
2016-02-15T11:12:08
2025-04-01T04:56:14.815135
{ "authors": [ "nikku" ], "repo": "camunda/camunda-modeler", "url": "https://github.com/camunda/camunda-modeler/issues/139", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
928906971
Implement Basic Linting UI [ ] display information about linting errors and warnings (e.g. number of linting errors) in status bar [ ] display detailed information about linting errors and warnings in dedicated UI (similar to existing log) Depends on https://github.com/camunda/camunda-modeler/issues/2326 Child of ...
gharchive/issue
2021-06-24T06:52:08
2025-04-01T04:56:14.817428
{ "authors": [ "philippfromme" ], "repo": "camunda/camunda-modeler", "url": "https://github.com/camunda/camunda-modeler/issues/2327", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
462573986
[CAM-10087] enable XML secure processing related to https://app.camunda.com/jira/browse/CAM-10087 related to https://github.com/camunda/camunda-bpm-platform/pull/366 updates on https://github.com/camunda/camunda-xml-model/pull/8 by handling if the external schema property can not be set on the parser
gharchive/pull-request
2019-07-01T08:10:30
2025-04-01T04:56:14.819212
{ "authors": [ "tmetzke" ], "repo": "camunda/camunda-xml-model", "url": "https://github.com/camunda/camunda-xml-model/pull/9", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
479727825
Autotranslation Using the google translate API to allow users to translate content in English or French. I think this is a duplicate of #612 You are right!
gharchive/issue
2019-08-12T16:03:48
2025-04-01T04:56:14.833997
{ "authors": [ "fredericlestage-vdm", "smellems" ], "repo": "canada-ca/ore-ero", "url": "https://github.com/canada-ca/ore-ero/issues/653", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
646335505
Use versioned sequence identifiers from SeqRepo The SeqRepo datastore has been updated to use versioned Ensembl identifiers (see https://github.com/biocommons/biocommons.seqrepo/issues/80). VarLex will fail to find protein sequences for users doing fresh installs / seqrepo pulls. We should revise VarLex to use versi...
gharchive/issue
2020-06-26T15:19:30
2025-04-01T04:56:14.842382
{ "authors": [ "ahwagner", "korikuzma" ], "repo": "cancervariants/variant-normalization", "url": "https://github.com/cancervariants/variant-normalization/issues/34", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
743398089
Update README.md Updated Supported API's sections Removed Future support! Now in MVP! Codecov Report Merging #30 (82d1d09) into main (7e927d2) will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## main #30 +/- ## ======================================...
gharchive/pull-request
2020-11-16T01:12:43
2025-04-01T04:56:14.852123
{ "authors": [ "canhorn", "codecov-io" ], "repo": "canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator", "url": "https://github.com/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator/pull/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1193926197
Fix default value for json.loads Issue #132 itest is currently failing for a JSONDecodeError becaus a fix in #114 didn't quite fix the problem. Solution Instead of https://github.com/canonical/loki-k8s-operator/blob/c7e25d66ad8d5f158378910e3e54f33a71f1462b/lib/charms/loki_k8s/v0/loki_push_api.py#L2009 it should be ge...
gharchive/pull-request
2022-04-06T02:24:48
2025-04-01T04:56:14.953561
{ "authors": [ "sed-i", "simskij" ], "repo": "canonical/loki-k8s-operator", "url": "https://github.com/canonical/loki-k8s-operator/pull/134", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2747827692
test-branch/execute-job/wrong-commit-sha-on-pr/45605347-c706-418a-b251-dd10254a5d1d PR for testing 2330601dfa938ea01ace6f34e407593ee40481e2 /canonical/self-hosted-runners/run-workflows 931ad21dd9ace68aaa0a7d341e94de96ad93fa6b
gharchive/pull-request
2024-12-18T13:30:20
2025-04-01T04:56:15.151226
{ "authors": [ "cbartz" ], "repo": "canonical/repo-policy-compliance-tests", "url": "https://github.com/canonical/repo-policy-compliance-tests/pull/1977", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2413961013
test-branch/execute-job/wrong-comment-on-pr/a288d080-2a51-47e7-ae1d-bc78f34e3b2e PR for testing f72327ae8255a3ea7c58a3472e8ef743d64b04f7 comment 1
gharchive/pull-request
2024-07-17T15:45:51
2025-04-01T04:56:15.152353
{ "authors": [ "cbartz" ], "repo": "canonical/repo-policy-compliance-tests", "url": "https://github.com/canonical/repo-policy-compliance-tests/pull/484", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2265960592
test-branch/execute-job/wrong-comment-on-pr/fcfdb54e-91ee-40bc-ac0e-d2db119d321f PR for testing 0577fc3280c28576f267a000bcede317d7dadf5d comment 1
gharchive/pull-request
2024-04-26T14:54:54
2025-04-01T04:56:15.153173
{ "authors": [ "cbartz" ], "repo": "canonical/repo-policy-compliance", "url": "https://github.com/canonical/repo-policy-compliance/pull/1249", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }