added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
created
timestamp[us]date
2001-10-09 16:19:16
2025-01-01 03:51:31
id
stringlengths
4
10
metadata
dict
source
stringclasses
2 values
text
stringlengths
0
1.61M
2025-04-01T06:40:47.569032
2023-11-03T15:01:42
1976392678
{ "authors": [ "laurmaedje", "raphCode" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11580", "repo": "typst/typst", "url": "https://github.com/typst/typst/issues/2574" }
gharchive/issue
Option to quickly check whether the document compiles, without producing output Description With the proposed feature, the typst compiler should test whether my document compiles, and exit with an appropriate exit code, in the minimal amount of time possible. I am therefore interested in the cold, non-incremental com...
2025-04-01T06:40:47.580958
2022-03-27T20:09:49
1182647946
{ "authors": [ "algoflows", "joelrojo" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11581", "repo": "tyrauber/remix-expo", "url": "https://github.com/tyrauber/remix-expo/issues/4" }
gharchive/issue
a few minor issues, errors, and questions Hi buddy, Amazing work thus far, such an awesome repo. I'll be opening a small pull request for some minor fixes but wanted to throw these up for visibility so others can see for the record. Tailwind auto complete/intellisence dropdown in vscode doesn't work for me when usin...
2025-04-01T06:40:47.615942
2024-12-13T08:20:30
2737764626
{ "authors": [ "pfeatherstone", "tzcnt" ], "license": "BSL-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11583", "repo": "tzcnt/TooManyCooks", "url": "https://github.com/tzcnt/TooManyCooks/issues/17" }
gharchive/issue
No more development ? Hi @tzcnt . Have you abandoned development? I was really looking forward to a release. Hey, thanks for reaching out. Since this past summer I have been dealing with some health issues that took me off the project for a bit. I do plan to continue this work. Before my hiatus, I had attempted to ...
2025-04-01T06:40:47.681941
2018-10-17T18:03:32
371200576
{ "authors": [ "ChristianMurphy", "jgribonvald" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11584", "repo": "uPortal-contrib/uPortal-web-components", "url": "https://github.com/uPortal-contrib/uPortal-web-c...
gharchive/pull-request
feat: support sizing system in content grid and portlet card This intends to offer a more flexible extension to the current is-small property, offering ability to create new sizes easily. A big +1 I approve this change and I think that I will extend number of size ;)
2025-04-01T06:40:47.806664
2016-06-27T18:43:30
162520051
{ "authors": [ "jpevarnek", "shilpa10kumar9", "trevj" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11585", "repo": "uProxy/uproxy", "url": "https://github.com/uProxy/uproxy/pull/2513" }
gharchive/pull-request
Added dropdown menu for feedback Added the dropdown menu for feedback column, with some common feedback options (list generated by analyzing previous feedback). Made it so that the dropdown is required, while the additional feedback is not. If the user selects "other" from the dropdown, then the additional feedback b...
2025-04-01T06:40:47.826500
2024-05-04T18:05:55
2279139029
{ "authors": [ "AncientPunishers", "uanc" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11586", "repo": "uanc/NiceRAT", "url": "https://github.com/uanc/NiceRAT/issues/67" }
gharchive/issue
Where is download link? Hello where is the download link? there is no download link to any information!! Look at the configuration of the function "def UP104D7060F113(path)" which is responsible for uploading files.
2025-04-01T06:40:47.839875
2019-11-18T22:53:18
524667636
{ "authors": [ "andrewstec" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11587", "repo": "ubccpsc/classy", "url": "https://github.com/ubccpsc/classy/pull/306" }
gharchive/pull-request
Feature/semester transition backup I am still taking a look to see that I am not missing anything vital here. It looks like all of the requirements have been gathered in this issue: https://github.com/ubccpsctech/classy/issues/79, but we have not performed this procedure yet, so this pull-request may have to be modif...
2025-04-01T06:40:47.904382
2022-10-23T11:43:29
1419766738
{ "authors": [ "CLAassistant", "Juneezee", "coveralls" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11588", "repo": "uber/cadence", "url": "https://github.com/uber/cadence/pull/5013" }
gharchive/pull-request
test: use T.TempDir to create temporary test directory What changed? This pull request replaces ioutil.TempDir with t.TempDir in tests. Why? A testing cleanup. We can use the T.TempDir function from the testing package to create temporary directory. The directory created by T.TempDir is automatically removed when t...
2025-04-01T06:40:47.924330
2024-06-03T04:56:55
2330171834
{ "authors": [ "CLAassistant", "Groxx", "coveralls", "jiaxuyang" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11589", "repo": "uber/cadence", "url": "https://github.com/uber/cadence/pull/6081" }
gharchive/pull-request
Change permission of DescribeCluster to Read What changed? Add DescribeCluster permission setting in gowrap template file of frontend server access control decorator. Run make go-generate to modify admin_generated.go Why? To enable users with read level access to use cadence web. As addressed in this issue. Des...
2025-04-01T06:40:47.927654
2019-10-03T02:18:07
501814980
{ "authors": [ "1chandu", "coveralls" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11590", "repo": "uber/deck.gl", "url": "https://github.com/uber/deck.gl/pull/3732" }
gharchive/pull-request
HeatmapLyaer: set point size to address ANGLE bug possible fix for #3554 More details: https://bugs.chromium.org/p/angleproject/issues/detail?id=3941 Background Change List Coverage remained the same at 82.612% when pulling 3e7b3bbbfb03851e6109c4a973d45d739726ab07 on HeatmapLayerPointSize into 39524c39aa9d3...
2025-04-01T06:40:47.929167
2016-04-27T17:29:57
151443687
{ "authors": [ "blampe", "malandrew" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11591", "repo": "uber/idl", "url": "https://github.com/uber/idl/issues/43" }
gharchive/issue
unhelpful error message when meta.json fails to parse This isn't a user-friendly error and leads to a lot of confusion: $ idl fetch ... ERR: SyntaxError: Unexpected string Related: why are we seeing so many corrupt meta.json files? Seems to common to be due to bad merges, I'm starting to suspect we're writing inco...
2025-04-01T06:40:47.936708
2019-07-17T03:20:14
468965252
{ "authors": [ "FellCrustacean8", "w4nderlust" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11592", "repo": "uber/ludwig", "url": "https://github.com/uber/ludwig/issues/434" }
gharchive/issue
ValueError: Cannot convert an unknown Dimension to a Tensor When training the model, I get the following output. /home/mark/.local/lib/python3.7/site-packages/h5py/_hl/dataset.py:313: H5pyDeprecationWarning: dataset.value has been deprecated. Use dataset[()] instead. "Use dataset[()] instead.", H5pyDeprecationWarni...
2025-04-01T06:40:47.937899
2019-09-11T21:05:11
492466615
{ "authors": [ "kenns29" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11593", "repo": "uber/manifold", "url": "https://github.com/uber/manifold/pull/24" }
gharchive/pull-request
jupyter Migrate the Jupyter Bindings Closed this PR due to mistakenly pushing some data files into it. Made a new PR for clean commit.
2025-04-01T06:40:47.952272
2016-05-18T04:36:09
155415003
{ "authors": [ "davidquarles", "qnm", "sectioneight" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11594", "repo": "uber/phabricator-jenkins-plugin", "url": "https://github.com/uber/phabricator-jenkins-plugin/is...
gharchive/issue
Using phabricator-jenkins-plugin in Jenkinsfile Hey folks, Is anyone using this plugin with a Jenkinsfile? I'd love to use the plugin to apply diffs prior to building, but it seems that 'Build Environment' isn't available for Pipeline projects. How can I use this plugin from a Jenkinsfile? I'm not overly familiar wit...
2025-04-01T06:40:47.957649
2023-11-14T11:13:31
1992531804
{ "authors": [ "collink", "dancespiele", "jkytomak", "thisis-Shitanshu" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11595", "repo": "uber/react-vis", "url": "https://github.com/uber/react-vis/issues/1485" }
gharchive/issue
React 18 support When trying to update to React 18 I get this kind of errors of all react-vis components: error TS2786: 'FlexibleWidthXYPlot' cannot be used as a JSX component. Its type 'typeof FlexibleWidthXYPlot' is not a valid JSX element type. React-vis with React 17 works with fine with newest ("17.0.80") "@t...
2025-04-01T06:40:47.960024
2020-10-30T01:35:18
732814007
{ "authors": [ "CLAassistant", "bukue" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11596", "repo": "uber/streetscape.gl", "url": "https://github.com/uber/streetscape.gl/pull/472" }
gharchive/pull-request
Protobuf changes Adding some changes to add compatibility with protobuf Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pendi...
2025-04-01T06:40:47.966999
2024-11-04T02:34:17
2631687009
{ "authors": [ "bsherman", "tulilirockz" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11597", "repo": "ublue-os/bluefin", "url": "https://github.com/ublue-os/bluefin/pull/1876" }
gharchive/pull-request
feat: ensure firefox (flatpak) has hardware decoding turned on by default Got this straight from Bazzite, just renamed a few thingies to make it Bluefin-themed :p - Fixes #1730 I'm not sure about all these settings... I don't think they are required to enable hardware accelerated video decoding. I don't have any of...
2025-04-01T06:40:47.969209
2024-04-03T11:54:35
2222728566
{ "authors": [ "boredsquirrel", "dylanmtaylor", "etrigan63" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11598", "repo": "ublue-os/cosmic", "url": "https://github.com/ublue-os/cosmic/issues/25" }
gharchive/issue
cosmic-silverblue: GNOME Wayland not launching from cosmic greeter I can not launch GNOME on Wayland. Last time I checked only GNOME on Xorg worked. I will try from tty with gnome-session --session gnome-wayland Are these images intended to have more than one desktop environment? I think we would only have Cosmic i...
2025-04-01T06:40:48.002530
2020-06-20T22:18:02
642454662
{ "authors": [ "fidesachates", "j75", "joedborg", "ktsakalozos" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11599", "repo": "ubuntu/microk8s", "url": "https://github.com/ubuntu/microk8s/issues/1336"...
gharchive/issue
'dashboard-proxy' is not a valid MicroK8s subcommand ! Following the infos at https://microk8s.io/ I tried to do microk8s dashboard-proxy but I get only this: 'dashboard-proxy' is not a valid MicroK8s subcommand. Available subcommands are: add-node cilium config ctr disable ... inspection-report-20200621_001...
2025-04-01T06:40:48.003441
2021-08-04T20:05:57
960973197
{ "authors": [ "ktsakalozos" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11600", "repo": "ubuntu/microk8s", "url": "https://github.com/ubuntu/microk8s/pull/2492" }
gharchive/pull-request
Prepare for 1.22 build Start building 1.22! OpenEBS and Kubeflow addons are failing. I am merging this so we can proceed with the addon fixes.
2025-04-01T06:40:48.009483
2016-07-08T10:15:49
164500809
{ "authors": [ "dholbach", "tsimonq2" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11601", "repo": "ubuntu/snappy-playpen", "url": "https://github.com/ubuntu/snappy-playpen/pull/152" }
gharchive/pull-request
add links to explain how to use git and github This change is Thanks Daniel, I added some inline notes. Review status: 0 of 1 files reviewed at latest revision, 3 unresolved discussions. CONTRIBUTING.md, line 4 [r1] (raw file): Previously, tsimonq2 (Simon Quigley) wrote… > on the projects that are added to it...
2025-04-01T06:40:48.059452
2017-10-14T19:35:51
265517966
{ "authors": [ "JackMorganNZ" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11602", "repo": "uccser/cs-field-guide", "url": "https://github.com/uccser/cs-field-guide/issues/502" }
gharchive/issue
Private YouTube video This issue is user submitted and needs to be validated: 15.4.1. TCP Video link goes to https://www.youtube.com/watch?v=WwyJGzZmBe8 which is private and requires a signin Duplicate of #408
2025-04-01T06:40:48.135827
2023-12-03T03:50:38
2022334212
{ "authors": [ "bburgess19", "giomhern", "majorsylvie" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11603", "repo": "uchicago-cs/chigame", "url": "https://github.com/uchicago-cs/chigame/pull/388" }
gharchive/pull-request
Styling the Forum Vote Buttons Purpose Fix the rather clunky looking visuals of the forum like and dislike buttons. The intended result is to have buttons that fit the theme of the machina forum. Closing comment We added styles to the barebones like buttons, and ensured they behaved properly when toggling and switc...
2025-04-01T06:40:48.210063
2023-05-26T17:08:39
1727969506
{ "authors": [ "ketkarameya", "msridhar", "nimakarimipour" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11604", "repo": "ucr-riple/NullAwayAnnotator", "url": "https://github.com/ucr-riple/NullAwayAnnotator/issu...
gharchive/issue
Use @Contract instead of @NullUnmarked Is your feature request related to a problem? Please describe. Sometimes it is quiet easy to figure out when @Contract("null -> null") should be added at the method declaration itself. Currently, autoannotator adds @Nullunmarked on the invocations. Describe the solution you'd l...
2025-04-01T06:40:48.230737
2017-02-03T00:39:43
205040871
{ "authors": [ "hweng", "mcritchlow" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11605", "repo": "ucsdlib/horton", "url": "https://github.com/ucsdlib/horton/issues/32" }
gharchive/issue
Update Circle CI Ruby version to latest possible Following up on #13: Please update Ruby to the latest version possible. There was a noted issue with 2.4.0, but hopefully we can either get past that, or at least upgrade to the latest 2.3.x @mcritchlow I've tested to upgrade to ruby 2.4.0 on billing-ill first and it...
2025-04-01T06:40:48.256073
2024-05-31T17:01:42
2328247783
{ "authors": [ "LeonMueller-OneAndOnly", "zbeyens" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11606", "repo": "udecode/plate-playground-template", "url": "https://github.com/udecode/plate-playground-template/pull...
gharchive/pull-request
Playground-Demo-Fix: Subscript and Supscript toolbar buttons were mixed up Dear maintainers, I noticed following bug in the playground demo and provide a small and straight forward fix to it. The labels were simply mixed up and the clearing behaviour could not handle changing a subscript to a supscript or vice versa....
2025-04-01T06:40:48.356533
2023-11-06T21:23:25
1980082959
{ "authors": [ "ugolabo" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11607", "repo": "ugolabo/devops-capstone-project", "url": "https://github.com/ugolabo/devops-capstone-project/issues/6" }
gharchive/issue
List all accounts in the service As a [role] I need [function] So that [benefit] Details and Assumptions * [document what you know] Acceptance Criteria gherkin Given [some context] When [certain action is taken] Then [the outcome of action is observed] Add label
2025-04-01T06:40:48.376501
2024-03-07T18:14:44
2174466091
{ "authors": [ "m0vse", "uhppoted" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11608", "repo": "uhppoted/uhppoted-app-home-assistant", "url": "https://github.com/uhppoted/uhppoted-app-home-assistant/issues/1" }
gharchive/issue
Not getting unlocked status event Hi. Well done for creating this, I realise some features are a bit rough, but I have been able to configure it for our building which has 3 floors with a controller on each floor. With all of the doors, I am able to unlock them using uhppoted.door.{door}.unlock and the uhppoted.door....
2025-04-01T06:40:48.384870
2023-03-23T16:58:48
1637916827
{ "authors": [ "dfenerski", "petermuessig" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11609", "repo": "ui5-community/babel-plugin-transform-modules-ui5", "url": "https://github.com/ui5-community/babel-plugin-tran...
gharchive/issue
Files with TS only assets still get transpiled Problem: Suppose a TS app has a interfaces directory. After transpilation to JS, those files are too transpiled but left empty. UI5 tooling then bundles them but that's another thing. The predefined setup does not handle this case out-of-the box. I've searched for babel ...
2025-04-01T06:40:48.417047
2016-12-02T23:36:55
193244295
{ "authors": [ "SergioBenitez", "noqqe", "uiri" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11610", "repo": "uiri/toml", "url": "https://github.com/uiri/toml/issues/68" }
gharchive/issue
New lines in multi-line literal strings trimmed incorrectly The library is incorrectly parsing/generating code from multi-line literal strings by condensing multiple new lines in the string into a single one. Example: EXPECTED: import toml toml.loads("a = '''\nhello\nworld\n\n\nbye'''") {u'a': u'hello\nworld\n\nbye'}...
2025-04-01T06:40:48.418890
2023-06-13T12:06:48
1754733704
{ "authors": [ "VJ911", "pacharanero" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11611", "repo": "uk-fci/nhs-number", "url": "https://github.com/uk-fci/nhs-number/issues/23" }
gharchive/issue
Logo for the documentation site? I chose a simple logo almost at random just to have something at the top left of the docs site: But it's boring and not really representative of the library, so if anyone has any ideas for a better logo - let's hear them! Ah OK cool. Well maybe we don't need to change it then! bo...
2025-04-01T06:40:48.469684
2018-07-02T16:00:27
337576352
{ "authors": [ "codecov-io", "marcofucci", "reupen" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11612", "repo": "uktrade/data-hub-leeloo", "url": "https://github.com/uktrade/data-hub-leeloo/pull/1011" }
gharchive/pull-request
Delete ES docs on django delete Issue number: N/A Description of change This: adds a context manager that collects and deletes the objects from ES when they are deleted from the db creates a search app that can be used to test generic logic Checklist [ ] Have any relevant search models been updated? [ ] Have any r...
2025-04-01T06:40:48.478825
2019-12-09T02:11:18
534649363
{ "authors": [ "bjornharvold", "lz1asl", "ulisesbocchio" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11613", "repo": "ulisesbocchio/jasypt-spring-boot", "url": "https://github.com/ulisesbocchio/jasypt-spring-boo...
gharchive/issue
Not able to decrypt using jasypt maven plugin with 3.0.0 My application-local.properties file is located under ./src/main/resources. Encryptor password is correct. The application starts fine and I can confirm the encrypted password is decrypted into its correct string. I have not been able to get this utility to wor...
2025-04-01T06:40:48.686081
2024-05-07T02:07:17
2282125782
{ "authors": [ "cig0", "mordquist" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11614", "repo": "ulyssa/iamb", "url": "https://github.com/ulyssa/iamb/issues/282" }
gharchive/issue
How to tell the Matrix server to create a new profile? Hi, As the title says, I read through the documentation and issues here, but unless I'm missing something, I couldn't find how to do so. Thanks! Creating accounts through iamb is not currently supported. It is tracked under issue #258. Gotcha
2025-04-01T06:40:48.692993
2023-02-15T05:34:29
1585251431
{ "authors": [ "bernd-wechner", "mikecao" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11615", "repo": "umami-software/umami", "url": "https://github.com/umami-software/umami/issues/1786" }
gharchive/issue
ERR! ERESOLVE unable to resolve dependency tree I just tried to update, so pulled the latest codebase, and ran: $ sudo -u umami npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving<EMAIL_ADDRESS>npm ERR! Found<EMAIL_ADDRESS>npm ERR! node_modules/rea...
2025-04-01T06:40:48.695359
2013-06-12T02:22:47
15431868
{ "authors": [ "anandraj16992", "rendecano" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11616", "repo": "umano/AndroidSlidingUpPanel", "url": "https://github.com/umano/AndroidSlidingUpPanel/issues/2" }
gharchive/issue
Panel keeps on collapsing on touch of the views inside it (button) Hi, First of all, thanks for this one. =) I just wanna ask, I tried running the Demo app included in the project and then added some buttons inside the sliding panel but I can't click on the buttons, but instead the panel keeps on hiding. Am I missing...
2025-04-01T06:40:48.766664
2022-04-08T14:48:49
1197412934
{ "authors": [ "tectrixer", "umgefahren" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11617", "repo": "umgefahren/server-language-benchmark", "url": "https://github.com/umgefahren/server-language-benchmark/issues/4...
gharchive/issue
Bring implementations up-to-date With the new spec, we have to update all implementations [ ] #47 [ ] #48 [ ] #49 [ ] #50 [ ] #51 [ ] #52 [ ] #53 [ ] #54 [ ] #58 [ ] #62 [x] #55 Can we at first fix the client so we can actually test, whether the implementations are working? We have to implement the new function...
2025-04-01T06:40:48.799886
2019-08-31T17:41:45
487794006
{ "authors": [ "jsgv", "umpirsky" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11618", "repo": "umpirsky/language-list", "url": "https://github.com/umpirsky/language-list/issues/15" }
gharchive/issue
Composer usage How is this package meant to be used? Possibly add some examples? I tried to use bin/build, but got error. php vendor/umpirsky/language-list/bin/build Warning: include(/var/www/vendor/umpirsky/language-list/bin/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/vendor...
2025-04-01T06:40:48.850437
2022-05-31T16:46:56
1254135641
{ "authors": [ "BincyJ", "birchamp", "deferredreward", "elsylambert" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11619", "repo": "unfoldingWord/tc-create-app", "url": "https://github.com/unfoldingWord/tc-c...
gharchive/issue
Cut is broken Can no longer cut (1.4.3). Text disappears but is not in the clipboard (Windows). Perhaps related to plain text paste fix? @elsylambert can you confirm? @birchamp Verified, as stated in the issue description Text is removed on CTRL + X but is not on the clipboard , so the Paste does not work. Both i...
2025-04-01T06:40:48.897096
2021-05-14T11:40:35
891852796
{ "authors": [ "nathanbaleeta" ], "license": "Unlicense", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11626", "repo": "unicef/publicgoods-candidates", "url": "https://github.com/unicef/publicgoods-candidates/pull/519" }
gharchive/pull-request
Added nominee: Community Health Toolkit Added nominee: Community Health Toolkit This is a duplicate of Medic Mobile, which already exists on our dataset, kindly update or replace the existing entry. Resolved in commit 4e89da2
2025-04-01T06:40:48.898242
2021-08-30T15:44:12
982933983
{ "authors": [ "amreenp7" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11627", "repo": "unicef/publicgoods-roadmap", "url": "https://github.com/unicef/publicgoods-roadmap/issues/64" }
gharchive/issue
Finalize TLD Explorations Discuss with TLD team during the week of Sept 6 Finalize which explorations/prototypes we need to add to our product roadmap OR elaborate upon First pass completed. Working on the details which will be included in the 2-pager.
2025-04-01T06:40:48.945750
2020-06-02T00:07:20
628805997
{ "authors": [ "codecov-commenter", "seanjparker" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11628", "repo": "unicsmcr/hs_application", "url": "https://github.com/unicsmcr/hs_application/pull/46" }
gharchive/pull-request
Use PinoJS for logging, refactor tests, increase test coverage This PR refactors the way we perform tests and resolves #40 and #45 This PR switches to using Jest as our test runner since it provides a easy to use mocking functionality for imported modules which are extremely useful to perform unit tests. Add Pino JS...
2025-04-01T06:40:48.964895
2022-05-10T03:10:00
1230531205
{ "authors": [ "codecov-commenter", "kniazkov" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11629", "repo": "unified-ast/ast-generator", "url": "https://github.com/unified-ast/ast-generator/pull/45" }
gharchive/pull-request
Support for #x... constructions to be able to collect groups of children (2nd stage) Subj. Codecov Report Merging #45 (9d624c1) into master (9f9424f) will decrease coverage by 0.00%. The diff coverage is 93.22%. @@ Coverage Diff @@ ## master #45 +/- ## ============...
2025-04-01T06:40:49.009312
2020-03-12T16:41:38
580068616
{ "authors": [ "SteadBytes" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11630", "repo": "unipartdigital/spark", "url": "https://github.com/unipartdigital/spark/pull/1" }
gharchive/pull-request
Travis CI & Docker build Run Spark test suite on all branches Not including the full integration tests as this takes hours (see upstream Spark Jenkins build server for examples) Build a full distributable Spark package on all branches Push a unipartdigital/spark:<branch-name> Docker image for long lived branches ...
2025-04-01T06:40:49.023612
2022-09-06T13:43:49
1363311866
{ "authors": [ "hojberg", "rlmark" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11631", "repo": "unisonweb/website", "url": "https://github.com/unisonweb/website/issues/39" }
gharchive/issue
Broken link in Abilities doc Reading https://www.unison-lang.org/learn/fundamentals/abilities/using-abilities-pt1/ But clicking the link at the bottom of the page to go to part two gives me a 404. The link is https://www.unison-lang.org/learn{#0dtn1o2gj4} Whereas the link in the popup menu is https://www.unison-lang...
2025-04-01T06:40:49.034115
2022-06-14T12:54:14
1270764799
{ "authors": [ "JeremyTheocharis", "Scarjit", "Sphingobium" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11632", "repo": "united-manufacturing-hub/united-manufacturing-hub", "url": "https://github.com/un...
gharchive/issue
Inconsistency: The message prefixes Activity and DetectedAnomaly are not in kafka-to-postgresql Expected Behavior The message prefixes "Activity" and "detectedAnomaly" should be present in the kafka-to-postgresql prefix.go file and also have their own px<>.go file Current Behavior The message prefixes activity and d...
2025-04-01T06:40:49.038953
2022-01-19T17:12:05
1108354029
{ "authors": [ "mike-gangl", "ngachung" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11633", "repo": "unity-sds/unity-data-services", "url": "https://github.com/unity-sds/unity-data-services/issues/1" }
gharchive/issue
Data Ingest Interface Need a way of requesting data to be staged by the ADES within the SPS There are several interfaces: 'traditional' download and ingest CNM based ingest from SPS processing User upload (e.g. an application developer) needs to store some data for future processing is a known cumulus proes...
2025-04-01T06:40:49.041286
2023-03-13T14:39:11
1621625857
{ "authors": [ "LucaCinquini" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11634", "repo": "unity-sds/unity-sps-prototype", "url": "https://github.com/unity-sds/unity-sps-prototype/issues/171" }
gharchive/issue
[New Feature]: Scale the number of worker nodes in the Kubernetes cluster Describe the feature request Provide a concrete implementation to the SPS API pre-warm request. For now, the implementation could directly call the K8s functionality to scale the number of replicas in a DaemonSet - see examples here: https://ww...
2025-04-01T06:40:49.045200
2023-03-13T21:56:54
1622329061
{ "authors": [ "LucaCinquini", "ryanhunter-jpl" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11635", "repo": "unity-sds/unity-sps-prototype", "url": "https://github.com/unity-sds/unity-sps-prototype/pull/172...
gharchive/pull-request
#167 Fix deploy process timeout Purpose fix timeout in process deployments caused by slow docker image builds Proposed Changes [ADD] docker image that already includes needed python libraries [ADD] docker pull during deployment of wpst to save image download time on process deployment Issues #167 Testing Teste...
2025-04-01T06:40:49.053316
2024-07-10T11:16:23
2400479506
{ "authors": [ "LucaCinquini", "mike-gangl" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11636", "repo": "unity-sds/unity-sps", "url": "https://github.com/unity-sds/unity-sps/issues/159" }
gharchive/issue
[Bug]: Upgrade EKS 1.27 AMIs MCP ticket was sent to me- cc'ed @LucaCinquini on them. A few ec2 instances in various venues are using an AMI that will be deprecated soon (aml2-eks-1-27) . We must upgrade to a new blessed EKS AMI (aml2-eks-1-[28-30]). venue ec2 ID Unity-SBG-Dev i-0ab695b36a48c98f8 Unity-SBG-De...
2025-04-01T06:40:49.071423
2018-01-26T22:24:15
292050056
{ "authors": [ "i-saint", "psparikh", "vutran000" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11637", "repo": "unity3d-jp/AlembicImporter", "url": "https://github.com/unity3d-jp/AlembicImporter/issues/48" }
gharchive/issue
Vertex Color Error - Unity Using the latest Alembic Importer, I am trying to use an animated Alembic file that has RGBA values stored at every vertex. They are being read in Maya (by recreating color sets), but not Unity. Is it possible to access the vertex color data? Or, could you recommend a direction to make it w...
2025-04-01T06:40:49.111123
2024-06-21T19:20:37
2367121850
{ "authors": [ "Ena-Heleneto", "MickL" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11638", "repo": "unjs/nitro", "url": "https://github.com/unjs/nitro/issues/2554" }
gharchive/issue
Customizing the auto-import path Describe the feature I want to optimize the code structure, not all of it is in untils. Can this be achieved through configuration? Additional information [ ] Would you be willing to help implement this feature? I am not sure if I understand your question. Do you want to add other...
2025-04-01T06:40:49.116423
2024-07-25T14:52:54
2430200616
{ "authors": [ "NamesMT", "cangSDARM", "s3xysteak" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11639", "repo": "unjs/unbuild", "url": "https://github.com/unjs/unbuild/issues/422" }
gharchive/issue
Re-exporting types from another package are not properly marked as type-only export in declaration file. Environment Both unbuild@latest (2) and unbuild@rc (3rc7) NodeJS 20 Reproduction https://github.com/NamesMT/sencrypt Describe the bug I am trying to re-export the class SHash as a type-only export: export type { S...
2025-04-01T06:40:49.157112
2023-11-24T14:03:40
2009781227
{ "authors": [ "iurycarlos", "kazo0" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11640", "repo": "unoplatform/Uno.Themes", "url": "https://github.com/unoplatform/Uno.Themes/issues/1287" }
gharchive/issue
Font Override wont work for all controls (probably due to this...) Current behavior Font overriding is not working for all controls. For instance: If we try to override the "LabelLargeFontFamily", it will work fine for Textblocks. However, Buttons will not reproduce the same override as expected since the font they u...
2025-04-01T06:40:49.191328
2017-08-31T03:11:27
254198177
{ "authors": [ "aronimus", "mariodivece" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11641", "repo": "unosquare/passcore", "url": "https://github.com/unosquare/passcore/issues/80" }
gharchive/issue
Email address instead of lan id Hey guys Is there a way of implementing this so the user can enter their email rather than their account id? Looking at using this as part of an ADFS solution where the users login with the email loaded in the AD email field. Thanks Our apologies. This is out of scope.
2025-04-01T06:40:49.196695
2024-05-03T10:18:49
2277369663
{ "authors": [ "danielhanchen", "erwe324", "terribilissimo" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11642", "repo": "unslothai/unsloth", "url": "https://github.com/unslothai/unsloth/issues/417" }
gharchive/issue
[FEATURE_REQUEST] Full-Parameter Training/FT Hi, opening this (as suggested by Daniel) just to request full-finetuning capability for Unsloth. Let's see if other people are interested. Thanks. +1 Oh it seems like Discord members have shown Unsloth can do 97% "partial" full finetuning, albeit the layernorms are no...
2025-04-01T06:40:49.197677
2023-11-14T15:43:59
1993012997
{ "authors": [ "qrtp" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11643", "repo": "unstoppabledomains/domain-profiles", "url": "https://github.com/unstoppabledomains/domain-profiles/pull/37" }
gharchive/pull-request
Request only the required profile data Update the getProfileData() method to require the requested fields to be provided explicitly. Ensures the app is only requesting the data it needs, and not causing server processing delays without reason. /gcbrun
2025-04-01T06:40:49.211444
2022-10-30T18:57:19
1428980802
{ "authors": [ "edwardhuahan", "kenneth-miura" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11644", "repo": "uoftblueprint/tces", "url": "https://github.com/uoftblueprint/tces/issues/10" }
gharchive/issue
Implement backend testing libraries Same thing as #9 but for the backend https://jestjs.io/ We are using this for backend testing. We don't actually have anything we actually want to test in the backend, so just to be explicit, completion conditions are basically: Installing the library Setting up a test for below...
2025-04-01T06:40:49.427195
2024-07-07T02:28:01
2393863184
{ "authors": [ "Blockheadsuper", "harshitsinghcode" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11645", "repo": "uoip/pangolin", "url": "https://github.com/uoip/pangolin/issues/51" }
gharchive/issue
CMAKE issue IMPORTED_LOCATION not set Hello, I'm trying to build this on Windows. I'm using gitbash and following the gitbash instructions as recommended. When I do "cmake .." I get many errors like this:" CMake Error in external/CMakeLists.txt: IMPORTED_LOCATION not set for imported target "_zlib" configuration "Min...
2025-04-01T06:40:49.439978
2023-12-01T11:10:20
2020652423
{ "authors": [ "Mikel-Landa", "Upbound-CLA" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11646", "repo": "upbound/provider-azure", "url": "https://github.com/upbound/provider-azure/pull/600" }
gharchive/pull-request
Add FrontdoorFirewallPolicy and FrontdoorSecurityPolicy to cdn group Description of your changes Fixes #599 I have: [x] Run make reviewable test to ensure this PR is ready for review. How has this code been tested I've created the resources on a local kind cluster on my tenant. Resources have been created succes...
2025-04-01T06:40:49.444075
2021-06-16T22:25:10
923169693
{ "authors": [ "hasheddan" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11647", "repo": "upbound/universal-crossplane", "url": "https://github.com/upbound/universal-crossplane/pull/153" }
gharchive/pull-request
[release-1.2] Update Crossplane to v1.2.3 Description of your changes Updates Crossplane version to v1.2.3. Signed-off-by: hasheddan<EMAIL_ADDRESS>See release notes for more information: https://github.com/crossplane/crossplane/releases/tag/v1.2.3 I have: [x] Read and followed Upbound's contribution process. [x] R...
2025-04-01T06:40:49.460705
2024-07-05T13:47:58
2392647163
{ "authors": [ "AnandChowdhary", "thomasmerz" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11651", "repo": "upptime/upptime", "url": "https://github.com/upptime/upptime/pull/982" }
gharchive/pull-request
👷 Renovate: Update peaceiris/actions-gh-pages action to v4 Taken from my repo's Renovate PR. Thanks! No breaking changes we need to be aware of, right? I let all GH actions run on my PR-branch and all ran fine 👍🏼 Ups, letting setup-CI run will change this back - so I had to revert this and force-push. + ...
2025-04-01T06:40:49.483406
2015-09-07T21:58:18
105270969
{ "authors": [ "urasandesu" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11652", "repo": "urasandesu/Prig", "url": "https://github.com/urasandesu/Prig/issues/45" }
gharchive/issue
Support Visual Studio 2015 In README, there is the description that Prig supports Visual Studio 2013 Express for Windows Desktop or more, but we no longer get it. So, Prig should support Visual Studio 2015. I corrected this issue in the following commits: v1: https://github.com/urasandesu/Prig/commit/76f6e22fa91c0...
2025-04-01T06:40:49.525415
2022-12-03T07:37:49
1473827280
{ "authors": [ "abitrolly", "dearchap" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11653", "repo": "urfave/cli", "url": "https://github.com/urfave/cli/issues/1612" }
gharchive/issue
Perfectionist's Checklist Here are some things that I found internally unsatisfying in v2. [x] I want to turn off help command [ ] I want App.Name to be AppName to make it clear it is only used in help formatting [x] No need to say that default for help is false (--help, -h show help (default: false)) #1633 [x] Don...
2025-04-01T06:40:49.528742
2023-03-28T01:32:00
1643059829
{ "authors": [ "dearchap", "milaniez" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11654", "repo": "urfave/cli", "url": "https://github.com/urfave/cli/issues/1713" }
gharchive/issue
combining BoolFlags into one using v2 does not work as expected I have a code that can get arguments of -f/--foo or -b/--bar. Argument parsing is done via v2 package. If it is not possible, what go module can make this possible? code: package main import ( "fmt" "log" "os" "github.com/urfave/cli/v2...
2025-04-01T06:40:49.535023
2022-08-25T13:57:57
1350947279
{ "authors": [ "ccremer" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11655", "repo": "urfave/cli", "url": "https://github.com/urfave/cli/pull/1464" }
gharchive/pull-request
Add configurable Base to int, uint and uint64 flags What type of PR is this? feature What this PR does / why we need it: This allows users to configure the base for integer parsing. Which issue(s) this PR fixes: Fixes #1462 Special notes for your reviewer: I didn't find the location where I could add godoc for th...
2025-04-01T06:40:49.548324
2021-10-20T02:40:05
1030914549
{ "authors": [ "ScrimForever", "uriyyo" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11656", "repo": "uriyyo/fastapi-pagination", "url": "https://github.com/uriyyo/fastapi-pagination/issues/218" }
gharchive/issue
Problem with sqlalchemy . async def search_offertypes(order: bool = False, parameter: OffertypeList = Depends(), db: Session = Depends(get_db)) -> Any: return paginate(db.query(OfferType)) output: TypeError: object of type 'Query' has no len() How route registration looks like? I cann't see how search_offertypes ...
2025-04-01T06:40:49.591193
2020-06-23T18:13:59
644046294
{ "authors": [ "alienngator", "keithk" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11657", "repo": "usdigitalresponse/neighbor-express", "url": "https://github.com/usdigitalresponse/neighbor-express/pull/145" }
gharchive/pull-request
Add carousel to display multiple testimonials Links Issue link: https://github.com/usdigitalresponse/neighbor-express/issues/143 GIF/Screenshots: Changes: Add react-responsive-carousel dependency to show multiple testimonials Update text color from blue to white. Hmm, what about making this its own component s...
2025-04-01T06:40:49.593970
2021-09-22T01:00:00
1003588248
{ "authors": [ "vim-usds" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11658", "repo": "usds/justice40-tool", "url": "https://github.com/usds/justice40-tool/pull/731" }
gharchive/pull-request
Open external links in new tabs allow contact page mailto link to open in new tab allow about page mailto link to open in new tab comment against opening external links in same tab Closes #718 LGTM. (But it would be nice if Trusswork's <Link> could do this). Yeah totally!
2025-04-01T06:40:49.599254
2023-02-04T09:48:18
1570859341
{ "authors": [ "helloanoop" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11659", "repo": "usebruno/bruno", "url": "https://github.com/usebruno/bruno/issues/84" }
gharchive/issue
There are two types of blocks Dictionary Blocks Text Blocks Dictionary Block A dictionary block contains of a set of key value pairs. Currently we support only 1 level. Example: headers { content-type: application/json Authorization: Bearer 123 } Text Block A text block is a set of lines Example: body:json { ...
2025-04-01T06:40:49.605003
2022-03-23T16:17:08
1178350393
{ "authors": [ "lopezjurip", "sebastiansandoval27" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11660", "repo": "useflyyer/next-rosetta", "url": "https://github.com/useflyyer/next-rosetta/issues/37" }
gharchive/issue
Error in build process with Paths I'm executing "npm run build" but i have the next error: This is the "getStaticProps" method. This is the error: This error just appears when I export the "table" props of next-rosetta Make sure to have your i18n directory outside /pages Also check if the path at await import...
2025-04-01T06:40:49.607297
2020-03-12T21:30:02
580236303
{ "authors": [ "shreddedbacon", "tobybellwood", "twardnw" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11661", "repo": "uselagoon/lagoon-cli", "url": "https://github.com/uselagoon/lagoon-cli/issues/103" }
gharchive/issue
read api and ssh endpoints from .lagoon.yml file When working on a project that uses other-than default endpoints, it would be good for the CLI to read these from the project's own .lagoon.yml Possible to do this, but would involve a lot of extra work to make it happen. Is it possible to utilise the following that ...
2025-04-01T06:40:49.611335
2022-11-02T03:16:06
1432411289
{ "authors": [ "Mahoo12138", "Zeng1998" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11662", "repo": "usememos/memos", "url": "https://github.com/usememos/memos/issues/401" }
gharchive/issue
Tag content needs to be restricted Describe the bug #tag test [URL](https://demo.usememos.com#title), contains white space. The above will generate two tags: tag title), The tag regexp is just restricted to non-blank characters and one space only: https://github.com/usememos/memos/blob/5bdf15aecec545ebfa1205d7504d...
2025-04-01T06:40:49.632139
2022-05-10T08:47:50
1230825851
{ "authors": [ "rbudiharso" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11663", "repo": "usetada/status-page", "url": "https://github.com/usetada/status-page/issues/238" }
gharchive/issue
⚠️ Buyfrom.io has degraded performance In edb6353, Buyfrom.io ($BUYFROM_IO_URL) experienced degraded performance: HTTP code: 200 Response time: 12160 ms Resolved: Buyfrom.io performance has improved in 31b2e2d.
2025-04-01T06:40:49.700461
2023-06-04T00:59:15
1740031982
{ "authors": [ "codecov-commenter", "usommerl" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11664", "repo": "usommerl/graalnative4s", "url": "https://github.com/usommerl/graalnative4s/pull/410" }
gharchive/pull-request
Update sbt-scalafix to 0.11.0 Updates ch.epfl.scala:sbt-scalafix from 0.10.4 to 0.11.0. GitHub Release Notes - Version Diff I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just men...
2025-04-01T06:40:49.815790
2021-01-13T22:09:54
785493112
{ "authors": [ "MasterGamer000003", "UInt2048", "Zaq14rfv", "aidenmitchell", "brunocastello", "conath", "gabrc52", "jkcoxson", "kkk669", "nyuszika7h", "osy" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gh...
gharchive/issue
JIT broken on iOS 14.4 Describe the issue After updating to iOS 14.4 beta 2, JIT no longer works. Trying to launch a VM results in a black screen. Configuration (required) UTM Version: 2.0.15 OS Version: iOS 14.4 beta 2 (18D5043d) Device Model: iPhone XR Is it jailbroken? No How did you install UTM? Signed with my ...
2025-04-01T06:40:49.824103
2022-09-20T04:01:40
1378783763
{ "authors": [ "GreatHaop", "TkzcM", "osy" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11666", "repo": "utmapp/UTM", "url": "https://github.com/utmapp/UTM/issues/4433" }
gharchive/issue
Plasma desktop with GPU acceleration on UTM.HV crashes Describe the issue I'm using virtio-gpu-gl-pci and virtio-ramfb-gl on the Linux VM, neither of them work. UTM will crash after KDE loading logo. virtio-ramfb is working, but it doesn't have GPU acceleration. In the log, it seems like a OpenGL version issue, but i...
2025-04-01T06:40:49.826045
2023-01-23T21:55:25
1553892253
{ "authors": [ "mbert" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11667", "repo": "utmapp/UTM", "url": "https://github.com/utmapp/UTM/issues/4964" }
gharchive/issue
Option for switching guest to fullscreen has disappeared I used to be able to switch guests to fullscreen by pressing fn-f or an option from the pulldown menu. This seems to have disappeared recently. Is this a bug or a feature? Configuration UTM Version: 4.1.5 (74) macOS Version: Ventura 13.1 Mac Chip (Intel, M1, ....
2025-04-01T06:40:49.838654
2023-02-20T19:05:05
1592331049
{ "authors": [ "ktprograms", "sbritorodr", "thedustinmiller" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11668", "repo": "utmapp/UTM", "url": "https://github.com/utmapp/UTM/issues/5043" }
gharchive/issue
UTM gl acceleration red artifacts, blank apps Describe the issue In a linux guest all -gl, gpu accelerated displays show red artifacts during animations and some applications, like firefox, don't render at all and are transparent. I've tried all the solutions for the mesa 22.1.7 bug with varying outcomes. Downgradin...
2025-04-01T06:40:49.852518
2023-08-27T18:00:14
1868580374
{ "authors": [ "frankligy" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11669", "repo": "uw-ipd/RoseTTAFold2", "url": "https://github.com/uw-ipd/RoseTTAFold2/issues/19" }
gharchive/issue
conda install conflicting issue Hello, Thanks a lot for the awesome tool, I am not sure if it's just me, but I am even stuck at the first step trying to use conda to install the RF2 dependencies based on the yml file, The issue is always finding conflicts for packages across different conda channels (see full log txt...
2025-04-01T06:40:49.863687
2019-04-01T22:38:50
427942442
{ "authors": [ "coveralls", "maximede" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11670", "repo": "uw-it-edm/content-services-ui", "url": "https://github.com/uw-it-edm/content-services-ui/pull/503" }
gharchive/pull-request
Fix autocomplete issue by encapsulating input in an internal field instead of using of using straight SearchModel Coverage increased (+0.02%) to 82.986% when pulling e42acc9a058356ed50b7f28f6a51700ef676aff5 on fix-autocomplete-search into 2a46f534b7db27da32aadef6384a975e629f0db2 on develop.
2025-04-01T06:40:49.889745
2016-06-14T21:14:40
160285562
{ "authors": [ "ivan-c", "pbugni" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11671", "repo": "uwcirg/true_nth_usa_portal", "url": "https://github.com/uwcirg/true_nth_usa_portal/pull/35" }
gharchive/pull-request
Separate test dependencies This change moves the python modules that are only required for testing Shared Services into their own section in setup.py so they are no longer installed by default. Relevant files (eg .travis.yml) have also been updated. Please let me know if I should move any other modules into this new ...
2025-04-01T06:40:49.896157
2021-04-21T23:58:59
864396361
{ "authors": [ "scottyhq" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11672", "repo": "uwhackweek/jupyterbook-template", "url": "https://github.com/uwhackweek/jupyterbook-template/issues/3" }
gharchive/issue
Improve Hackweek Team Page formatting populating the "who we are" hackweek page with everyone's picture, links, etc. Do we get everyone to dump content into a file then someone on our side codes it up? Do we delegate to someone who's savvy with GitHub on the client's team? https://uwhackweek.github.io/jupyterbook-...
2025-04-01T06:40:49.921566
2021-07-21T23:01:39
950170172
{ "authors": [ "Bischoff", "cbbayburt" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11673", "repo": "uyuni-project/sumaform", "url": "https://github.com/uyuni-project/sumaform/pull/926" }
gharchive/pull-request
Skip 'update-ca-certificates' run if the certs are updated automatically In SLES15SP3, the directory /etc/pki/trust/anchors is watched via the ca-certificates.path systemd unit, and as soon as its contents changed, the system-wide certificates are updated automatically. In certs state, we run update-ca-certificates r...
2025-04-01T06:40:49.943424
2022-01-12T06:33:37
1099934427
{ "authors": [ "987428377", "OnurSelim", "ZhdsGithub" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11674", "repo": "uzh-rpg/rpg_dvs_ros", "url": "https://github.com/uzh-rpg/rpg_dvs_ros/issues/130" }
gharchive/issue
[ WARN] [1641968634.644978988]: Camera calibration file /home/zfl/.ros/camera_info/DAVIS-00000554.yaml not found. Dear master, I encountered the same problem as the web page https://giters.com/uzh-rpg/rpg_dvs_ros/issues/117. But I find that /opt/inivation/boost/ has been instead of /opt/boost-inivation/. The erroe i...
2025-04-01T06:40:49.945884
2018-06-19T10:04:32
333603343
{ "authors": [ "gregorschatz" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11675", "repo": "uzumaxy/pymodbus3", "url": "https://github.com/uzumaxy/pymodbus3/pull/12" }
gharchive/pull-request
RTU framer: two extra Bytes for FramerState.ReadingHeader (https://github.com/gregorschatz/pymodbus3/commit/417820a8045be7cc47a57cf7300fd41311dc2e16 found back in 2015) Maybe it was just a worse solution for #4 "Defect in Modbus RTU handling" but, it solves header processing in ReadingHeader state of Framer, not con...
2025-04-01T06:40:49.958543
2023-10-29T10:51:22
1966938730
{ "authors": [ "xiaokangwang", "ytai-chn", "zhu327", "zirconpl" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11676", "repo": "v2fly/v2ray-core", "url": "https://github.com/v2fly/v2ray-core/issues/2734" }
gharchive/issue
HTTPUpgrade transport still requires support from the CDN provider to pass WebSocket v2ray v5.10.1 of has introduced a new HTTPUpgrade transport protocol, described as: It is a reduced version of WebSocket Transport that can pass many reverse proxies and CDNs without running a WebSocket protocol stack. After testin...
2025-04-01T06:40:50.020018
2020-08-11T21:19:32
677204735
{ "authors": [ "adymanis", "v3rm0n", "vudev" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11677", "repo": "v3rm0n/addon-shairport-sync", "url": "https://github.com/v3rm0n/addon-shairport-sync/pull/3" }
gharchive/pull-request
Updated to be compatible with bashio Updated to use bashio library. (Fixing: Failed to create server: Invalid host name) Fixed '/libasound_module_pcm_pulse.so: No such file or directory' issue. Updated to use latest hassioaddons/base:8.0.1. Changes were testing on a rpi3. Hi, I use rpi3+, Hassio Home Assistant 0.11...
2025-04-01T06:40:50.093615
2019-06-04T04:42:50
451795316
{ "authors": [ "DiegoCardoso", "sudipta1411" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11678", "repo": "vaadin/vaadin-login", "url": "https://github.com/vaadin/vaadin-login/issues/93" }
gharchive/issue
Forgot password button is not visible in bakery app Hi, I am trying to learn the JAVA framework. In the source code of vaadin bakery app, there is call to setForgotPasswordButtonVisible(true); in the constructor of LoginView.java. But no forgot password button is shown in the app. Hello @sudipta1411, If you take a...
2025-04-01T06:40:50.111259
2022-01-25T18:06:31
1114205904
{ "authors": [ "danpopnyc", "vaikas" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11679", "repo": "vaikas/sigstore-scaffolding", "url": "https://github.com/vaikas/sigstore-scaffolding/pull/32" }
gharchive/pull-request
Update and verify directions for getting running on M1. @danpopnyc Ok, went through and verified with a clean install. Signed-off-by: Ville Aikas<EMAIL_ADDRESS> seeing an issue with the mysql image machine is running no issues after running new steps! :) Woot Woot, and just to double-check, the error with mysql...
2025-04-01T06:40:50.120340
2020-03-07T22:42:21
577411783
{ "authors": [ "jermp", "vakata" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11680", "repo": "vakata/jstree", "url": "https://github.com/vakata/jstree/issues/2368" }
gharchive/issue
Simple loading of trees from json and refreshing. Hi, I've set up a minimal example where I get some json data and initialize a jstree with it. The data is coming from a file which is selected using an input field, so I would like to update the tree whenever I specify the name of a new file. My code looks as follows....
2025-04-01T06:40:50.149804
2023-07-26T06:55:20
1821710885
{ "authors": [ "Bafbi", "dyc3", "rj00a" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11681", "repo": "valence-rs/valence", "url": "https://github.com/valence-rs/valence/pull/424" }
gharchive/pull-request
Visibility Layers Objective The objective of this PR is to solve the following problems with a holistic redesign of instances. Closes #342, #362, but deviates greatly from the solution described in the issue. If an entity is within the view distance of a client, packets for that entity are sent to the client uncond...
2025-04-01T06:40:50.245145
2021-03-02T11:09:54
819912845
{ "authors": [ "ValoraQA" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11683", "repo": "valora-inc/wallet", "url": "https://github.com/valora-inc/wallet/issues/78" }
gharchive/issue
The app crashes when the user taps on the “Moonpay” link on the “Add Funds” screen. Frequency: 100% Repro on build version: Android Internal Build V1.11.0(1004294337) Does not repro version Test Flight Build V1.11.0(47) Repro on devices: Samsung Galaxy A5(7.0), Samsung Galaxy J7 pro (8.0) Does not repro devices iPho...
2025-04-01T06:40:50.246822
2022-08-04T10:55:46
1328444835
{ "authors": [ "DavidMinarsch", "angrybayblade" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11684", "repo": "valory-xyz/open-aea", "url": "https://github.com/valory-xyz/open-aea/issues/256" }
gharchive/issue
Load CLI config as a part of the context object Is your feature request related to a problem? Please describe. We use glocal CLI config on so many places so Instead of calling a load function everywhere we load and store the global CLI config as a part of the context object at the beginning Describe the solution you'...
2025-04-01T06:40:50.270357
2020-05-01T14:57:56
610793799
{ "authors": [ "deepseek", "zhiqwang" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11685", "repo": "vanillapi/demonet", "url": "https://github.com/vanillapi/demonet/issues/1" }
gharchive/issue
Detectron2 to Caffe @zhiqwang Why did you include the detectron2 tag in this repo Have you converted detectron2 instance segmentation into caffe or onnx Hi, @deepseek Why did you include the detectron2 tag in this repo I'm working in embedding detectron2 to this repo. Have you converted detectron2 instance ...
2025-04-01T06:40:50.296311
2024-10-09T12:23:55
2575776922
{ "authors": [ "hana-maria", "vansh-codes" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11686", "repo": "vansh-codes/ChaosWeb", "url": "https://github.com/vansh-codes/ChaosWeb/pull/65" }
gharchive/pull-request
Time reactive ui #9 created a night_time.html with a moon which when u hover over, winks at you redirects to this page between 2am-5am and back to index.html after 5am @vansh-codes @vansh-codes i made some changes, is it possible to revert the merge? i think it'll be better if i change the website to the moon win...
2025-04-01T06:40:50.300699
2021-03-12T00:59:19
829655875
{ "authors": [ "m-barthelemy" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11687", "repo": "vapor-community/Imperial", "url": "https://github.com/vapor-community/Imperial/pull/79" }
gharchive/pull-request
Update MicrosoftRouter endpoint A recent PR added a few www prefixes to some providers endpoints; in the case of Microsoft, it breaks it. This PR remove the invalid www from the Microsoft oAuth login host. Hi, any chance to get this merged soon?
2025-04-01T06:40:50.306510
2019-04-15T06:33:29
433115703
{ "authors": [ "alok87", "grampelberg", "timfallmk" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11688", "repo": "vapor-ware/ksync", "url": "https://github.com/vapor-ware/ksync/issues/285" }
gharchive/issue
Ksync watch crashes quite often after few minutes run I was running ksync watch in foreground and it keeps crashing and have to manually restart it. Crash is always due to some connection error that happens. ERRO[0299] lost connection to cluster ContainerName= LocalPath=/home/ubuntu/www/topaz Loca...
2025-04-01T06:40:50.317567
2019-03-05T16:12:19
417377101
{ "authors": [ "mcdappdev" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11689", "repo": "vapor/jobs", "url": "https://github.com/vapor/jobs/issues/7" }
gharchive/issue
JobData naming collision warning We should provide a console warning when multiple jobs are registered with the same JobData name to help prevent collisions during decoding. Fixed in #8
2025-04-01T06:40:50.333227
2024-03-19T19:53:40
2195867870
{ "authors": [ "vaporvee" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:11690", "repo": "vaporvee/acecore", "url": "https://github.com/vaporvee/acecore/issues/1" }
gharchive/issue
acecore DM support acecore cant be used in DMs yet. has to be fixed also checking if the guild id is present and if not disable a few commands in DMs maybe also adding a bool to the command structure if it should even be registered with the empty string that makes it global (also DMs then) but if not it could make ...