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 |
|---|---|---|---|---|---|
2252437077 | Unable to add new DB through UI
Describe the bug
When adding new database monitoring through UI, error "ERROR: new row for relation "source" violates check constraint "source_dbtype_check" (SQLSTATE 23514)". When this constraint is removed from DB, adding fires another constraint as if backed tries to write all empty... | gharchive/issue | 2024-04-19T08:47:09 | 2025-04-01T06:43:49.830277 | {
"authors": [
"ondar",
"pashagolub"
],
"repo": "cybertec-postgresql/pgwatch3",
"url": "https://github.com/cybertec-postgresql/pgwatch3/issues/426",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1805677459 | cypress-io/github-action does not distinguish steps.<step_id>.conclusion from steps.<step_id>.outcome
Given the following configuration, when one of the tests fails both steps.cypress.conclusion and steps.cypress.outcome report failure , thus contradicting the documentation.
- name: 'Run end-to-end tests'
... | gharchive/issue | 2023-07-14T22:41:05 | 2025-04-01T06:43:49.955657 | {
"authors": [
"MikeMcC399",
"hckhanh",
"ricardo-dematos"
],
"repo": "cypress-io/github-action",
"url": "https://github.com/cypress-io/github-action/issues/964",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2218419194 | [BUG] 'except?' started failing in 3.0.10
Describe the bug
Usage of except? -1 has seemingly started failing in 3.0.10. It works in all previous >3.0.0 versions.
Every place I use the "?"-version of except, it fails during cythonize with:
pyboy/utils.pxd:22:29: C method 'read_64bit' is declared but not defined
Note,... | gharchive/issue | 2024-04-01T14:43:56 | 2025-04-01T06:43:49.991781 | {
"authors": [
"Baekalfen",
"da-woods",
"matusvalo",
"scoder",
"tornaria"
],
"repo": "cython/cython",
"url": "https://github.com/cython/cython/issues/6122",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
954059215 | Allow default value for memory view
An attempt at fixing #4313.
[x] The bug in #4313 is now tested and fixed
[x] No need for extra doc
Essentially, what I tried to achieve is to pass the default values as a decoration to the __default__ instead of casting it into the type associated with the argument.
For example, ... | gharchive/pull-request | 2021-07-27T16:31:13 | 2025-04-01T06:43:49.996672 | {
"authors": [
"cphyc",
"da-woods",
"scoder"
],
"repo": "cython/cython",
"url": "https://github.com/cython/cython/pull/4315",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2116475783 | Update doc requirements and pin them to recent versions (#5946)
Cherry-pick of https://github.com/cython/cython/pull/5946 but omitting the rst fixup in CHANGES.rst since that conflicts and is fairly unimportant.
Don't think this is worth reviewing. It's just a backport that I'll merge if it works.
| gharchive/pull-request | 2024-02-03T13:09:48 | 2025-04-01T06:43:49.998132 | {
"authors": [
"da-woods"
],
"repo": "cython/cython",
"url": "https://github.com/cython/cython/pull/5975",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
775913125 | Uncaught TypeError: ani.play is not a function
Hi,
When I try to use the cose-bilkent layout, I get the following error:
Uncaught TypeError: ani.play is not a function at cytoscape.cjs.js:11449 at Array.forEach (<anonymous>) at Collection.layoutPositions (cytoscape.cjs.js:11448) at Layout._CoSELayout.... | gharchive/issue | 2020-12-29T14:13:18 | 2025-04-01T06:43:50.030279 | {
"authors": [
"hasanbalci",
"jamesscottbrown",
"rmant"
],
"repo": "cytoscape/cytoscape.js-cose-bilkent",
"url": "https://github.com/cytoscape/cytoscape.js-cose-bilkent/issues/106",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2078906518 | Slow wifi kills the genes side bar
Describe the bug
A clear and concise description of what the bug is.
When the wifi is slow, the genes sidebar is slow. This seems to slow down the entire page. You get a page with the overall layout, but all the content (side bar list, network, etc.) are all empty for a long time.... | gharchive/issue | 2024-01-12T13:59:14 | 2025-04-01T06:43:50.039949 | {
"authors": [
"maxkfranz",
"mikekucera"
],
"repo": "cytoscape/enrichment-map-webapp",
"url": "https://github.com/cytoscape/enrichment-map-webapp/issues/222",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
192198592 | 如何实时将数据传递给fragment中呢
如果需要条码数据的页面是fragment,如何将activity截获的数据实时 传递 给fragment中呢
可以尝试activity中保存fragment的对象实例,然后通过fragment的setArguments方法传入数据。
可以尝试activity中保存fragment的对象实例,然后通过fragment的setArguments方法传入数据。
嗯,这个有很多方法解决,现在是 采取截获键盘事件的方法后,对按键功能有影响,比如系统返回键,home键等,比较难封装,在非扫码页面 扫码 会触发toolbar上的导航键点击 关闭页面。。。都想用蓝牙socket 去解决了
... | gharchive/issue | 2016-11-29T06:27:11 | 2025-04-01T06:43:50.052398 | {
"authors": [
"czhzero",
"yummyChina"
],
"repo": "czhzero/scangon",
"url": "https://github.com/czhzero/scangon/issues/1",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
798405635 | [feature] highlight areas that have been reviewed
🧩 Feature
Currently it is needed to go through the extension's review page but it would be nice when opening code to see the annotation either inline or marked on the left scrollbar like is done for pending code changes or git modifications that need to be committed.... | gharchive/issue | 2021-02-01T14:31:01 | 2025-04-01T06:43:50.060776 | {
"authors": [
"d-koppenhagen",
"inconspicuous-username",
"keesj-exset"
],
"repo": "d-koppenhagen/vscode-code-review",
"url": "https://github.com/d-koppenhagen/vscode-code-review/issues/96",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1503610721 | 🛑 Demo Webhook Public Api is down
In 33d5f64, Demo Webhook Public Api ($DEMO_WEBHOOK) was down:
HTTP code: 503
Response time: 374 ms
Resolved: Demo Webhook Public Api is back up in 239b05e.
| gharchive/issue | 2022-12-19T21:13:58 | 2025-04-01T06:43:50.069020 | {
"authors": [
"d0kify"
],
"repo": "d0kify/upptime",
"url": "https://github.com/d0kify/upptime/issues/218",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1524680676 | 🛑 Demo Webhook Public Api is down
In b9e27c7, Demo Webhook Public Api ($DEMO_WEBHOOK) was down:
HTTP code: 502
Response time: 1299 ms
Resolved: Demo Webhook Public Api is back up in 2d027b6.
| gharchive/issue | 2023-01-08T21:10:32 | 2025-04-01T06:43:50.071392 | {
"authors": [
"d0kify"
],
"repo": "d0kify/upptime",
"url": "https://github.com/d0kify/upptime/issues/289",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
195060882 | Adding new nodes to the graph breaks the graph
I'm not sure if this is the correct way to do this, but anyway something happens.
I'm starting from this example https://bl.ocks.org/mbostock/4062045
and create this plunker https://plnkr.co/edit/KDMMUh0wMcgCbl9M8VsS
In this plunker, I create a new simulation every secon... | gharchive/issue | 2016-12-12T19:19:16 | 2025-04-01T06:43:50.088676 | {
"authors": [
"TLmaK0",
"mbostock"
],
"repo": "d3/d3-force",
"url": "https://github.com/d3/d3-force/issues/78",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
240706172 | timeParse doesn't parse days of week.
Parsing appears to entirely ignore the day of week.
d3.timeFormat("%a")(d3.timeParse("%a")("Wed")) // "Mon"
d3.timeFormat("%A")(d3.timeParse("%A")("Wednesday")) // "Monday"
d3.timeFormat("%w")(d3.timeParse("%w")("3")) // "1"
It's interesting to note that the tes... | gharchive/issue | 2017-07-05T16:27:12 | 2025-04-01T06:43:50.100208 | {
"authors": [
"mbostock",
"obosob"
],
"repo": "d3/d3-time-format",
"url": "https://github.com/d3/d3-time-format/issues/29",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
301736802 | inclusion of Behrmann Equal Area Cylindrical projection
Major scientific journals ask for data to be presented in Behrmann Equal Area Cylindrical projection. Unfortunately, I do not see such an option in d3-geo-projection. Do you think it's possible to include this projection as well? Alternatively, how could one def... | gharchive/issue | 2018-03-02T11:29:45 | 2025-04-01T06:43:50.104999 | {
"authors": [
"mbostock",
"spyrostheodoridis"
],
"repo": "d3/d3",
"url": "https://github.com/d3/d3/issues/3271",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
1290507471 | What is the best way to run ROCs for ALT?
In this repo, we are determining ALT (alternative lengthening of telomeres) across pediatric brain tumors. We are doing so using a T/N telomere content ratio as calculated by TelomereHunter .
In detemining an optimal cutpoint for ALT +/-, we used C-circle assay positivity as ... | gharchive/issue | 2022-06-30T18:40:22 | 2025-04-01T06:43:50.162427 | {
"authors": [
"jharenza"
],
"repo": "d3b-center/PBTA-ALT-analysis",
"url": "https://github.com/d3b-center/PBTA-ALT-analysis/issues/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2161212716 | 127.0.0.1:53 misbehaving
Hi,
I have a vague recollection of this being resolved somehow but for the life of me, I can't remember how :(
Thanks
Hi @reamasesa it happens when UI can't connect to OpenVPN Server management console.
It should listen on all the openvpn container interfaces, so Ui will be able to restar... | gharchive/issue | 2024-02-29T13:04:21 | 2025-04-01T06:43:50.168009 | {
"authors": [
"d3vilh",
"reamasesa"
],
"repo": "d3vilh/openvpn-ui",
"url": "https://github.com/d3vilh/openvpn-ui/issues/54",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
113049751 | Confirm email address by sending an email
User clicks verify button in email
done
done
| gharchive/issue | 2015-10-23T16:02:37 | 2025-04-01T06:43:50.325157 | {
"authors": [
"dabowheel"
],
"repo": "dabowheel/grackle",
"url": "https://github.com/dabowheel/grackle/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
512685850 | container.Resolvecraches on iOS
/Users/builder/jenkins/workspace/xamarin-macios/xamarin-macios/external/mono/mcs/class/corlib/System.Reflection.Emit/DynamicMethod.notsupported.cs:64
ExpressionCompiler.TryCompileBoundToFirstClosureParam (System.Type delegateType, FastExpressionCompiler.LightExpression.Expression bodyE... | gharchive/issue | 2019-10-25T19:38:02 | 2025-04-01T06:43:50.330802 | {
"authors": [
"VladislavAntonyuk",
"dadhi"
],
"repo": "dadhi/DryIoc",
"url": "https://github.com/dadhi/DryIoc/issues/187",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1765002197 | refactor: split orchestrate page into multiple components
Background
This PR made a refactor change, split orchestrate page into multiple components as follows
Config
DNS
Routing
Group
Node
Subscription
Checklist
[ ] The Pull Request has been fully tested
[x] There's an entry in the CHANGELOG
[ ] There is a user... | gharchive/pull-request | 2023-06-20T09:21:19 | 2025-04-01T06:43:50.341438 | {
"authors": [
"kunish",
"mzz2017"
],
"repo": "daeuniverse/daed",
"url": "https://github.com/daeuniverse/daed/pull/81",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1212270165 | Explain input/output concept
What is the issue?
Many users have difficulties to understand input and output concept and that lead them to issues they do not really understand.
We should write a page in core concept category to explain how you can link action together through input and output.
We should also explain w... | gharchive/issue | 2022-04-22T11:56:28 | 2025-04-01T06:43:50.348175 | {
"authors": [
"TomChv",
"marcosnils",
"mircubed"
],
"repo": "dagger/dagger",
"url": "https://github.com/dagger/dagger/issues/2269",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
257693186 | Problems with packaging for Fedora
I am trying to package this for Fedora. I would like to ask about following two subjects:
Would it be possible to include the LICENSE file into tarballs? I'd like to package it within the RPM.
I found some complications when it came to using system-installed libsass. I had to make ... | gharchive/issue | 2017-09-14T11:58:48 | 2025-04-01T06:43:50.391907 | {
"authors": [
"Traceur759",
"asottile"
],
"repo": "dahlia/libsass-python",
"url": "https://github.com/dahlia/libsass-python/issues/217",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2393625622 | 🛑 nextcloud.minghe.me is down
In 9dd018d, nextcloud.minghe.me (https://nextcloud.minghe.me) was down:
HTTP code: 530
Response time: 317 ms
Resolved: nextcloud.minghe.me is back up in f557e74 after 13 minutes.
| gharchive/issue | 2024-07-06T16:44:21 | 2025-04-01T06:43:50.429568 | {
"authors": [
"metrue"
],
"repo": "dailymemo/status",
"url": "https://github.com/dailymemo/status/issues/728",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
45118230 | Enabled Swiping with multiple DragEdges
You should really consider adding the ability to swipe to multiple directions. I.E. - left and right, or left and top for example.
But is there any documentation related to this, on how to go with this.
A sample XML code will also suffice.
@iAviatorJose It's not finished ye... | gharchive/issue | 2014-10-07T15:04:17 | 2025-04-01T06:43:50.452475 | {
"authors": [
"HarshEvilGeek",
"Jabelriera",
"daimajia",
"dileepan",
"iAviatorJose",
"intrications",
"ofermoshsaioff",
"rizwanbpatel",
"wangbourne"
],
"repo": "daimajia/AndroidSwipeLayout",
"url": "https://github.com/daimajia/AndroidSwipeLayout/issues/40",
"license": "mit"... |
66349566 | feature: context specific encoders
I would like to make a structured logger with JSON output, but one catch would be that you might want a different output for a given object when logging as compared to other usage of JSON in the same application.
Is there an obvious way to implement this with the existing cheshire d... | gharchive/issue | 2015-04-04T18:18:27 | 2025-04-01T06:43:50.462489 | {
"authors": [
"dakrone",
"gfredericks",
"ikitommi",
"noisesmith"
],
"repo": "dakrone/cheshire",
"url": "https://github.com/dakrone/cheshire/issues/77",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2088148820 | addition of free the key in logical games
@dakshsinghrathore I would like to add a new game as a logic building tool for the new coders. Please assign this issue to me under swoc'24.
@dakshsinghrathore can you plz assign this to me under swoc'24?
Assigned this issue to @GhoshAditi , kindly drop a star on this re... | gharchive/issue | 2024-01-18T12:05:20 | 2025-04-01T06:43:50.464762 | {
"authors": [
"GhoshAditi",
"dakshsinghrathore"
],
"repo": "dakshsinghrathore/Brighter-Beginnings",
"url": "https://github.com/dakshsinghrathore/Brighter-Beginnings/issues/112",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1886736576 | Add ConstantTimeEq implementation for [T; N].
Only when the const-generics feature is enabled.
I had to modify a few tests: they were relying on [u8; N] being automatically dereferenced into &[u8] to get the blanket ConstantTimeEq implementation for [T]. But once a blanket implementation is also available for [T; N],... | gharchive/pull-request | 2023-09-07T23:47:49 | 2025-04-01T06:43:50.499592 | {
"authors": [
"branlwyd",
"tarcieri"
],
"repo": "dalek-cryptography/subtle",
"url": "https://github.com/dalek-cryptography/subtle/pull/114",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1766325838 | Show byte arrays as a hex string in Debug impls, not an expanded array
When a debug-format x25519::PublicKey, I get some very long output (see below). But it would be much easier to read and copy shorter hex-encoded output.
Expected output:
ephemeral_key: PublicKey(
MontgomeryPoint("ed...")
)
Actual output:
ephe... | gharchive/issue | 2023-06-20T23:07:51 | 2025-04-01T06:43:50.503096 | {
"authors": [
"rozbb",
"teor2345"
],
"repo": "dalek-cryptography/x25519-dalek",
"url": "https://github.com/dalek-cryptography/x25519-dalek/issues/127",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2344504233 | feat: implement secrets api
Implements a new Secrets API based on an updated secrets.md design.
@mzeevi Thanks for your review, all comments were addressed. I'll add unit tests.
I'd appreciate if you can review :) Thanks!
| gharchive/pull-request | 2024-06-10T17:51:00 | 2025-04-01T06:43:50.534650 | {
"authors": [
"codingben"
],
"repo": "dana-team/platform-backend",
"url": "https://github.com/dana-team/platform-backend/pull/7",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
258263492 | Using borrowed values
Currently everything is using String and Vec<u8> -- are there any plans in the future to allow supporting borrowed types like Cow<'a, str> and Cow<'a, [u8]>? Maybe it could be toggleable via some flag in build.rs.
A lot of times I'm creating an instance of a Prost-generated struct just to conver... | gharchive/issue | 2017-09-16T22:48:02 | 2025-04-01T06:43:50.543159 | {
"authors": [
"danburkert",
"vorner",
"walfie"
],
"repo": "danburkert/prost",
"url": "https://github.com/danburkert/prost/issues/35",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2289281 | animate.css breaks subpixel anti-aliasing in webkit
I only checked this in Chrome. I'm not sure what about animate.css does this, but including it on the page forces the fonts to be rendered using regular anti-aliasing (no subpixel). even setting the css render property manually has no effect. For an example, look at... | gharchive/issue | 2011-11-19T18:30:42 | 2025-04-01T06:43:50.551475 | {
"authors": [
"daneden",
"quinn",
"visualidiot"
],
"repo": "daneden/animate.css",
"url": "https://github.com/daneden/animate.css/issues/19",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
899930825 | Inject values of attributes, allow custom urls for each content type
Read the updated README to get an overview of what's new ;)
This uses the pluginOptions for a model's settings introduced in Strapi v.3.6.x. See the README for examples. It is implemented in a way that still allows activating the preview and clone b... | gharchive/pull-request | 2021-05-24T19:08:46 | 2025-04-01T06:43:50.558323 | {
"authors": [
"danestves",
"pr0gr8mm3r"
],
"repo": "danestves/strapi-plugin-preview-content",
"url": "https://github.com/danestves/strapi-plugin-preview-content/pull/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1169783244 | New feature on VSTS/Azure DevOps: inline comment
New feature on VSTS/Azure DevOps
This PR add a new feature to VSTS/Azure DevOps request source that already exists on other request sources: Inline comment.
This feature is simply an adaptation of the inline comments on the github for Azure DevOps / VSTS.
Nice, struc... | gharchive/pull-request | 2022-03-15T14:53:05 | 2025-04-01T06:43:50.591759 | {
"authors": [
"damien-danglard",
"orta"
],
"repo": "danger/danger",
"url": "https://github.com/danger/danger/pull/1356",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
125613962 | mdEditDialog: "type" attribute is not working
The type option is not working as expected. To reproduce specify e.g. {type: 'number'}.
The issue is in this line:
https://github.com/daniel-nagy/md-data-table/blob/0ee26b9b9f03cda3789cfdbf74b3463a4543bd23/app/md-data-table/scripts/mdEditDialog.js#L255
var attrs = 'type="... | gharchive/issue | 2016-01-08T13:33:43 | 2025-04-01T06:43:50.614951 | {
"authors": [
"daniel-nagy",
"lyschoening"
],
"repo": "daniel-nagy/md-data-table",
"url": "https://github.com/daniel-nagy/md-data-table/issues/237",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
380205324 | Abort builds poc
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #
Special notes for your reviewer:
Release note:
Can one of the admins verify this patch?
ci add to wh... | gharchive/pull-request | 2018-11-13T12:35:58 | 2025-04-01T06:43:50.619071 | {
"authors": [
"danielBelenky",
"ovirt-infra"
],
"repo": "danielBelenky/kubevirt",
"url": "https://github.com/danielBelenky/kubevirt/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
906147521 | Not compatible with Erlang/OTP 24
Erlang/OTP 24 dropped :crypto.hmac.
=> ex_twilio
Compiling 74 files (.ex)
warning: :crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
lib/ex_twilio/request_validator.ex:35: ExTwilio.RequestValidator.compute_hmac/2
One must use :crypto.mac/4 which is OTP 22+
FYI, the ... | gharchive/issue | 2021-05-28T22:23:12 | 2025-04-01T06:43:50.629795 | {
"authors": [
"marcandre",
"seantanly"
],
"repo": "danielberkompas/ex_twilio",
"url": "https://github.com/danielberkompas/ex_twilio/issues/155",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1496564272 | Cicd enhancing unittest pipeline 02
Added a better CI/CD integration to the second test suite on unittest
Will end this iteration for now
| gharchive/pull-request | 2022-12-14T12:47:54 | 2025-04-01T06:43:50.634638 | {
"authors": [
"danieldiasm"
],
"repo": "danieldiasm/py_test_automation_pg",
"url": "https://github.com/danieldiasm/py_test_automation_pg/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
190971088 | Add IPYNB_IGNORE_CSS to README.md
IPYNB_IGNORE_CSS was added in b319a45 to fix #48. This
documents how to use it.
Thanks
| gharchive/pull-request | 2016-11-22T11:12:20 | 2025-04-01T06:43:50.637657 | {
"authors": [
"danielfrg",
"mfitzp"
],
"repo": "danielfrg/pelican-ipynb",
"url": "https://github.com/danielfrg/pelican-ipynb/pull/57",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
669512831 | Osiris still work ?
I inject DLL file on the game for the third time and nothing work what i can do 😅
this is my laptop performance :
HP OMEN 15.6" Gaming Laptop 144Hz i7-8750H 16GB RAM 1TB HDD 128GB SSD RTX 2070 8GB Max-Q
try another injector it worked for me i use rando now
give me the injector ?
i use this on... | gharchive/issue | 2020-07-31T07:33:46 | 2025-04-01T06:43:50.651824 | {
"authors": [
"aljawary",
"braken1",
"toprak1224",
"yezz123"
],
"repo": "danielkrupinski/Osiris",
"url": "https://github.com/danielkrupinski/Osiris/issues/2000",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
798161688 | Osiris crashing if disabling optimizations
Crashing at injection, why that happens and what would a fix would be? ( other than enabling optimizations )
EDIT: it seems that turning off "Whole Program Optimizations" is causing the crash
hmmmmm
i literally turned off EVERYTHING once when im using junk codes. nothin... | gharchive/issue | 2021-02-01T09:32:42 | 2025-04-01T06:43:50.659282 | {
"authors": [
"MorganaBRKSRL",
"Scui1",
"SwagsRGB",
"linuxer9",
"mkot2",
"wemanzoz"
],
"repo": "danielkrupinski/Osiris",
"url": "https://github.com/danielkrupinski/Osiris/issues/2547",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
82187833 | Keybindings?
I didn't invest much time, but I stumbled hard on the keybindings when I tried it out. Some getting started on what keys to use in the default configuration would go a long way I think. Otherwise nice work!
Bump
There is some documentation in https://github.com/danielmagnussons/orgmode/blob/master/me... | gharchive/issue | 2015-05-29T00:30:32 | 2025-04-01T06:43:50.667771 | {
"authors": [
"danielmagnussons",
"muellermichel",
"nooreendabbish",
"p1mps",
"pcause"
],
"repo": "danielmagnussons/orgmode",
"url": "https://github.com/danielmagnussons/orgmode/issues/53",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
305002561 | Fixes the basename .. bug
Fixes #162
This incorporates all the Rust tests added by @danielpclark's in #163 and adds a few more. There does not seem to be any noticable performance impact.
Found a few other bugs, will add herer
@danielpclark I've updated the PR with some more tests and fixes.
| gharchive/pull-request | 2018-03-14T02:35:59 | 2025-04-01T06:43:50.670876 | {
"authors": [
"glebm"
],
"repo": "danielpclark/faster_path",
"url": "https://github.com/danielpclark/faster_path/pull/164",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1550118976 | 🛑 Bancolombia - Pyme is down
In 6fb3a4d, Bancolombia - Pyme (https://sucursalvirtualpyme.bancolombia.com/#/login) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Bancolombia - Pyme is back up in da36386.
| gharchive/issue | 2023-01-19T23:51:03 | 2025-04-01T06:43:50.673840 | {
"authors": [
"danielqb"
],
"repo": "danielqb/status",
"url": "https://github.com/danielqb/status/issues/206",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1868161804 | 🛑 PSE - Pagos is down
In d9fd479, PSE - Pagos (https://portal.psepagos.com.co/inicio) was down:
HTTP code: 0
Response time: 0 ms
Resolved: PSE - Pagos is back up in ed103c1 after 333 days, 14 hours, 54 minutes.
| gharchive/issue | 2023-08-26T16:19:29 | 2025-04-01T06:43:50.676503 | {
"authors": [
"danielqb"
],
"repo": "danielqb/status",
"url": "https://github.com/danielqb/status/issues/539",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2080014429 | Is there a way to determine if a pending purchase was declined?
I see that I can await for the .success or .pending but was curious if there was anything in this project that will let notify me of a pending decline/approve outside of simply looping for products.purchased(in: ) and looking for the productId.
Hi @Eri... | gharchive/issue | 2024-01-13T03:06:13 | 2025-04-01T06:43:50.681217 | {
"authors": [
"ErickGo3g",
"danielsaidi"
],
"repo": "danielsaidi/StoreKitPlus",
"url": "https://github.com/danielsaidi/StoreKitPlus/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1136946920 | Mock server: add support for query string in the URL
The Route type needs in addition a property for query string parameters
node_modules\dmock-server\lib\index.d.ts
export declare type Route = { method: RequestMethod; path: string; queryStringParameters?: { name: string, values: string[] }[]; statusC... | gharchive/issue | 2022-02-14T08:26:43 | 2025-04-01T06:43:50.698205 | {
"authors": [
"danitseitlin",
"nedelcurzvn"
],
"repo": "danitseitlin/dmock-server",
"url": "https://github.com/danitseitlin/dmock-server/issues/152",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
279273818 | v0.2.2 changed
update readme, put easy API reference on it
compile go reducer to JS reducer, not suit any situation
serialize state to Json format, Store::JSON() API
How to Use go2JS
$ cd go2JSreducer/
$ go build(or install)
$ ./go2JSreducer path/to/your/goreducer.go
the go2JS & serialize both are incomplete f... | gharchive/issue | 2017-12-05T07:31:22 | 2025-04-01T06:43:50.712100 | {
"authors": [
"dannypsnl"
],
"repo": "dannypsnl/redux",
"url": "https://github.com/dannypsnl/redux/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
171037138 | Missing print statement
Missing print statement.
Thanks :)
| gharchive/pull-request | 2016-08-14T01:43:39 | 2025-04-01T06:43:50.712852 | {
"authors": [
"aperson",
"dannyvai"
],
"repo": "dannyvai/reddit_crawlers",
"url": "https://github.com/dannyvai/reddit_crawlers/pull/2",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
638401518 | [Bug] Build for android: can't build after upgrading flutter to 1.19.0-4.1.pre
Well. It doesn't work.
flutter doctor
[✓] Flutter (Channel beta, 1.19.0-4.1.pre, on Linux, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Chrome - develop for the web
[!] Android S... | gharchive/issue | 2020-06-14T18:08:46 | 2025-04-01T06:43:50.726438 | {
"authors": [
"danvick",
"ololosha228"
],
"repo": "danvick/flutter_chips_input",
"url": "https://github.com/danvick/flutter_chips_input/issues/43",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
647917228 | Is there a way to influence which direction (up/down) the dropdown appears?
Is there a setting in the same way the typeahead flutter form plugin direction: AxisDirection.up to define which direction the suggestionBuilder dropdown appears? FYI I am using flutter_chips_input via flutter_form_builder
The issue is when b... | gharchive/issue | 2020-06-30T06:55:13 | 2025-04-01T06:43:50.729507 | {
"authors": [
"FickleLife",
"JayPerfetto",
"KeithWong2205",
"danvick"
],
"repo": "danvick/flutter_chips_input",
"url": "https://github.com/danvick/flutter_chips_input/issues/45",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2699110290 | Historic intersections
This adds intersections from the NYPL's nyc-streets.geojson that don't exist in today's OSM. There are 1636 of these. Some of them are due to street renaming (4th Avenue → Park Avenue South) but many correspond to intersections that existed when the Milstein photos were taken but no longer exis... | gharchive/pull-request | 2024-11-27T16:28:38 | 2025-04-01T06:43:50.734866 | {
"authors": [
"bertspaan",
"danvk"
],
"repo": "danvk/oldnyc",
"url": "https://github.com/danvk/oldnyc/pull/185",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2354920723 | Fix remaining memory leaks, .clang-format, fixes
I hopefully fixed the other memory leaks in #157 . I also added .clang-format. I don't really care about styling, but it would be nice to keep it unified throughout the whole project. Feel free to change it.
Currently, we dynamically allocate memory for dirs in the loa... | gharchive/pull-request | 2024-06-15T15:04:49 | 2025-04-01T06:43:50.737810 | {
"authors": [
"danwritecode",
"sleaper"
],
"repo": "danwritecode/clings",
"url": "https://github.com/danwritecode/clings/pull/163",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1249339093 | RabbitMQ pub-sub loses messages if no subscriber available
(Adding @ItalyPaleAle as per Discord chat)
Expected Behavior
When using RabbitMQ for pub-sub, and we send a message/publish a message, and there is no subscriber available yet - if we then start a subscriber, we should see the subscriber receive the message.... | gharchive/issue | 2022-05-26T09:41:46 | 2025-04-01T06:43:50.813918 | {
"authors": [
"ChristianWeyer",
"ItalyPaleAle",
"saber-wang"
],
"repo": "dapr/components-contrib",
"url": "https://github.com/dapr/components-contrib/issues/1759",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1435766292 | pubsub rabbitmq broker how to not bind multiple routingKey
My App /dapr/subscribe response
[
{
"topic": "topics",
"pubsubName": "pubsub-rabbitmq",
"route": "PubSub/WeatherForecast",
"metadata": {
"routingKey": "DaprWebApp.WeatherForecast, DaprWebApp"
}
}
]
RabbitMQ Exchanges
But i want... | gharchive/issue | 2022-11-04T09:09:34 | 2025-04-01T06:43:50.817158 | {
"authors": [
"CCC598",
"Taction",
"saber-wang"
],
"repo": "dapr/components-contrib",
"url": "https://github.com/dapr/components-contrib/issues/2256",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
729882242 | Add negative stateapp cases to e2e tests
Description
Negative test cases include:
HTTP content limits
Missing key
Missing statestore
Issue reference
https://github.com/dapr/dapr/issues/1810
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
[x] Code compiles cor... | gharchive/pull-request | 2020-10-26T20:28:52 | 2025-04-01T06:43:50.822201 | {
"authors": [
"halspang",
"mukundansundar"
],
"repo": "dapr/dapr",
"url": "https://github.com/dapr/dapr/pull/2329",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1031851123 | Updated "Authenticating to Azure" to include az ad sp create-for-rbac --skip-assignment
Describe the issue
As discussed in https://github.com/dapr/components-contrib/pull/1201 (tangentially as off-topic), the "Authenticating to Azure" docs could be simplified by using az ad sp create-for-rbac --skip-assignment. This ... | gharchive/issue | 2021-10-20T21:37:30 | 2025-04-01T06:43:50.825490 | {
"authors": [
"ItalyPaleAle",
"chrisreddington",
"msfussell"
],
"repo": "dapr/docs",
"url": "https://github.com/dapr/docs/issues/1872",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
326547663 | Using FTPES with New-SFTPSession
See Wikipedia FTPS article (https://en.wikipedia.org/wiki/FTPS) under heading Methods of Invoking Security.
I can't seem to get New-Session to connect to an SFTP server that requires explicit mode. Is there a setting to do this?
As the Wikipedia article you link to there points out... | gharchive/issue | 2018-05-25T14:31:05 | 2025-04-01T06:43:50.856299 | {
"authors": [
"BentelerGR",
"ksbarnt"
],
"repo": "darkoperator/Posh-SSH",
"url": "https://github.com/darkoperator/Posh-SSH/issues/212",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
152547726 | Missing New-SSHSession
The module installed with no errors, but no new-sshsession
PS C:\Users\scarpenter2> import-module Posh-SSH -verbose
VERBOSE: Importing function 'Get-PoshSSHModVersion'.
VERBOSE: Importing function 'Get-SFTPChildItem'.
VERBOSE: Importing function 'Get-SFTPContent'.
VERBOSE: Importing function 'G... | gharchive/issue | 2016-05-02T12:57:51 | 2025-04-01T06:43:50.964462 | {
"authors": [
"darkoperator",
"qitupx",
"uberbigun"
],
"repo": "darkoperator/Posh-SSH",
"url": "https://github.com/darkoperator/Posh-SSH/issues/95",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
385128672 | Dynamically change required directive of input does not revalidate form.
Hello!
I found a problem, that was closed some time ago (#792).
Example code to show problem:
@Component(
selector: 'my-app',
template: '''
<button type="button" (click)="isRequired = !isRequired">isRequired = {{isRequired}}</button>
... | gharchive/issue | 2018-11-28T07:00:51 | 2025-04-01T06:43:51.001145 | {
"authors": [
"Cododoc",
"alorenzen",
"matanlurey"
],
"repo": "dart-lang/angular",
"url": "https://github.com/dart-lang/angular/issues/1674",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
231396048 | Request: AngularDart with Sentry.io (or similar service).
One awesome feature of Dart and AngularDart is centralized exception handling. Google has its own (internal) services for logging errors and stack traces that occur in production, so we haven't hit this issue, but this would be a great small project for some f... | gharchive/issue | 2017-05-25T16:53:07 | 2025-04-01T06:43:51.011160 | {
"authors": [
"jimmyff",
"lejard-h",
"matanlurey",
"stanislasdrg",
"yjbanov"
],
"repo": "dart-lang/angular2",
"url": "https://github.com/dart-lang/angular2/issues/413",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
111287753 | provide a way to get the main entrypoint for a program
currently no Info node is marked as the entrypoint
fixed with https://github.com/hterkelsen/dart2js_info/commit/1afde005e8e480b205d5f61eec2218c2c5208f45 and https://github.com/dart-lang/sdk/commit/79134a74faff64f5982fc7b6c87326df8e61ee66
| gharchive/issue | 2015-10-13T22:49:59 | 2025-04-01T06:43:51.035975 | {
"authors": [
"hterkelsen"
],
"repo": "dart-lang/dart2js_info",
"url": "https://github.com/dart-lang/dart2js_info/issues/10",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
306137284 | Ui text TextDirection implicitly hidden by this plugin TextDirection
I'm new to flutter, I tried to use this plugin with text that has TextDirection attribute, but it says Ui TextDirection implicitly hidden by this plugin TextDirection.
I don't know what that means. This package is not Flutter-specific, so that mes... | gharchive/issue | 2018-03-17T07:53:33 | 2025-04-01T06:43:51.048779 | {
"authors": [
"alan-knight",
"salehahmedZ",
"zoechi"
],
"repo": "dart-lang/intl",
"url": "https://github.com/dart-lang/intl/issues/161",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
126378447 | paper-item in paper-menu require two clicks to fire iron-activate in Firefox in rc6
After upgrading from rc5 to rc6, I seem to have an issue already reported in polymer js but 6 months ago so I don't know if it is related (https://github.com/PolymerElements/paper-menu/issues/31)
Basically with 1.0.0rc5, paper-item in... | gharchive/issue | 2016-01-13T09:39:01 | 2025-04-01T06:43:51.075259 | {
"authors": [
"alextekartik",
"jakemac53",
"zoechi"
],
"repo": "dart-lang/polymer_elements",
"url": "https://github.com/dart-lang/polymer_elements/issues/117",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
280236340 | Add a special package name that causes a 500 response – useful for testing
CC @nex3 – would this be useful? If we wire up the pub client for such logic, It'd be good to make sure it works consistently
Is the big change in app/test/frontend/handlers_test.dart indenting? Hard to tell from the diff.
Is the big chan... | gharchive/pull-request | 2017-12-07T18:43:51 | 2025-04-01T06:43:51.077457 | {
"authors": [
"isoos",
"kevmoo",
"nex3"
],
"repo": "dart-lang/pub-dartlang-dart",
"url": "https://github.com/dart-lang/pub-dartlang-dart/pull/770",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
128765661 | Specification: no definition of static variable assignment
Dart Language specifivation 4th Edition (December, 2015), "16.19 Assignment"
Evaluation of an assignment a of the form v = e proceeds as follows:
Let d be the innermost declaration whose name is v or v =, if it exists.
...
Otherwise, if d is the declaration ... | gharchive/issue | 2016-01-26T09:07:35 | 2025-04-01T06:43:51.261085 | {
"authors": [
"lrhn",
"sgrekhov"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/25581",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
151245077 | NPE from pub get
From @devoncarew on April 25, 2016 16:49
When running pub get on our bot, we saw a stack trace thrown from pub:
The null object does not have a getter '_doneFuture'.
NoSuchMethodError: method not found: '_doneFuture'
Receiver: null
Arguments: []
dart:async _StreamCo... | gharchive/issue | 2016-04-26T21:37:03 | 2025-04-01T06:43:51.265785 | {
"authors": [
"lrhn",
"nex3",
"zanderso"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/26338",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
192962102 | Please merge revision 6bf86eacd7db5a4c183ec4ba006587c6d079c94d into dev channel
@whesse @mit-mit @kasperl
Bug: https://github.com/dart-lang/sdk/issues/23924
Commit: https://github.com/dart-lang/sdk/commit/6bf86eacd7db5a4c183ec4ba006587c6d079c94d
Merged in version 1.21.0-dev.11.2
| gharchive/issue | 2016-12-01T21:05:54 | 2025-04-01T06:43:51.267634 | {
"authors": [
"johnmccutchan",
"whesse"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/27959",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
252644498 | Unable to submit some issues
The "Open issue submission form?" link in IntelliJ is broken in the latest version, at least for some issues. It opens to the issue tracker, but the content is truncated in a way that makes it virtually useless for tracking down the issue.
I have seen this in my own configuration, and the... | gharchive/issue | 2017-08-24T15:42:27 | 2025-04-01T06:43:51.270403 | {
"authors": [
"alexander-doroshko",
"bwilkerson",
"devoncarew",
"zoechi"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/30537",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
432291268 | Flutter app crashing in profile mode when getting CPU profile.
Running a flutter app in profile mode via: flutter run --profile --observatory-port=8888 -d ZY223VC7SF
Initializing gradle... 0.9s
Resolving dependencies... 1.8s
Launch... | gharchive/issue | 2019-04-11T22:18:03 | 2025-04-01T06:43:51.273177 | {
"authors": [
"a-siva",
"kenzieschmoll"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/36586",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
496345827 | Analyzer does not promote on ??= assignment.
Example:
main() {
print(test("foo"));
}
String test(String s, [int start = 0, int? end]) {
end ??= s.length;
return "$start..${end.toRadixString(16)}";
}
gives error:
error • The expression is nullable and must be null-checked before it can be used. • promo-qq.dar... | gharchive/issue | 2019-09-20T13:13:45 | 2025-04-01T06:43:51.275490 | {
"authors": [
"leafpetersen",
"lrhn"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/38493",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
517220608 | Android studio reported issue
Analyzer Feedback from IntelliJ
Version information
IDEA AI-191.8026.42.35.5900203
2.5.0-edge.1ef83b86ae637ffe7359173804cbc6d3fa25e6db
AI-191.8026.42.35.5900203, JRE 1.8.0_202-release-1483-b49-5587405x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.14.6, screens 1680x1050 Retina
Exception... | gharchive/issue | 2019-11-04T15:18:44 | 2025-04-01T06:43:51.279682 | {
"authors": [
"olivierbrand",
"srawlins"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/39227",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
571710132 | Failures on [dartdev] add a dartfix migrate command...AST support for the null aware index operator
The new migrate tests are failing for Windows, here is an example of such a failure:
Expected: contains 'error • My message at foo/bar/baz.dart:3:4 • (my_error_code)'
Actual: ' error • My message at foo\bar\baz.dart:... | gharchive/issue | 2020-02-26T22:52:25 | 2025-04-01T06:43:51.282967 | {
"authors": [
"jwren"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/40798",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
711062385 | [CP][stable channel] Fix for write-barrier clobbering R23 on ARM64 on slow-path
commit(s) to merge: 62354c15403d42640ec9ed39e7d2e960742f7329
merge instructions: clean merge
What is the issue: Write-barrier implementation on ARM64 would in rare cases clobber R23 even though it should not. This can non-deterministicall... | gharchive/issue | 2020-09-29T12:26:09 | 2025-04-01T06:43:51.287203 | {
"authors": [
"franklinyow",
"mraleph"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/43601",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1300932523 | dart:html clipboard's read method crashes with unexpected error message
See https://github.com/flutter/flutter/issues/107189 for customer issue and repro.
I believe the error is expected given the customer's set up but the error messaging is unclear. The user is getting a runtime type error when really there's just a... | gharchive/issue | 2022-07-11T16:15:25 | 2025-04-01T06:43:51.292616 | {
"authors": [
"biggs0125",
"srujzs"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/49435",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1307116261 | [Analyzer] If the "cannot-ignore" is configure for lint, then a quick fix for "ignore xxx for this line/file" should not be provided.
If the "cannot-ignore" is configure for lint,
then a quick fix for "ignore xxx for this line/file" should not be provided.
Because the lint error here will still be reported even if th... | gharchive/issue | 2022-07-17T14:40:03 | 2025-04-01T06:43:51.294765 | {
"authors": [
"Nomeleel",
"asashour"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/49464",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1452180321 | [ddc] Wrong behaviour for a class C = Object with M; mixin usage.
mixin M {
int x = 0;
}
abstract class C = Object with M;
class CMixin with C {}
void main() {
var cMixin = CMixin();
var value = cMixin.x;
print('We expect 0 here: $value');
}
In Dart2JS, we get the output of 0, while in DDC we get null for... | gharchive/issue | 2022-11-16T19:45:57 | 2025-04-01T06:43:51.296689 | {
"authors": [
"annagrin",
"kallentu"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/50489",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1464384669 | Dynamic failures in analysis server during dart fix
I hope this is useful, even though I haven't made any attempts to create a minimal scenario. I've experienced a number of dynamic errors raised in the analysis server (2.19.0-421.0.dev) as follows. Run this command:
> cd $SDK/tests/language
> dart fix --dry-run .
T... | gharchive/issue | 2022-11-25T11:04:28 | 2025-04-01T06:43:51.306760 | {
"authors": [
"bwilkerson",
"eernstg",
"scheglov",
"srawlins"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/50553",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1672799534 | [dart2wasm] unreachable executed in Flutter app
Originally reported as https://github.com/flutter/flutter/issues/124148 but it's a dart2wasm bug so moving it here. Description copied from the original report:
See this fork of the material 3 demo:
https://github.com/kevmoo/flutter_samples_fork/tree/web_wasm/experimen... | gharchive/issue | 2023-04-18T10:16:18 | 2025-04-01T06:43:51.315435 | {
"authors": [
"osa1"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/52075",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1736360457 | ServerSocket should throw a catchable error when binding to a port fails on MacOS
Dart SDK version: 3.0.0
Platforms: macos_arm64
Note: This issue does not happen on windows (Linux not tested).
Example 1
This program crashes with an UnhandledException
import 'dart:io';
void main() {
try {
ServerSocket.bind('127... | gharchive/issue | 2023-06-01T13:42:39 | 2025-04-01T06:43:51.320228 | {
"authors": [
"giregk"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/52583",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
84517188 | Make pub.dartlang.org front page more awesome
Add hero text and prominent packages link to pub.dartlang.org front page.
Eventually, the front page will probably show the most recently updated and/or most popular packages. Until then, we should at least have a nice blurb and a big link to the main packages list as wel... | gharchive/issue | 2012-09-26T18:54:09 | 2025-04-01T06:43:51.322077 | {
"authors": [
"DartBot",
"munificent"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/5488",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
197460343 | What do you meant by vocabulary size?
Is it the number of words we provide or the number of characters in vocabulary file which is generated by the code.
@signalarun : It is the number of unique characters in your dataset. The vocabulary is generated by the code. The vocabulary size is just an upper bound to the nu... | gharchive/issue | 2016-12-24T11:59:23 | 2025-04-01T06:43:51.395098 | {
"authors": [
"dashayushman",
"signalarun",
"sigvoiced"
],
"repo": "dashayushman/deep-trans",
"url": "https://github.com/dashayushman/deep-trans/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
178160703 | Forms > Select with icon doesn't align correctly
When using the "select--has-icon" class, it doesn't always come in aligned correctly. Fix this so it doesn't require any custom styling.
The main issue that we experienced was the arrow icon not aligned correctly when a column--nested was used. A fix to this has been... | gharchive/issue | 2016-09-20T19:45:52 | 2025-04-01T06:43:51.399118 | {
"authors": [
"jrauh"
],
"repo": "dashframework/dashing",
"url": "https://github.com/dashframework/dashing/issues/9",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
250459151 | Backport Bitcoin PR#9609: net: fix remaining net assertions
This is backport of Bitcoin PR bitcoin/bitcoin#9609.
It fixes assertion failures caused by sending messages to other nodes before initial handshake completed.
I had to add two more commits made by myself to this PR because it makes CConnman::ForEachNode() an... | gharchive/pull-request | 2017-08-15T22:39:20 | 2025-04-01T06:43:51.403175 | {
"authors": [
"OlegGirko"
],
"repo": "dashpay/dash",
"url": "https://github.com/dashpay/dash/pull/1575",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
835798837 | Weather App
weather
This project comes after the introduction of the ES6 class keyword, ES6 modules, and webpack. The main goal of this project is for the student to show the understanding of the benefits of modularized code as well as the ability to set up a javascript application made of different modules using web... | gharchive/pull-request | 2021-03-19T10:18:07 | 2025-04-01T06:43:51.409270 | {
"authors": [
"dasileker"
],
"repo": "dasileker/weather",
"url": "https://github.com/dasileker/weather/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
800921327 | "ResourceWarning: unclosed file" warnings in the test suite
I noticed there are many warnings that look like:
dask/bytes/tests/test_http.py::test_simple
/usr/share/miniconda3/envs/test-environment/lib/python3.8/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored in: ... | gharchive/issue | 2021-02-04T04:32:53 | 2025-04-01T06:43:51.423923 | {
"authors": [
"j-bennet",
"jrbourbeau",
"jsignell"
],
"repo": "dask/dask",
"url": "https://github.com/dask/dask/issues/7167",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1537076657 | read_parquet filter bug with nulls
Describe the issue:
When using dd.read_parquet on a column with nulls: filtering on null equality doesn't work, != on another value also ends up removing nulls
Minimal Complete Verifiable Example:
dd.read_parquet("test.parquet", filters=[("a", "==", np.nan)]).compute() # empty
dd.r... | gharchive/issue | 2023-01-17T21:46:45 | 2025-04-01T06:43:51.464484 | {
"authors": [
"ayushdg",
"j-bennet",
"jorisvandenbossche",
"jrbourbeau",
"quasiben",
"rjzamora"
],
"repo": "dask/dask",
"url": "https://github.com/dask/dask/issues/9845",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
371355515 | [WIP]Add cov to rolling object and test
[ ] Tests added / passed
[x] Passes flake8 dask
closes issue #4053
For some reason the rolling tests are failing for cov. I'll look into it tomorrow, and maybe someone more familiar could chime in by then
Looking at the exception it looks like maybe the data is just poorly ... | gharchive/pull-request | 2018-10-18T04:18:11 | 2025-04-01T06:43:51.471340 | {
"authors": [
"TomAugspurger",
"dubielt1",
"mrocklin"
],
"repo": "dask/dask",
"url": "https://github.com/dask/dask/pull/4108",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
924460224 | Remove 'Educational Resources' doc page
This page currently links to tutorial.dask.org, examples.dask.org, and our presentations page. The first two links are available from the "Get Started" navbar on the top of our sphinx theme, and the presentations page has it's own page available from the left-hand navbar.
Given... | gharchive/pull-request | 2021-06-18T01:30:35 | 2025-04-01T06:43:51.473814 | {
"authors": [
"jrbourbeau",
"jsignell"
],
"repo": "dask/dask",
"url": "https://github.com/dask/dask/pull/7818",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
386543926 | add new twitter: SREWorkbook
This change add the SREworkbook twitter account of the Site Reliability Workbook
Thanks 👍
@dastergon Thanks to you for the awesome collection 💯
| gharchive/pull-request | 2018-12-02T09:44:20 | 2025-04-01T06:43:51.562000 | {
"authors": [
"dastergon",
"sbz"
],
"repo": "dastergon/awesome-sre",
"url": "https://github.com/dastergon/awesome-sre/pull/33",
"license": "cc0-1.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2302973966 | Support partners in SDK
Changes
Ports https://github.com/databricks/databricks-sdk-go/pull/925 to the Python SDK.
Partners of Databricks need a mechanism to register themselves in libraries or applications that they write. In this way, requests made by users of those libraries will include sufficient information to l... | gharchive/pull-request | 2024-05-17T15:02:50 | 2025-04-01T06:43:51.603024 | {
"authors": [
"codecov-commenter",
"mgyucht"
],
"repo": "databricks/databricks-sdk-py",
"url": "https://github.com/databricks/databricks-sdk-py/pull/648",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2181305059 | Extremely slow import times on Python 3.12
We just enabled Python 3.12 support for Apache Airflow and we started to experienced extremely slow import times for example dags referring to Databricks
This has been previously reported here: https://github.com/databricks/databricks-sql-python/issues/292 as occuring on Pyt... | gharchive/issue | 2024-03-12T10:50:30 | 2025-04-01T06:43:51.617386 | {
"authors": [
"potiuk",
"susodapop"
],
"repo": "databricks/databricks-sql-python",
"url": "https://github.com/databricks/databricks-sql-python/issues/369",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
110720899 | Enable data source short name for Spark 1.5.0+
This patch allows spark-redshift to take advantage of the new support for data source short names / aliases added in Spark 1.5.0+ (https://github.com/apache/spark/pull/7802). This allows users to write
sqlContext.read.format("redshift")
instead of
sqlContext.read.format... | gharchive/pull-request | 2015-10-09T19:20:14 | 2025-04-01T06:43:51.627598 | {
"authors": [
"JoshRosen",
"codecov-io"
],
"repo": "databricks/spark-redshift",
"url": "https://github.com/databricks/spark-redshift/pull/105",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
128107301 | Fix Python example in documentation
This PR fixes the Python example for including write just like the other examples.
Current coverage is 89.22%
Merging #70 into master will not affect coverage as of 7f31563
@@ master #70 diff @@
======================================
Files 12 1... | gharchive/pull-request | 2016-01-22T08:31:13 | 2025-04-01T06:43:51.631616 | {
"authors": [
"HyukjinKwon",
"codecov-io"
],
"repo": "databricks/spark-xml",
"url": "https://github.com/databricks/spark-xml/pull/70",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1755797339 | [WIP] Add test_llm and llm_verify functions
This PR adds two functions: llm_verify and llm_test.
llm_verify verifies an expected quality of the dataframe. The function takes in a dataframe and the description of expected quality to verify. It generates test code and logs the code run and output (True=pass, False=fai... | gharchive/pull-request | 2023-06-13T23:40:26 | 2025-04-01T06:43:51.646764 | {
"authors": [
"asl3",
"gengliangwang"
],
"repo": "databrickslabs/spark-llm",
"url": "https://github.com/databrickslabs/spark-llm/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
687626842 | [place charts] Handle missing data for some places
With some of new comparison charts, we might have data only for some geos. Skip geos so the charts will still get drawn.
@chejennifer fyi
ptal when you get a chance, thanks :)
| gharchive/pull-request | 2020-08-28T00:35:16 | 2025-04-01T06:43:51.692178 | {
"authors": [
"beets"
],
"repo": "datacommonsorg/website",
"url": "https://github.com/datacommonsorg/website/pull/362",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2623401039 | Correction for raw affiliation UMR MoISA (Montpellier Interdisciplinary centre on Sustainable Agri-food systems), Univ Montpellier, CIRAD, CIHEAM-IAMM, INRAE, Institut Agro Montpellier, IRD, Montpellier, France.; University of Ghana, Department of Population, Family & Reproductive Health, School of Public Health, Accra... | gharchive/issue | 2024-10-30T09:25:57 | 2025-04-01T06:43:51.731664 | {
"authors": [
"dataesri"
],
"repo": "dataesr/openalex-affiliations",
"url": "https://github.com/dataesr/openalex-affiliations/issues/7586",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2638696476 | Correction for raw affiliation . Irstea, unité de recherche Ecosystèmes méditerranéens et risques, 3275 route Cézanne, CS 40061, 13182 Aix-en-Provence Cedex 5,; Sylvie Vanpeene-Bruhier est docteur en écologie de l'ENGREF et ingénieur chercheur à Irstea Aix-en-Provence. Ses travaux en appui aux politiques publiques port... | gharchive/issue | 2024-11-06T16:59:24 | 2025-04-01T06:43:51.735507 | {
"authors": [
"dataesri"
],
"repo": "dataesr/openalex-affiliations",
"url": "https://github.com/dataesr/openalex-affiliations/issues/7848",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2677336927 | Correction for raw affiliation C.T. Appleton, MD, PhD, Bone and Joint Institute, Western University, and Department of Medicine, Schulich School of Medicine and Dentistry, Western University
Correction needed for raw affiliation C.T. Appleton, MD, PhD, Bone and Joint Institute, Western University, and Department of M... | gharchive/issue | 2024-11-20T22:10:13 | 2025-04-01T06:43:51.737989 | {
"authors": [
"dataesri"
],
"repo": "dataesr/openalex-affiliations",
"url": "https://github.com/dataesr/openalex-affiliations/issues/8287",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2679688187 | Correction for raw affiliation LIP (UMR 5668 CNRS-ENSL-INRIA-UCBL), ENS Lyon, Université de Lyon, France
Correction needed for raw affiliation LIP (UMR 5668 CNRS-ENSL-INRIA-UCBL), ENS Lyon, Université de Lyon, France
raw_affiliation_name: LIP (UMR 5668 CNRS-ENSL-INRIA-UCBL), ENS Lyon, Université de Lyon, France
new_r... | gharchive/issue | 2024-11-21T14:34:27 | 2025-04-01T06:43:51.740438 | {
"authors": [
"dataesri"
],
"repo": "dataesr/openalex-affiliations",
"url": "https://github.com/dataesr/openalex-affiliations/issues/8468",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2704709835 | Correction for raw affiliation Université de Lyon > UMR 5600 CNRS EVS, Site ENS Lyon, 15 Parvis René Descartes, F-69342 Lyon, France > > >
Correction needed for raw affiliation Université de Lyon > UMR 5600 CNRS EVS, Site ENS Lyon, 15 Parvis René Descartes, F-69342 Lyon, France > > >
raw_affiliation_name: Univers... | gharchive/issue | 2024-11-29T10:43:29 | 2025-04-01T06:43:51.743019 | {
"authors": [
"dataesri"
],
"repo": "dataesr/openalex-affiliations",
"url": "https://github.com/dataesr/openalex-affiliations/issues/9039",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
619720233 | Review ontology
Those are the topics we need to check with Thomas Francart:
In order to answer to LOV last requests mentioned here: https://github.com/datafoodconsortium/ontology/issues/10#issuecomment-622966539
We need to define:
where to stock URI infos?
for all metadata around business ontology how to deal with... | gharchive/issue | 2020-05-17T14:40:17 | 2025-04-01T06:43:51.745768 | {
"authors": [
"RachL",
"simonLouvet"
],
"repo": "datafoodconsortium/dfc-prototype-V3",
"url": "https://github.com/datafoodconsortium/dfc-prototype-V3/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.