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:38:34.292991
2023-06-15T12:48:33
1758757955
{ "authors": [ "NikolayMarusenko", "Rolika4" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5677", "repo": "epam/edp-install", "url": "https://github.com/epam/edp-install/issues/27" }
gharchive/issue
Enable SAST scan for Tekton pipelines As an EDP user, I would like to be able to use SAST scanning out of the box for tekton pipelines. Acceptance Criteria: SAST scan available out of the box for Tekton pipelines; Enable only for build pipelines; We have recently implemented a static application security testing ...
2025-04-01T06:38:34.303260
2016-01-13T14:25:58
126428336
{ "authors": [ "dwhoman", "greenrd" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5678", "repo": "epiasini/XSDtoRNG", "url": "https://github.com/epiasini/XSDtoRNG/issues/20" }
gharchive/issue
Reference to undefined pattern comment I tried converting http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd to rnc using this stylesheet and then trang. However, when I tried to use the .rnc file in nxml-mode in emacs, it said: nxml-display-file-parse-error: Reference to undefined pattern comment. My XS...
2025-04-01T06:38:34.306157
2019-11-22T07:19:21
527031031
{ "authors": [ "Heavenwalker", "asvae", "haizad" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5679", "repo": "epicmaxco/vuestic-admin", "url": "https://github.com/epicmaxco/vuestic-admin/issues/680" }
gharchive/issue
Pagination Documentation I think a pagination entry is needed in the documentation. It works really nice and it's shame if someone overlooks it. Using it right now with markup-tables Thanks a lot for this wonderful template Thanks for suggestion. We're going to add docs as a part of vuestic-ui. Here's some not fee...
2025-04-01T06:38:34.337441
2021-04-09T07:34:50
854256392
{ "authors": [ "jimmykarily", "kkaempf" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5680", "repo": "epinio/epinio", "url": "https://github.com/epinio/epinio/issues/263" }
gharchive/issue
Split tests ... ... for parallelization, more focussed test areas, and speedup. To be tackled post-mvp We have tests that install/uninstall Epinio or some components. As far as I can tell, these are the features tests (which enable/disable in-cluster services etc) There are also other tests that enable the componen...
2025-04-01T06:38:34.350393
2018-12-02T07:59:10
386537120
{ "authors": [ "DavidIzaac", "epoberezkin" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5681", "repo": "epoberezkin/ajv", "url": "https://github.com/epoberezkin/ajv/issues/894" }
gharchive/issue
Optional property How to make an optional property ? They are optional by default. Please see JSON schema spec
2025-04-01T06:38:34.419972
2020-06-19T11:02:50
641889333
{ "authors": [ "ooystein" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5682", "repo": "equinor/esv-intersection", "url": "https://github.com/equinor/esv-intersection/pull/336" }
gharchive/pull-request
fix overlaps check The isBetween function did not return true when either top or bottom of cement was equal to top or bottom of hole. (Check was < or >, needs to be <= and >=) Think I might have simplified it a little to much. Will check and update PR before review is needed Fixed the overlap check and now all ce...
2025-04-01T06:38:34.426320
2024-09-12T06:09:09
2521437942
{ "authors": [ "hknutsen" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5683", "repo": "equinor/terraform-azurerm-network", "url": "https://github.com/equinor/terraform-azurerm-network/pull/78" }
gharchive/pull-request
refactor!: simplify subnet configuration BREAKING CHANGE: remove subnet object properties network_security_group, route_table and nat_gateway. Add subnet object properties security_group_id, route_table_id and nat_gateway_id. Depends on hashicorp/terraform-provider-azurerm#27199
2025-04-01T06:38:34.475923
2018-02-28T20:14:11
301166680
{ "authors": [ "eddieschoute", "erezsh" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5684", "repo": "erezsh/lark", "url": "https://github.com/erezsh/lark/issues/98" }
gharchive/issue
LALR parser throws gives UnexpectedToken exception with optional string I have written a grammar that succesfully passes my testcases with the default parser. Now I am trying to convert it to an LALR parser. But this parser throws an exception when parsing a fairly sentence. Expected Behavior Lark should either give ...
2025-04-01T06:38:34.497913
2024-03-13T01:46:03
2182957835
{ "authors": [ "KzZheng", "oldwangggggg" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5685", "repo": "eric-ai-lab/MiniGPT-5", "url": "https://github.com/eric-ai-lab/MiniGPT-5/issues/45" }
gharchive/issue
RuntimeError: expected scalar type BFloat16 but found Float when i run train_eval.py and do the evaluation stage1, i met this question and have no solution. Can you provide more error details? This part seems an auto-casting issue, which should be automatically handled by lightening.
2025-04-01T06:38:34.536712
2019-01-16T21:58:06
400016478
{ "authors": [ "conorg763", "nithinkashyapn", "renatoluz" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5686", "repo": "ericfourrier/scrape-linkedin", "url": "https://github.com/ericfourrier/scrape-linkedin/issues...
gharchive/issue
Error Hi there, is there any thing to do in this case? pylinkedin.exceptions.ServerIpBlacklisted: Linkedin blacklists ips for unauthentified http requests, Aws, Digital Ocean Hey, LinkedIn blacklists all IPs from major cloud providers so the only way i see you can use it is by using a different cloud provider. Ther...
2025-04-01T06:38:34.554698
2018-07-10T05:45:21
339700724
{ "authors": [ "deflock", "ericmorand", "nedkelly" ], "license": "bsd-2-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5687", "repo": "ericmorand/twing", "url": "https://github.com/ericmorand/twing/issues/230" }
gharchive/issue
Twing throws: "SyntaxError: missing ) after argument list" whenever it encounters a ` character. Hi, it took me a while to track down this issue as I'm currently porting a large project to Twing from Twig.js to be more compatible with our TwigPHP environment. After a lot of digging I tracked down a "SyntaxError: miss...
2025-04-01T06:38:34.572186
2023-06-17T14:16:24
1761872195
{ "authors": [ "clementepestelli", "lx-0", "lys623", "pyronaur", "zcpua" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5688", "repo": "erictik/midjourney-client", "url": "https://github.com/ericti...
gharchive/issue
client.Describe No result returned the code that reproduces this issue or a replay of the bug const imgUrl=`https://cdn.discordapp.com/attachments/1008571049039896576/1119473369813884958/manuelcorazzari_dirty_hands_holding_dirt_from_the_ground_sun_li_98bfb5e5-8c4f-4cb3-879a-bc229108e505.png` const msg = await client...
2025-04-01T06:38:34.636692
2017-04-06T18:12:01
219985062
{ "authors": [ "GASPARDYP", "ericyd", "karynrose1784" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5689", "repo": "ericyd/gdrive-copy", "url": "https://github.com/ericyd/gdrive-copy/issues/15" }
gharchive/issue
Folder Copying Won't Start - Returns Blank Screen I just started using the app today and successfully used it twice this morning, including one folder that was very large (over 2000 total files). However, when I try to start a new folder now, once I click "copy folder," it goes to a blank screen and doesn't start the...
2025-04-01T06:38:34.646171
2024-11-08T11:33:24
2643774955
{ "authors": [ "michelemodolo" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5690", "repo": "erigontech/erigon-snapshot", "url": "https://github.com/erigontech/erigon-snapshot/pull/329" }
gharchive/pull-request
[automation] Updated mainnet.toml for erigon3 up to 21.141M This is an AUTOMATIC PR raised from this machine (which is running erigon3): snapshotter-bm-e3-ethmainnet-n1 I'm closing this PR as we were waiting for the new Caplin state files, which were not produced because of a downloader glitch in creating their tor...
2025-04-01T06:38:36.018985
2017-02-25T02:10:56
210202490
{ "authors": [ "codecov-io", "fernandolobato" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5691", "repo": "erikiado/jp2_online", "url": "https://github.com/erikiado/jp2_online/pull/20" }
gharchive/pull-request
Fixed issue with missing migration There were changes in the model and no makemigrations command was ran. What's this PR do? Fix issue #19 Where should the reviewer start? How should this be manually tested? Any background context you want to provide? This template was adapted ~stolen~ from Quickleft/Sprint.ly Code...
2025-04-01T06:38:36.038204
2020-11-25T01:45:54
750258668
{ "authors": [ "eriknyquist", "eriknyquist-avive", "jhale1805" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5692", "repo": "eriknyquist/tones", "url": "https://github.com/eriknyquist/tones/issues/3" }
gharchive/issue
Different input frequencies are getting played as the same output frequency In #2 I referenced a bug I was investigating. Here it is. Background I'm trying to use this library to prototype a personal data over sound project. I'm working on using the presence of a sound at any of 24 different frequencies to convey the...
2025-04-01T06:38:36.067751
2015-10-19T13:37:43
112146031
{ "authors": [ "Jevgenius", "anmol1591", "anselmdk", "astrauka", "chaitanya0bhagvan", "erikras", "gabrielhpugliese", "himawan-r", "joaoreynolds", "kaueburiti", "mohebifar", "saitonakamura", "szokrika", "xcatliu", "zackshen" ], "license": "MIT", "licens...
gharchive/issue
Best practice to manipulate a field's value Assume that I need to change the value of username input field upon the change of last name field. The reason why the username should be kept on the input is to let the user manipulating it. The way to do it is to call the change action to change the value of username input...
2025-04-01T06:38:36.071622
2016-01-20T19:27:45
127764767
{ "authors": [ "erikras", "nschurmann" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5694", "repo": "erikras/redux-form", "url": "https://github.com/erikras/redux-form/issues/574" }
gharchive/issue
resetForm() leaves a ↵ when executed. I have this form: /** * React component MessagesForm */ import React, { PropTypes } from 'react' import {reduxForm, reset} from 'redux-form' const MessagesForm = p => { const {fields: {message}} = p const addMessage = e => { if(e.keyCode == 13 && e.shiftKey == false...
2025-04-01T06:38:36.072687
2021-04-13T09:33:23
856777498
{ "authors": [ "erikrikarddaniel" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5695", "repo": "erikrikarddaniel/magmap", "url": "https://github.com/erikrikarddaniel/magmap/issues/7" }
gharchive/issue
Remove stable RNA Use the tool in the same package as BBMap. Fixed in 94e634465505874002b4431c4988b9b5df34eccd with --sequence_filter parameter.
2025-04-01T06:38:36.096852
2020-12-22T03:27:29
772608103
{ "authors": [ "curiousdannii", "erkyrath" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5696", "repo": "erkyrath/glkote", "url": "https://github.com/erkyrath/glkote/issues/46" }
gharchive/issue
Support multiple instances of each module Currently, every module in the Glk JS ecosystem is a global object (window.GlkOte, window.Dialog, window.Quixe, etc). We would like to support the possibility of more than one. It should be possible to create instances of each and start them running, with each one talking onl...
2025-04-01T06:38:36.126011
2018-06-06T20:17:16
330016838
{ "authors": [ "BenDol", "kie-ci", "kiereleaseuser2", "tiagobento" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5697", "repo": "errai/errai", "url": "https://github.com/errai/errai/pull/347" }
gharchive/pull-request
ERRAI-1111: Fix a bug with interrupting a navigation hide. This will properly allow us to interrupt the hiding process in navigation. Can one of the admins verify this PR? Comment with 'ok to test' to start the build. Are we able to progress this issue? @BenDol Can you provide a more detailed description of the...
2025-04-01T06:38:36.134945
2023-05-11T17:31:39
1706255600
{ "authors": [ "aleciavogel", "erseco" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5698", "repo": "erseco/alpine-moodle", "url": "https://github.com/erseco/alpine-moodle/pull/28" }
gharchive/pull-request
Add mailhog support to docker-compose.yml example This took me longer than I'd like to admit to figure out how to properly integrate MailHog into one of my own projects' dev environments, so I thought I'd save someone the time and add MailHog to the example docker-compose.yml. MailHog will catch all outgoing mail fro...
2025-04-01T06:38:36.215001
2016-12-28T06:57:03
197805994
{ "authors": [ "cengizIO", "ersinerdal" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5699", "repo": "ersinerdal/react-redux-immutable-ddd", "url": "https://github.com/ersinerdal/react-redux-immutable-ddd/issues/1" }
gharchive/issue
Add License Hello Congrats! As any open source project, we must declare our licensing policy. Done! Thanx.
2025-04-01T06:38:36.219234
2014-11-25T04:54:13
49976751
{ "authors": [ "erusev", "rhukster" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5700", "repo": "erusev/parsedown-extra", "url": "https://github.com/erusev/parsedown-extra/issues/25" }
gharchive/issue
Issues with multiple block-level elements in definition lists As tested on the parsedown demo: http://parsedown.org/demo?extra=1 this code does not render as it should within the definition list: Term 1 : This is a definition with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliqua...
2025-04-01T06:38:36.221673
2024-07-31T11:59:59
2439873848
{ "authors": [ "stonechoe" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5701", "repo": "es-meta/esmeta", "url": "https://github.com/es-meta/esmeta/pull/252" }
gharchive/pull-request
Use fixed number of threads in test262-test concurrent mode This PR makes following changes: Change -test262-test:concurrent option to be number. Use fixed number of threads in test262-test concurrent mode. It is expected to resolve issue #251 (if proper number of threads is given). Now concurrent and timeout opt...
2025-04-01T06:38:36.223573
2021-12-18T23:33:11
1083966344
{ "authors": [ "glencoe" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5702", "repo": "es-ude/elastic-ai.creator", "url": "https://github.com/es-ude/elastic-ai.creator/issues/7" }
gharchive/issue
get rid of QConv1d and co. With pytorch 3.10 the concept of parametrization was introduced... E.g. A module behaving equivalently to QConv1d with Binarize can be built like this import torch from torch.nn import Conv1d from torch.nn.utils.parametrize import register_parametrization from elasticai.creator.layers impo...
2025-04-01T06:38:36.243811
2023-04-27T23:46:07
1687687679
{ "authors": [ "bfeist", "eshaan7" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5703", "repo": "eshaan7/Flask-Shell2HTTP", "url": "https://github.com/eshaan7/Flask-Shell2HTTP/issues/53" }
gharchive/issue
Seeing intermittent future_key errors 2023-04-25 23:12:39 ERROR:flask_shell2http:future_key ebbb407f already exists 2023-04-25 23:12:39 ERROR:flask_shell2http:No report exists for key: 'ebbb407f'. These are interspersed with working calls. I turned off wait=true and switched to polling. This reduced the problem but d...
2025-04-01T06:38:36.257271
2024-01-04T07:10:09
2065123733
{ "authors": [ "AnnAngela", "nzakas" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5704", "repo": "eslint-community/eslint-plugin-security", "url": "https://github.com/eslint-community/eslint-plugin-security/...
gharchive/issue
Bug: false positive for security/detect-object-injection What version of eslint-plugin-security are you using? 2.1.0 ESLint Environment Node version: v20.10.0 npm version: v10.2.3 Local ESLint version: 8.56.0 Global ESLint version: Not found Operating System: linux 6.2.0-1018-azure What parser are you using? Default ...
2025-04-01T06:38:36.262062
2023-01-06T18:28:48
1522976742
{ "authors": [ "amareshsm", "nzakas" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5705", "repo": "eslint/eslint.org", "url": "https://github.com/eslint/eslint.org/issues/397" }
gharchive/issue
Bug: Local development broken URL(s) (All) What did you do? Tried writing a new blog post with a date in the future. What did you expect to happen? I expected the blog post to be visible at https://localhost:2022/blog. We had this set up so that future posts would be shown locally to make it easier to debug, but then...
2025-04-01T06:38:36.307185
2021-01-09T05:03:52
782514368
{ "authors": [ "TheEssem", "adroitwhiz" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5706", "repo": "esmBot/esmBot", "url": "https://github.com/esmBot/esmBot/pull/49" }
gharchive/pull-request
Clean up image API code paths Most commits have individual descriptions, but at a high level I'm essentially getting rid of the complex mutually-recursing-across-processes behavior previously present in image.js. I've moved the part that actually calls into ImageMagick into its own file, so instead of commands callin...
2025-04-01T06:38:36.327579
2023-09-21T13:16:22
1906962973
{ "authors": [ "bjoernQ", "jessebraham" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5707", "repo": "esp-rs/esp-hal", "url": "https://github.com/esp-rs/esp-hal/issues/806" }
gharchive/issue
Add support for MCUboot MCUboot support was added for the ESP32-C3 in #49, we should continue adding support for additional devices. There is interest in this from other teams within Espressif currently, and as such it is likely a useful feature for some community members as well. See esp32c3_hal/src/lib.rs as a refe...
2025-04-01T06:38:36.630575
2024-09-11T07:06:02
2518747758
{ "authors": [ "peterdragun" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5708", "repo": "espressif/clang-tidy-runner", "url": "https://github.com/espressif/clang-tidy-runner/pull/49" }
gharchive/pull-request
feat: Drop support for ESP-IDF 4.4 and Python 3.6 Description This MR includes several fixes for the pipeline to pass: The codereport maintainer has merged my MR (https://github.com/paulgessinger/codereport/pull/4) and released a new version 0.4.0. This should resolve dependency conflicts mentioned in: https://githu...
2025-04-01T06:38:36.638853
2017-09-25T02:23:15
260138030
{ "authors": [ "lucazader", "negativekelvin", "projectgus" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5709", "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/1035" }
gharchive/issue
BLE Notifications stop working after SPI init Hi All, I have a weird one for you. I have a program that communicates over BLE (peripheral and central, connected as a peripheral) to a computer. The computer sends some commands and then sends a message to enable/initialise the SPI Master. Before the SPI is enabled, the...
2025-04-01T06:38:36.668614
2024-01-29T16:44:20
2105921617
{ "authors": [ "andylinpersonal", "igrr" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5710", "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/13072" }
gharchive/issue
Lacking double-checked locking optimization leads to significantly slower code for static local variables on RISC-V (IDFGH-12004) Answers checklist. [X] I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there. [X] I have updated my IDF branch (master or release) to the latest ver...
2025-04-01T06:38:36.677153
2024-05-21T12:57:41
2308249487
{ "authors": [ "evoon", "vik-gokhale" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5711", "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/13827" }
gharchive/issue
NO_AP_FOUND_IN_AUTHMODE_THRESHOLD while threshold's condition is respected (IDFGH-12863) Answers checklist. [X] I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there. [X] I have updated my IDF branch (master or release) to the latest version and checked that the issue is presen...
2025-04-01T06:38:36.680236
2016-12-09T13:20:48
194595336
{ "authors": [ "Spritetm", "dantonets", "dumarjo" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5712", "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/153" }
gharchive/issue
Loading application from openOCD Hi, Is it possible to upload the firmware through GDB ? When I try it, I got this error from openOCD Error: esp32.cpu0: xtensa_write_memory (line 1024): DSR (8020CC13) indicates DIR instruction generated an exception! Warn : esp32.cpu0: Failed writing 4096 bytes at address 0x3F400010 ...
2025-04-01T06:38:36.683061
2018-06-27T14:34:04
336256945
{ "authors": [ "me-no-dev", "nicola-lunghi", "projectgus" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5713", "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/2114" }
gharchive/issue
using ccache with esp-idf Hi all, is possible to use ccache to speed up the build? Thanks Nicola Lunghi totally you can ;) many of us already use it :) ok i managed to create a directory called bin-ccache in the xtensa installation directory and link all the executables in bin to ccache then I've added the xtensa...
2025-04-01T06:38:36.701819
2019-03-12T00:33:01
419746640
{ "authors": [ "dralves", "ginkgm", "igrr" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5714", "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/3162" }
gharchive/issue
SPI slave broken by commit 58955a7 (IDFGH-702) Environment Development Kit: [ESP32-DevKitC|] Using VSPI with IOMUX pins as described in https://github.com/espressif/esp-idf/blob/master/docs/en/api-reference/peripherals/spi_slave.rst No dma Init code: host_(VSPI_HOST); //... spi_bus_config_t buscfg = { ...
2025-04-01T06:38:36.785308
2021-08-10T10:35:40
964837397
{ "authors": [ "MaBecker", "gfwilliams" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5715", "repo": "espruino/BangleApps", "url": "https://github.com/espruino/BangleApps/issues/782" }
gharchive/issue
Bangle2 setting menu style for lefties As lefti I scroll with my left hand through the settings menu and my finger hides the text. Can we have a left hand menu style with text that is right aligned? You mean with values on the left and the text on the right? That's probably not something I'd build in but it should...
2025-04-01T06:38:36.804502
2018-10-26T13:57:39
374396188
{ "authors": [ "estevez-dev" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5716", "repo": "estevez-dev/ha_client", "url": "https://github.com/estevez-dev/ha_client/issues/157" }
gharchive/issue
Card group switches Add switch to a card header if there is entities with the same domain in the card and group switch is not disabled by configuration. Done
2025-04-01T06:38:36.851035
2023-12-14T22:33:50
2042605348
{ "authors": [ "DennisRutherford", "estruyf", "yuxin1234" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5717", "repo": "estruyf/doctor", "url": "https://github.com/estruyf/doctor/issues/155" }
gharchive/issue
"Process markdown files" hangs[BUG] Describe the bug A clear and concise description of what the bug is. To Reproduce Steps to reproduce the behavior: doctor publish --outputFolder . login to Microsoft Device Login using code provided "Process markdown files" hangs for 30 min There is no output in the output folder ...
2025-04-01T06:38:36.904325
2018-05-31T06:15:11
328007018
{ "authors": [ "bcumming", "halfflat" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5718", "repo": "eth-cscs/arbor", "url": "https://github.com/eth-cscs/arbor/pull/496" }
gharchive/pull-request
generalize time sequences Changes to libarbor Time sequences were added in src/time_sequence.hpp: added new time_seq type that implements a type-erasure interface for the concept of a time sequence generator. added poisson, regular and vector-backed implementations of the time sequence concept. Event generators: T...
2025-04-01T06:38:36.911361
2020-07-22T09:01:05
663596647
{ "authors": [ "sjpb", "vkarak" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5719", "repo": "eth-cscs/reframe", "url": "https://github.com/eth-cscs/reframe/issues/1430" }
gharchive/issue
Performance variables must be numbers I tried putting the output of "git commit" into a perf_var so that I could link changes in performance history to changes in the system configuration, but I get this error: FAILURE INFO for ... <snip> * Failing phase: performance <snip> Reason: sanity error: the value extracted...
2025-04-01T06:38:36.914045
2023-11-12T23:45:53
1989638792
{ "authors": [ "ethanaobrien", "marcsadler" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5720", "repo": "ethanaobrien/docz", "url": "https://github.com/ethanaobrien/docz/pull/8" }
gharchive/pull-request
Miscellaneous markdown formatting edits Edit markdown formatting and page layout for consistency, clean up trailing spaces and unnecessary blank lines in code to address #87 Fix non-sequential numbering Move install directions for Chrultrabook Controller to post-install.md Remove old information regarding running Win...
2025-04-01T06:38:36.916145
2022-02-01T22:17:12
1121257428
{ "authors": [ "allancoding", "ethanaobrien" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5721", "repo": "ethanaobrien/emuserver", "url": "https://github.com/ethanaobrien/emuserver/issues/7" }
gharchive/issue
Testing the server I get this error in the console: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getUrls') at (index):26:37 /favicon.ico:1 Failed to load resource: the server responded with a status of 404 () (index):19 Uncaught TypeError: Cannot read properties of undef...
2025-04-01T06:38:36.923660
2020-12-16T09:20:42
768622131
{ "authors": [ "JohnMcLear", "jinbullsushil" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5722", "repo": "ether/ep_font_color", "url": "https://github.com/ether/ep_font_color/issues/25" }
gharchive/issue
Color copy past not working Hi All, When I am trying to copy and paste the color and font size. Formatting is not working. I have used ep_font_color for the color option. Desktop: OS: Window 10 Browser : chrome Version : 87.0.4280.88 Tested here and it works fine: https://video.etherpad.com/p/aUeq2TntWMJeyh7e_uIQ...
2025-04-01T06:38:36.941178
2018-05-28T22:50:22
327128942
{ "authors": [ "postables", "shanev" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5723", "repo": "ethereum-lightning/eth-lnd", "url": "https://github.com/ethereum-lightning/eth-lnd/issues/2" }
gharchive/issue
Go bindings and tests [ ] auto-generate bindings whenever Solidity file changes using go generate [ ] tests using blockchain simulator One thing to keep in mind about the blockchain simulator, I have never ever been able to get the adjust time function to work from go-ethereum's simulated backend: https://godoc.o...
2025-04-01T06:38:36.950905
2023-11-06T03:57:11
1978236272
{ "authors": [ "Pandapip1", "minkyn" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5724", "repo": "ethereum/ERCs", "url": "https://github.com/ethereum/ERCs/pull/91" }
gharchive/pull-request
Add ERC: Cross-Contract Hierarchical NFT Reopen this ongoing draft from the old PR in repo EIPs with all comments addressed. @xinbenlv Please take another look. Previous comments include adding a set method and supplementing security considerations. @SamWilsn Please help with the merge due to this issue How do ...
2025-04-01T06:38:36.952289
2016-11-22T10:33:09
190962247
{ "authors": [ "LianaHus", "axic", "chriseth" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5725", "repo": "ethereum/browser-solidity", "url": "https://github.com/ethereum/browser-solidity/issues/337" }
gharchive/issue
Static analysis: warn about too long contracts After "spurious dragon", the deploy size is limited to 24576 bytes, this should be checked. This is not really the static analyzer as it doesn't operate on the AST, rather a warning from remix. fixed We actually added this code to the compiler too :)
2025-04-01T06:38:36.955485
2019-06-30T10:08:11
462389030
{ "authors": [ "JustinDrake", "djrtwo" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5726", "repo": "ethereum/eth2.0-specs", "url": "https://github.com/ethereum/eth2.0-specs/pull/1237" }
gharchive/pull-request
Helpers cleanup Addresses #918. It includes: Grouping helpers by category Renamings (for consistency, length, clarity) Add top-level function comments where missing, and make them consistent Remove neglected and sometimes misleading terminology section (to be readded post-freeze) Various other cosmetic cleanups I...
2025-04-01T06:38:37.062151
2021-02-20T11:42:51
812588330
{ "authors": [ "Eknir" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5727", "repo": "ethersphere/bee", "url": "https://github.com/ethersphere/bee/issues/1303" }
gharchive/issue
Data stewardship User story Story As a local pinner, I want to validate if my locally pinned content is available in the network and reupload the content if that is not the case, such that I can guarantee availability of the content via Swarm Acceptance criteria A local pinner can run a process which periodically...
2025-04-01T06:38:37.063569
2022-01-25T09:00:34
1113607242
{ "authors": [ "AuHau" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5728", "repo": "ethersphere/beeload-action", "url": "https://github.com/ethersphere/beeload-action/issues/14" }
gharchive/issue
PR previews are not updated with more commits pushed to the PR It looks like the PR previews are not updated upon new commits landing to the PR. For example see here: https://github.com/ethersphere/bee-js-docs/pull/97 This is most probably not problem of this action but other automation that does not trigger the ac...
2025-04-01T06:38:37.067648
2023-07-06T11:06:53
1791331956
{ "authors": [ "ch4r10t33r", "lbw33" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5729", "repo": "etherspot/etherspot-prime-contracts", "url": "https://github.com/etherspot/etherspot-prime-contracts/pull/18" }
gharchive/pull-request
New EtherspotPaymaster deployments and updated README and deploy scripts Description Deployed new EtherspotPaymaster implementation to supported chains. Added new 'required' tag for deploying just wallet factory and paymaster. Updated README with new info on deploying contracts and cleaned up code. Added initialBa...
2025-04-01T06:38:37.072501
2023-05-03T13:25:33
1694075924
{ "authors": [ "adamsachs", "rsilvery" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5730", "repo": "ethyca/fides", "url": "https://github.com/ethyca/fides/issues/3205" }
gharchive/issue
Ensure data use and processing activity fields are locked down immediately after save Is your feature request related to a specific problem? A general requirement for the data use declaration form is that the Data use and Processing Activity fields are effectively locked-down in the UI (made read-only) once a data us...
2025-04-01T06:38:37.095404
2022-09-02T13:58:05
1360235914
{ "authors": [ "chriscalhoun1974", "pattisdr", "seanpreston" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5731", "repo": "ethyca/fidesops", "url": "https://github.com/ethyca/fidesops/pull/1247" }
gharchive/pull-request
Updated Configuration settings: Connector parameters and Dataset configuration Purpose Allows user to create a DB, Manual, and SASS connection. User enters connector parameters and dataset configuration for a given connection. This PR includes the following JIRA tickets: 922 - Add a Connector - DB connector configs ...
2025-04-01T06:38:37.111967
2019-11-03T21:23:04
516890969
{ "authors": [ "codecov-io", "etingof", "russhousley" ], "license": "bsd-2-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5732", "repo": "etingof/pyasn1-modules", "url": "https://github.com/etingof/pyasn1-modules/pull/98" }
gharchive/pull-request
Add support for RFC 5916 Add module and test for RFC 5916 Codecov Report Merging #98 into master will increase coverage by <.01%. The diff coverage is 100%. @@ Coverage Diff @@ ## master #98 +/- ## ========================================== + Coverage 99.35% 99.35...
2025-04-01T06:38:37.115301
2019-12-18T09:38:27
539564211
{ "authors": [ "aryes", "lextm" ], "license": "bsd-2-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5733", "repo": "etingof/pysnmp", "url": "https://github.com/etingof/pysnmp/issues/333" }
gharchive/issue
Receiving V3 Traps - Engine ID We used to work with PySNMP version 4.3.1 to receive SNMP V3 traps, and it worked perfectly. Recently, we upgraded to version 4.4.12, and the traps were not received anymore. I debugged the issue and found that the call to __getUserInfo at service.py line 759 throws a NoSuchInstanceErro...
2025-04-01T06:38:37.125851
2023-10-21T00:58:01
1955177747
{ "authors": [ "bythehist", "etra0" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5734", "repo": "etra0/litcher", "url": "https://github.com/etra0/litcher/issues/16" }
gharchive/issue
Access Denied When running litcher I had it working and it started giving me this all of a sudden, not sure what changed here. running it as admin Did you update Windows? I believe this could be related to #12 sadly, and I haven't fixed it yet. It requires for me to update a dependency, a big TODO from my side. ...
2025-04-01T06:38:37.135004
2020-10-30T00:50:20
732799149
{ "authors": [ "Kangaroux", "bluebandit21", "poco0317" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5735", "repo": "etternagame/etterna", "url": "https://github.com/etternagame/etterna/issues/916" }
gharchive/issue
Update Building.md to mention how to build a release configuration Building.md doesn't currently mention explicitly how to build in a release configuration. This is largely fine, since very few people would ever want to build macOS or Windows in non-debug, since there are pre-built releases available. However, for Li...
2025-04-01T06:38:37.184707
2018-12-08T21:31:46
388961351
{ "authors": [ "jabrena" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5736", "repo": "ev3dev-lang-java/ev3dev-lang-java", "url": "https://github.com/ev3dev-lang-java/ev3dev-lang-java/issues/612" }
gharchive/issue
Add a new command to check sdcard info https://unix.stackexchange.com/questions/273971/how-to-get-hard-disk-information-on-linux-terminal Rejected by LEAN
2025-04-01T06:38:37.259201
2020-01-29T18:34:14
557041496
{ "authors": [ "kaimantsch", "trixr" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5739", "repo": "evbacher/gd2md-html", "url": "https://github.com/evbacher/gd2md-html/issues/57" }
gharchive/issue
Excessive newlines appear before lists in converted document While markdown ignores more than 2 newlines, the converter currently generates 4 before lists. This creates an awkward looking document and requires a lot of search/replace to repair. Note: this issues occurs in every case I tested, including after paragrap...
2025-04-01T06:38:37.282949
2023-03-26T10:26:43
1640853632
{ "authors": [ "andig", "naltatis", "pauxus" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5740", "repo": "evcc-io/evcc", "url": "https://github.com/evcc-io/evcc/issues/7062" }
gharchive/issue
Safeguard for wrong climating notification Is your feature request related to a problem? Please describe. Currently Renault seems to report the climater as always active. This lead to draining the house battery quite a while until I noticed the actual problem. Even switching to "off" did not stop the charging, I had ...
2025-04-01T06:38:37.294768
2016-04-05T17:54:11
146061708
{ "authors": [ "evcohen", "lencioni" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5741", "repo": "evcohen/eslint-plugin-jsx-a11y", "url": "https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/6" }
gharchive/issue
img-uses-alt does not allow empty string or possible empty string This rule considers the following JSX bad: function Foo() { return <img alt={foo || ''} />; } this is also considered bad: function Foo() { return <img alt="" />; } but this is okay: function Foo() { return <img alt={foo} />; } However, I thin...
2025-04-01T06:38:37.323270
2017-06-15T09:22:10
236127974
{ "authors": [ "mudassirzulfiqar", "rkhater", "vishalvanpariya" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5743", "repo": "eventtus/photo-editor-android", "url": "https://github.com/eventtus/photo-editor-andr...
gharchive/issue
Some feature needed Hey first of all thumbs up for your library. I have seen different edit libraries but this one satisfy my needs although some features are required. I have one question is it possible to get the position of each elements on the screen before saving the picture e.g Position of Text , Sticker Becaus...
2025-04-01T06:38:37.330715
2015-10-28T20:17:18
113913025
{ "authors": [ "jbehrends", "jlambert121" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5744", "repo": "evenup/evenup-puppet", "url": "https://github.com/evenup/evenup-puppet/pull/33" }
gharchive/pull-request
Disable the puppetserver report processor feature by default By default if reports is NOT defined, puppetserver will enable the "store" reports processor which will generate yaml reports in: /opt/puppetlabs/server/data/puppetserver/reports/ See: https://docs.puppetlabs.com/puppet/latest/reference/reporting_about.html...
2025-04-01T06:38:37.385094
2015-01-13T13:28:40
54193421
{ "authors": [ "evert0n", "mvila" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5745", "repo": "evert0n/koa-cors", "url": "https://github.com/evert0n/koa-cors/issues/21" }
gharchive/issue
'settings' should be immutable At the beginning of the middleware handler, there is: var options = settings || defaults; Later, at several places, the options object is modified. For example: options.headers = this.header['access-control-request-headers']; It means that the global middleware settings object (or def...
2025-04-01T06:38:37.403327
2018-07-01T18:45:42
337312531
{ "authors": [ "Koerner", "evertramos", "xtjoeywx" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5746", "repo": "evertramos/docker-wordpress-letsencrypt", "url": "https://github.com/evertramos/docker-wordpress-l...
gharchive/issue
413 Request Entity Too Large I'm trying to upload a large plugin and it won't let me. I'm getting an nginx error page. To recreate: Upload a plugin using wordpress's plugin uploader. The one I used is 4.3 MB. (.zip) I'm thinking the solution would be to increase php limits, but they are already high enough in your de...
2025-04-01T06:38:37.406257
2021-02-25T14:20:27
816481001
{ "authors": [ "martinbianchi", "osdiab" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5747", "repo": "everydotorg/donate-button", "url": "https://github.com/everydotorg/donate-button/pull/116" }
gharchive/pull-request
feat: use bigger images in example @osdiab I saw the issue #101. The reason of why the images doesn't look very well is because they don't have a good aspect ratio. I changed the images and now they are shown as it should be, for sure that we can improve this designs but at least with this the images are shown as exp...
2025-04-01T06:38:37.422984
2021-08-30T23:08:17
983280990
{ "authors": [ "hughess" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5748", "repo": "evidence-dev/evidence", "url": "https://github.com/evidence-dev/evidence/issues/110" }
gharchive/issue
Support for plotting multiple columns in LineChart LineChart component currently requires tidy data to plot multiple lines. Add support for plotting multiple columns (i.e. 1 column per measure and plotting each). Syntax could be something like <LineChart x=date y=(measure1, measure2)/> Needs to be able to apply color...
2025-04-01T06:38:37.434239
2017-08-09T19:59:46
249144198
{ "authors": [ "cmungall", "mchibucos", "rctauber" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5749", "repo": "evidenceontology/evidenceontology", "url": "https://github.com/evidenceontology/evidenceontolo...
gharchive/issue
Subset URLs in ECO have changed In the 2017-07-19 release, the structure of the subset URLs changed e.g. http://purl.obolibrary.org/obo/eco#go_groupings -> http://purl.obolibrary.org/obo/eco/go_groupings I can see the motivation for changing: the old URLs were ugly. However, unfortunately we were depending on these s...
2025-04-01T06:38:37.445223
2017-12-28T14:48:39
284929227
{ "authors": [ "brunocodutra", "craigpryde" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5750", "repo": "evilebottnawi/favicons", "url": "https://github.com/evilebottnawi/favicons/pull/193" }
gharchive/pull-request
file.isSymbolic update vinyl package to v2.1.0 #192 Hi @evilebottnawi, I have adjusted the package.json file to reference the new v2.1.0 of vinyl which fixes the issue of error file.isSymbolic within gulp after the release of alpha 3. I ran the test which completes successfully. Although I discovered that the tests f...
2025-04-01T06:38:37.465869
2016-01-03T09:52:51
124640363
{ "authors": [ "caboose0013", "evitalis" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5751", "repo": "evitalis/steamclean", "url": "https://github.com/evitalis/steamclean/issues/6" }
gharchive/issue
File not found if default steam does not exist I don't have any games install on the c drive eq. C:\Program Files (x86)\Steam\SteamApps\common does not exist and the script fails: Checking C:\Program Files (x86)\Steam\SteamApps\common Traceback (most recent call last): File "", line 368, in File "", line 139, in fin...
2025-04-01T06:38:37.468890
2018-05-25T00:35:08
326342800
{ "authors": [ "evollu", "jnrepo" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5752", "repo": "evollu/react-native-fcm", "url": "https://github.com/evollu/react-native-fcm/issues/947" }
gharchive/issue
Possible incompatibility with react-native-firebase v4 Issue: clicking on the notification banner while the app in foreground will not trigger FCM.on(FCMEvent.Notification, (notif) => {}). I was able to reproduce the issue I was having on the sample project. All I had to do was install react-native-firebase (4.2.0) a...
2025-04-01T06:38:37.475066
2021-11-05T17:34:28
1046085471
{ "authors": [ "scala-steward" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5753", "repo": "evolution-gaming/stracer", "url": "https://github.com/evolution-gaming/stracer/pull/199" }
gharchive/pull-request
Update cats-helper to 2.6.2 Updates com.evolutiongaming:cats-helper from 2.3.0 to 2.6.2. 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 me...
2025-04-01T06:38:37.481702
2014-10-10T08:44:13
45458744
{ "authors": [ "divineprog", "mazekeeper" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5754", "repo": "evothings/evothings-examples", "url": "https://github.com/evothings/evothings-examples/issues/73" }
gharchive/issue
Suggested to have splash screen for "confusing apps" Some apps need a further info text in the form of a splash screen; e.g. "this apps requires the TI Sensor tag" "this is a companion app for the BLE On/Off example" "this app needs an external gps" et cetera when required. We don't want people to run an app, nothing...
2025-04-01T06:38:37.502535
2014-11-24T22:16:58
49950130
{ "authors": [ "Electronic-Junkie", "ewolff", "jevin36" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5755", "repo": "ewolff/user-registration", "url": "https://github.com/ewolff/user-registration/issues/5"...
gharchive/issue
Chef example (Chapter 3.3.2) doesn't work (Missing Role(s) in Run List) solo.rb: root point to the correct directory "sudo chef-solo -j node.json -c solo.rb" exits with the following error [2014-11-24T23:13:44+01:00] ERROR: Role tomcatserver.json (included by 'top level') is in the runlist but does not exist. Skipp...
2025-04-01T06:38:37.507583
2024-08-28T17:11:21
2492613555
{ "authors": [ "WardLT", "braceal" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5756", "repo": "exalearn/colmena", "url": "https://github.com/exalearn/colmena/pull/142" }
gharchive/pull-request
Address retry bug for HighThroughputExecutor. This PR addresses a bug in the task retry logic causing it to fail for HighThroughputExecutor. Updates The main update was to resolve the result future prior to checking it's failure info. The previous release only tested it for ThreadPoolExecutor, however the result liv...
2025-04-01T06:38:37.509724
2022-12-09T11:21:20
1486581313
{ "authors": [ "apahl", "arshajii" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5757", "repo": "exaloop/codon", "url": "https://github.com/exaloop/codon/pull/78" }
gharchive/pull-request
Update generators.md The output of the generator example is the other way round. Thanks for the PR -- I updated that example in https://github.com/exaloop/codon/pull/85/commits/91272b1580b0face2bd816ab76e55879e397367b. in this case I think it makes more sense to modify the gen function itself as the current version...
2025-04-01T06:38:37.544376
2019-04-23T07:50:36
436046776
{ "authors": [ "cuibty", "niemyjski", "witskeeper" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5759", "repo": "exceptionless/Exceptionless", "url": "https://github.com/exceptionless/Exceptionless/issues...
gharchive/issue
any changes in es index between 4.x and the .net core version? i am using the .net framework verion which is 4.x if i upgrade to the lastest .net core version. do i need to do something in elasticsearch index ? There should be no changes to the Elasticsearch indexes for 5.x, you'll just need to run the docker c...
2025-04-01T06:38:37.547411
2019-11-10T21:11:00
520658133
{ "authors": [ "ash-jc-allen", "madisvain" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5760", "repo": "exchangeratesapi/exchangeratesapi", "url": "https://github.com/exchangeratesapi/exchangeratesapi/issues/66" }
gharchive/issue
No weekend exchange rates? Hi, I'm not entirely sure if this is an issue or just me not understanding something. I can't seem to get any exchange rates for dates on weekends. For example, using the following URL for 2019-11-10, I am returned the results for 2019-11-08: https://api.exchangeratesapi.io/2019-11-10?&base...
2025-04-01T06:38:37.590612
2023-04-11T08:44:29
1662028204
{ "authors": [ "gomain", "vaeng" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5761", "repo": "exercism/cpp", "url": "https://github.com/exercism/cpp/issues/589" }
gharchive/issue
Concept for Basics Add a concept exercise for the Basic concept. It should cover: Variable Declaration Variable Initialization Calling Functions Comments [x] Pick a fitting exercise [x] Add code files [x] Add documentation files [ ] Update the list of implemented exercises [x] Get feedback [x] Implement Fee...
2025-04-01T06:38:37.610540
2021-01-29T14:00:15
796905425
{ "authors": [ "ErikSchierboom", "Pamplemousse" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5762", "repo": "exercism/nix", "url": "https://github.com/exercism/nix/issues/10" }
gharchive/issue
Add tags This issue is part of the migration to v3. You can read full details about the various changes here. In Exercism v3, tracks can be annotated with tags. This allows searching for tracks with a certain tag combination, making it easy for students to find an interesting track to join. Tags are specified in the ...
2025-04-01T06:38:37.634784
2022-04-06T18:35:41
1194989687
{ "authors": [ "RTurek", "kotp", "simonbacquie" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5763", "repo": "exercism/ruby", "url": "https://github.com/exercism/ruby/issues/1311" }
gharchive/issue
Update Instructions For "Twelve Days" Overview We should update the instructions of the "Twelve Days" to better explain what the exercise is asking the student to do. I listed specific things to focus on in the checklist below. I'll also be opening a PR with my suggestions for this change. https://exercism.org/tracks...
2025-04-01T06:38:37.670062
2018-01-07T12:47:07
286566540
{ "authors": [ "exodus4d", "levialex" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5764", "repo": "exodus4d/pathfinder", "url": "https://github.com/exodus4d/pathfinder/issues/575" }
gharchive/issue
ERROR 502: Bad Gateway Howdy folks! I'm looking for some help with an issue that I currently have with Pathfinder. Every time I try to log in with my account, I get the following error: http://prntscr.com/hx6n0c If I just press "Restart", the page reloads, I log in again, and I get the very same error again, and agai...
2025-04-01T06:38:37.704448
2023-11-16T12:21:05
1996738026
{ "authors": [ "NaveenKumarStark", "rmitsch" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5765", "repo": "explosion/spacy-llm", "url": "https://github.com/explosion/spacy-llm/issues/372" }
gharchive/issue
Spacy-llm bedrock issue I am getting the below error [2023-11-16 17:39:57,111] ERROR in app: Exception on /watsonnlu [POST] Traceback (most recent call last): File "/Users/Naveen/04102023/assistant_nlu_service_proprietary/nav-spacy-test/lib/python3.9/site-packages/flask/app.py", line 2077, in wsgi_app response ...
2025-04-01T06:38:37.710390
2022-09-05T10:48:29
1361749227
{ "authors": [ "Simek" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5766", "repo": "expo/eas-cli", "url": "https://github.com/expo/eas-cli/pull/1341" }
gharchive/pull-request
[eas-cli] bump oclif help plugin Checklist [X] I've added an entry to CHANGELOG.md if necessary. You can comment this pull request with /changelog-entry [breaking-change|new-feature|bug-fix|chore] [message] and CHANGELOG.md will be updated automatically. Why Refs ENG-6204 How This PR bumps our fork of the oclif he...
2025-04-01T06:38:37.714588
2023-01-09T10:32:45
1525314811
{ "authors": [ "szdziedzic" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5767", "repo": "expo/eas-cli", "url": "https://github.com/expo/eas-cli/pull/1614" }
gharchive/pull-request
[eas-cli] validate chosen build in eas build:run command Checklist [ ] I've added an entry to CHANGELOG.md if necessary. You can comment this pull request with /changelog-entry [breaking-change|new-feature|bug-fix|chore] [message] and CHANGELOG.md will be updated automatically. Why When adding a paginated select p...
2025-04-01T06:38:37.735436
2022-08-04T20:02:53
1329120244
{ "authors": [ "EvanBacon", "matallui" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5768", "repo": "expo/expo-electron-adapter", "url": "https://github.com/expo/expo-electron-adapter/issues/19" }
gharchive/issue
[question] Is this project being maintained? Hi! I'm currently working on a new Expo project and would like to be able to deploy to desktop via Electron at some point. I've found this project, but it looks like there's not been anyone maintaining it since its creation (15 months ago). Are there any plans by Expo to i...
2025-04-01T06:38:37.837677
2021-12-07T08:00:41
1073034423
{ "authors": [ "byCedric", "sangameshsomawar" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5769", "repo": "expo/snack", "url": "https://github.com/expo/snack/issues/238" }
gharchive/issue
ThemeProvider is not working for external packages. Summary I created a component library on top of styled-components. Library: https://github.com/sangameshsomawar/test Npm: https://www.npmjs.com/package/@sangameshsomawar/test When I install the library in any new react-native project or expo project, the theme is ge...
2025-04-01T06:38:37.840125
2024-10-29T14:08:15
2621379945
{ "authors": [ "byCedric" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5770", "repo": "expo/snack", "url": "https://github.com/expo/snack/pull/614" }
gharchive/pull-request
refactor: upgrade to Expo SDK 52 Why This is a maintenance release, to upgrade to SDK 52. Note, this PR does not turn SDK 52 into the default SDK yet. We still need more testing for that. [!IMPORTANT] This PR should be merged after upgrading to the first stable SDK 52 version. How See commits, followed the upgrade ...
2025-04-01T06:38:37.862095
2018-06-10T01:21:41
330931804
{ "authors": [ "dougwilson", "pYr0x" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5771", "repo": "expressjs/compression", "url": "https://github.com/expressjs/compression/issues/142" }
gharchive/issue
chrome lighthouse text compression i have searched the closed issues and found some others that have the same problem. but no solution i enabled compression with app.use(compression({ threshold: 0 })); chrome networktab says: no compression, no content-encoding. HTTP/1.1 200 OK X-Powered-By: Express Accept-Ranges: ...
2025-04-01T06:38:37.887167
2014-07-24T01:27:09
38590049
{ "authors": [ "ChiperSoft", "JessieAMorris", "affanshahid", "ahmetatar", "arcanis", "calebmer", "dougwilson", "felixfbecker", "gtomitsuka", "joepie91", "jonathanong", "listepo", "mikemaccana", "olalonde", "q42jaap", "wesleytodd", "wmertens", "xj...
gharchive/issue
promises now that promises are going mainstream, i'm trying to think of how to make express more async friendly. an idea is to use promises. next() now returns a promise if middleware returns a promise, that promise is resolved and propagated up next()s app.use(function (req, res, next) { // a promise must be ret...
2025-04-01T06:38:37.914786
2024-03-23T14:35:35
2203905446
{ "authors": [ "bhelx" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5773", "repo": "extism/js-pdk", "url": "https://github.com/extism/js-pdk/issues/58" }
gharchive/issue
Regression bug when exception is thrown There seems to be a regression around the core engine handling exceptions. Given this test program: function greet() { throw new Error('hello') } module.exports = { greet } Output is: 2024/03/23 09:33:11 No runtime detected 2024/03/23 09:33:11 Calling function : greet Error...
2025-04-01T06:38:37.921226
2016-12-16T13:40:14
196061485
{ "authors": [ "Ilphrin", "extr0py" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5774", "repo": "extr0py/oni", "url": "https://github.com/extr0py/oni/issues/106" }
gharchive/issue
[NERDTree] "Press ? for help" appear in the wrong buffer Hi! First, let me thank you a lot for your awesome GUI, even if it is still in development/beta, it looks really cool (I tried first Nyaovim, and was a bit disappointed x) ). Now, when I open neovim, I have automatically NERDTree opened, but there is a little g...
2025-04-01T06:38:37.954717
2016-10-06T13:59:31
181422749
{ "authors": [ "lucasmezencio", "pedrommone" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5776", "repo": "ezdeliveryco/snorlax", "url": "https://github.com/ezdeliveryco/snorlax/issues/44" }
gharchive/issue
Set milestones and goals ping @lucasmezencio and @pedrochaves Which type of milestones/goals do you think we can have? I think this issue must be discussed internally.
2025-04-01T06:38:37.960203
2016-03-16T12:08:08
141254054
{ "authors": [ "egroups", "ezequieljuliano", "sglienke", "talpa" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5777", "repo": "ezequieljuliano/DelphiLaboratory", "url": "https://github.com/ezequieljulia...
gharchive/issue
[dcc32 Fatal Error] F2084 Internal Error: DBG3198 Hi, I tried build SpringAndMVC and I have this error final.Why?:) Ales You have installed and configured the latest versions of DMVC and Spring4D (release 1.2)? Has this link Embarcadero that can help you: http://docwiki.embarcadero.com/RADStudio/Seattle/en/F2084_In...
2025-04-01T06:38:38.050906
2020-09-26T16:11:36
709564859
{ "authors": [ "abarisani", "kenbell", "prusnak" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5778", "repo": "f-secure-foundry/tamago", "url": "https://github.com/f-secure-foundry/tamago/pull/14" }
gharchive/pull-request
Initial Pi VideoCore and DMA support DMA is just memory to memory transfers for now VideoCore mailbox is functional Very cool! Here's the output of the functions for boards I have lying around. It seems this "interrogation" can indeed be used to detect the available RAM like suggested in https://github.com/f-secu...
2025-04-01T06:38:38.097636
2017-10-04T07:10:39
262687787
{ "authors": [ "jarifibrahim", "rgarg1" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5779", "repo": "fabric8-ui/fabric8-planner", "url": "https://github.com/fabric8-ui/fabric8-planner/issues/2207" }
gharchive/issue
Work item types vanish from work-item-quick-add list To reproduce click on the empty space (next to labels) of any work item. Good one @jarifibrahim Tracking via https://openshift.io/openshiftio/openshiftio/plan/detail/1549
2025-04-01T06:38:38.110882
2017-09-16T09:01:36
258219436
{ "authors": [ "jsight", "nicolaferraro", "stevef1uk" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5780", "repo": "fabric8io/fabric8-maven-plugin", "url": "https://github.com/fabric8io/fabric8-maven-plug...
gharchive/issue
S2I not yet supported for the webapp-generator - for artefacts created from swagger-codegen I decided to use swagger-codegen on a swagger.json I created java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate -DdebugModels=true -i audit/swagger.json -l jaxrs -o samples/server/ob/jaxrs-spec then ...
2025-04-01T06:38:38.113115
2017-04-06T13:43:57
219903438
{ "authors": [ "michaelkleinhenz", "nimishamukherjee", "vikram-raj" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5781", "repo": "fabric8io/fabric8-planner", "url": "https://github.com/fabric8io/fabric8-pla...
gharchive/pull-request
fix(iteration): show date picker in create interation modal (fix #1341) Previously we didn't allow the user to choose iteration date interval while creating the new iteration. Now this PR will allow the user to select the iteration date interval while creating the new iteration. The date pickers should be empty on ...