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
2333740571
Allow builder images to be configurable Is your feature request related to a problem? Please describe. Currently, we hardcode the builder image to daytonaio/workspace-project. Describe the solution you'd like This should be configurable as part of daytona server configure. Describe alternatives you've considered As p...
gharchive/issue
2024-06-04T14:50:27
2025-04-01T04:56:28.842803
{ "authors": [ "Tpuljak", "idagelic" ], "repo": "daytonaio/daytona", "url": "https://github.com/daytonaio/daytona/issues/634", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1619784962
Preparing metadata (setup.py) error Hi, I was doing python -m pip install dbt-mysql on window powershell and ran into this error Collecting cffi<1.15,>=1.9 Using cached cffi-1.14.6.tar.gz (475 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run succe...
gharchive/issue
2023-03-11T00:09:12
2025-04-01T04:56:28.878927
{ "authors": [ "bibimimi103", "dbeatty10" ], "repo": "dbeatty10/dbt-mysql", "url": "https://github.com/dbeatty10/dbt-mysql/issues/141", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
849137380
Filters don't work for enum types PostgreSQL 12, DBeaver EE 21.0.0, macOS 11.2.3. Suppose we have a enum type and a table: CREATE TYPE "mood" AS ENUM ( 'sad', 'ok', 'happy' ); CREATE TABLE mood_data ( id int4 NOT NULL GENERATED ALWAYS AS IDENTITY, "time" timestamp NULL, "mood" "mood" NULL, ...
gharchive/issue
2021-04-02T10:27:51
2025-04-01T04:56:28.888700
{ "authors": [ "Matvey16", "akilovich" ], "repo": "dbeaver/dbeaver", "url": "https://github.com/dbeaver/dbeaver/issues/11973", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
902554878
When to develop the version for M1 Apple. There is no problem to run DBeaver on Apple M1, but its really very slowly. Because its a intel version, not actual to Apple M1, is M1 version on developing or there is not this plan? duplicates #12441
gharchive/issue
2021-05-26T15:22:57
2025-04-01T04:56:28.890253
{ "authors": [ "uslss", "zouy50" ], "repo": "dbeaver/dbeaver", "url": "https://github.com/dbeaver/dbeaver/issues/12611", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
284597258
How to hide tables? I created an empty database. And it was created with tables. How to hide tables? It is not very clear what do you need to do. If you need to hide something then you can filters (context menu->Filter). Things in red square are schemas (not tables). @serge-rider I'm starting to learn ms sql ser...
gharchive/issue
2017-12-26T19:03:00
2025-04-01T04:56:28.894814
{ "authors": [ "it19862", "serge-rider" ], "repo": "dbeaver/dbeaver", "url": "https://github.com/dbeaver/dbeaver/issues/2694", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
387603524
Run selected script - without opening editor Some scripts are very big and editor will take long time to load into UI - for such scripts we save in drive and run them from workbench or some other tool - just by selecting the file and running it without loading it to editor. Can we get that feature - probably in too...
gharchive/issue
2018-12-05T05:50:26
2025-04-01T04:56:28.905300
{ "authors": [ "CodyBuilder-dev", "Erarshad", "MrHPotter", "chaptergy", "dckc", "p91paul", "serge-rider", "surpavan" ], "repo": "dbeaver/dbeaver", "url": "https://github.com/dbeaver/dbeaver/issues/4738", "license": "Apache-2.0", "license_type": "permissive", "license_source...
619691058
[Oracle] Metadata search doesn't work for tables if CONSTRAINT and/or FOREIGN KEY is also checked in Object type settings System information: Operating system (distribution) and version Win10 DBeaver version 7.0.5 EA Connection specification: Database name and version Oracle Describe the problem you're observing:...
gharchive/issue
2020-05-17T12:32:04
2025-04-01T04:56:28.909969
{ "authors": [ "kseniiaguzeeva" ], "repo": "dbeaver/dbeaver", "url": "https://github.com/dbeaver/dbeaver/issues/8720", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1510400922
Postgres track function changed#18412 See original issue's screenshot sorry, incorrect branch ((
gharchive/pull-request
2022-12-25T19:39:13
2025-04-01T04:56:28.910905
{ "authors": [ "plotn" ], "repo": "dbeaver/dbeaver", "url": "https://github.com/dbeaver/dbeaver/pull/18586", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
45217681
mongo plugin crashing after updating intellij here is the stacktrace: null java.lang.NullPointerException at org.codinjutsu.tools.mongo.view.MongoExplorerPanel$2.run(MongoExplorerPanel.java:124) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:319) at java.awt.event.Invocatio...
gharchive/issue
2014-10-08T08:34:51
2025-04-01T04:56:28.931111
{ "authors": [ "dboissier", "jorgeartware", "villesau" ], "repo": "dboissier/mongo4idea", "url": "https://github.com/dboissier/mongo4idea/issues/89", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
907145401
How to get coordinates(x, y) from object? Hi. How to get contour location(x, y) from instance segmentation object ? I hope to develop auto-drawing-labeler. so, want to know coordinates (X, Y) of instance segmentation. If the yolact does not have any output option for contour coordinates, you can try to integrate th...
gharchive/issue
2021-05-31T06:59:08
2025-04-01T04:56:28.932622
{ "authors": [ "7eta", "kidpaul94" ], "repo": "dbolya/yolact", "url": "https://github.com/dbolya/yolact/issues/650", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
153176993
wvunpack should ignore qmode from WavpackGetMode() for WAV family output As the title says. When a big endian caf file is encoded with -r option set, wvunpack decodes it into a big endian wav file by default. Thanks, good catch! There are actually several things along those lines that I need to look into. Without e...
gharchive/issue
2016-05-05T06:37:41
2025-04-01T04:56:28.935385
{ "authors": [ "dbry", "nu774" ], "repo": "dbry/WavPack", "url": "https://github.com/dbry/WavPack/issues/13", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
265105261
Fixed compilation errors when using a C++ compiler. What have I done? In order to compile the C code in a C++ project, I've had to C-style cast anything that was of type void* to the destination type. The issue we were running into is the blasted error C2440. Why have I done this? What was I trying to do? A bit of ba...
gharchive/pull-request
2017-10-12T22:13:20
2025-04-01T04:56:28.944083
{ "authors": [ "dbry", "jrlanglois" ], "repo": "dbry/WavPack", "url": "https://github.com/dbry/WavPack/pull/22", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
362023322
Optimize wavpack.h The goal is to remove duplicated code from wavpack.h & wavpack_local.h. WavPackContext is still opaque pointer for library users, but for private use it is typedef to internal struct. Include wavpack.h to wavpack_local.h WavPackContext is now typedef of struct WavPackContext in wavpack_local.h Rem...
gharchive/pull-request
2018-09-20T05:25:23
2025-04-01T04:56:28.947889
{ "authors": [ "dbry", "evpobr" ], "repo": "dbry/WavPack", "url": "https://github.com/dbry/WavPack/pull/47", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2499584395
[Feature] Raise an error for unit tests that don't contain all filtering columns Is this a new bug in dbt-core? [X] I believe this is a new bug in dbt-core [X] I have searched the existing issues, and I could not find an existing issue for this bug Current Behavior Fixtures that are missing required columns in mode...
gharchive/issue
2024-09-01T17:05:08
2025-04-01T04:56:28.954015
{ "authors": [ "dbeatty10", "leonardobocci" ], "repo": "dbt-labs/dbt-core", "url": "https://github.com/dbt-labs/dbt-core/issues/10649", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2736635577
[implementation] define project-wide vars in vars.yml, outside of dbt_project.yml Short description From https://github.com/dbt-labs/dbt-core/issues/2955 "I want to define project-wide variables outside of my dbt_project.yml." "I want to be able to reference variables in my dbt_project.yml at parse-time." Acceptance ...
gharchive/issue
2024-12-12T18:41:36
2025-04-01T04:56:28.960040
{ "authors": [ "b-per", "graciegoheen" ], "repo": "dbt-labs/dbt-core", "url": "https://github.com/dbt-labs/dbt-core/issues/11144", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1427113752
Minimize pre-commit install Description Minimize the installs to run pre-commit Checklist [ ] I have read the contributing guide and understand what's expected of me [ ] I have signed the CLA [ ] I have run this code in development and it appears to resolve the stated issue [ ] This PR includes tests, or tests are n...
gharchive/pull-request
2022-10-28T11:22:56
2025-04-01T04:56:28.965055
{ "authors": [ "Fokko", "JCZuurmond" ], "repo": "dbt-labs/dbt-spark", "url": "https://github.com/dbt-labs/dbt-spark/pull/507", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
998501721
Enable deprecation: dispatch-packages dispatch-packages Introduced in: v0.19.2 In the last week, raised by: 276 projects (~9% of eligible projects) Instead of raising a deprecation warning when the user has defined the packages arg, or has passed a list instead of a string, we should instead raise a clear error. That...
gharchive/issue
2021-09-16T18:23:04
2025-04-01T04:56:28.971113
{ "authors": [ "emmyoop", "jtcohen6" ], "repo": "dbt-labs/dbt", "url": "https://github.com/dbt-labs/dbt/issues/3895", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2550995125
[Core] Add content to v1.9 upgrade guide for beta Link to the page(s) on docs.getdbt.com requiring updates Add any relevant content to v1.9 upgrade guide for upcoming beta Tell us more about this update Please use the following template as guidance (@matthewshaver will have more info): https://docs.getdbt.com/docs/db...
gharchive/issue
2024-09-26T15:59:55
2025-04-01T04:56:28.980340
{ "authors": [ "graciegoheen", "mirnawong1" ], "repo": "dbt-labs/docs.getdbt.com", "url": "https://github.com/dbt-labs/docs.getdbt.com/issues/6159", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1317280908
Add devspace Wraps all the README.md set up instructions into a GitHub codespace so that rather than: installing VSCode & Python doing the virtual env setup stuff from the README.md All a user needs to do is click the "Open in Codespaces" button on this repo, and everything is set up for them, including a chunk of t...
gharchive/pull-request
2022-07-25T19:38:50
2025-04-01T04:56:28.991566
{ "authors": [ "dataders", "sungchun12" ], "repo": "dbt-labs/jaffle_shop_duckdb", "url": "https://github.com/dbt-labs/jaffle_shop_duckdb/pull/28", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1970760563
Deployment_type argument appears to be redundant Provider version: dbt-labs/dbtcloud v0.2.2 Terraform: resource "dbtcloud_environment" "data_platform_test_production" { dbt_version = "1.6.1-latest" # TODO: parameterise as a variable, ideally get from dbt/requirements.txt name = "Production" type ...
gharchive/issue
2023-10-31T15:43:24
2025-04-01T04:56:28.995468
{ "authors": [ "LeoTheGriff", "b-per" ], "repo": "dbt-labs/terraform-provider-dbtcloud", "url": "https://github.com/dbt-labs/terraform-provider-dbtcloud/issues/209", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1999825267
Expand notification resource to support Slack type Is your feature request related to a problem? Please describe. I'm working to import dbt Cloud resources into our Terraform state, and would like to be able to include our Slack notifications. Describe the solution you'd like I'd like to be able to configure Slack no...
gharchive/issue
2023-11-17T19:58:07
2025-04-01T04:56:29.002353
{ "authors": [ "b-per", "katieclaiborne", "will-sargent-dbtlabs" ], "repo": "dbt-labs/terraform-provider-dbtcloud", "url": "https://github.com/dbt-labs/terraform-provider-dbtcloud/issues/222", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
769717911
fix AAD integrated authentication using authentication: ActiveDirectoryIntegrated doesn't work. most likely due to this chunk not helping anything just causing problems. @NandanHegde15 is in the process of testing will open a PR to resolve this ASAP. https://github.com/dbt-msft/dbt-sqlserver/blob/f98edd015b252fbd7eb5...
gharchive/issue
2020-12-17T08:54:45
2025-04-01T04:56:29.007652
{ "authors": [ "mikaelene", "swanderz" ], "repo": "dbt-msft/dbt-sqlserver", "url": "https://github.com/dbt-msft/dbt-sqlserver/issues/68", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2634708793
My first revup foo Topic: foo Reviews in this chain: └https://github.com/dcai-emancro/revup-tutorial/pull/1 My first revup foo # head base diff date summary 0 41892cfc c78b1781 diff Nov 4 23:58 PM 1 file changed, 1 insertion(+)
gharchive/pull-request
2024-11-05T07:58:01
2025-04-01T04:56:29.016596
{ "authors": [ "dcai-emancro" ], "repo": "dcai-emancro/revup-tutorial", "url": "https://github.com/dcai-emancro/revup-tutorial/pull/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
94558033
Can I use this library to create a typed javascript class without protobuf? As proto3 supports json, I want to use json over http 1.1, for web clients. I'll also use https://github.com/google/googleapis/blob/master/google/api/http.proto to declare rest api on .proto file. Is this supported? You could use ProtoBuf.j...
gharchive/issue
2015-07-12T11:40:43
2025-04-01T04:56:29.044350
{ "authors": [ "ceram1", "dcodeIO" ], "repo": "dcodeIO/ProtoBuf.js", "url": "https://github.com/dcodeIO/ProtoBuf.js/issues/301", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
240801184
Fix segfault in tests and potential badness in general. DC/OS compiles Mesos with Libevent and SSL enabled, which means that -DUSE_SSL_SOCKET is defined during compilation time across all files. This definition was missing in this modules repo, which leads to a subtle abort/segfault during tests: [ RUN ] Docker...
gharchive/pull-request
2017-07-05T23:11:30
2025-04-01T04:56:29.052904
{ "authors": [ "kaysoky", "tillt" ], "repo": "dcos/dcos-mesos-modules", "url": "https://github.com/dcos/dcos-mesos-modules/pull/21", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
305751309
Separate tests and packages Lists out all dcos_test_utils as submodules and moves tests into their own directory 🤔 ERROR: unknown environment 'py35-integration-tests' Do those CI configs need to be updated? @margaret Those shouldn't have been run against this PR at all because that integration test is not implem...
gharchive/pull-request
2018-03-15T23:15:37
2025-04-01T04:56:29.054334
{ "authors": [ "margaret", "mellenburg" ], "repo": "dcos/dcos-test-utils", "url": "https://github.com/dcos/dcos-test-utils/pull/35", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
588444973
chore(deps): update dependency html-webpack-plugin to v4 This PR contains the following updates: Package Type Update Change html-webpack-plugin devDependencies major 3.2.0 -> 4.0.2 Release Notes jantimon/html-webpack-plugin v4.0.2 Compare Source Bug Fixes don't remove trailing slashes from self closing t...
gharchive/pull-request
2020-03-26T14:02:33
2025-04-01T04:56:29.098366
{ "authors": [ "mesosphere-ci", "mesosphere-renovate" ], "repo": "dcos/dcos-ui", "url": "https://github.com/dcos/dcos-ui/pull/4546", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
161483217
Add icons to repo This PR adds all of the icons to our repository. Reviewer: @daiyiwhale
gharchive/pull-request
2016-06-21T16:32:00
2025-04-01T04:56:29.099776
{ "authors": [ "jfurrow", "mesosphere-web" ], "repo": "dcos/dcos-ui", "url": "https://github.com/dcos/dcos-ui/pull/466", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
220191448
Feature/demos page Description https://jira.mesosphere.com/browse/DCOS_SITE-159 Urgency [ ] Blocker [ ] High [ ] Medium Requirements Test all commands and procedures. Build content locally and test for formatting/links. Add redirects to dcos-website/redirect-files. Change all affected versions (e.g. 1.7, 1.8, and...
gharchive/pull-request
2017-04-07T11:48:42
2025-04-01T04:56:29.115358
{ "authors": [ "daveyheuser", "judithpatudith", "renesijnke" ], "repo": "dcos/dcos-website", "url": "https://github.com/dcos/dcos-website/pull/1213", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
326684465
Dummy change. DO NOT MERGE Description Urgency [ ] Blocker [ ] High [ ] Medium Requirements See the contribution guidelines. Build content locally and test for formatting/links. retest this please retest this please retest this please @joerg84 can I close this?
gharchive/pull-request
2018-05-25T22:56:08
2025-04-01T04:56:29.119100
{ "authors": [ "joerg84", "judithpatudith" ], "repo": "dcos/dcos-website", "url": "https://github.com/dcos/dcos-website/pull/1563", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
301286204
[1.11] dcos-net not starting if IPv6 is disabled High-level description dcos-net is not starting when IPv6 is disabled. Corresponding DC/OS tickets (obligatory) These DC/OS JIRA ticket(s) must be updated (ideally closed) in the moment this PR lands: DCOS-21471 dcos-net not starting if IPv6 is disabled Related ticke...
gharchive/pull-request
2018-03-01T05:52:20
2025-04-01T04:56:29.126774
{ "authors": [ "orsenthil", "urbanserj" ], "repo": "dcos/dcos", "url": "https://github.com/dcos/dcos/pull/2534", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2112757195
Finalize assignments Make assignment 1 ready for publishing in week 3 Clarify usage of ChatGPT and other AI tools (suggestion: allow students to use them but they need to explain how they used them, incl prompts and a description why it is correct, which should be about as long as the solution or longer) Create grad...
gharchive/issue
2024-02-01T15:09:58
2025-04-01T04:56:29.135193
{ "authors": [ "ddahlmeier" ], "repo": "ddahlmeier/sutd-mlops-course-code", "url": "https://github.com/ddahlmeier/sutd-mlops-course-code/issues/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1847804297
🛑 Danbs is down In 99fa373, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 4112 ms Resolved: Danbs is back up in 1d23f00.
gharchive/issue
2023-08-12T06:43:01
2025-04-01T04:56:29.136889
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/10037", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1989789246
🛑 Danbs is down In ad0b9ad, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 3126 ms Resolved: Danbs is back up in e6a4921 after 6 minutes.
gharchive/issue
2023-11-13T02:51:10
2025-04-01T04:56:29.138416
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/13460", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2069614916
🛑 Danbs is down In 2a281bc, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 3476 ms Resolved: Danbs is back up in 5c6033f after 27 minutes.
gharchive/issue
2024-01-08T04:17:58
2025-04-01T04:56:29.139778
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/15546", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2080956448
🛑 Danbs is down In 7f080f6, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 3794 ms Resolved: Danbs is back up in e5eee35 after 6 minutes.
gharchive/issue
2024-01-14T23:20:19
2025-04-01T04:56:29.141152
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/15795", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2103814768
🛑 Danbs is down In e94ba9f, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 96 ms Resolved: Danbs is back up in 5ade151 after 20 minutes.
gharchive/issue
2024-01-27T21:15:46
2025-04-01T04:56:29.142517
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/16262", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2140748741
🛑 Danbs is down In 867f7c8, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 97 ms Resolved: Danbs is back up in e64f19c after 12 minutes.
gharchive/issue
2024-02-18T05:10:31
2025-04-01T04:56:29.143897
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/17083", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2172870857
🛑 Danbs is down In 18062b0, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 128 ms Resolved: Danbs is back up in ce0c17b after 13 minutes.
gharchive/issue
2024-03-07T03:31:36
2025-04-01T04:56:29.145416
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/17770", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2215273588
🛑 Danbs is down In 0f895c5, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 170 ms Resolved: Danbs is back up in 6580704 after 24 minutes.
gharchive/issue
2024-03-29T12:46:08
2025-04-01T04:56:29.146786
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/18602", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1524672580
🛑 Danbs is down In d8a591d, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 254 ms Resolved: Danbs is back up in 4f5a8f3.
gharchive/issue
2023-01-08T20:45:38
2025-04-01T04:56:29.148152
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/2554", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1583173911
🛑 Danbs is down In 5f670d4, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 96 ms Resolved: Danbs is back up in b3a9718.
gharchive/issue
2023-02-13T22:34:25
2025-04-01T04:56:29.149505
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/3747", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1638117012
🛑 Danbs is down In bf83423, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 170 ms Resolved: Danbs is back up in 49fabe2.
gharchive/issue
2023-03-23T18:52:24
2025-04-01T04:56:29.150966
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/4971", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1642752486
🛑 Danbs is down In 8c6f16f, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 196 ms Resolved: Danbs is back up in 268aaab.
gharchive/issue
2023-03-27T20:15:51
2025-04-01T04:56:29.152488
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/5112", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1696965230
🛑 Danbs is down In cd3c00e, Danbs (https://danbs.net) was down: HTTP code: 404 Response time: 193 ms Resolved: Danbs is back up in 7ba8003.
gharchive/issue
2023-05-05T03:51:48
2025-04-01T04:56:29.153864
{ "authors": [ "ddanbs" ], "repo": "ddanbs/upptime", "url": "https://github.com/ddanbs/upptime/issues/6460", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1551899823
Addd mkcert and make chrome trust https URLs, fixes #15 #15 points out that https URLs aren't trusted by chrome here. This installs mkcert in the chrome container and makes it trust the shared mkcert CA. curl also works inside the chrome container. You can test this PR with ddev get https://github.com/rfay/ddev-selen...
gharchive/pull-request
2023-01-21T20:06:56
2025-04-01T04:56:29.165075
{ "authors": [ "ptmkenny", "rfay" ], "repo": "ddev/ddev-selenium-standalone-chrome", "url": "https://github.com/ddev/ddev-selenium-standalone-chrome/pull/17", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2691025348
DDEV v1.24.0 Release notes draft We have so many things to communicate about for the release. This set of release notes should also become a blog, so we should note things that people need to learn about for this. (Related blog post in preparation at https://ddev.com.ddev.site:4321/blog/release-v1240 ) Highlights: Th...
gharchive/issue
2024-11-25T14:45:25
2025-04-01T04:56:29.172297
{ "authors": [ "ptmkenny", "rfay" ], "repo": "ddev/ddev", "url": "https://github.com/ddev/ddev/issues/6773", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2244478050
fix: add Docker filter by label without value, fixes #6088 The Issue #6088 How This PR Solves The Issue The Docker filter used the old syntax from fsouza/go-dockerclient, and as a result, it was looking for label=label=com.ddev.site-name instead of label=com.ddev.site-name. I also finally figured out the syntax for...
gharchive/pull-request
2024-04-15T19:45:13
2025-04-01T04:56:29.174874
{ "authors": [ "rfay", "stasadev" ], "repo": "ddev/ddev", "url": "https://github.com/ddev/ddev/pull/6098", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
220552532
Installing Jminer on ubuntu, launch fails with CL_OUT_OF_RESOURCES I am running ubuntu 16.04 and attempting to get jminer up and going, I have already configed my props file and pathed the plot files but when attempting to run jminer from command line with ./run.sh I get the following TB: Exception in thread "readerP...
gharchive/issue
2017-04-10T06:51:15
2025-04-01T04:56:29.186914
{ "authors": [ "Tadasu85" ], "repo": "de-luxe/burstcoin-jminer", "url": "https://github.com/de-luxe/burstcoin-jminer/issues/30", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2107095478
Regarding the loading error of action.yaml Hello, I hope this message finds you well. I have been using de-vri-es/setup-git-credentials@v2 action, but I have encountered the following error: Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node20'...
gharchive/issue
2024-01-30T07:02:08
2025-04-01T04:56:29.190841
{ "authors": [ "de-vri-es", "smlgbl", "takuya-takahash1" ], "repo": "de-vri-es/setup-git-credentials", "url": "https://github.com/de-vri-es/setup-git-credentials/issues/28", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1166959251
Open folder from termux terminal Pls add opening folder from termux terminal using command line command acode -o /path/ Hey @deadlyjack , I'm sorry I see this feature closed but I don't see know to do it. Is there any way to open Acode via Termux? I did something like this but it doesn't open any file/folder like t...
gharchive/issue
2022-03-11T22:57:57
2025-04-01T04:56:29.191903
{ "authors": [ "ghost", "kud" ], "repo": "deadlyjack/Acode", "url": "https://github.com/deadlyjack/Acode/issues/368", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
692370489
List Checkbox Spacer Hey! I really love your funky theme :) You did an amazing job on it! However, there should definitely be a space between the checkbox and the text. Currently, it's looking like this: I edited the obsidian.css this way (very very ugly I imagine and as soon as somebody changes the font size the sp...
gharchive/issue
2020-09-03T21:15:48
2025-04-01T04:56:29.208693
{ "authors": [ "chi-wi", "deathau" ], "repo": "deathau/80s-Neon-for-Obsidian.md", "url": "https://github.com/deathau/80s-Neon-for-Obsidian.md/issues/3", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
874868396
Getting the base domain I would like to tag my clips with the source domain. Therefore it would be nice to have the possibility to extract the base domain of an article. For example https://www.theverge.com/2021/5/3/22417725/apple-vs-epic-full-trial-slideshows-opening-arguments would become theverge.com I just noti...
gharchive/issue
2021-05-03T20:04:48
2025-04-01T04:56:29.210272
{ "authors": [ "Nebucatnetzer" ], "repo": "deathau/markdownload", "url": "https://github.com/deathau/markdownload/issues/81", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1303697048
Update weaver-cats, weaver-discipline, ... to 0.7.13 Updates com.disneystreaming:weaver-cats com.disneystreaming:weaver-discipline com.disneystreaming:weaver-scalacheck from 0.7.11 to 0.7.13. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this v...
gharchive/pull-request
2022-07-13T16:47:47
2025-04-01T04:56:29.221589
{ "authors": [ "scala-steward" ], "repo": "debasishg/tradeio", "url": "https://github.com/debasishg/tradeio/pull/152", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1032263938
Dbz 4146 https://issues.redhat.com/browse/DBZ-4146 Using backend response to fetch the SMT list and their properties. Backend End point fixed, it's good to go. @indraraj - I'm seeing a couple issues while testing this. Are you seeing the same? Add a transformation. The first time I select a transformation typ...
gharchive/pull-request
2021-10-21T09:26:24
2025-04-01T04:56:29.226687
{ "authors": [ "indraraj", "mdrillin" ], "repo": "debezium/debezium-ui", "url": "https://github.com/debezium/debezium-ui/pull/399", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
499824996
Audit log blog post (don't merge yet) The basic flow is there, but still needs polishing and a summary/outlook. Thanks a lot for the thorough proof-reading, @hpgrahsl! I've pushed one more commit addressing most your remarks and resolved the corresponding discussions. Still reading but one comment is that all you...
gharchive/pull-request
2019-09-28T21:52:31
2025-04-01T04:56:29.228587
{ "authors": [ "gunnarmorling", "jbfletch" ], "repo": "debezium/debezium.github.io", "url": "https://github.com/debezium/debezium.github.io/pull/360", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1460588689
Remove Unreachable if statement if statement never will be true @erdinctaskin Applied, thanks
gharchive/pull-request
2022-11-22T21:39:41
2025-04-01T04:56:29.229881
{ "authors": [ "erdinctaskin", "jpechane" ], "repo": "debezium/debezium", "url": "https://github.com/debezium/debezium/pull/4078", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1406773819
Add missing addresses for Zodiac and Usul on local network Description Add missing addresses for Zodiac and Usul on local network, assuming that it would be identical to Goerli Notes Bug appeared again after latest merge of #532 Issue (if applicable) Closes #538 Testing Run playwright tests and ensure issue describe...
gharchive/pull-request
2022-10-12T20:31:30
2025-04-01T04:56:29.244998
{ "authors": [ "SudoPumpkin", "adamgall", "herbig", "mudrila" ], "repo": "decent-dao/fractal-interface", "url": "https://github.com/decent-dao/fractal-interface/pull/548", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
900128560
Content Change Detection and Tracking vs. Content Change Notification The current EDV CS V1 spec supports the former but not the latter. However, the latter can be built on top of the former at the client or CS Services level. Discussed on the 24th of June WG call, since the opening of this issue the spec has adde...
gharchive/issue
2021-02-19T03:06:21
2025-04-01T04:56:29.268029
{ "authors": [ "TallTed", "dmitrizagidulin", "mwherman2000", "tplooker" ], "repo": "decentralized-identity/edv-spec", "url": "https://github.com/decentralized-identity/edv-spec/issues/29", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
200813679
Minecraft 1.8 and lower not run [ERROR] Error: Could not create the Java Virtual Machine. Process exited with error code 1(There could be problems). Session since 18:21:05(0 min. total) Исключение: Возникло исключение "System.NullReferenceException" в dotMCLauncher.Core.dll ("Ссылка на объект не указывает на экземпл...
gharchive/issue
2017-01-14T16:24:36
2025-04-01T04:56:29.339147
{ "authors": [ "LowSkillGamer", "dedepete" ], "repo": "dedepete/FreeLauncher", "url": "https://github.com/dedepete/FreeLauncher/issues/8", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1203195408
Fixes Frontend API requests Some comments for the new API request: Some CONST ENDPOINTS have been merged Not sure: The token should still be in the header authorization w/ Bearer and we also need the userID for every API call from the frontend to the web backend Status of the election ( we need that in the API doc, ...
gharchive/pull-request
2022-04-13T11:53:20
2025-04-01T04:56:29.346342
{ "authors": [ "badrlarhdir", "coveralls" ], "repo": "dedis/d-voting", "url": "https://github.com/dedis/d-voting/pull/86", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2295011729
[CONTROLLER/PROMETHEUS] supports multi orgs in cache This PR is for: Server supports multi orgs in cache Checklist [ ] Added unit test. Backport to branches main Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement befo...
gharchive/pull-request
2024-05-14T10:04:45
2025-04-01T04:56:29.369331
{ "authors": [ "CLAassistant", "ZhengYa-0110" ], "repo": "deepflowio/deepflow", "url": "https://github.com/deepflowio/deepflow/pull/6435", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2129164574
bug - pressing space while typing a message causes the microphone to toggle pressing space while typing a message causes the microphone to toggle fixed
gharchive/issue
2024-02-11T20:54:05
2025-04-01T04:56:29.370185
{ "authors": [ "lukeocodes" ], "repo": "deepgram-devs/deepgram-conversational-demo", "url": "https://github.com/deepgram-devs/deepgram-conversational-demo/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1800049773
feat: add fonts-agave agave is a fixed-width outline typeface, designed and produced by type agaric. Log: add fonts-agave Issue: https://github.com/deepin-community/sig-deepin-sysdev-team/issues/386 /lgtm
gharchive/pull-request
2023-07-12T02:28:52
2025-04-01T04:56:29.371644
{ "authors": [ "chenchongbiao", "chuan-boss" ], "repo": "deepin-community/fonts-agave", "url": "https://github.com/deepin-community/fonts-agave/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
977395543
SentencePiece is not supported by Android Description I'm trying to use SentencePiece lib in Android platform, but I get the following exception, saying SentencePiece is not supported in this platform: java.lang.UnsupportedOperationException: SentencePiece is not supported by this platform at ai.djl.sente...
gharchive/issue
2021-08-23T20:15:51
2025-04-01T04:56:29.377487
{ "authors": [ "Arman-IMRSV", "frankfliu", "zachgk" ], "repo": "deepjavalibrary/djl", "url": "https://github.com/deepjavalibrary/djl/issues/1187", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1677625487
whether could you provide me a example for tensorflow that predict by gpu ,and tell me the computer setting info? I'm not sure if this is caused by CUDA 12.1 you are using. Can you try CUDA 11.3? or use PyTorch engine? Originally posted by @frankfliu in https://github.com/deepjavalibrary/djl/issues/2554#is...
gharchive/issue
2023-04-21T01:29:25
2025-04-01T04:56:29.379388
{ "authors": [ "guojian0614" ], "repo": "deepjavalibrary/djl", "url": "https://github.com/deepjavalibrary/djl/issues/2560", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1026744458
Attempt to invoke virtual method 'void com.otaliastudios.transcoder.transcode.internal.AudioEngine.drainDecoder(int, java.nio.ByteBuffer, long, boolean)' on a null object reference E/Transcoder: Fatal error while transcoding, this might be invalid format or bug in engine or Android. java.lang.NullPointerException: At...
gharchive/issue
2021-10-14T19:28:01
2025-04-01T04:56:29.395049
{ "authors": [ "natario1", "siegie2000" ], "repo": "deepmedia/Transcoder", "url": "https://github.com/deepmedia/Transcoder/issues/155", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
966402130
Error aria2c downloading files I found that on an NFS filesystem, downloading the reference files with aria2c leads to an error. I googled and found a solution here: find ~/alphafold/scripts/ -name "download*sh" | while read i; do perl -p -i -e 's/aria2c\ \"/aria2c\ \-\-file\-allocation\=trunc \"/' $i; done Then fol...
gharchive/issue
2021-08-11T10:14:04
2025-04-01T04:56:29.396680
{ "authors": [ "Augustin-Zidek", "avilella" ], "repo": "deepmind/alphafold", "url": "https://github.com/deepmind/alphafold/issues/119", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
839408670
The tutorial uses deprecated methods Hi, I ran the tutorial on both colab and the local machine, but it seems that some methods used in the tutorial are not supported in the current version of Reverb. Can you update the tutorial? Hi, how did you solve this issue? Actually, the tutorial is ahead of the release (v...
gharchive/issue
2021-03-24T06:43:52
2025-04-01T04:56:29.400850
{ "authors": [ "MorganeAyle", "zhangxiaochuan" ], "repo": "deepmind/reverb", "url": "https://github.com/deepmind/reverb/issues/32", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
569299607
v2: dynamic_unroll using lstm_with_recurrent_dropout doesn't work The following code doesn't work: import tensorflow as tf import numpy as np import sonnet as snt class A(): def __init__(self): self.train_core, test_core = snt.lstm_with_recurrent_dropout(1, dropout=0.5) @tf.function def forward...
gharchive/issue
2020-02-22T07:58:44
2025-04-01T04:56:29.407736
{ "authors": [ "SergeyVolodko", "meta-inf", "tomhennigan" ], "repo": "deepmind/sonnet", "url": "https://github.com/deepmind/sonnet/issues/161", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1002605568
Fix for Paraphraser reader not to give degenerate labels as they are only 1 or 0 as they are only 1 or 0 they are -1, 0, 1
gharchive/pull-request
2021-09-21T14:31:29
2025-04-01T04:56:29.409240
{ "authors": [ "dimakarp1996", "vaskonov" ], "repo": "deepmipt/DeepPavlov", "url": "https://github.com/deepmipt/DeepPavlov/pull/1488", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
587885979
Getting empty answer Found 10 FAQs with empty answers indexed in elasticsearch. Deleted them now. @bogdankostic Can you please filter out scraper results that have an empty answer string to avoid something like this in the future? @tholor The meta-scraper is already filtering out empty answers (see here). I chec...
gharchive/issue
2020-03-25T18:02:18
2025-04-01T04:56:29.434798
{ "authors": [ "bogdankostic", "theapache64", "tholor" ], "repo": "deepset-ai/COVID-QA", "url": "https://github.com/deepset-ai/COVID-QA/issues/75", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2108278900
feat: ability to override titles of specific pages also removing --unstable since it's no longer necessary removing most of the safelist, due to PR 2266 in fresh switching from as to satisfies in the fixture configs there's some coverage debt missing here and in https://github.com/deer/fresh_blog/pull/31 that i'l...
gharchive/pull-request
2024-01-30T16:30:57
2025-04-01T04:56:29.453928
{ "authors": [ "deer" ], "repo": "deer/fresh_blog", "url": "https://github.com/deer/fresh_blog/pull/32", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1251723216
message inline How or when can you use the functionality of telegram online messages Hi, I'm not sure to have understood your question, could you elaborate please? https://core.telegram.org/bots/inline. To enable inline mode, please send me the placeholder message for queries to your bot. People will see this pla...
gharchive/issue
2022-05-28T20:58:50
2025-04-01T04:56:29.460781
{ "authors": [ "aestrada2796", "fabio-ivona" ], "repo": "def-studio/telegraph", "url": "https://github.com/def-studio/telegraph/issues/90", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1216258475
Update url.py Fix url.py to collect old tweet original issue =>https://github.com/twintproject/twint/issues/1260 Nice 👍
gharchive/pull-request
2022-04-26T17:21:52
2025-04-01T04:56:29.462406
{ "authors": [ "defaultcf", "yuzuka4573" ], "repo": "defaultcf/twint", "url": "https://github.com/defaultcf/twint/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
975787964
개요 - defjin https://defjin.github.io/_posts/TextTheme/Usage 설정 변경 폴더 안에 있는 _config.yml 파일의 값들을 수정한다.구독피드 xml라이센스 license국제화 다양한 언어로 표시되도록 할 수 있음.마크다운강조_config.yml 에서 각 값들을 true로 변경한 후에 사용가능. 기본값은 false MathJax, Me... ㅎㅇ 테스트
gharchive/issue
2021-08-20T17:17:51
2025-04-01T04:56:29.476917
{ "authors": [ "bcking92", "defjin" ], "repo": "defjin/defjin.github.io", "url": "https://github.com/defjin/defjin.github.io/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2220793
win32-open3 not working with ruby 1.9.2 Although comes along with it, doesn't work. Any alternatives...? try https://github.com/matschaffer/win32-open3-19 which is available as a gem
gharchive/issue
2011-11-13T10:03:44
2025-04-01T04:56:29.485063
{ "authors": [ "domainadmin", "ssboisen" ], "repo": "defunkt/github-gem", "url": "https://github.com/defunkt/github-gem/issues/77", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
148918249
doc(objectstorage): refactor configuring object storage documentation Couple of things I wanted to accomplish here. Make the top of the doc goal oriented to actually walk folks through wiring this up. Remove as much repeated content as possible like the redundant helm charts sections. Expand on the paths and env var...
gharchive/pull-request
2016-04-17T04:41:06
2025-04-01T04:56:29.505920
{ "authors": [ "arschles", "slack" ], "repo": "deis/workflow", "url": "https://github.com/deis/workflow/pull/167", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
677712930
Error when running krustlet with Kind Hi, I am experiencing the following error when I tried the steps in the link. I used version 0.4.0 for krustlet. Output is: $ krustlet-wascc --node-ip 172.17.0.1 --bootstrap-file=~/.krustlet/config/bootstrap.conf BOOTSTRAP: TLS certificate requires manual approval. Run kubectl c...
gharchive/issue
2020-08-12T13:53:52
2025-04-01T04:56:29.509219
{ "authors": [ "amar123deep" ], "repo": "deislabs/krustlet", "url": "https://github.com/deislabs/krustlet/issues/350", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
182575158
Unable to find a specification for SlideMenuControllerSwift I just upgrade Xcode to 8.0 and my project to Swift3.0 After that i remove all pod and reinstall all of them again. But i have a problem to run 'pod install', i get the following error: Analyzing dependencies [!] Unable to find a specification for SlideMenuC...
gharchive/issue
2016-10-12T16:43:05
2025-04-01T04:56:29.511306
{ "authors": [ "Pluto-Y", "whitewizard007" ], "repo": "dekatotoro/SlideMenuControllerSwift", "url": "https://github.com/dekatotoro/SlideMenuControllerSwift/issues/234", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
107499825
Subclass or wrapper for form models. Currently 2 approaches are used. For the profile form a subclass of the activerecord model is used, for the registration form a wrapper class is used. Why use 2 different approaches? Activerecord subclasses represent a row from a table, however other models are used to collect u...
gharchive/issue
2015-09-21T12:25:43
2025-04-01T04:56:29.513732
{ "authors": [ "SamMousa", "dmeroff" ], "repo": "dektrium/yii2-user", "url": "https://github.com/dektrium/yii2-user/issues/476", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
475424959
Refactoring DeltaTable for cleanliness Previously DeltaTable was only taking Dataset[Row] as the parameter. And was trying to figure out the DeltaLog via the analyzed plan. Moved to a cleaner approach where we pass the DeltaLog as well as a parameter. I agree this is a cleaner approach. However, I am making the rel...
gharchive/pull-request
2019-08-01T01:23:31
2025-04-01T04:56:29.534938
{ "authors": [ "rahulsmahadev", "tdas" ], "repo": "delta-io/delta", "url": "https://github.com/delta-io/delta/pull/104", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2358903869
Updated Hyperdrive metadata Description This PR adds a kind function to each contract that provides a human-readable way to identify a given contract. In addition to this change, the registry was updated to support kind, and the name and version fields were added to any straggler contracts. Review Checklists Please c...
gharchive/pull-request
2024-06-18T05:01:11
2025-04-01T04:56:29.591651
{ "authors": [ "coveralls", "jalextowle" ], "repo": "delvtech/hyperdrive", "url": "https://github.com/delvtech/hyperdrive/pull/1063", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1939478144
🛑 SearxNG is down In 9e6d904, SearxNG (https://sx.eka.monster) was down: HTTP code: 0 Response time: 0 ms Resolved: SearxNG is back up in 2bcfe98 after 7 minutes.
gharchive/issue
2023-10-12T08:26:11
2025-04-01T04:56:29.627321
{ "authors": [ "demonsteru" ], "repo": "demonsteru/up", "url": "https://github.com/demonsteru/up/issues/1158", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1800567985
🛑 SearxNG is down In 509eb8f, SearxNG (https://sx.eka.monster) was down: HTTP code: 0 Response time: 0 ms Resolved: SearxNG is back up in 3843cbc.
gharchive/issue
2023-07-12T09:29:49
2025-04-01T04:56:29.629593
{ "authors": [ "demonsteru" ], "repo": "demonsteru/up", "url": "https://github.com/demonsteru/up/issues/755", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
644474751
=1.3.0 breaks type inference of unwrapped types Thanks again for fixing #86. After updating to 1.4.1, however, I still get errors from code which compiled with 1.2.6. Here's a minimal repro: type X() = member _.A = 1 let f () = asyncResult { let! v = async { return X() } return v.A } Under 1.2.6, this...
gharchive/issue
2020-06-24T09:44:37
2025-04-01T04:56:29.655342
{ "authors": [ "TheAngryByrd", "baronfel", "cartermp", "piaste", "sandeep-eroad" ], "repo": "demystifyfp/FsToolkit.ErrorHandling", "url": "https://github.com/demystifyfp/FsToolkit.ErrorHandling/issues/88", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1233400480
🛑 DC Doc Portal-Agent is down In 41207ca, DC Doc Portal-Agent (https://agents.dencapsecure.com) was down: HTTP code: 0 Response time: 0 ms Resolved: DC Doc Portal-Agent is back up in fa6842f.
gharchive/issue
2022-05-12T03:33:01
2025-04-01T04:56:29.661768
{ "authors": [ "emkelley" ], "repo": "dencap/Upptime", "url": "https://github.com/dencap/Upptime/issues/265", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1553155320
🛑 DC Doc Portal-Provider is down In 12e1746, DC Doc Portal-Provider (https://providers.dencapsecure.com) was down: HTTP code: 0 Response time: 0 ms Resolved: DC Doc Portal-Provider is back up in 26ce5ff.
gharchive/issue
2023-01-23T14:02:32
2025-04-01T04:56:29.664312
{ "authors": [ "emkelley" ], "repo": "dencap/Upptime", "url": "https://github.com/dencap/Upptime/issues/396", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1068085099
chore: fix ovsx command to publish .vsix file Chore: fix ovsx command to publish .vsix file Dropping --packagePath argument from ovsx command. Pull Request Checklist You can go to dendron pull requests to see full details for items in this checklist. General Quality Assurance [ ] Add a test for the new feature [ ] ...
gharchive/pull-request
2021-12-01T08:04:23
2025-04-01T04:56:29.677571
{ "authors": [ "jonathanyeung" ], "repo": "dendronhq/dendron", "url": "https://github.com/dendronhq/dendron/pull/1820", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1703933952
Cant use tldr. Describe the bug It cant use tldr and always shows 0/0 results. But it can use cheatsh. Additional information: I used brew to install tldr. To Reproduce Input navi --tldr docker There is 0/0 result. Screenshots Versions: OS: macOS Shell: zsh navi: 2.22.1 zsh version: zsh 5.9 (x86_64-apple-darwin22....
gharchive/issue
2023-05-10T13:24:47
2025-04-01T04:56:29.690160
{ "authors": [ "Vex7eX", "aserrallerios", "jackandroselv", "lacygoill" ], "repo": "denisidoro/navi", "url": "https://github.com/denisidoro/navi/issues/838", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
467417978
WIP: NRDP flexible opts Icinga2 uses a different manner of command configuration and it does not support specific parameter ordering. This patch(set) is required to solve this problem by making option processing flexible/order-independent. I know that this is already conflicting with PR #4 , I'll rebase this one on...
gharchive/pull-request
2019-07-12T13:36:01
2025-04-01T04:56:29.697019
{ "authors": [ "dennyzhang", "ecklm" ], "repo": "dennyzhang/devops_public", "url": "https://github.com/dennyzhang/devops_public/pull/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
930728544
Reflecting on the last year of deno_doc It is time to reflect on the last year of deno_doc: what is good, what is bad, and what needs improvements. The main pain point I currently see is this: the doc.deno.land website needs to do a lot of post processing on the deno doc --json output to get all the features it wants...
gharchive/issue
2021-06-26T16:11:02
2025-04-01T04:56:29.724977
{ "authors": [ "lucacasonato", "vovacodes" ], "repo": "denoland/deno_doc", "url": "https://github.com/denoland/deno_doc/issues/111", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1208961980
add documentation for snapshot testing Adds documentation for https://github.com/denoland/deno_std/pull/2039 Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA ...
gharchive/pull-request
2022-04-19T23:21:31
2025-04-01T04:56:29.727796
{ "authors": [ "CLAassistant", "bcheidemann" ], "repo": "denoland/manual", "url": "https://github.com/denoland/manual/pull/294", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1001307033
fix(docs): solve type checking errors in Markdown code samples Fixes issues found by running deno test --doc --unstable at the root of the manual Updates Deno.Signal examples in examples/os_signals.md to reflect changes made in 1.14.0 Notes: I changed the type of several code blocks in runtime/workers.md to js bec...
gharchive/pull-request
2021-09-20T19:12:55
2025-04-01T04:56:29.735675
{ "authors": [ "GJZwiers", "bartlomieju" ], "repo": "denoland/manual", "url": "https://github.com/denoland/manual/pull/92", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
797470258
After 1st discussion, the app looks hung up. app version 3.1.2 After 1st disucussion, the state of among us capture was still DISCUSSION, discord voice states were unmuted and speaker unmuted in spite of the game state was not discussion. The log of among us capture has these exceptions. { "guildID": ****, "userI...
gharchive/issue
2021-01-30T16:22:43
2025-04-01T04:56:29.746022
{ "authors": [ "denverquane", "snmatsui" ], "repo": "denverquane/automuteus", "url": "https://github.com/denverquane/automuteus/issues/389", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
698654527
Unit Test Framework Setup Set up unit test framework and spec out initial set of tests for the existing code base. In Scope Selection and installation of a testing library (i.e. pytest, unittest, etc.) Setup of a unit test sub-directory Creation of unit test methods/classes with doc strings describing what each meth...
gharchive/issue
2020-09-11T00:29:05
2025-04-01T04:56:29.752298
{ "authors": [ "james-trimarco", "widal001" ], "repo": "department-of-general-services/BOE_tabulator", "url": "https://github.com/department-of-general-services/BOE_tabulator/issues/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2437109873
Dependabot recreate / rebase not working Is there an existing issue for this? [X] I have searched the existing issues It was requested to create new, separate issues in https://github.com/dependabot/dependabot-core/issues/1645#issuecomment-1231162232. Package ecosystem npm, Cargo Package manager version No response...
gharchive/issue
2024-07-30T07:27:19
2025-04-01T04:56:30.155037
{ "authors": [ "Renari", "darkdragon-001", "jakecoffman" ], "repo": "dependabot/dependabot-core", "url": "https://github.com/dependabot/dependabot-core/issues/10310", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2757808867
Constant dependabot encountered an error on one of our repos Is there an existing issue for this? [X] I have searched the existing issues Package ecosystem Bundler Package manager version N/A Language version N/A Manifest location and content before the Dependabot update /Gemfile dependabot.yml content N/A Updated ...
gharchive/issue
2024-12-24T13:31:21
2025-04-01T04:56:30.160227
{ "authors": [ "broksonic21" ], "repo": "dependabot/dependabot-core", "url": "https://github.com/dependabot/dependabot-core/issues/11181", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
517222324
Missing changelog for monorepo Updates for the NPM package truffle are not showing a Changelog section. I suspect this is because it's a monorepo. Example PR: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/1982. The package repo does have release notes for the version tag. I haven't dug into how the chan...
gharchive/issue
2019-11-04T15:21:34
2025-04-01T04:56:30.163276
{ "authors": [ "frangio", "infin8x", "rebelagentm", "robin-awx" ], "repo": "dependabot/dependabot-core", "url": "https://github.com/dependabot/dependabot-core/issues/1494", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1333736604
Test bumping erlang while holding back elixir Debug PR to figure out cause of CI failures on #5503 I suspect the 1.12 series of Elixir was compiled against OTP 23 or 24, but didn't include a call that was removed from OTP 25 so it ran fine against the newer OTP. Then the 1.13 series added that new call, so started ...
gharchive/pull-request
2022-08-09T20:13:26
2025-04-01T04:56:30.164483
{ "authors": [ "jeffwidman" ], "repo": "dependabot/dependabot-core", "url": "https://github.com/dependabot/dependabot-core/pull/5507", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }