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 |
|---|---|---|---|---|---|
167627743 | Warning when passing FormattedMessage to ToolbarTitle
Problem description
When passing react-intl's <FormattedMessage /> as a ToolbarTitle-text I receive a type-warning because it's not a valid String. This issue should be addressed to each string-properties to support react-intl.
See #2818
Steps to reproduce
<Toolba... | gharchive/issue | 2016-07-26T14:53:11 | 2025-04-01T04:35:08.995221 | {
"authors": [
"celandro",
"mbrevda",
"mbrookes",
"ninoraubaum",
"oliviertassinari"
],
"repo": "mui-org/material-ui",
"url": "https://github.com/mui-org/material-ui/issues/4832",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
231909129 | [TextField] New line added when value prop is set (multiline is true) and enter is pressed
Problem description
A new line is added when the value prop is set in TextField (with multiline true), and enter is pressed.
Link to minimal working code that reproduces the issue
https://www.webpackbin.com/bins/-KlGfX7Kl4Q4uq... | gharchive/issue | 2017-05-29T01:26:51 | 2025-04-01T04:35:09.000297 | {
"authors": [
"joshwooding",
"lindenquan",
"oliviertassinari",
"sajal50"
],
"repo": "mui-org/material-ui",
"url": "https://github.com/mui-org/material-ui/issues/6990",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
802377387 | [core] fix parent could be null when container is under shadow root
[x] I have followed (at least) the PR section of the contributing guide.
I'm closing for #17473. We currently don't aim to support shadow DOM. If you have a reproduction for this bug, please share it in this issue.
@oliviertassinari It is just... | gharchive/pull-request | 2021-02-05T18:20:12 | 2025-04-01T04:35:09.002681 | {
"authors": [
"meowtec",
"oliviertassinari"
],
"repo": "mui-org/material-ui",
"url": "https://github.com/mui-org/material-ui/pull/24789",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2206031232 | [Tabs] Overhaul Tabs API
Replaced the slots API with the render prop.
Changed the selectionFollowsFocus prop to activateOnFocus and moved it to TabsList.
Added the loop prop to the Tabs.
Added the keepMounted prop to the TabPanel
To do:
[x] Style hooks on subcomponents
[x] Lava-lamp animation support
[x] Rendering... | gharchive/pull-request | 2024-03-25T15:25:40 | 2025-04-01T04:35:09.011271 | {
"authors": [
"atomiks",
"colmtuite",
"michaldudak"
],
"repo": "mui/base-ui",
"url": "https://github.com/mui/base-ui/pull/245",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2650815449 | [docs] Demo UnstyledSelectMultiple crashes
[ ] I have searched for similar issues in this repository and believe that this is not a duplicate.
Steps to reproduce
Visit https://mui.com/base-ui/react-select/
??
demo UnstyledSelectMultiple crashes
Your environment
Tech
Version
Version
v6.1.6
Netlify deplo... | gharchive/issue | 2024-11-12T02:23:40 | 2025-04-01T04:35:09.015888 | {
"authors": [
"Mynment19",
"mj12albert"
],
"repo": "mui/material-ui",
"url": "https://github.com/mui/material-ui/issues/44385",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1411377895 | [docs] Allows to access the next MUI-X
@joserodolfofreitas Would it be good to have the same behavior to allow user navigating to the next doc and encourage the v6-alpha?
I think it makes sense, @alexfauquette.
+1 to move forward with it, but I couldn't see the selector on the preview.
@joserodolfofreitas
It's a... | gharchive/pull-request | 2022-10-17T11:06:52 | 2025-04-01T04:35:09.018579 | {
"authors": [
"alexfauquette",
"joserodolfofreitas"
],
"repo": "mui/material-ui",
"url": "https://github.com/mui/material-ui/pull/34798",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1437051433 | [website] Fix call-to-action buttons layout for some smaller screens
As you can see in the attached video (refresh the page if you see just an image), the call-to-action buttons get glued for some smaller screens. This PR fixes this issue (demo also in the attached video).
[ ] I have followed (at least) the PR sect... | gharchive/pull-request | 2022-11-05T14:27:43 | 2025-04-01T04:35:09.021993 | {
"authors": [
"siriwatknp",
"yousoumar"
],
"repo": "mui/material-ui",
"url": "https://github.com/mui/material-ui/pull/35011",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1826361753 | [base] Ban default exports
This PR changes the default exports in Base UI to named ones. The name of the previously default export matches the file name.
Along with the changes in code, I created additional logic in API docs builders and a codemod.
Breaking change
All exports from Base UI are named:
- import Button, ... | gharchive/pull-request | 2023-07-28T12:43:47 | 2025-04-01T04:35:09.025422 | {
"authors": [
"michaldudak",
"mnajdova"
],
"repo": "mui/material-ui",
"url": "https://github.com/mui/material-ui/pull/38200",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2344461849 | [code-infra] Allow other packages than base to export hooks
Make hooks api doc generation work in Toolpad
Adding @babel/parser, otherwise it doesn't seem to be able to type the ParseResult correctly. Not completely sure why exactly.
Ok, these hooks are really just base specific it seems.
| gharchive/pull-request | 2024-06-10T17:25:57 | 2025-04-01T04:35:09.026693 | {
"authors": [
"Janpot"
],
"repo": "mui/material-ui",
"url": "https://github.com/mui/material-ui/pull/42606",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1367548740 | Preserve javascript semantics when dependencies fail
Currently when an underlying value in a binding expression fails or is loading, the whole expression evaluates to undefined. As can be seen in the following:
the second line is bound to the error message of a failing query
the third line is bound to the data of a ... | gharchive/pull-request | 2022-09-09T09:29:59 | 2025-04-01T04:35:09.029324 | {
"authors": [
"Janpot"
],
"repo": "mui/mui-toolpad",
"url": "https://github.com/mui/mui-toolpad/pull/948",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2321711212 | Related to delete link feature
Problem:
When one person deletes the link and other doesn't know about it and tries to send message, it shows failed to send message try again. This doesn't give a clear message to the user that link is deleted. It can also convey that there might be other issue like network problem or... | gharchive/issue | 2024-05-28T18:49:04 | 2025-04-01T04:35:09.073099 | {
"authors": [
"TrishalaGhetiya",
"chandankumarm55",
"muke1908"
],
"repo": "muke1908/chat-e2ee",
"url": "https://github.com/muke1908/chat-e2ee/issues/352",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
217020201 | When a user logs in, download all the recent notification objects and listen for changes using the full Redux pipeline.
Parent Issue: #120
Hours: 5 hours
We are most definitely going to want to structure this so that we listen to changes in real-time instead of just when we refresh the page. As such, Firebase's .on... | gharchive/issue | 2017-03-26T01:57:08 | 2025-04-01T04:35:09.080646 | {
"authors": [
"samratdebroy",
"svelupillai"
],
"repo": "mukulikadey/SOEN341-Group1",
"url": "https://github.com/mukulikadey/SOEN341-Group1/issues/128",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1066777701 | How to access Metrics Toolkit Web UI via DLB expects "/api" in mapping rule output path
Team,
We are trying to use this project in our Anypoint Platform to send platform metrics to Anypoint Monitoring and use Web UI also. We have deployed this mule app behind DLB in cloudhub and tried accessing "Metrics Toolkit UI" v... | gharchive/issue | 2021-11-30T04:27:24 | 2025-04-01T04:35:09.083957 | {
"authors": [
"richardmckinley",
"stackmerge"
],
"repo": "mulesoft-catalyst/metrics-toolkit",
"url": "https://github.com/mulesoft-catalyst/metrics-toolkit/issues/162",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
356781881 | Add functional include
Fixes compilation with clang 6.0.1 on my machine since std::functional is defined in functional header.
Awesome, thank you @def-.
| gharchive/pull-request | 2018-09-04T12:13:32 | 2025-04-01T04:35:09.089250 | {
"authors": [
"AlexDenisov",
"def-"
],
"repo": "mull-project/mull",
"url": "https://github.com/mull-project/mull/pull/385",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
753005689 | [Docs] typos and such
Found some mistakes in the docs.
disclaimer: I'm not a native speaker either...
should be good
btw, i got to know about this project via this years llvm dev meeting video https://www.youtube.com/watch?v=DfoS9kdTWmI and already like the tool :heart:
| gharchive/pull-request | 2020-11-29T20:55:58 | 2025-04-01T04:35:09.090739 | {
"authors": [
"Green-Sky"
],
"repo": "mull-project/mull",
"url": "https://github.com/mull-project/mull/pull/780",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1221243032 | Init observe func
Signed-off-by: Fahed DORGAA fahed.dorgaa@gmail.com
Description of your changes
Fixes # observe func WIP; ObserveAndDelete RunPolicy
I have:
[x] Read and followed Crossplane's contribution process.
[x] Run make reviewable to ensure this PR is ready for review.
[ ] Added backport release-x.y labels... | gharchive/pull-request | 2022-04-29T16:47:17 | 2025-04-01T04:35:09.097866 | {
"authors": [
"fahedouch",
"morningspace"
],
"repo": "multicloudlab/crossplane-provider-ansible",
"url": "https://github.com/multicloudlab/crossplane-provider-ansible/pull/57",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
172262815 | Trainingdata
hi, i'm learning this project,and i want to get the training data in this program, because it's too waste time to collect training data with manually operate the car, so do you mind to give your training data or upload the training data?
@vimalvnair @Vignesh1115 ☝️
@cswwp Sorry for the delay, you can... | gharchive/issue | 2016-08-20T09:28:48 | 2025-04-01T04:35:09.226849 | {
"authors": [
"Vignesh1115",
"cswwp",
"yedhukrishnan"
],
"repo": "multunus/autonomous-rc-car",
"url": "https://github.com/multunus/autonomous-rc-car/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
65374133 | Super calls don't work if super class was implicitly defined
It seems that super classing behaviour is different if the super class was implicitly defined as seen in the following example:
class B is A {}
class A {
new (value) { IO.print("A ", value) }
}
class C {
new (value) { IO.print("C ", value) }
}
class ... | gharchive/issue | 2015-03-31T06:01:07 | 2025-04-01T04:35:09.262585 | {
"authors": [
"MarcoLizza",
"bjorn",
"gsmaverick",
"munificent"
],
"repo": "munificent/wren",
"url": "https://github.com/munificent/wren/issues/246",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
307860711 | Feature request: help button with customisable URL
Would be nice to have a button top right for Help - this should open a URL that could be defined in config
Yes, exactly. What you suggest sounds perfect.
Make it open in a separate window/tab.
Check PR #1041
Doesn't work for me in v4
| gharchive/issue | 2018-03-23T00:29:15 | 2025-04-01T04:35:09.264575 | {
"authors": [
"danner26",
"ofirgalcon"
],
"repo": "munkireport/munkireport-php",
"url": "https://github.com/munkireport/munkireport-php/issues/1033",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2686033294 | Covers not visible in playlist (subsonic provider)
What version of Music Assistant has the issue?
2.3.3
What version of the Home Assistant Integration have you got installed?
2024.11.4
Have you tried everything in the Troubleshooting FAQ and reviewed the Open and Closed Issues and Discussions to resolve this yourself... | gharchive/issue | 2024-11-23T14:00:34 | 2025-04-01T04:35:09.396040 | {
"authors": [
"de666",
"khers"
],
"repo": "music-assistant/hass-music-assistant",
"url": "https://github.com/music-assistant/hass-music-assistant/issues/3215",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
443386616 | Add overview of available modules to guidelines?
There is an overview for elements, attributes etc., but not for the available modules. Maybe this would be good to have, as every element description is pointing to a certain module and attributes and models and the like can be sorted "by module".
Additionally, there c... | gharchive/issue | 2019-05-13T13:03:41 | 2025-04-01T04:35:09.399236 | {
"authors": [
"kepper",
"musicEnfanthen"
],
"repo": "music-encoding/guidelines",
"url": "https://github.com/music-encoding/guidelines/issues/101",
"license": "ECL-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
82030175 | Deprecate and add @vel to
From andrew.hankinson on July 19, 2012 14:36:13
If <noteOn> and <noteOff> are deprecated (see #89), then we should deprecate <vel> as well.
To record note velocity information the MIDI module should define @-vel on <note>.
Deprecating <vel> is not urgent, but adding @-vel to <note> should ... | gharchive/issue | 2015-05-28T17:02:20 | 2025-04-01T04:35:09.405092 | {
"authors": [
"ahankinson"
],
"repo": "music-encoding/music-encoding",
"url": "https://github.com/music-encoding/music-encoding/issues/90",
"license": "ECL-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1664583201 | Bug: Captions jump to top on hover
Is there an existing issue for this?
[X] I have searched the existing issues
Which Mux Elements/Packages does this apply to? Select all that apply
mux-player-react
Which browsers are you using?
Chrome, Safari, Firefox
Which operating systems are you using?
None
Description
Sometim... | gharchive/issue | 2023-04-12T13:34:03 | 2025-04-01T04:35:09.421930 | {
"authors": [
"gkatsev",
"nikolagigic"
],
"repo": "muxinc/elements",
"url": "https://github.com/muxinc/elements/issues/660",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
246366260 | Cannot get any data from PlexPy
I just get streams of the blow when attempting to run it:
2017-07-29 00:03:23
DEBUG
PlexPy APIv2 :: API called with kwargs: {'cmd': u'get_users_table', 'apikey': u'********de'}
API key is correct, have deleted/regenerated.
Any tips would be appreciated :)
Hey @benjmd, any other... | gharchive/issue | 2017-07-28T14:37:00 | 2025-04-01T04:35:09.447575 | {
"authors": [
"benjmd",
"mvantassel"
],
"repo": "mvantassel/plexpy2influx",
"url": "https://github.com/mvantassel/plexpy2influx/issues/5",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2546277951 | Doesn’t Work a Quarter of the Time
It will be working fine, then suddenly it does nothing. I can see it is trying to open a new tab, but it never gets sent to Obsidian. If I wait, it eventually works again.
I don't know if it has something to do with multiple Firefox windows open. I have 4 open currently and it was w... | gharchive/issue | 2024-09-24T20:05:07 | 2025-04-01T04:35:09.450212 | {
"authors": [
"mvavassori",
"ockloh"
],
"repo": "mvavassori/obsidian-web-clipper",
"url": "https://github.com/mvavassori/obsidian-web-clipper/issues/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
842337916 | Global mvn settings.xml via mvnd.properties #383
Add some more details on how to set properties for mvnd configuration requested in #383
Hello @gnodet
thank you very much for your comment and the update.
Yeah I really like your changes. It describes the details more clear and user friendly.
Any idea how to fix the ... | gharchive/pull-request | 2021-03-26T22:36:01 | 2025-04-01T04:35:09.455333 | {
"authors": [
"mgoldschmidt-ds"
],
"repo": "mvndaemon/mvnd",
"url": "https://github.com/mvndaemon/mvnd/pull/386",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
479930055 | when first loading on ubuntu linux, get error dialog
Can't take a screenshot, but each time I create a new instance, it pops up a message that says "Read failure, not able to find all expected values in /home/ubuntu/mwc-gui-wallet//wallet713v2.toml" I can just close the error and everything seems to work fine.
Dupl... | gharchive/issue | 2019-08-13T02:29:26 | 2025-04-01T04:35:09.462350 | {
"authors": [
"cgilliard"
],
"repo": "mwcproject/mwc-qt-wallet",
"url": "https://github.com/mwcproject/mwc-qt-wallet/issues/25",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
615426285 | Resize Message Box smarter
We should try to find the way adjust message box to content size better
It works great for me now, probably user had old version. Closing
I think I saw some things like this on Linux so it's possible that's what they were using. Did you try Linux?
Will try
There was issue under the... | gharchive/issue | 2020-05-10T16:23:50 | 2025-04-01T04:35:09.465653 | {
"authors": [
"bayk",
"electrum17",
"vinayaga07"
],
"repo": "mwcproject/mwc-qt-wallet",
"url": "https://github.com/mwcproject/mwc-qt-wallet/issues/303",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2203555035 | chef award
track the increments of the vanilla statistics damage dealt, kills on each stage, and number of each item held. Identify stagnant increases followed by a significant increase, indicating that a player has completed a build/item synergy, etc., and evaluating how successful it was. Other stats such as item s... | gharchive/issue | 2024-03-23T00:16:07 | 2025-04-01T04:35:09.480253 | {
"authors": [
"mwoiii",
"nod03"
],
"repo": "mwoiii/stat-mod-ror2",
"url": "https://github.com/mwoiii/stat-mod-ror2/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1183201143 | Apps list not optional in create, remove & update
Create, remove & update functions (main.py) not letting apps be an optional argument, inconsistently with the base run command
Explicit reference needed systematically from 2.0-alpha-2
| gharchive/issue | 2022-03-28T10:07:24 | 2025-04-01T04:35:09.506013 | {
"authors": [
"mx-personal",
"sxoi-max"
],
"repo": "mx-personal/yggdrasil",
"url": "https://github.com/mx-personal/yggdrasil/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
100567044 | Feature request
When you work with pure CoreBluetooth it means you need to use a chain or even a tree of delegate methods` asynchronous calls.
Could you wrap this code in your library's style?
Probably. I have no experience with Core Bluetooth, but I could probably whip something up.
Can you provide a list of the c... | gharchive/issue | 2015-08-12T15:14:39 | 2025-04-01T04:35:09.511561 | {
"authors": [
"foobar8675",
"gerchicov-bp",
"mxcl"
],
"repo": "mxcl/PromiseKit",
"url": "https://github.com/mxcl/PromiseKit/issues/238",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
392074747 | Revised dispatching code ported to v7
Fixes #888.
Are the .travis.yml changes required for this PR?
Yes. See comments here in the thread for #888. A relatively recent compiler is required, even for Swift 3, so the test configuration has to change.
This .travis.yml also has some support for harvesting build artifa... | gharchive/pull-request | 2018-12-18T09:50:53 | 2025-04-01T04:35:09.516678 | {
"authors": [
"GarthSnyder",
"mxcl"
],
"repo": "mxcl/PromiseKit",
"url": "https://github.com/mxcl/PromiseKit/pull/975",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1863689112 | [Snyk] Security upgrade cocoapods from 1.11.3 to 1.12.0
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `rubygems` dependencies of this project.
Changes included in this PR
Changes to the following files to upgrade ... | gharchive/pull-request | 2023-08-23T16:50:39 | 2025-04-01T04:35:09.533843 | {
"authors": [
"emilysallstrom",
"mx-infosec"
],
"repo": "mxenabled/react-native-widget-sdk",
"url": "https://github.com/mxenabled/react-native-widget-sdk/pull/85",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
112516857 | Drawer not close in outside touch
Thanks for great work.
How can close drawer in outside touch of drawerlayout?
you can call the method 'mLeftDrawerLayout.closeDrawer()' to close drawer automatically.
I hope it can help you solve the problems.
actually outside touch can't close drawer.
outside touch do not have ... | gharchive/issue | 2015-10-21T05:40:31 | 2025-04-01T04:35:09.536559 | {
"authors": [
"MayurDev",
"eling13",
"mxn21"
],
"repo": "mxn21/FlowingDrawer",
"url": "https://github.com/mxn21/FlowingDrawer/issues/1",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
179455710 | add some api doc
add the BigIntegerTypeHandler
Could you just remove the number from the explanation?
For example : has five build() methods -> has the following build() methods
And if it's possible, please apply the non-translation changes to the other language files.
Thank you!
Iwao
| gharchive/pull-request | 2016-09-27T10:31:30 | 2025-04-01T04:35:09.542453 | {
"authors": [
"IAMTJW",
"harawata"
],
"repo": "mybatis/mybatis-3",
"url": "https://github.com/mybatis/mybatis-3/pull/789",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
530571164 | 不能识别其他方向的图片吗?
用身份证试了下 图片方向不是正的
是的,只支持倾斜30度以内的
是的,只支持倾斜30度以内的
角度这部分代码是在哪个文件里呢,能否自己调整该部分代码
| gharchive/issue | 2019-11-30T12:08:14 | 2025-04-01T04:35:09.564111 | {
"authors": [
"KDT-G",
"myhub",
"w1249841003"
],
"repo": "myhub/tr",
"url": "https://github.com/myhub/tr/issues/23",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
439656752 | cmd/govim: tidy up logging of log locations
Running vim via the terminal leaves this behind:
$ vi
Vim channel logfile: /tmp/vim_channel_log_20190502_1636_22_xFeykrXYcGgo
Press ENTER or type command to continue
$
At some point soon-ish, we can probably avoid printing the log locations by default and instead provide ... | gharchive/issue | 2019-05-02T15:38:46 | 2025-04-01T04:35:09.572946 | {
"authors": [
"myitcv"
],
"repo": "myitcv/govim",
"url": "https://github.com/myitcv/govim/issues/200",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1265940290 | 🛑 xilef is down
In 2a75699, xilef (https://www.xilef.org) was down:
HTTP code: 0
Response time: 0 ms
Resolved: xilef is back up in a2b776f.
| gharchive/issue | 2022-06-09T10:42:34 | 2025-04-01T04:35:09.576319 | {
"authors": [
"fawaf"
],
"repo": "mymovielist/uptime",
"url": "https://github.com/mymovielist/uptime/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
101226697 | glog issue
From glog requires flag.Parse() to use his flags, micro dont use flag.Parse() so when excuting the micro-based code, it will show the Error in log. I think we should change log system or put a flag.Parse() into cmd.Init() to bypassing these errors , what do you think ?
I will test it out and see how it w... | gharchive/issue | 2015-08-16T02:45:00 | 2025-04-01T04:35:09.581995 | {
"authors": [
"asim",
"crackcomm",
"justintv90",
"kynrai"
],
"repo": "myodc/go-micro",
"url": "https://github.com/myodc/go-micro/issues/10",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
209748561 | “ErrorCannot enqueue Query after fatal error.”
A day after I use "pm2 start index.js" or "forever start index.js",when I open my blog 'jealand.win',I cound't open my blog page.And I search my log , It indicate "ErrorCannot enqueue Query after fatal error.".
I use mysql-pool,express.
var mysql = require('mysql');
var ... | gharchive/issue | 2017-02-23T12:31:19 | 2025-04-01T04:35:09.617676 | {
"authors": [
"dougwilson",
"janostudio"
],
"repo": "mysqljs/mysql",
"url": "https://github.com/mysqljs/mysql/issues/1649",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1083745799 | feat: update eslint-plugin-vue + update configs
This branch is dependent on #34 & #36
CC/ @voxpelli
For people watching this PR: we've started already with our own fork in order to not hold the wider community back anymore: https://github.com/eslint-community/eslint-plugin-mysticatea
@mysticatea We would still love... | gharchive/pull-request | 2021-12-18T04:43:54 | 2025-04-01T04:35:09.629915 | {
"authors": [
"MichaelDeBoey"
],
"repo": "mysticatea/eslint-plugin",
"url": "https://github.com/mysticatea/eslint-plugin/pull/43",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
110909036 | Add support for parser_configs for subparser
Hi,
This is associated with this bug that I filed a while back:
https://rt.cpan.org/Public/Bug/Display.html?id=102708
Thanks,
Alex
@mytram, can you please take a look at this pull request?
| gharchive/pull-request | 2015-10-12T04:59:04 | 2025-04-01T04:35:09.631441 | {
"authors": [
"ahartoto"
],
"repo": "mytram/perl-argparse",
"url": "https://github.com/mytram/perl-argparse/pull/9",
"license": "artistic-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1524161731 | mof replays are 1-indexed
I added
def testStages(self):
r = ParseTestReplay('th10_normal')
self.assertEqual(r.stages[0].stage, 0)
to test_replay_parsing.py and it failed.
They should be 0-indexed, since the field is documented as 0-indexed (and some other code will probably expect it)
All games... | gharchive/issue | 2023-01-07T21:26:05 | 2025-04-01T04:35:09.676152 | {
"authors": [
"32th-System",
"n-rook",
"raviddog"
],
"repo": "n-rook/thscoreboard",
"url": "https://github.com/n-rook/thscoreboard/issues/181",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1856033584 | feat: get NodeInfos from the MagicEndpoint
Description
Call MagicEndpoint::node_infos() to get a Vec<NodeInfo>, or list connection information on all nodes we know about.
NodeInfo is aliased from super::magicsock::EndpointInfo.
/// The type of connection we have to the node.
#[derive(Debug, Clone, Eq, PartialEq)]
pub... | gharchive/pull-request | 2023-08-18T04:26:41 | 2025-04-01T04:35:09.680692 | {
"authors": [
"b5",
"dignifiedquire",
"ramfox"
],
"repo": "n0-computer/iroh",
"url": "https://github.com/n0-computer/iroh/pull/1375",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
68938200 | getFormValues fails if "select" options is HTMLOptionsCollection
Hi,
I have a form which contains an empty select with no options, and options is an instance of HTMLOptionsCollection
input
<select id="select_0incident.watch_list" style="direction:ltr; ;" onchange="toggleGlideListIcons('incident.watch_list', false);" ... | gharchive/issue | 2015-04-16T14:38:33 | 2025-04-01T04:35:09.699904 | {
"authors": [
"lmazuel",
"paazmaya"
],
"repo": "n1k0/casperjs",
"url": "https://github.com/n1k0/casperjs/issues/1212",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
136075012 | Unexpected resizing
I am experiencing some unexpected resize of my charts. Is this a bug or am I failing to understand something?
Starting from the full example at: http://n3-charts.github.io/line-chart/#/docs whenever I resize the width of my browser window the chart grows a little in height each time.
Also if I add... | gharchive/issue | 2016-02-24T14:22:28 | 2025-04-01T04:35:09.706406 | {
"authors": [
"allyhume",
"lorem--ipsum"
],
"repo": "n3-charts/line-chart",
"url": "https://github.com/n3-charts/line-chart/issues/439",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1635864337 | Compatability newer n8n versions
Describe the bug
Hello,
Ever since upgrading to (then) the newest version of N8N (0.217.1) after a few days the custom node stops working and it gives an error in the workflow.
The only one to fix this is by uninstalling the node and reinstalling it. Then it works for a few days and ... | gharchive/issue | 2023-03-22T14:21:40 | 2025-04-01T04:35:09.785771 | {
"authors": [
"HammieJT",
"mcolomer"
],
"repo": "n8nhackers/n8n-nodes-document-generator",
"url": "https://github.com/n8nhackers/n8n-nodes-document-generator/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
109590513 | Option to not produce transformed files
Right now the basic functionality of PostCSS where no files are produced is not exposed in grunt-postcss.
I'd like to use this task in combination with stylelint as a linter. It would be useful to not have it unconditionally write to disk.
This would essentially allow users to ... | gharchive/issue | 2015-10-02T23:43:38 | 2025-04-01T04:35:09.788500 | {
"authors": [
"Krinkle",
"jdforrester",
"nDmitry"
],
"repo": "nDmitry/grunt-postcss",
"url": "https://github.com/nDmitry/grunt-postcss/issues/61",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
986577229 | Thinq1 Mini-Split AC: TypeError: Cannot read property 'min' of null
Describe The Bug:
When enabling Thinq1 support, used against a LSN120HSV5 mini-split unit. It uses Thinq1
To Reproduce:
Enabling the plugin raises an error when trying to configure the device:
Expected behavior:
I was hoping to get control over this... | gharchive/issue | 2021-09-02T11:23:51 | 2025-04-01T04:35:09.852652 | {
"authors": [
"coneybeare",
"nVuln"
],
"repo": "nVuln/homebridge-lg-thinq",
"url": "https://github.com/nVuln/homebridge-lg-thinq/issues/66",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2071934281 | Extract CSS out when getting assets from Modules
I've been following the documentation for modules to utilise the new Vite features that allow modules to expose their code via the vite.config.js file on each module. Whilst it took a while to get to grips with and understand I like the way it is implemented and how ea... | gharchive/issue | 2024-01-09T09:09:46 | 2025-04-01T04:35:09.856258 | {
"authors": [
"dcblogdev",
"jaymeh"
],
"repo": "nWidart/laravel-modules",
"url": "https://github.com/nWidart/laravel-modules/issues/1711",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
341068079 | Update 07/13/2018 es-translations
Add and translated new files
Thanks for fixing this!
| gharchive/pull-request | 2018-07-13T15:43:31 | 2025-04-01T04:35:09.872823 | {
"authors": [
"arv187",
"nabeelio"
],
"repo": "nabeelio/phpvms",
"url": "https://github.com/nabeelio/phpvms/pull/255",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
357610614 | UTF-16
Any advise how to read utf-16 (LittleEndian) file info buffer.
Tried normal way :
while (row = reader.next()) {
line = row.toString('utf16le');
........
}
but seems to be incorrect ?
would probably be best to fork and update the search for the newline pairing. just curious why not utf8?
The data s... | gharchive/issue | 2018-09-06T11:21:42 | 2025-04-01T04:35:09.875964 | {
"authors": [
"jforge",
"netmiller",
"quoininc-huudatran"
],
"repo": "nacholibre/node-readlines",
"url": "https://github.com/nacholibre/node-readlines/issues/21",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
352488707 | Support yaml configuration format and custom configuration format
// @see org.springframework.boot.env.PropertySourceLoader
public interface PropertySourceLoader {
String[] getFileExtensions();
List<PropertySource<?>> load(String name, Resource resource) throws IOException;
}
获取不到yml的配置属性值.
| gharchive/issue | 2018-08-21T10:59:09 | 2025-04-01T04:35:09.879705 | {
"authors": [
"hxy1991",
"yuanxie001"
],
"repo": "nacos-group/nacos-spring-project",
"url": "https://github.com/nacos-group/nacos-spring-project/issues/33",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1254218091 | Wip refresh tokens
Started this sum month ago, dont know if its any useful, but can def. be in it if you guys start anything, prob. the approach could be better and I havent really figured ut the refresh time handle, the most inportante! ;D
Good effort! ❤️
Refresh tokens are tricky because there are a number of pro... | gharchive/pull-request | 2022-05-31T18:09:39 | 2025-04-01T04:35:09.938301 | {
"authors": [
"tronghn",
"ybelMekk"
],
"repo": "nais/wonderwall",
"url": "https://github.com/nais/wonderwall/pull/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
645299121 | Training with background images
Hi @naisy ,
I have trained a model in mobilenet-ssd-v2 model in Tensorflow(less than version 2.0) for detecting "mobile-phone in hand". I trained with images having 'mobile-phones in hand'. Threshold is set to 7. So if hold a mobile-phone in my hand it will detect. This scenario is wo... | gharchive/issue | 2020-06-25T08:05:26 | 2025-04-01T04:35:09.943069 | {
"authors": [
"PiyalGeorge",
"naisy"
],
"repo": "naisy/train_ssd_mobilenet",
"url": "https://github.com/naisy/train_ssd_mobilenet/issues/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
288335709 | Add scrollableContainer prop to allow using sticky header behavior with non-window scrollable elements
https://github.com/namespace-ee/react-calendar-timeline/pull/199
This might not be an issue with 0.16 release
Closing as i believe this is addressed by using position: sticky on the header with release 0.16.x:
h... | gharchive/issue | 2018-01-13T15:08:51 | 2025-04-01T04:35:09.981383 | {
"authors": [
"mcMickJuice"
],
"repo": "namespace-ee/react-calendar-timeline",
"url": "https://github.com/namespace-ee/react-calendar-timeline/issues/217",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1791784406 | Make C API pointers const and add line_of_sight to C API
Hey,
Got a few small changes. I'm also hoping to get working more on namigator-rs, so I'll probably be opening some issues as well.
This ensures that the underlying object can still be mutated but the pointer location can not.
This just ensures that calling fu... | gharchive/pull-request | 2023-07-06T15:29:18 | 2025-04-01T04:35:09.994210 | {
"authors": [
"gtker"
],
"repo": "namreeb/namigator",
"url": "https://github.com/namreeb/namigator/pull/48",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2290447078 | Link / push change URL+ execute getServerSideProps, but "setParams" (createParam) change URL but no getServerSideProps
Is there an existing issue for this?
[X] I have searched the existing issues
Do you want this issue prioritized?
[ ] Yes, I have sponsored
[X] Not urgent
Current Behavior
When updating screen par... | gharchive/issue | 2024-05-10T21:42:00 | 2025-04-01T04:35:10.010585 | {
"authors": [
"nandorojo",
"tompap"
],
"repo": "nandorojo/solito",
"url": "https://github.com/nandorojo/solito/issues/473",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2371368881 | Question re: tapping outside a DropdownMenu
On iOS a DropdownMenu behaves differently than a ContextMenu when tapping outside the menu. DropdownMenu dismisses the menu, but the tap passes through to any visible components. ContextMenu 'eats' the tap.
Is this the expected behavior, a bug, or am I just not using the Dr... | gharchive/issue | 2024-06-25T00:42:36 | 2025-04-01T04:35:10.012804 | {
"authors": [
"deep108",
"fredrikburmester",
"nandorojo"
],
"repo": "nandorojo/zeego",
"url": "https://github.com/nandorojo/zeego/issues/91",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
362664598 | Outbound Usage
While bootstrapping outgoing confirmation requests can drop observed stake weight for the network below the online_minimum slowing block confirmation until that batch is complete and saturating most networks.
I started looking into this for a V16.1 issue.
@argakiig, Can you test this with the chang... | gharchive/issue | 2018-09-21T15:22:36 | 2025-04-01T04:35:10.015483 | {
"authors": [
"argakiig",
"rkeene"
],
"repo": "nanocurrency/raiblocks",
"url": "https://github.com/nanocurrency/raiblocks/issues/1214",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1570142432 | Optimization: use normal distribution as approximation to poisson for large values
Normal calculation can be almost a factor of 2x faster. For large values of lambda, switch from poisson to normal.
Implemented
| gharchive/issue | 2023-02-03T16:55:04 | 2025-04-01T04:35:10.053260 | {
"authors": [
"lzkelley"
],
"repo": "nanograv/holodeck",
"url": "https://github.com/nanograv/holodeck/issues/41",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
244837008 | Pod installation problem
Steps to reproduce the issue
I would like to add to my project pod 'Firebase/Core' pod but unfortunately after pod install I get 503 Service Unavailable on nanopb pod.
My service provider is currently undergoing some maintenance, so the older koti.kapsi.fi url is currently not working.
Doe... | gharchive/issue | 2017-07-22T09:45:11 | 2025-04-01T04:35:10.069830 | {
"authors": [
"PetteriAimonen",
"robertherdzik"
],
"repo": "nanopb/nanopb",
"url": "https://github.com/nanopb/nanopb/issues/272",
"license": "Zlib",
"license_type": "permissive",
"license_source": "github-api"
} |
264911923 | fix removal of cluster key
This fixes the bug created by myself yesterday (sorry!) related to #214. The cluster key should be removed in each group, so it must be done inside the main loop, and not outside. With the current code having 2 internal groups will have the cluster only removed in the last group, but not th... | gharchive/pull-request | 2017-10-12T11:52:53 | 2025-04-01T04:35:10.111911 | {
"authors": [
"ckishimo",
"coveralls"
],
"repo": "napalm-automation/napalm-junos",
"url": "https://github.com/napalm-automation/napalm-junos/pull/219",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1056193803 | Make tensorflow ship with the napari bundle app
🚀 Feature
Make tensorflow ship with the napari bundled app.
Motivation
When installing deep learning based plugins into napari, the installation often fails and / or the environment completely breaks - at least on Windows. The reason might be that tensorflow introduces... | gharchive/issue | 2021-11-17T14:25:08 | 2025-04-01T04:35:10.128825 | {
"authors": [
"AhmetCanSolak",
"goanpeca",
"haesleinhuepf",
"jni",
"neuromusic",
"sofroniewn",
"tlambert03"
],
"repo": "napari/napari",
"url": "https://github.com/napari/napari/issues/3632",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api... |
1011491107 | Fix teardown of menus to prevent widget test leaks
Description
Type of change
[x] Bug-fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change... | gharchive/pull-request | 2021-09-29T22:11:18 | 2025-04-01T04:35:10.135757 | {
"authors": [
"Czaki",
"goanpeca"
],
"repo": "napari/napari",
"url": "https://github.com/napari/napari/pull/3433",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1648721334 | Add more specific viewer.open test for default vs. no plugin chosen
Description
This PR adds a specific test for viewer.open(...,plugin=None) and updates the error message for the test where the default plugin is used to match npe2#276 - which addresses napari-ome-zarr#86 - which is a reincarnation of #4026.
See npe2... | gharchive/pull-request | 2023-03-31T06:01:04 | 2025-04-01T04:35:10.139042 | {
"authors": [
"DragaDoncila"
],
"repo": "napari/napari",
"url": "https://github.com/napari/napari/pull/5685",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1899270058 | add shift_label_onsets function
Reference Issues/PRs
Fixes #183
What does this implement/fix? Explain your changes.
Adds the ability to shift label vectors. This is useful when you have something like word labels from the word aligner, which those can only easily be used to align responses to word onsets/offsets, b... | gharchive/pull-request | 2023-09-16T03:03:20 | 2025-04-01T04:35:10.159686 | {
"authors": [
"gavinmischler"
],
"repo": "naplab/naplib-python",
"url": "https://github.com/naplab/naplib-python/pull/184",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
514745763 | Add capability to build OSAL code coverage tests as part of build
Is your feature request related to a problem? Please describe.
Currently code coverage testing for OSAL is not integrated with the cfe build system. It's possible to build separately, but then care has to be taken to match configurations and extra ste... | gharchive/issue | 2019-10-30T15:05:28 | 2025-04-01T04:35:10.184397 | {
"authors": [
"skliper"
],
"repo": "nasa/cFE",
"url": "https://github.com/nasa/cFE/issues/386",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
574889420 | Fix 535 and 537, User's guide doxygen issues
Describe the contribution
Fix #535 - removed an extra line that caused breakage
Fix #537 - removed private paths from user's guide processing
Testing performed
Steps taken to test the contribution:
make prep
make usersguide
cd buid/doc/users_guide/latex
make
Expected beh... | gharchive/pull-request | 2020-03-03T19:28:22 | 2025-04-01T04:35:10.189397 | {
"authors": [
"astrogeco",
"skliper"
],
"repo": "nasa/cFE",
"url": "https://github.com/nasa/cFE/pull/538",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2265315875 | Improve verbose complain spec checker
Warning: don't start with this issue before #2001 is resolved, otherwise you'd end up with a lot of duplicated code
There are a number of specs that try to check if the code complains in verbose mode. An example from array/new_spec.rb:
-> {
-> { Array.new { raise } }.should_not... | gharchive/issue | 2024-04-26T09:04:14 | 2025-04-01T04:35:10.228409 | {
"authors": [
"herwinw"
],
"repo": "natalie-lang/natalie",
"url": "https://github.com/natalie-lang/natalie/issues/2004",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1375626714 | client.smartCollectionSync detailedResult can't be passed as true
Hey there,
It seems there's a bug within the type declaration. The function smartCollectionSync doesn't allow detailedResult to be passed as true (can only be passed as undefined or false).
When I set it to true as false, the expected response is rec... | gharchive/issue | 2022-09-16T08:40:48 | 2025-04-01T04:35:10.246628 | {
"authors": [
"natelindev",
"swkoyo"
],
"repo": "natelindev/tsdav",
"url": "https://github.com/natelindev/tsdav/issues/131",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1848538696 | Code of conduct
Created code of conduct and added badge to readme
lgtm
| gharchive/pull-request | 2023-08-13T10:55:08 | 2025-04-01T04:35:10.255329 | {
"authors": [
"nbel806",
"tmur647"
],
"repo": "nathanbell806/310A1BudgetTracker",
"url": "https://github.com/nathanbell806/310A1BudgetTracker/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
371606579 | Can't move gutter on touch
I am able to move gutter on desktop using mouse, but on touch it doesn't work
We'll need more info. Device, browser, versions. What doesn't work? Are there any errors?
No errors, I have tested on iOS11.0.3(iphone6s, ipad air2), Android 8.0(Galaxy S7)
Thanks @AndranikA. Resolved this i... | gharchive/issue | 2018-10-18T16:13:16 | 2025-04-01T04:35:10.261010 | {
"authors": [
"AndranikA",
"nathancahill"
],
"repo": "nathancahill/Split.js",
"url": "https://github.com/nathancahill/Split.js/issues/160",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1892247766 | Please remove requirement that end time is before start time - Fox have fixed/removed this
Discussed in https://github.com/nathanmarlor/foxess_modbus/discussions/413
Originally posted by iancg September 12, 2023
Hi,
Please see:
https://www.facebook.com/groups/foxessownersgroup/posts/1923430298039143/?comment_id=1923... | gharchive/issue | 2023-09-12T10:48:49 | 2025-04-01T04:35:10.269233 | {
"authors": [
"canton7",
"lamixer"
],
"repo": "nathanmarlor/foxess_modbus",
"url": "https://github.com/nathanmarlor/foxess_modbus/issues/414",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1628914176 | Be smarter about which sensors to notify after a poll
Most of the time, most sensors aren't changing. Telling HA that everything has changed after every poll is a bit wasteful, particularly if the user has the poll rate set high.
Make sure that we only tell HA about registers which have actually changed.
:rocket: :... | gharchive/pull-request | 2023-03-17T08:36:41 | 2025-04-01T04:35:10.270525 | {
"authors": [
"canton7",
"nathanmarlor"
],
"repo": "nathanmarlor/foxess_modbus",
"url": "https://github.com/nathanmarlor/foxess_modbus/pull/52",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1806279976 | Fix undefined behavior left shift
I was trying out nbnet with Zig which has undefined behavior sanitizers on by default and caught this:
for (unsigned int i = 0; i < 32; i++)
{
if (B_IS_UNSET(packet->header.ack_bits, i))
continue;
in Connection_DecodePacketHeader
pushes a 1 into the sign bit ... | gharchive/pull-request | 2023-07-15T19:06:20 | 2025-04-01T04:35:10.271904 | {
"authors": [
"nathhB",
"raisinrand"
],
"repo": "nathhB/nbnet",
"url": "https://github.com/nathhB/nbnet/pull/34",
"license": "Zlib",
"license_type": "permissive",
"license_source": "github-api"
} |
1149140347 | Bring styles and javascript into django
This PR relates to the Trello Ticket "Bring all SASS/CSS and JavaScript into Django"
The tasks are:
[x] Bring SASS/CSS across
[x] Populate title tag (using a configuration value for the service name)
[x] Fix breadcrumbs
[x] Introduce WebFonts that are used in the Flask app
[x]... | gharchive/pull-request | 2022-02-24T10:54:23 | 2025-04-01T04:35:10.278075 | {
"authors": [
"gtvj",
"lozette"
],
"repo": "nationalarchives/ds-caselaw-public-ui",
"url": "https://github.com/nationalarchives/ds-caselaw-public-ui/pull/42",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
950502535 | Feature/record disambiguation page
Hi @gtvj and @danbentley
Would you be able to approve this PR if all is OK? The editorial has been approved.
@gtvj would you be able to check that the HTML/CSS I have written is OK? I've checked it in Chrome/Firefox/IE11, with WAVe and Lighthouse, and at 400% zoom. To see the disamb... | gharchive/pull-request | 2021-07-22T10:12:47 | 2025-04-01T04:35:10.284832 | {
"authors": [
"AshTNA",
"danbentley",
"gtvj"
],
"repo": "nationalarchives/ds-wagtail",
"url": "https://github.com/nationalarchives/ds-wagtail/pull/54",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
47541641 | Callbacks are triggered when satisfied but not guaranteed to still be true
Both the reconnected and disconnected callbacks are invoked outside the Connection lock. By doing so, the state of the connection may be different when actually invoked. In most cases, the connection has been closed which leads to no harm. ... | gharchive/issue | 2014-11-02T16:52:41 | 2025-04-01T04:35:10.370042 | {
"authors": [
"fraenkel",
"kozlovic"
],
"repo": "nats-io/nats",
"url": "https://github.com/nats-io/nats/issues/38",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
234499517 | Memory Leak in AudioEndpointVolume
Hello, we have an implementation of sound controls with the typical actions (Mute, slider volume management, sample audio input / output, etc.), and we have a significant memory leak. The application is built by attacking the audio dll in a decoupled way through an intermediate wrap... | gharchive/issue | 2017-06-08T11:42:01 | 2025-04-01T04:35:10.409408 | {
"authors": [
"alexunderattack",
"markheath"
],
"repo": "naudio/NAudio",
"url": "https://github.com/naudio/NAudio/issues/200",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1330566732 | 🛑 Harmony Bot Website is down
In 6bac42f, Harmony Bot Website ($HARMONY_WEB) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Harmony Bot Website is back up in 26d5266.
| gharchive/issue | 2022-08-05T23:15:36 | 2025-04-01T04:35:10.422256 | {
"authors": [
"navaneethkm004"
],
"repo": "navaneethkm004/uptime",
"url": "https://github.com/navaneethkm004/uptime/issues/11706",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
830881005 | 🛑 Harmony Bot Website is down
In 9d1d042, Harmony Bot Website ($HARMONY_WEB) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Harmony Bot Website is back up in f41f185.
| gharchive/issue | 2021-03-13T11:42:18 | 2025-04-01T04:35:10.424399 | {
"authors": [
"navaneethkm004"
],
"repo": "navaneethkm004/uptime",
"url": "https://github.com/navaneethkm004/uptime/issues/1298",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
983293712 | 🛑 Harmony Bot Website is down
In 5b4b483, Harmony Bot Website ($HARMONY_WEB) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Harmony Bot Website is back up in 0ba5314.
| gharchive/issue | 2021-08-30T23:30:51 | 2025-04-01T04:35:10.426485 | {
"authors": [
"navaneethkm004"
],
"repo": "navaneethkm004/uptime",
"url": "https://github.com/navaneethkm004/uptime/issues/4884",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1077321421 | 🛑 Harmony Bot Website is down
In 78f9759, Harmony Bot Website ($HARMONY_WEB) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Harmony Bot Website is back up in 533fbc4.
| gharchive/issue | 2021-12-10T23:58:12 | 2025-04-01T04:35:10.428794 | {
"authors": [
"navaneethkm004"
],
"repo": "navaneethkm004/uptime",
"url": "https://github.com/navaneethkm004/uptime/issues/7042",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1097921033 | Should we make this default?
check this https://github.com/black-desk/dotfiles/commit/d122b69e3915ff8d3274773bca2cc8ee47f1e3ea
I think TSStrong should be bold :)
Yeah, why not, but what are these highlights used for?
I am sure they are used for markdown.
https://github.com/nvim-treesitter/nvim-treesitter/blob/mas... | gharchive/issue | 2022-01-10T13:45:45 | 2025-04-01T04:35:10.436682 | {
"authors": [
"black-desk",
"xeluxee"
],
"repo": "navarasu/onedark.nvim",
"url": "https://github.com/navarasu/onedark.nvim/issues/53",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1398901670 | Can i add travel agency application created using HTML ,CSS JAVASCRIPT and make it responsive
Can i add travel agency application created using HTML ,CSS JAVASCRIPT and make it responsive
sure!!
| gharchive/issue | 2022-10-06T06:27:43 | 2025-04-01T04:35:10.437527 | {
"authors": [
"naveen3011",
"nishantkumar1308"
],
"repo": "naveen3011/WebD_project_hacktober2022",
"url": "https://github.com/naveen3011/WebD_project_hacktober2022/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1673824315 | Install not working correctly with Faderport 2
Describe the bug
A clear and concise description of what the bug is.
When I install Reasonus everything works as described until I choose CSI in the control surface area. When i choose CSI Reasonus does not apear in the pages section and I do see Faderport 2 in the surfa... | gharchive/issue | 2023-04-18T20:58:38 | 2025-04-01T04:35:10.448030 | {
"authors": [
"jadedsean",
"navelpluisje"
],
"repo": "navelpluisje/reasonus-install",
"url": "https://github.com/navelpluisje/reasonus-install/issues/40",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
185290101 | could i pass TraceContext between threads ?
For example in pinpoint-plugin -sample 03:
"We want to trace TargetClass03's methods targetMethodA, and targetMethodB which invokes targetMethodA".
if targetMethodB is executed in another thread, can i get the TraceContext and trace call stack correctly ?
pinpoint-plugin... | gharchive/issue | 2016-10-26T03:42:36 | 2025-04-01T04:35:10.457746 | {
"authors": [
"xiaoerlyl"
],
"repo": "naver/pinpoint",
"url": "https://github.com/naver/pinpoint/issues/2191",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
206779239 | monitoring non servlet based applications
hi team,
I would like to know if pinpoint can support monitoring of "non-servlet" based applications. i have few applications in my project that are of this nature.
Some of them are built using "Spring-boot" framework and seems pinpoint supports that ( i feel it because i see... | gharchive/issue | 2017-02-10T12:00:43 | 2025-04-01T04:35:10.461093 | {
"authors": [
"JEnIUS85",
"koo-taejin"
],
"repo": "naver/pinpoint",
"url": "https://github.com/naver/pinpoint/issues/2597",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
271707066 | Would you be so kind as to explain meaning of two fields sequence_count and timing_count in mysql table alarm_history of web
Hello:
This is not a bug report, it's just a question.
There's no any document or comment about the two fields: sequence_count and timing_count in mysql table alarm_history in the web project, ... | gharchive/issue | 2017-11-07T04:32:45 | 2025-04-01T04:35:10.462855 | {
"authors": [
"fengnex",
"minwoo-jung"
],
"repo": "naver/pinpoint",
"url": "https://github.com/naver/pinpoint/issues/3529",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
664212515 | JDK6 compiler bug workarounds
JDK6 compiler throws an error when adding log4j2 lib
Compiler version: 1.6.0_45
[INFO] Compiling 284 source files to C:\pin\pinpoint\profiler\target\test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] ---------------------... | gharchive/issue | 2020-07-23T05:29:17 | 2025-04-01T04:35:10.467134 | {
"authors": [
"emeroad"
],
"repo": "naver/pinpoint",
"url": "https://github.com/naver/pinpoint/issues/7050",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
558955563 | Bygg av 20200203102848-2b0c963
Kommenter med /promote 20200203102848-2b0c963 cluster, hvor cluster er et gyldig clusternavn
Cluster
dev-sbs
prod-sbs
/promote 20200203102848-2b0c963 dev-sbs
/promote 20200203102848-2b0c963 prod-sbs
| gharchive/issue | 2020-02-03T09:31:50 | 2025-04-01T04:35:10.479486 | {
"authors": [
"AndreasDybdahl",
"janolaveide"
],
"repo": "navikt/foreldrepengeoversikt",
"url": "https://github.com/navikt/foreldrepengeoversikt/issues/75",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
641147483 | Bygg av 20200618135056-2d01dde
Kommenter med /promote cluster, hvor cluster er et gyldig clusternavn
Cluster
dev-sbs
prod-sbs
/promote dev-gcp
/promote dev-sbs
| gharchive/issue | 2020-06-18T11:56:28 | 2025-04-01T04:35:10.482489 | {
"authors": [
"janolaveide"
],
"repo": "navikt/foreldrepengesoknad",
"url": "https://github.com/navikt/foreldrepengesoknad/issues/1640",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1787795119 | Utleder ikke 5056 ved opprettelse av manuell revurdering
Kan ikke se at dette bruker til noe. Sjekker DB i prod og ser at det bare er 6 saker i 2019 der dette AP er opprettet uten at behandlingen i tillegg har en av de andre 3 foreslå vedtak aksjonspunktene utledet (5018, 5015, 5028).
Er det noe jeg har glemt?
select... | gharchive/pull-request | 2023-07-04T12:01:24 | 2025-04-01T04:35:10.486984 | {
"authors": [
"jolarsen",
"palfi"
],
"repo": "navikt/fp-sak",
"url": "https://github.com/navikt/fp-sak/pull/5868",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1293130461 | Refaktorere og splitte arena vs våre egene modeller
split arena tiltaksgjennomforing
refactor routes and services for api
remove unneccessary endpoints
Avventer litt med denne til https://github.com/navikt/mulighetsrommet/pull/282 er inne og jeg må ta en rebase.
| gharchive/pull-request | 2022-07-04T12:50:30 | 2025-04-01T04:35:10.488789 | {
"authors": [
"steffeli"
],
"repo": "navikt/mulighetsrommet",
"url": "https://github.com/navikt/mulighetsrommet/pull/276",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1815951103 | Unngår feil i jobbkøyring ved deploy av applikasjon
Ved å lytte på shutdown-flagg i det vi plukkar opp feilmeldinga.
Samlar med det samme logikken og sentraliserer dette i etterlatte-jobs-modulen, kjens naturleg at det er der
LGTM
| gharchive/pull-request | 2023-07-21T14:55:21 | 2025-04-01T04:35:10.489764 | {
"authors": [
"madsop-nav",
"sebassonav"
],
"repo": "navikt/pensjon-etterlatte-saksbehandling",
"url": "https://github.com/navikt/pensjon-etterlatte-saksbehandling/pull/1834",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1840522231 | 🛑 ISTAT is down
In 2cfbd1e, ISTAT (https://esploradati.istat.it/SDMXWS/rest/dataflow/all/all/latest) was down:
HTTP code: 0
Response time: 0 ms
Resolved: ISTAT is back up in d0ba14a.
| gharchive/issue | 2023-08-08T04:01:31 | 2025-04-01T04:35:10.492980 | {
"authors": [
"charphi"
],
"repo": "nbbrd/sdmx-upptime",
"url": "https://github.com/nbbrd/sdmx-upptime/issues/13009",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1848364145 | 🛑 ISTAT is down
In f2e5a38, ISTAT (https://esploradati.istat.it/SDMXWS/rest/dataflow/all/all/latest) was down:
HTTP code: 0
Response time: 0 ms
Resolved: ISTAT is back up in 7dc6a73.
| gharchive/issue | 2023-08-13T02:36:29 | 2025-04-01T04:35:10.495267 | {
"authors": [
"charphi"
],
"repo": "nbbrd/sdmx-upptime",
"url": "https://github.com/nbbrd/sdmx-upptime/issues/13318",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1857396566 | 🛑 NBB is down
In 253bdb9, NBB (https://stat.nbb.be/restsdmx/sdmx.ashx/GetDataStructure/ALL) was down:
HTTP code: 429
Response time: 948 ms
Resolved: NBB is back up in c1430f3.
| gharchive/issue | 2023-08-18T23:31:48 | 2025-04-01T04:35:10.497549 | {
"authors": [
"charphi"
],
"repo": "nbbrd/sdmx-upptime",
"url": "https://github.com/nbbrd/sdmx-upptime/issues/13713",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1877297203 | 🛑 ISTAT is down
In a80f3c1, ISTAT (https://esploradati.istat.it/SDMXWS/rest/dataflow/all/all/latest) was down:
HTTP code: 0
Response time: 0 ms
Resolved: ISTAT is back up in abb9c07 after 24 minutes.
| gharchive/issue | 2023-09-01T12:01:23 | 2025-04-01T04:35:10.500009 | {
"authors": [
"charphi"
],
"repo": "nbbrd/sdmx-upptime",
"url": "https://github.com/nbbrd/sdmx-upptime/issues/14570",
"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.