id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
1359307148
feat: Support @attrs.frozen and @attrs.mutable The attrs package has two additional decorators that are aliases for @attrs.define which should be included: attrs.mutable() is an alias for attrs.define() attrs.frozen() is an alias for define(frozen=True) See https://www.attrs.org/en/stable/names.html#tl-dr Lovely,...
gharchive/pull-request
2022-09-01T19:27:02
2025-04-01T04:35:54.218145
{ "authors": [ "ngnpope", "sondrelg" ], "repo": "snok/flake8-type-checking", "url": "https://github.com/snok/flake8-type-checking/pull/133", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
735013685
xlrd.xldate.XLDateAmbiguous err xls2xlsx version: 0.1.3 Python version: 3.7.9 Operating System: Win 10 Pro, 1909 Description xlrd.xldate.XLDateAmbiguous raised while converting to xlsx I have tried to use the Save as to output as another xls file in the Excel 2010, but the same error still occur What I Did >>> from...
gharchive/issue
2020-11-03T04:47:51
2025-04-01T04:35:54.223642
{ "authors": [ "PPTA22", "snoopyjc" ], "repo": "snoopyjc/xls2xlsx", "url": "https://github.com/snoopyjc/xls2xlsx/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
283499746
Provide an API method to list all clusters that I have access to across all my spaces import pprint pp = pprint.PrettyPrinter(indent=4) for org in cf.orgs_and_spaces(): for space in org['spaces']: print('ORG {} | SPACE {}'.format(org['name'], space['name'])) print() clusters = iae.cluste...
gharchive/issue
2017-12-20T09:31:14
2025-04-01T04:35:54.225183
{ "authors": [ "snowch" ], "repo": "snowch/ibm-analytics-engine-python", "url": "https://github.com/snowch/ibm-analytics-engine-python/issues/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
150038711
Scala Core: placeholder for support for schema migrations So instead of users creating 1-0-0, 1-0-1, 1-0-2, they create 1-0-0 and then just deltas, something like: { "operation": "ADD", "name": "userId", "type": "string" } Kind of thing. We should try and keep this as close to the JSON Schema and Avro standards as p...
gharchive/issue
2016-04-21T10:59:54
2025-04-01T04:35:54.275179
{ "authors": [ "aldemirenes", "alexanderdean", "chuwy" ], "repo": "snowplow/iglu", "url": "https://github.com/snowplow/iglu/issues/149", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
330869828
Integrate darksky as a weather provider https://darksky.net/dev Interesting. I swear by Dark Sky on my phone. Good idea. We actually can come up with a decent list of weather providers as scala-weather never meant to be OWM-specific. @asoltysik this is more of an exploratory ticket to check if there are better ...
gharchive/issue
2018-06-09T09:21:16
2025-04-01T04:35:54.278802
{ "authors": [ "BenFradet", "alexanderdean", "asoltysik", "chuwy" ], "repo": "snowplow/scala-weather", "url": "https://github.com/snowplow/scala-weather/issues/42", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
59841481
Scala Stream Collector: remove automatic creation of stream This is a cutesy feature, but it adds unnecessary complexity to the SSC, and it's also dangerous: Developer updates the SSC configuration file and accidentally adds a typo into the stream name Leaves the shard count at 1 Re-deploys and goes home for the wee...
gharchive/issue
2015-03-04T18:42:18
2025-04-01T04:35:54.281760
{ "authors": [ "alexanderdean" ], "repo": "snowplow/snowplow", "url": "https://github.com/snowplow/snowplow/issues/1464", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
283606059
Create an example that starts from numpy arrays of Q, E, and S The current example script https://github.com/sns-chops/multiphonon/blob/5ee3909b8bd2926c52942b580639c669903519f4/examples/getdos-Al.py starts from a histogram data file. Need another basic example that starts from Q, E, S numpy arrays, and then create a ...
gharchive/issue
2017-12-20T15:45:24
2025-04-01T04:35:54.283106
{ "authors": [ "yxqd" ], "repo": "sns-chops/multiphonon", "url": "https://github.com/sns-chops/multiphonon/issues/97", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
167216858
One of the images of Past Performers section is falling out of the array when viewed on a small screen I'm unable to reproduce the same issue on localhost. Anyone , any clue as to why? I'm using python's SimpleHTTPServer you dont have the latest version @vishal -facepalm- I thought I fetched but oh well. Che...
gharchive/issue
2016-07-24T04:42:52
2025-04-01T04:35:54.288779
{ "authors": [ "FlameFractal", "anuragsai97", "rhnvrm" ], "repo": "snu-breeze/breeze-landing", "url": "https://github.com/snu-breeze/breeze-landing/issues/35", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2204226742
🛑 Archives is down In e5a0df7, Archives (https://archives.sochara.org) was down: HTTP code: 502 Response time: 571 ms Resolved: Archives is back up in 545ec95 after .
gharchive/issue
2024-03-24T07:38:46
2025-04-01T04:35:54.332677
{ "authors": [ "geekodour" ], "repo": "sochara-org/status", "url": "https://github.com/sochara-org/status/issues/95", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2392768296
More date format regex corrections Previously, a two-digit month of "00" would have been admitted as valid Legitimate year values, e.g. "1899", would have bee disallowed. Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement...
gharchive/pull-request
2024-07-05T15:01:23
2025-04-01T04:35:54.374055
{ "authors": [ "CLAassistant", "pholser" ], "repo": "sodadata/soda-core", "url": "https://github.com/sodadata/soda-core/pull/2128", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
642704378
Check the update_at value before using What this PR does / why we need it: Check the update_at value before using, because when the device has not been update yet, the value of update_at would be None, which can not be used to calculate the interval Which issue this PR fixes (optional, in fixes #<issue number>(, fix...
gharchive/pull-request
2020-06-22T02:36:28
2025-04-01T04:35:54.385885
{ "authors": [ "ThisIsClark", "codecov-commenter" ], "repo": "sodafoundation/SIM", "url": "https://github.com/sodafoundation/SIM/pull/226", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1697944877
new Issue/Feature Description: Why this issue to fixed / feature is needed(give scenarios or use cases): How to reproduce, in case of a bug: Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue) done
gharchive/issue
2023-05-05T17:20:13
2025-04-01T04:35:54.387764
{ "authors": [ "Arish2019" ], "repo": "sodafoundation/contrib-lab01", "url": "https://github.com/sodafoundation/contrib-lab01/issues/505", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
644992450
Enhancement to Multi-Cloud Block Support for AWS Create/List/Get/Update/Delete What type of PR is this? /kind new feature What this PR does / why we need it: Enhancement to Volume API support for AWS Cloud Backend. This PR is enhancement to #1033 Volume Service is enhanced for persisting data resources in DB. Also...
gharchive/pull-request
2020-06-24T21:32:32
2025-04-01T04:35:54.421566
{ "authors": [ "himanshuvar", "kumarashit", "rajat-soda", "skdwriting" ], "repo": "sodafoundation/multi-cloud", "url": "https://github.com/sodafoundation/multi-cloud/pull/1034", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
720749005
Installer stopped when adding "egVIM" Just reinstalled latest VIM from scratch and noted that if i add "egVIM" from the list of things to install, i got a couple of errors: COPYFILES: No prompt specified at line 129. COPYFILES: No help text specified at line 129. I think I fixed this but I have no way of verifying ...
gharchive/issue
2020-10-13T19:52:17
2025-04-01T04:35:54.424769
{ "authors": [ "samo79", "sodero" ], "repo": "sodero/MUI-Vim", "url": "https://github.com/sodero/MUI-Vim/issues/11", "license": "Vim", "license_type": "permissive", "license_source": "github-api" }
388572103
create db (core dumped) Expected Behavior trying to make a database from a fasta file (protein). head dpann_cpr.faa OHA11763.1_MHQV01000001.1 MTVAIALLTCLILSGCGNIERNIAGLTGFSRMCIDGVSYLQFTSGVTVEYTREGKIKTCG OHA11759.1_MHQV01000001.1 MNDAFFDSELEGIAPRPIGRCYTSIEEAAADYADEVATFGLYGSHDDSNRVIEESHRDLSWEGRLGRR OHA11760.1_MHQV0100...
gharchive/issue
2018-12-07T09:31:53
2025-04-01T04:35:54.441802
{ "authors": [ "milot-mirdita", "rLannes" ], "repo": "soedinglab/MMseqs2", "url": "https://github.com/soedinglab/MMseqs2/issues/141", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1218110328
Does it support convert ROMP result to fbx format? Does it support convert ROMP result to fbx format? No, it doesn't. This repository only support SMPL model with 24 joints, rotation angle representation. Other formats (22joints, 6D rotation, 9D rotation, SMPL-X, etc) would require an addition adaptor.
gharchive/issue
2022-04-28T02:40:06
2025-04-01T04:35:54.464209
{ "authors": [ "jinfagang", "softcat477" ], "repo": "softcat477/SMPL-to-FBX", "url": "https://github.com/softcat477/SMPL-to-FBX/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
30925681
plugins set bintrayOrganization to sbt https://github.com/softprops/bintray-sbt/blob/99260bc318744fb13008c97bee147f08c8741e24/src/main/scala/plugin.scala#L212 not shure why you set the org to sbt bintrayOrganization should now default to your bintray credentials username. This is more inline with the sbt doc sugges...
gharchive/issue
2014-04-05T22:31:06
2025-04-01T04:35:54.503517
{ "authors": [ "MasseGuillaume", "softprops" ], "repo": "softprops/bintray-sbt", "url": "https://github.com/softprops/bintray-sbt/issues/19", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
52202733
do a better job of documenting sync to maven central feature including http://central.sonatype.org/pages/requirements.html#sufficient-metadata for sonatype newbies Is it possible to read "sona.user" and "sona.pass" from the environment variables? We want to do the maven synchronization using Travis CI. Thank you! ...
gharchive/issue
2014-12-17T05:20:15
2025-04-01T04:35:54.505231
{ "authors": [ "2m", "softprops", "zsxwing" ], "repo": "softprops/bintray-sbt", "url": "https://github.com/softprops/bintray-sbt/issues/40", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2511342024
Update logback-classic to 1.5.8 About this PR 📦 Updates ch.qos.logback:logback-classic from 1.3.14 to 1.5.8 Usage ✅ Please merge! 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, j...
gharchive/pull-request
2024-09-07T00:26:10
2025-04-01T04:35:54.534079
{ "authors": [ "softwaremill-ci" ], "repo": "softwaremill/elasticmq", "url": "https://github.com/softwaremill/elasticmq/pull/1044", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
910451905
testing sttp with zio and schedule doesn't work as expected Hi there @adamw, I am trying to test a simple code using sttp and zio with repeat and I get this In Suite "SttpRequestWithRepeatPolicySpec$", test "Test 1" has taken more than 1 m to execute. If this is not expected, consider using TestAspect.timeout to time...
gharchive/issue
2021-06-03T12:38:27
2025-04-01T04:35:54.541177
{ "authors": [ "adamw", "mvillafuertem" ], "repo": "softwaremill/sttp", "url": "https://github.com/softwaremill/sttp/issues/1003", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
89894211
Untranslated Strings Some strings still are untranslated, some examples are: 'Please verify your email first. Check the email and follow the link!' 'Successful Registration! Please check your email and follow the instructions.' Cloud you explain why you are closing this? I have no idea what you are talking about,...
gharchive/issue
2015-06-21T10:38:13
2025-04-01T04:35:54.569947
{ "authors": [ "MartinBucko", "TAFKAR", "derwaldgeist", "gVolop", "juliomac", "llvasconcellos", "softwarerero", "tdbs", "tuxyvarman" ], "repo": "softwarerero/meteor-accounts-t9n", "url": "https://github.com/softwarerero/meteor-accounts-t9n/issues/105", "license": "mit", "...
2418320304
UI Dashboard - Technical documentation update Please revise chapter. Divide it to Functionality (description of what is delivered in 1st prototype) and Future work (everything else). Also Technology chapters should be revised and only what we are using in the first prototype should remain here. This chapter can maybe...
gharchive/issue
2024-07-19T08:08:40
2025-04-01T04:35:54.573642
{ "authors": [ "DajanaSnopkova" ], "repo": "soilwise-he/SoilWise-documentation", "url": "https://github.com/soilwise-he/SoilWise-documentation/issues/44", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2549871745
harvest from prepsoil prepsoil is a HE funded project creating a knowledge hub with data, knowledge and living labs in preparation for the soil deal for Europe Knowledge hub Materials are split in in various languages Endpoint knowledge-hub Available fields: title land-type country language media-format category loc...
gharchive/issue
2024-09-26T08:21:40
2025-04-01T04:35:54.580493
{ "authors": [ "pvgenuchten" ], "repo": "soilwise-he/harvesters", "url": "https://github.com/soilwise-he/harvesters/issues/54", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1142980032
Add coingeckoId for SHARDS token Please see https://github.com/solana-labs/token-list/pull/19179 merged
gharchive/issue
2022-02-18T12:35:34
2025-04-01T04:35:54.607669
{ "authors": [ "SolChicks", "keone" ], "repo": "solana-labs/token-list", "url": "https://github.com/solana-labs/token-list/issues/19180", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1058451473
add new token THECA Please note: This repository is being rebuilt to accept the new volume of token additions and modifications. PR merges will be delayed. I agree to not ping anybody on Discord/Twitter/email about this pull request. Instead I will inquire by posting a new comment in the pull request if needed. P...
gharchive/pull-request
2021-11-19T11:58:34
2025-04-01T04:35:54.615126
{ "authors": [ "Theca-labs" ], "repo": "solana-labs/token-list", "url": "https://github.com/solana-labs/token-list/pull/4761", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
625682881
hOW CAN I CREATE / GET DemoActivationTool.LicenseSign.pfx FILE? hOW CAN I CREATE / GET DemoActivationTool.LicenseSign.pfx FILE? Here are the steps to create the KeyPair and exported public key file: https://www.codeproject.com/Articles/996001/A-Ready-To-Use-Software-Licensing-Solution-in-Csha#premain925383
gharchive/issue
2020-05-27T13:08:53
2025-04-01T04:35:54.616592
{ "authors": [ "AmerQwaider", "luifertorres" ], "repo": "soldierq/QLicense", "url": "https://github.com/soldierq/QLicense/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
141745547
parsing RDF+XML I am trying to read an rdf/xml file and parse it possibly in JSON or JavaScript Object or any other format. I try to search a lot of node libraries but couldn't find any good example to do so. Here is something I have tried. var fs = require('fs'), $rdf = require('rdflib'); //var parser = new xml...
gharchive/issue
2016-03-18T00:58:45
2025-04-01T04:35:54.666687
{ "authors": [ "adynata", "biborno", "deiu", "dmitrizagidulin", "timbl" ], "repo": "solid/solid-tutorial-rdflib.js", "url": "https://github.com/solid/solid-tutorial-rdflib.js/issues/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
528216126
enable test involvement by clients Currently testing of ACL (and indeed LDP) is limited to a test suite that can only test some very limited aspects of a server. It won't be able to test most aspects since most resources on the Solid Web will be access controlled. What is needed is a way to allow clients to report po...
gharchive/issue
2019-11-25T17:00:26
2025-04-01T04:35:54.685202
{ "authors": [ "bblfish", "kjetilk" ], "repo": "solid/test-suite", "url": "https://github.com/solid/test-suite/issues/58", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1438639370
solid-start build output missing routes when run in monorepo structure I've been playing with (and absolutely loving) solid/solid start for the last week. One of the oddities that I've come across is that building the project in a monorepo structure seems to throw off the build outputs and cause the resulting build t...
gharchive/issue
2022-11-07T16:28:24
2025-04-01T04:35:54.696670
{ "authors": [ "dallastjames", "ryansolid" ], "repo": "solidjs/solid-start", "url": "https://github.com/solidjs/solid-start/issues/403", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1438978722
build problem in docker A lot of time passes but nothing happens This looks related to ssr: false. Using the root to render the index.html seems to have issues on certain platforms. What version of Node are you on? Faced the same issue with ssr: false on Node v16.1.0 Node v16.19.0 works normally and v18.11.0 wor...
gharchive/issue
2022-11-07T21:02:35
2025-04-01T04:35:54.699306
{ "authors": [ "baravak", "mantysalo", "ryansolid" ], "repo": "solidjs/solid-start", "url": "https://github.com/solidjs/solid-start/issues/406", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1599656777
fix: remove entry-server handler copy in adapters Summary Since dynamic imports were enabled again in the vite build (6469a0fe5b5f5abcc121305a5c471047226721b8), in certain cases the handler.js copy results in duplicate code. As example in the final build, dynamically imported modules might import their dependencies f...
gharchive/pull-request
2023-02-25T10:46:56
2025-04-01T04:35:54.711101
{ "authors": [ "katywings", "ryansolid" ], "repo": "solidjs/solid-start", "url": "https://github.com/solidjs/solid-start/pull/770", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1282164826
made home page functional Made the home page functional. Check discord for further details Hey Zaid, Thanks for the help. Really loved the change! With Warm Regards, Solomon Shalom Lijo
gharchive/pull-request
2022-06-23T10:14:17
2025-04-01T04:35:54.733696
{ "authors": [ "solomonshalom", "zaidajani" ], "repo": "solomonshalom/Echo-Of-21k", "url": "https://github.com/solomonshalom/Echo-Of-21k/pull/3", "license": "0BSD", "license_type": "permissive", "license_source": "github-api" }
372944231
Stacked Borrows NG This matches https://github.com/rust-lang/rust/pull/55270. Also change test suite to run compile-fail tests with and without optimizations, to get more coverage and make sure optimizations don't make things fail earlier. This one should be green now :) Next try...
gharchive/pull-request
2018-10-23T11:12:51
2025-04-01T04:35:54.735259
{ "authors": [ "RalfJung" ], "repo": "solson/miri", "url": "https://github.com/solson/miri/pull/492", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2612496807
[BUG] - Image missing for x64 architectures Describe the bug @some-natalie sorry to bother, but I've just tried to pull the image with docker pull --platform linux/amd64 ghcr.io/some-natalie/kubernoodles/wolfi:91a3cd9 91a3cd9: Pulling from some-natalie/kubernoodles/wolfi no matching manifest for linux/amd64 in the ma...
gharchive/issue
2024-10-24T20:26:04
2025-04-01T04:35:54.746918
{ "authors": [ "irizzant", "some-natalie" ], "repo": "some-natalie/kubernoodles", "url": "https://github.com/some-natalie/kubernoodles/issues/274", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
247941601
Initial files structure Initial file structure. @austinkelleher I don't know why, but I can't reply your comments :s It probably would not a bad idea to allow https cert options to be passed as CLI args. If they're provided, use https otherwise use http I like the idea. I'm actually leaning towards this being a ...
gharchive/pull-request
2017-08-04T08:46:53
2025-04-01T04:35:54.752200
{ "authors": [ "alrra", "sarvaje" ], "repo": "sonarwhal/sonar-service", "url": "https://github.com/sonarwhal/sonar-service/pull/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
339998991
Standardize error massages Per #1133, I'm listing all the error messages we report so we can normalize them if needed. amp-validator Outputs the errors by the validator apple-touch icon current proposed 'apple-touch-icon' should have non-empty 'href' attribute '${appleTouchIconHref}' file request failed ...
gharchive/issue
2018-07-10T20:41:19
2025-04-01T04:35:54.827384
{ "authors": [ "molant" ], "repo": "sonarwhal/sonarwhal", "url": "https://github.com/sonarwhal/sonarwhal/issues/1170", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1565088639
Add a Deployment Pipeline This PR adds a workflow that will build the application and deploy it to an Azure storage blob in a storage account specified by the MILFORD_MENU_STORAGE_ACCOUNT_NAME environment variable. A MILFORD_MENU_SERVICE_PRINCIPLE secret is required to allow authentication with Azure. This approach i...
gharchive/pull-request
2023-01-31T22:25:07
2025-04-01T04:35:54.917097
{ "authors": [ "sonikblue" ], "repo": "sonikblue/milford-menu", "url": "https://github.com/sonikblue/milford-menu/pull/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1040401649
Add files via upload Alpha beta pruning Move this in cpp folder Follow me on github
gharchive/pull-request
2021-10-31T07:52:13
2025-04-01T04:35:54.935637
{ "authors": [ "Deepakgarg2309", "sonumahajan" ], "repo": "sonumahajan/All_Program_helper", "url": "https://github.com/sonumahajan/All_Program_helper/pull/533", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1548605521
[NVC-NET]Inference in CPU environment In the paper you calculate the speed of NVC-NET in CPU, could you please share the code to inference in CPU environment? inference.py has context argument, so I think python inference.py --context cpu ... will run it on cpu environment. But please let me know if the points you ...
gharchive/issue
2023-01-19T06:49:55
2025-04-01T04:35:54.940064
{ "authors": [ "TomonobuTsujikawa", "guoyingying432" ], "repo": "sony/ai-research-code", "url": "https://github.com/sony/ai-research-code/issues/67", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2646968993
Updates & refactoring Fixed widget being rendered upside down (from the bottom left corner, instead of the top left like you'd expect). Rewrote ClothConfig & ModMenu integrations. Removed redundant config serialization. Added "Alpha" option so the widget background can be configured to match other PvP client widgets...
gharchive/pull-request
2024-11-10T08:01:35
2025-04-01T04:35:54.966520
{ "authors": [ "5ai17", "7orivorian", "sootysplash" ], "repo": "sootysplash/jump-reset", "url": "https://github.com/sootysplash/jump-reset/pull/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1481823315
Suggestion: being able to close or minimize the chart container Hi, Would it be possible to have the chart container minimized or closed if possible (see below): So that only the swap container appears (as with the previous version of Polkaswap) @Asamartino Hello! it's already here. Please go to Swap settings at t...
gharchive/issue
2022-12-07T12:37:34
2025-04-01T04:35:54.978153
{ "authors": [ "Asamartino", "stefashkaa" ], "repo": "sora-xor/polkaswap-exchange-web", "url": "https://github.com/sora-xor/polkaswap-exchange-web/issues/877", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
768219890
Add option to turn on recursive type checking Problem Our application is heavily dependent on runtime Sorbet type checking. We have a complex domain with lots of logic, and the runtime type checker has saved us numerous times. Earlier this year, #3293 was merged. This PR changed the behavior of the type checker to av...
gharchive/issue
2020-12-15T21:30:27
2025-04-01T04:35:54.989265
{ "authors": [ "LandonSchropp", "jez", "ric2b" ], "repo": "sorbet/sorbet", "url": "https://github.com/sorbet/sorbet/issues/3800", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
938056636
Use cast_tree_nonnull in treemap.h. Use cast_tree_nonnull in treemap.h when we assume the cast will succeed. Motivation cast_tree_nonnull avoids an extra isa_type check in production builds, and should be slightly faster. Test plan Covered by existing tests. We have a policy of testing changes to Sorbet against ...
gharchive/pull-request
2021-07-06T16:12:59
2025-04-01T04:35:54.992734
{ "authors": [ "jvilk-stripe" ], "repo": "sorbet/sorbet", "url": "https://github.com/sorbet/sorbet/pull/4330", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1206236597
Recover from positional arg between keyword args Motivation Inspired by #5640, but not quite the fix for it yet. Test plan See included automated tests. Nice, did this result in a completely empty tree before? No, just an empty sig method call: → View on sorbet.run # typed: false sig do params( build_gro...
gharchive/pull-request
2022-04-16T23:24:39
2025-04-01T04:35:54.996042
{ "authors": [ "jez" ], "repo": "sorbet/sorbet", "url": "https://github.com/sorbet/sorbet/pull/5648", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
425736
Cufon slows IE down Hi Simo First, let me thank you for that great plugin. Kudos to you. In my own-build component/image-slider (JQuery, AJAX, cufon manually called), cufon slows the page loading down, Safari and FF are ok. I've try to speed cufon up with cufon.now() and cufon.refresh(), but it seems that this change...
gharchive/issue
2010-11-18T07:33:27
2025-04-01T04:35:54.998738
{ "authors": [ "peterpeter" ], "repo": "sorccu/cufon", "url": "https://github.com/sorccu/cufon/issues/157", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
155142102
Rewrite riemann.nql's proc delta to reduce from 1008 states to 924 NB I've back-stopped my algebra by writing a Java program to verify that (a port of) the new delta gives the same outputs for delta(1) to delta(40) as (a port of) the old one. Thank you! I haven't looked closely at the algebra in riemann.lac beyon...
gharchive/pull-request
2016-05-16T23:05:56
2025-04-01T04:35:55.000121
{ "authors": [ "pjt33", "sorear" ], "repo": "sorear/metamath-turing-machines", "url": "https://github.com/sorear/metamath-turing-machines/pull/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
3032590
using models.ImageField as base class for ImageField for easier validation ImageField inherits everything from FileField. There is already validation and I don't want PIL dependency.
gharchive/issue
2012-01-31T08:31:12
2025-04-01T04:35:55.004544
{ "authors": [ "marcin-koziol", "sorl" ], "repo": "sorl/sorl-thumbnail", "url": "https://github.com/sorl/sorl-thumbnail/issues/85", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
590216591
Add support for listing subdirectories of monorepos in open source projects, and add reach4help map Some relevant projects are sub-projects of larger projects, and are accessible via sub-directories of monorepos, rather than the root of a particular repository. In these instances, we want to be able to link directly ...
gharchive/pull-request
2020-03-30T11:32:05
2025-04-01T04:35:55.007706
{ "authors": [ "s0", "soroushchehresa" ], "repo": "soroushchehresa/awesome-coronavirus", "url": "https://github.com/soroushchehresa/awesome-coronavirus/pull/157", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
348871038
Flag the repo as unmaintained? It seems like nothing is changing anymore, I've got an issue about data loss (https://github.com/soundcloud/lhm/issues/126) that has been opened for almost 3 years and PRs (https://github.com/soundcloud/lhm/pull/127 and https://github.com/soundcloud/lhm/pull/134) to fix this, but nothin...
gharchive/issue
2018-08-08T20:01:15
2025-04-01T04:35:55.071716
{ "authors": [ "epugh", "gdubicki", "jrgifford", "tdeo" ], "repo": "soundcloud/lhm", "url": "https://github.com/soundcloud/lhm/issues/153", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
672728985
Disable Stepper tab for lazy Source variants Disable Stepper tab for lazy Source variants Summary: Fixes #1429. Changelog Display the Stepper tab only for default Source 1 and 2 Stepper is thus disabled for all non-default variants of Source 1 and 2, and all variants (including default) of Source 3 or 4 Verifica...
gharchive/pull-request
2020-08-04T11:45:26
2025-04-01T04:35:55.079634
{ "authors": [ "Aulud", "coveralls" ], "repo": "source-academy/cadet-frontend", "url": "https://github.com/source-academy/cadet-frontend/pull/1431", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1269921899
Add v0.27 Changelog Add a changelog file with an entry for v0.27 Approved by Nathan in Slack
gharchive/pull-request
2022-06-13T20:32:29
2025-04-01T04:35:55.089166
{ "authors": [ "werkshy" ], "repo": "source-health/source-node", "url": "https://github.com/source-health/source-node/pull/29", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2715658602
[Snyk] Upgrade @loopback/repository from 7.0.2 to 7.0.7 Snyk has created this PR to upgrade @loopback/repository from 7.0.2 to 7.0.7. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when ...
gharchive/pull-request
2024-12-03T17:50:42
2025-04-01T04:35:55.103312
{ "authors": [ "ashishkaushik", "yeshamavani" ], "repo": "sourcefuse/loopback4-kafka-client", "url": "https://github.com/sourcefuse/loopback4-kafka-client/pull/72", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2733052713
[Bug] Branches with long name cannot be displayed (or scrolled) The branch cannot be read correctly or scrolled to read the full branch name. Neither in the history or on the commit detail Done. You can download the latest CI build from Github Action.
gharchive/issue
2024-12-11T13:57:21
2025-04-01T04:35:55.116037
{ "authors": [ "albertodlc", "love-linger" ], "repo": "sourcegit-scm/sourcegit", "url": "https://github.com/sourcegit-scm/sourcegit/issues/807", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2230555541
Update README.md buildt rebranded as cosine Sounds good thanks!
gharchive/pull-request
2024-04-08T08:15:12
2025-04-01T04:35:55.117046
{ "authors": [ "chayim", "jdorfman" ], "repo": "sourcegraph/awesome-code-ai", "url": "https://github.com/sourcegraph/awesome-code-ai/pull/28", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2123203221
wip Context Closes https://github.com/sourcegraph/cody/issues/3403 Test plan @valerybugakov I'll do a cleanup and ship it, yep. I was starting this before but then we got the legal pushback. @philipp-spiess yes we'll be able to filter down to a subset of users (e.g. just users who have seen an autocomplete sug...
gharchive/pull-request
2024-02-07T14:47:48
2025-04-01T04:35:55.119153
{ "authors": [ "kelsey-brown", "philipp-spiess" ], "repo": "sourcegraph/cody", "url": "https://github.com/sourcegraph/cody/pull/3070", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2384987532
WIP: add stylesheet for jetbrains Replace https://github.com/sourcegraph/cody/pull/4709 TBC Still WIP - mapping the variables of JetBrains to VS code ones Test plan CODY_DIR=/Users/dpc/projects/cody ./gradlew :runIDE -PforceAgentBuild=true Open Cody Experimental Chat UX sidebar, right click, Open DevTools Check tha...
gharchive/pull-request
2024-07-02T01:02:01
2025-04-01T04:35:55.126062
{ "authors": [ "abeatrix", "dominiccooney" ], "repo": "sourcegraph/cody", "url": "https://github.com/sourcegraph/cody/pull/4744", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
267039665
There may be a memory leak? @KISSMonX Could you update your go langserver? This is likely a duplicate of the now fixed issue https://github.com/sourcegraph/go-langserver/issues/178 same issue This extension looks unavailable, there is my config: -usebinarypkgcache=false -trace, after a while, memory usage incr...
gharchive/issue
2017-10-20T01:49:11
2025-04-01T04:35:55.134085
{ "authors": [ "KISSMonX", "keegancsmith", "leaxoy", "slimsag" ], "repo": "sourcegraph/go-langserver", "url": "https://github.com/sourcegraph/go-langserver/issues/208", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2144467829
bug: java.util.concurrent.ExecutionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: accessing Sourcegraph Grap (...) Plugin version: 5.3.27 IDE version: WS-233.14475.40 Stacktrace: java.util.concurrent.ExecutionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: accessing Sourcegraph GraphQL API:...
gharchive/issue
2024-02-20T14:09:18
2025-04-01T04:35:55.136987
{ "authors": [ "nick1osiunin", "pkukielka" ], "repo": "sourcegraph/jetbrains", "url": "https://github.com/sourcegraph/jetbrains/issues/752", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1066359559
Series dropdown menu What should this PR do? Resolves DEVED-265 by updating our collection list to be a dropdown menu with toggle. Why are we making this change? We want to improve navigation within the site and on all pages. What are the acceptance criteria? Series list should display in a full-width column above t...
gharchive/pull-request
2021-11-29T18:26:26
2025-04-01T04:35:55.144134
{ "authors": [ "katjuell", "ltagliaferri" ], "repo": "sourcegraph/learn", "url": "https://github.com/sourcegraph/learn/pull/382", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1652076200
Alternative to Sourcerer Is there any alternative to Sourcerer? I found out this website https://profile.codersrank.io/
gharchive/issue
2023-04-03T13:28:52
2025-04-01T04:35:55.201394
{ "authors": [ "OtavioCapila" ], "repo": "sourcerer-io/sourcerer-app", "url": "https://github.com/sourcerer-io/sourcerer-app/issues/644", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2538846284
support texture binding when bindless is not available Summary by CodeRabbit New Features Introduced command-line argument handling for enhanced application configurability. Added support for controlling bindless texture functionality. Improved texture management with dynamic shader assignment based on texture st...
gharchive/pull-request
2024-09-20T13:34:31
2025-04-01T04:35:55.206879
{ "authors": [ "ruancomelli" ], "repo": "sourcery-ai-experiments/foundations", "url": "https://github.com/sourcery-ai-experiments/foundations/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2537328211
Code rabbit try again Summary by CodeRabbit New Features Enhanced functionality for specifying build requirements in Benchmark and UnitTests classes. Simplified connection process in the BspConnection interface. Bug Fixes Improved handling of token lexing and validation in the lexer tests. Documentation A...
gharchive/pull-request
2024-09-19T20:41:36
2025-04-01T04:35:55.213943
{ "authors": [ "ruancomelli" ], "repo": "sourcery-ai-experiments/hirschgarten", "url": "https://github.com/sourcery-ai-experiments/hirschgarten/pull/6", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
247504729
RFE: add --url option to download a package from a specific URL Avg response time Request for Enhancement (RFE) With the advent of the Sourcery Institute fork of GCC, it would be nice to be able to redirect the installer to grab a package from a different URL than the usual one. I'll work on adding a --ur...
gharchive/issue
2017-08-02T20:00:21
2025-04-01T04:35:55.221443
{ "authors": [ "rouson", "zbeekman" ], "repo": "sourceryinstitute/OpenCoarrays", "url": "https://github.com/sourceryinstitute/OpenCoarrays/issues/424", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1087981993
ctest failure I compiled the freshly cloned library on my laptop (i5-6300U) with GFortran 10 on Ubuntu 20.04.3 amd64 LTS using the provided instructions in the README file. GCC was installed from default Ubuntu repos using sudo apt install gfortran-10, and CMake was installed from the official Kitware PPA. The error ...
gharchive/issue
2021-12-23T20:42:52
2025-04-01T04:35:55.224401
{ "authors": [ "wyphan" ], "repo": "sourceryinstitute/reference-counter", "url": "https://github.com/sourceryinstitute/reference-counter/issues/3", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
47754165
Support arbitrary options for tunnels Also, fix ServerSpec to work with version 2.0+ Is anything holding this up? Hi @ssevertson Thanks for sending in this pull request. DNSimple has adopted this cookbook from Heavy Water and I've cleaned up the master branch to get the test suites working correctly again. If you...
gharchive/pull-request
2014-11-04T19:27:53
2025-04-01T04:35:55.229599
{ "authors": [ "jhmartin", "josephholsten", "martinisoft", "ssevertson" ], "repo": "sous-chefs/chef-stunnel", "url": "https://github.com/sous-chefs/chef-stunnel/pull/24", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
227256306
Cannot select version of HAProxy Cookbook version 4.2.0 Chef-client version 12.13 Platform Details Opsworks Amazon Linux 2017.03 Scenario: I am trying to run any version of HAProxy besides 1.5.2 which is what it seems to be defaulting to haproxy_install 'package' do source_version node[:haproxy][:source_version] ...
gharchive/issue
2017-05-09T05:42:46
2025-04-01T04:35:55.235483
{ "authors": [ "paulius005", "rshade", "shortdudey123" ], "repo": "sous-chefs/haproxy", "url": "https://github.com/sous-chefs/haproxy/issues/220", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
967508522
Automated PR: Standardising Files This PR will standardise the files we have with out agreed spec in sous-chefs/repo-management. This repo has been identified by topic(s) of chef-cookbook Released as: 8.1.1
gharchive/pull-request
2021-08-11T21:38:37
2025-04-01T04:35:55.236849
{ "authors": [ "kitchen-porter" ], "repo": "sous-chefs/users", "url": "https://github.com/sous-chefs/users/pull/463", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
975588092
Support some valid syntax Support [_0-9] words for class/module/interface Support 2 or more white space. Support extend/prepend with module. Before After Sorry, I didn't see https://github.com/soutaro/vscode-rbs-syntax/pull/9 . Some of the content is duplicated.
gharchive/pull-request
2021-08-20T12:58:59
2025-04-01T04:35:55.238889
{ "authors": [ "ksss" ], "repo": "soutaro/vscode-rbs-syntax", "url": "https://github.com/soutaro/vscode-rbs-syntax/pull/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
891132695
[Samples][Java] Fix disparities of 55.teams-link-unfurling sample Related to microsoft/botbuilder-java1165 Proposed Changes We compared the documentation/code migration/behavior of the 55.teams-link-unfurling sample between Java and C# and we found disparities and fixes that this PR includes. Update README Clean-up ...
gharchive/pull-request
2021-05-13T15:19:20
2025-04-01T04:35:55.249497
{ "authors": [ "Batta32" ], "repo": "southworks/BotBuilder-Samples", "url": "https://github.com/southworks/BotBuilder-Samples/pull/263", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1332489450
Artifact Containers collide with artifacts Description This is especially infuriating because you kind of need them to safely transport artifacts. Reproduction Grab an artifact Grab an artifact container Try to move the artifact onto/into the artifact container to contain it. Notice that you can't and the artifact i...
gharchive/issue
2022-08-08T22:52:10
2025-04-01T04:35:55.312404
{ "authors": [ "EmoGarbage404", "LordEclipse" ], "repo": "space-wizards/space-station-14", "url": "https://github.com/space-wizards/space-station-14/issues/10447", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2473433216
Security headsets are contraband for lawyers. Description This is inconsistent because they spawn with one. Screenshots Already listed in #31047
gharchive/issue
2024-08-19T13:55:46
2025-04-01T04:35:55.314031
{ "authors": [ "UbaserB", "slarticodefast" ], "repo": "space-wizards/space-station-14", "url": "https://github.com/space-wizards/space-station-14/issues/31205", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2010607911
make fridges nearly immune to explosions About the PR make fridge receive 1% damage from nuke Why / Balance hide in fridge to survive nuclear bomb don't think this is abuseable, if you bothered to bring a fridge against china-lake and somehow managed to make use of it considering ping and all it should be fine, s...
gharchive/pull-request
2023-11-25T13:08:44
2025-04-01T04:35:55.317904
{ "authors": [ "BasedUser", "Ilya246" ], "repo": "space-wizards/space-station-14", "url": "https://github.com/space-wizards/space-station-14/pull/21896", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2094616789
Lowers Syndicate Reinforcement TC Cost About the PR Syndicate Reinforcement Cost has been lowered to 14 TC Nuclear Operatives' Reinforcements have been lowered to 15 TC Why / Balance https://discord.com/channels/310555209753690112/311537926376783886/1199068205398892616 At the moment, this is just a waste of your TC...
gharchive/pull-request
2024-01-22T19:35:59
2025-04-01T04:35:55.323446
{ "authors": [ "DangerRevolution", "Dutch-VanDerLinde", "Kadeo64", "UbaserB", "metalgearsloth" ], "repo": "space-wizards/space-station-14", "url": "https://github.com/space-wizards/space-station-14/pull/24410", "license": "MIT", "license_type": "permissive", "license_source": "github-a...
2392041525
Fix Antag Bans About the PR Fixes the currently half built Antag role banning system to actually work. Currently working: Nukeops(Commander and Nukeops medic) Thief Traitor (Including SleeperAgents mid-round) Head Rev Initial infected This is a starting point for me to complete all antags and ghost roles but just th...
gharchive/pull-request
2024-07-05T07:44:27
2025-04-01T04:35:55.344863
{ "authors": [ "Cojoke-dot", "JackSage", "Killerqu00", "PJB3005", "StarryEyes0822", "Titian3", "crazybrain23", "lzk228", "ps3moira" ], "repo": "space-wizards/space-station-14", "url": "https://github.com/space-wizards/space-station-14/pull/29730", "license": "MIT", "licen...
222312614
Multiple lines by typing enter Hi, Once again : Great work espacialy for the 0.9.3 pre release and the form less feature. I saw few weeks ago that multilines feature was added but it's not obvious for our users to add new lines by typings shit + enter. I would like to type just enter when it's a multiline input to ad...
gharchive/issue
2017-04-18T06:13:42
2025-04-01T04:35:55.352788
{ "authors": [ "MediacraftFR", "danielfriis", "felixnielsen" ], "repo": "space10-community/conversational-form", "url": "https://github.com/space10-community/conversational-form/issues/110", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
555214319
try it out button on https://spacecraft-repl.com/ does not work Go to https://spacecraft-repl.com/ scroll down and press try it out. shows: The domain now looks re-registered and parked... but not by this project.
gharchive/issue
2020-01-26T11:21:13
2025-04-01T04:35:55.355340
{ "authors": [ "TomSpencerLondon", "mountainash" ], "repo": "spacecraft-repl/SpaceCraft", "url": "https://github.com/spacecraft-repl/SpaceCraft/issues/49", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2370586170
Added short quicksync description Closes #119 Made a few edits. that was replaced by https://github.com/spacemeshos/docs/pull/124
gharchive/pull-request
2024-06-24T15:54:04
2025-04-01T04:35:55.361397
{ "authors": [ "hasanza", "pigmej" ], "repo": "spacemeshos/docs", "url": "https://github.com/spacemeshos/docs/pull/121", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1459564657
Use spacemesh ed25519 instead of stdlib PoET is the only repository where we are using the standard library implementation for ed25519 in some places. This PR fixes this by replacing the few uses of the library with the spacemesh implementation of ed25519. spacemesh version is much less efficient compared to stdlib...
gharchive/pull-request
2022-11-22T10:19:07
2025-04-01T04:35:55.365116
{ "authors": [ "dshulyak", "fasmat", "pigmej" ], "repo": "spacemeshos/poet", "url": "https://github.com/spacemeshos/poet/pull/158", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1123444877
Allow plotlib to accept overriding of axes titles Would allow for a cleaner integration of LaTeX directives. Adds an unnecessary extra step to plot command.
gharchive/issue
2022-02-03T18:57:21
2025-04-01T04:35:55.366003
{ "authors": [ "DM1122" ], "repo": "spacesys-finch/payload-designer", "url": "https://github.com/spacesys-finch/payload-designer/issues/59", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
391921508
Add paths and suffixes This PR introduces code to fix a few small bugs in calib_prep. Output table entries for repeats and "contained within" are now always lists, and always sorted into increasing order. When searching for files previously run through the pipeline, non-fits files are ignored. A calwebb_detector1 con...
gharchive/pull-request
2018-12-17T22:44:55
2025-04-01T04:35:55.416464
{ "authors": [ "bhilbert4" ], "repo": "spacetelescope/jwst_reffiles", "url": "https://github.com/spacetelescope/jwst_reffiles/pull/30", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1294545610
Update siaf-updates with PRDOPSSOC-055 This PR updates pysiaf with the new PRD release PRDOPSSOC-055. SIAF data has been added to the prd_data directory and removed from the pre_delivery_data directory. The pre-delivery data is supposed to be deleted. I expected all of the tests here to fail. I'm surprised to see t...
gharchive/pull-request
2022-07-05T16:58:31
2025-04-01T04:35:55.458679
{ "authors": [ "Witchblade101" ], "repo": "spacetelescope/pysiaf", "url": "https://github.com/spacetelescope/pysiaf/pull/271", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1925291830
Updating for more readthedocs updates This PR will include many more changes to the RtD pages. Ah, one codestyle error snuck in, I'll just fix that here before merging.
gharchive/pull-request
2023-10-04T02:41:07
2025-04-01T04:35:55.466929
{ "authors": [ "Russell-Ryan", "rosteen" ], "repo": "spacetelescope/slitlessutils", "url": "https://github.com/spacetelescope/slitlessutils/pull/49", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
555193443
Update mission control for eventing module We need to update the UI to add the following features: Describe schema for event types Describe Security rules for event types Describe default security rule Done. Coming in v0.16.0.
gharchive/issue
2020-01-26T08:02:02
2025-04-01T04:35:55.477010
{ "authors": [ "Jayesh333", "YourTechBud" ], "repo": "spaceuptech/space-cloud", "url": "https://github.com/spaceuptech/space-cloud/issues/669", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
560249492
Add a clause field to the query rule This will let us apply advanced rules based on the result of the database query. Need to make the db result available in args.result. This could will always be an array since the operation used by the query rule will be all Done
gharchive/issue
2020-02-05T09:39:20
2025-04-01T04:35:55.478074
{ "authors": [ "YourTechBud" ], "repo": "spaceuptech/space-cloud", "url": "https://github.com/spaceuptech/space-cloud/issues/696", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
137885430
Difference between C++ and Go output I've been running both the C++ and this version of Murmur3 side by side and i've noticed that in cases where a null byte occurs in the middle of the input data, the C++ version will output a different hash. Now I guess this is a bug in the C++ implementation, as Go will iterate ov...
gharchive/issue
2016-03-02T14:20:10
2025-04-01T04:35:55.543232
{ "authors": [ "panamafrancis", "spaolacci" ], "repo": "spaolacci/murmur3", "url": "https://github.com/spaolacci/murmur3/issues/11", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1531588610
[bug] v1.14.0 introduces inconsistency between CRuby and JRuby First off, thanks for working on nokogiri! The latest release looks like it has some great improvements. Unfortunately, here's a bug. :) Since v1.14.0, the following code has different results on CRuby and JRuby (where CRuby shows the correct, and previou...
gharchive/issue
2023-01-13T01:48:37
2025-04-01T04:35:55.588922
{ "authors": [ "dometto", "flavorjones" ], "repo": "sparklemotion/nokogiri", "url": "https://github.com/sparklemotion/nokogiri/issues/2761", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
273510986
Loading a large piece of html into the editor is very slow in safari Hi, in my use case, I have a simpleMDE editor where I load html content (emails that the app receives). When this html is large, safari takes a lot of time displaying the content, whereas Chrome and Firefox are very fast. to reproduce, just paste th...
gharchive/issue
2017-11-13T17:22:03
2025-04-01T04:35:55.593573
{ "authors": [ "Matthijn", "jbarata" ], "repo": "sparksuite/simplemde-markdown-editor", "url": "https://github.com/sparksuite/simplemde-markdown-editor/issues/656", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
855404320
Proposal: Color coding of transactions in transaction view I propose to color code the transaction depending on the 3 states: Grey: unconfirmed (already implemented) Green: received transaction Red: sent transaction Thanks for the suggestion and clear mockup. I am cautious of adding too much colour, so I've star...
gharchive/issue
2021-04-11T20:49:19
2025-04-01T04:35:55.603518
{ "authors": [ "craigraw", "tychsen" ], "repo": "sparrowwallet/sparrow", "url": "https://github.com/sparrowwallet/sparrow/issues/100", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1998854298
Error getting fee estimates when using own node Hi there I have a pruned (prune=150000) bitcoind running which is at tip, and sparrow 1.8.0. I set up the connection to the node and click test connection, which results in the following: Could not connect: Error getting fee estimates: {1=ErrorMessage{code=-32603, mess...
gharchive/issue
2023-11-17T11:09:50
2025-04-01T04:35:55.606292
{ "authors": [ "biatwc", "craigraw" ], "repo": "sparrowwallet/sparrow", "url": "https://github.com/sparrowwallet/sparrow/issues/1165", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2763827889
Import wallet using bitcoin core output descriptor fails to enable "Apply" button On Sparrow version 2.0.0, if you "Import Wallet..." then select "Import file" to import using the bitcoin core "output descriptor" provider type, everything looks good but the new wallet just sits there forever with everything "grayed o...
gharchive/issue
2024-12-31T00:25:17
2025-04-01T04:35:55.609052
{ "authors": [ "craigraw", "mrjbj" ], "repo": "sparrowwallet/sparrow", "url": "https://github.com/sparrowwallet/sparrow/issues/1575", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
170861792
Possiblity to make text information in other color Anyone interested to be able to make the text information surrounding the symbol in another color then the default icon frame color? If so let me know, I have some ideas but I don't want to implement options that won't be used. This can now be done using the infoCo...
gharchive/issue
2016-08-12T12:36:33
2025-04-01T04:35:55.610652
{ "authors": [ "spatialillusions" ], "repo": "spatialillusions/milsymbol", "url": "https://github.com/spatialillusions/milsymbol/issues/49", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
470117637
Allow to log system activity without a causer or a null causer It's not clear from the documentation if this can be done or not. Sometimes there can be activity triggered on events without a causer. Examples are when an action is taken by an unregistered user, a SYSTEM Cron, or a Bot. Example log items can be: 'Proje...
gharchive/issue
2019-07-19T03:17:31
2025-04-01T04:35:55.623995
{ "authors": [ "EMediaAndroid", "Gummibeer", "Jhnbrn90", "junaid-A-khan", "shanecp" ], "repo": "spatie/laravel-activitylog", "url": "https://github.com/spatie/laravel-activitylog/issues/567", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1017272713
Snapshot location Hi it would be nice if a snapshot location is located same in test directory, just like base snapshot By default, snapshots are stored in a snapshots directory relative to the test class. thank you already answer by @freekmurze in private repo in https://testing-laravel.com/
gharchive/issue
2021-10-06T02:28:04
2025-04-01T04:35:55.646078
{ "authors": [ "lloricode" ], "repo": "spatie/pest-plugin-snapshots", "url": "https://github.com/spatie/pest-plugin-snapshots/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1582083019
ShipIt MacOS M1 taking 100% CPU This isn't going to be terribly useful because I don't have more details to provide you. But I just noticed on my M1 that my battery was draining like crazy. Opened up the Activity Monitor and saw that a process named ShipIt was taking 100% CPU. Possibly linked: https://github.com/vect...
gharchive/issue
2023-02-13T10:32:41
2025-04-01T04:35:55.652673
{ "authors": [ "grafmouse", "keithbrink", "linushstge", "milandicic", "rishabkapadia", "sebastienhenau", "snapey", "vesper8" ], "repo": "spatie/ray", "url": "https://github.com/spatie/ray/issues/777", "license": "MIT", "license_type": "permissive", "license_source": "github...
1605855484
Don't return 400 when read-only property is provided Fixes #942 No longer return 400 if a read-only property is provided, as discussed in the issue. We still raise an error if write-only properties are included in the response and response validation is enabled. I also changed how read-/write-only works in combinatio...
gharchive/pull-request
2023-03-01T23:35:26
2025-04-01T04:35:55.674460
{ "authors": [ "RobbeSneyders", "coveralls" ], "repo": "spec-first/connexion", "url": "https://github.com/spec-first/connexion/pull/1655", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1924469745
Dfn panel changes for linking syntax This PR adds a "Possible linking syntaxe(es)" section to dfn panels. The copy icon is perhaps overkill. The cursor for the dfn is changed to be a 'help' cursor, since the dfn is not a link to anything but the dfn panel. There are also a couple css changes regarding dfn panels in ...
gharchive/pull-request
2023-10-03T16:07:16
2025-04-01T04:35:55.677106
{ "authors": [ "dlaliberte" ], "repo": "speced/bikeshed", "url": "https://github.com/speced/bikeshed/pull/2685", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
1027342379
🌙 Dark mode low prio obv but i'm sad speckle guide doesn't have it 😿 Interested can you please assign me HI @jsdbroughton I am able to start server for speckle-docs. But task is very difficult for me (Vue) :( So un-assigning myself.
gharchive/issue
2021-10-15T11:16:48
2025-04-01T04:35:55.680416
{ "authors": [ "izzylys", "nooras" ], "repo": "specklesystems/speckle-docs", "url": "https://github.com/specklesystems/speckle-docs/issues/18", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1334424819
Grasshopper Connector - Handling TextToNative() conversion of Speckle.Objects.Other.Text Prerequisites [x] I read the contribution guidelines [x] I checked the documentation and found no answer. [x] I checked existing issues and found no similar issue. [x] I checked the community forum for related discussions and...
gharchive/issue
2022-08-10T10:38:53
2025-04-01T04:35:55.693365
{ "authors": [ "AlanRynne", "d3ssy" ], "repo": "specklesystems/speckle-sharp", "url": "https://github.com/specklesystems/speckle-sharp/issues/1495", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
586483237
$ optimization Following strategy of fast-on-load, and O(1) of getElementBy*: global all-mutations tracked by default for each mutated element we have to find corresponding matched rules (via traits) 2.0. we can reduce removed elements → O(1) by fast-on-load method: we assign unique rules classes to elements and for...
gharchive/issue
2020-03-23T20:01:26
2025-04-01T04:35:55.700158
{ "authors": [ "dy" ], "repo": "spectjs/spect", "url": "https://github.com/spectjs/spect/issues/190", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1263432816
InputNormalization is not cuda compatible? The code below will enter into speechbrain.processing.features.py:InputNormalization from speechbrain.pretrained import SpeakerRecognition import librosa path = "source1hat.wav" encoder = SpeakerRecognition.from_hparams(source="spkrec-ecapa-voxceleb") device="cuda:0" encoder...
gharchive/issue
2022-06-07T14:52:37
2025-04-01T04:35:55.714354
{ "authors": [ "Adel-Moumen", "BuxianChen", "anautsch" ], "repo": "speechbrain/speechbrain", "url": "https://github.com/speechbrain/speechbrain/issues/1434", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }