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 |
|---|---|---|---|---|---|
2762228639 | Add install step in test workflow
Closes #97
@jwallwork23 perhaps we could use pip3-autoremove or similar to uninstall both the packages and their dependencies to properly test the installation. But this seems like an overkill maybe...
@jwallwork23 perhaps we could use pip3-autoremove or similar to uninstall bot... | gharchive/pull-request | 2024-12-29T12:21:19 | 2025-04-01T06:39:32.728413 | {
"authors": [
"ddundo",
"jwallwork23"
],
"repo": "mesh-adaptation/docs",
"url": "https://github.com/mesh-adaptation/docs/pull/98",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1127300832 | Fixed mobile responsiveness of home page
Signed-off-by: Arpit Mohapatra arpit.mohapatra19@gmail.com
Description
This PR fixes #671
Notes for Reviewers
Fixed Screenshots
Signed commits
[x] Yes, I signed my commits.
I think you left this part @marpit19
oops!! I'll fix that too
@YashKamboj could you mentio... | gharchive/pull-request | 2022-02-08T14:04:18 | 2025-04-01T06:39:32.760023 | {
"authors": [
"YashKamboj",
"marpit19"
],
"repo": "meshery/meshery.io",
"url": "https://github.com/meshery/meshery.io/pull/672",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1085979432 | Update remote_provider.go
Description
Codecov Report
Merging #4804 (f486cf1) into master (7797e28) will decrease coverage by 6.79%.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #4804 +/- ##
==========================================
- Coverage 32.01% 25.2... | gharchive/pull-request | 2021-12-21T15:57:45 | 2025-04-01T06:39:32.776523 | {
"authors": [
"codecov-commenter",
"leecalcote",
"sayantan1413",
"warunicorn19"
],
"repo": "meshery/meshery",
"url": "https://github.com/meshery/meshery/pull/4804",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
206092296 | [Question] Mesos version and kafka framework version
Hi everyone,
I want to deploy Kafka on mesos and wonder what version of mesos work well with kafka framework (v0.9.5.1 or v0.10.0.0-rc0)?, any recommendation for production deployment?. I'm also deploy Spark on mesos to processing data. If anyone has production dep... | gharchive/issue | 2017-02-08T04:17:06 | 2025-04-01T06:39:32.842290 | {
"authors": [
"CBR09",
"steveniemitz"
],
"repo": "mesos/kafka",
"url": "https://github.com/mesos/kafka/issues/273",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
241662369 | send kill-task and receive malformed request
I tried to implement the code of killtask, but I got the malformed request infomation with err;
code:
events.Handle(executor.Event_KILL, events.HandlerFunc(func(e *executor.Event) error {
log.Println(e.GetKill())
resp, err := state.cli.Do(httpcli.With(e.GetKill()... | gharchive/issue | 2017-07-10T10:07:17 | 2025-04-01T06:39:32.845053 | {
"authors": [
"guanjunding",
"jdef"
],
"repo": "mesos/mesos-go",
"url": "https://github.com/mesos/mesos-go/issues/307",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
179339111 | Add compile dependency protobuf-3
Issue: cassandra-commons:compileJava build failed for missing protobuf
JIRA: https://dcosjira.atlassian.net/browse/CASSANDRA-26
Can one of the admins verify this patch?
Can one of the admins verify this patch?
@mesosphere-ci: retest this please
| gharchive/pull-request | 2016-09-26T21:15:18 | 2025-04-01T06:39:32.860815 | {
"authors": [
"cooldoger",
"gabrielhartmann",
"mesosphere-ci"
],
"repo": "mesosphere/dcos-cassandra-service",
"url": "https://github.com/mesosphere/dcos-cassandra-service/pull/264",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
192749971 | Add marathon-style constraints for cassandra nodes
Removes prior placement_strategy option entirely, as it was effectively a no-op anyway: could never behave as anything other than NODE, due to the matching port across nodes
Note that constraints must be of the form 'a:b,x:y:z', NOT the json array form. This is due t... | gharchive/pull-request | 2016-12-01T04:08:16 | 2025-04-01T06:39:32.862177 | {
"authors": [
"mohitsoni",
"nickbp"
],
"repo": "mesosphere/dcos-cassandra-service",
"url": "https://github.com/mesosphere/dcos-cassandra-service/pull/333",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
245197108 | [INFINITY-2019] Change "principle" to "service-account" - are you sure?
Do we really want to do this? "principle" is used in many places including docs/tests....
cc: @gabrielhartmann
Yes, product requested this change as it brings our docs/api in line with the rest of the product.
I am not convinced with converti... | gharchive/pull-request | 2017-07-24T20:19:58 | 2025-04-01T06:39:32.863872 | {
"authors": [
"benclarkwood",
"mbdcos"
],
"repo": "mesosphere/dcos-commons",
"url": "https://github.com/mesosphere/dcos-commons/pull/1307",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
103453205 | Refactor the application create/edit modal data handling
The data handling structures of the application modal for creating and editing the application configuration are in a bad and incomprehensible condition.
We need the following on a central and meaningful place:
[ ] Function to transform the mod_e_l in the dire... | gharchive/issue | 2015-08-27T08:14:17 | 2025-04-01T06:39:32.874574 | {
"authors": [
"aldipower",
"mwasn",
"pierlo-upitup"
],
"repo": "mesosphere/marathon",
"url": "https://github.com/mesosphere/marathon/issues/2105",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
135273477 | Specific role required by app is not matched by default resource role: "*"
(using playa-mesos with latest marathon and mesos)
After installing marathon-lb using dcos cli:
dcos package install marathon-lb
I noticed that marathon indicates insufficient resources error. After some investigation, the reason seems to be t... | gharchive/issue | 2016-02-21T23:10:00 | 2025-04-01T06:39:32.879914 | {
"authors": [
"PiotrTrzpil",
"orlandohohmeier"
],
"repo": "mesosphere/marathon",
"url": "https://github.com/mesosphere/marathon/issues/3290",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
777657205 | mix.bbclass: Fix mix release erts path
Without this change building a mix release does not work on meta-erlang master, since the erts path is wrong. The directory erts- is now appended to it.
Tested with erlang 23.2.1 and elixir 1.11.2
I am not sure if this also works for other elixir/erlang versions and if this is... | gharchive/pull-request | 2021-01-03T15:13:53 | 2025-04-01T06:39:32.893480 | {
"authors": [
"chrta",
"joaohf"
],
"repo": "meta-erlang/meta-erlang",
"url": "https://github.com/meta-erlang/meta-erlang/pull/64",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1678082619 | Fix flutter gallery
Update to the flutter gallery revision recommended by @ardera in the flutter-pi repository.
With the old SRCREV, flutter gallery does not build for flutter 3.7.x because of some issues with translation files.
This is the only recipe from flutter-test-apps that currently cannot be built with flutte... | gharchive/pull-request | 2023-04-21T08:09:49 | 2025-04-01T06:39:32.897705 | {
"authors": [
"Markus43",
"ardera",
"jwinarske"
],
"repo": "meta-flutter/meta-flutter",
"url": "https://github.com/meta-flutter/meta-flutter/pull/280",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2652082144 | :bug: Add CustomDeploy to metal3machinetemplate webhook
This mirrors the code in metal3machine webhook. We are loosening the requirement on Image: when using CustomDeploy, Image is optional.
Ref: #1501
/test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main
/cc @lentzi90
| gharchive/pull-request | 2024-11-12T12:45:17 | 2025-04-01T06:39:32.994244 | {
"authors": [
"honza",
"tuminoid"
],
"repo": "metal3-io/cluster-api-provider-metal3",
"url": "https://github.com/metal3-io/cluster-api-provider-metal3/pull/2085",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1385634767 | 🐛 Remediation: fix nil panic when setting unhealthy annotation on host
What this PR does / why we need it:
Fix nil panic when setting unhealthy annotation on host
/ok-to-test
/lgtm
@furkatgofurov7 @kashifest Hi, looking at OWNERS, it seems I need an approval by one of you, can you have a look please? Thanks! �... | gharchive/pull-request | 2022-09-26T08:16:45 | 2025-04-01T06:39:32.996538 | {
"authors": [
"furkatgofurov7",
"mboukhalfa",
"slintes"
],
"repo": "metal3-io/cluster-api-provider-metal3",
"url": "https://github.com/metal3-io/cluster-api-provider-metal3/pull/744",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1453662220 | 🌱 Uplift CAPI to v1.3.0-rc.0 in main branch
What this PR does / why we need it:
xref: https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.3.0-rc.0
/hold
until https://github.com/metal3-io/metal3-dev-env/pull/1106 is merged
https://github.com/metal3-io/metal3-dev-env/pull/1106](https://github.com/metal... | gharchive/pull-request | 2022-11-17T16:48:07 | 2025-04-01T06:39:32.999836 | {
"authors": [
"furkatgofurov7"
],
"repo": "metal3-io/ip-address-manager",
"url": "https://github.com/metal3-io/ip-address-manager/pull/170",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1877695488 | Compatibility issues with 222
Bug Description
./gradlew runPluginVerifier
Plugin com.metalbear.mirrord:3.54.1 against IU-222.4554.10: 3 compatibility problems, some of which may be caused by absence of optional dependency in the target IDE IU-222.4554.10. 12 usages of experimental API. 2 usages of internal API
...
... | gharchive/issue | 2023-09-01T16:13:26 | 2025-04-01T06:39:33.013532 | {
"authors": [
"aviramha",
"t4lz"
],
"repo": "metalbear-co/mirrord-intellij",
"url": "https://github.com/metalbear-co/mirrord-intellij/issues/129",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1571509010 | Custom Dns Resolving Fix
Updated version of #992
closes #989
bors r+
| gharchive/pull-request | 2023-02-05T16:28:14 | 2025-04-01T06:39:33.014719 | {
"authors": [
"DmitryDodzin"
],
"repo": "metalbear-co/mirrord",
"url": "https://github.com/metalbear-co/mirrord/pull/1011",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
721426021 | Missing translations to French
Follow-on from https://github.com/metanorma/metanorma-iso/issues/418:
Please use /local_bibdata/i18nyaml/i18n_reference_number for string value for "Reference Number" in ISO cover.
Please use /local_bibdata/i18nyaml/i18n_all_rights_reserved for string value for "All rights reserved" in ... | gharchive/issue | 2020-10-14T12:43:56 | 2025-04-01T06:39:33.034398 | {
"authors": [
"Intelligent2013",
"opoudjis"
],
"repo": "metanorma/metanorma-iso",
"url": "https://github.com/metanorma/metanorma-iso/issues/428",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1916651565 | Add to_h method
We store parts of ID in index file. We need to get these pars from pubid with method to_h and recreate PubID from the hash:
> hash = pubid.to_h
{
code: "800-121",
publisher: "NIST",
revision: "2",
serie: "NIST SP"
}
> Pubid::Nist::Identifier.new(**hash)
@code="800-121",
@publisher=#<Pubid::... | gharchive/issue | 2023-09-28T03:48:34 | 2025-04-01T06:39:33.049065 | {
"authors": [
"andrew2net",
"mico"
],
"repo": "metanorma/pubid-core",
"url": "https://github.com/metanorma/pubid-core/issues/22",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1888566829 | Support long notation references
This gem parses short notation references like NIST SP 800-67r1 and NIST SP 800-57pt1 but fails to parse long notation NIST SP 800-67 Rev. 1 and NIST SP 800-57 Part. 1
> Pubid::Nist::Identifier.parse "NIST SP 800-67 Rev.1"
Failed to match sequence (OLD_STAGE? (' ' / '.') REPORT_NUMBER... | gharchive/issue | 2023-09-09T04:09:43 | 2025-04-01T06:39:33.054868 | {
"authors": [
"andrew2net",
"mico",
"ronaldtse"
],
"repo": "metanorma/pubid-nist",
"url": "https://github.com/metanorma/pubid-nist/issues/194",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
260277489 | Initialization order
While working on integrating current version of JSTP into Impress, I have discovered that it is needed for impress.applications to be initialized before calling impress.jstp.createServer() in impress.js:446.
It's not needed anymore to integrate jstp@1 but I still think that applications should ... | gharchive/issue | 2017-09-25T13:30:57 | 2025-04-01T06:39:33.062017 | {
"authors": [
"nechaido",
"tshemsedinov"
],
"repo": "metarhia/impress",
"url": "https://github.com/metarhia/impress/issues/780",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
363102328 | Include certbot to deploy scripts
Closes #735
Landed in 6c58f97
I've landed this but note that Closes tag should be:
Closes: https://github.com/metarhia/impress/issues/735
not just Closes #735
| gharchive/pull-request | 2018-09-24T11:14:46 | 2025-04-01T06:39:33.063675 | {
"authors": [
"o-rumiantsev",
"tshemsedinov"
],
"repo": "metarhia/impress",
"url": "https://github.com/metarhia/impress/pull/870",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
505115182 | Custom Column Filtering Bug
Describe the bug
When user creates a custom column, like CONCAT( [State] , [City] ) as a DIMENSION_1, it's enabled filtering function. But it looks like doesn't working.
But When you click the 'filtering' button and change the matcher to 'Regular Expression' in filter edit mode. And the... | gharchive/issue | 2019-10-10T08:24:53 | 2025-04-01T06:39:33.091135 | {
"authors": [
"kyungtaak",
"yhk6190"
],
"repo": "metatron-app/metatron-discovery",
"url": "https://github.com/metatron-app/metatron-discovery/issues/2698",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
462473834 | #2131 metadata user view
Description
메타데이터 사용자 화면을 추가합니다.
lnb: catlaog 목록, catalog search
사용자화면 메인 화면
카탈로그 상세조회시 메타데이터 목록 화면
Related Issue :
#2131
How Has This Been Tested?
lnb > explore data 화면 클릭
화면 진입시 사용자 메인화면에 메타데이터 인기도순, 수정, 즐겨찾기 순으로 정렬된 메타데이터 목록이 보이는지 확인
lnb에서 카탈로그 목록이 제대로 보이는지 확인
lnb에서 카탈로그 검색시 키워드 검색이 제... | gharchive/pull-request | 2019-07-01T01:38:37 | 2025-04-01T06:39:33.097061 | {
"authors": [
"brandon-wonjune",
"ufoscw"
],
"repo": "metatron-app/metatron-discovery",
"url": "https://github.com/metatron-app/metatron-discovery/pull/2289",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
687725870 | #3346 fix map chart with multi datasources
Description
fix map chart with multi datasources
Related Issue : #3346
How Has This Been Tested?
Create a map view chart after selecting multi datasources.
Go to the dashboard and make sure it looks normal.
Go to the map view chart edit screen and make sure it looks norm... | gharchive/pull-request | 2020-08-28T05:32:53 | 2025-04-01T06:39:33.101778 | {
"authors": [
"minhyun2"
],
"repo": "metatron-app/metatron-discovery",
"url": "https://github.com/metatron-app/metatron-discovery/pull/3353",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
442583792 | [MRG] Be compatible with newer scikit-learn
Scikit-learn just released their last version 0.21, which does not support python<3.5, so I think we can update the travis script to download the 0.20.3 for python3.4 and python2.7, but still use the newest release for python3.6 (so that we test the behaviour on the new sci... | gharchive/pull-request | 2019-05-10T07:46:48 | 2025-04-01T06:39:33.198143 | {
"authors": [
"perimosocordiae",
"terrytangyuan",
"wdevazelhes"
],
"repo": "metric-learn/metric-learn",
"url": "https://github.com/metric-learn/metric-learn/pull/199",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
610256860 | AMR: Tetrahedron element is not marked for refinement
We are trying to use AMR for a paper we are working on. We want to use tetrahedral meshes and we want to test the convergence rates of a FEM, the runtime and the scalability. For these reasons, we start from an initial mesh, serially refine it few times, create a ... | gharchive/issue | 2020-04-30T17:27:05 | 2025-04-01T06:39:33.302186 | {
"authors": [
"aasivas",
"v-dobrev"
],
"repo": "mfem/mfem",
"url": "https://github.com/mfem/mfem/issues/1453",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
731871655 | ParMixedBilenearForm system matrix and linear system
I see that the class ParBilinearForm includes the two functions
using BilinearForm::FormLinearSystem;
using BilinearForm::FormSystemMatrix;
whereas ParMixedBilinearForm does not.
Seems like those two functions allow the ParBilinearForm class to form the linear syst... | gharchive/issue | 2020-10-28T23:35:00 | 2025-04-01T06:39:33.311891 | {
"authors": [
"alecampos2009",
"cjvogl",
"tzanio",
"v-dobrev"
],
"repo": "mfem/mfem",
"url": "https://github.com/mfem/mfem/issues/1850",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
178103141 | Config NPM_DEPENDENCIES vs. SYSTEM_CONFIG_DEV vs. SYSTEM_BUILDER_CONFIG
Minko, I was going to update this wiki page (https://github.com/mgechev/angular2-seed/wiki/Add-PrimeNG) to replace the step that involves editing seed.config.ts, so edits are made to project.config.ts instead.
My first instinct was to simply chan... | gharchive/issue | 2016-09-20T16:01:49 | 2025-04-01T06:39:33.355969 | {
"authors": [
"brian428",
"geminiyellow",
"mgechev"
],
"repo": "mgechev/angular-seed",
"url": "https://github.com/mgechev/angular-seed/issues/1364",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
184266303 | Add staging support as documented
https://github.com/mgechev/angular-seed#environment-configuration says staging is currently supported. This PR adds that.
I'd say that it's better to drop the line from README because there's no staging.ts file in tools/env.
How do you feel about adding a staging.ts to tools/env?... | gharchive/pull-request | 2016-10-20T15:43:33 | 2025-04-01T06:39:33.368218 | {
"authors": [
"doapp-ryanp",
"mgechev"
],
"repo": "mgechev/angular-seed",
"url": "https://github.com/mgechev/angular-seed/pull/1511",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
124484584 | App_spec tests are not running at all
Currently app tests are always showing as succeeded, because code inside of .then(rootTC => { ... }) never runs.
Home/Service tests work as expected.
How to fix that?
Seems related to https://github.com/mgechev/angular2-seed/issues/333 ?
I'll close it for now, let me know if I'... | gharchive/issue | 2015-12-31T16:34:31 | 2025-04-01T06:39:33.370354 | {
"authors": [
"SIGAN",
"mgechev"
],
"repo": "mgechev/angular2-seed",
"url": "https://github.com/mgechev/angular2-seed/issues/332",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
158338982 | HomeComponent not rendered
I will try to explain as much as I can about the problem. I have cloned the repo and started to integrate my logic inside the repository with only one component i.e HomeComponent which is assigned on the default route. When I load my application using command 'gulp serve.dev' I am able to s... | gharchive/issue | 2016-06-03T10:35:39 | 2025-04-01T06:39:33.375839 | {
"authors": [
"mgechev",
"zeeshanjan82"
],
"repo": "mgechev/angular2-seed",
"url": "https://github.com/mgechev/angular2-seed/issues/958",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1145031483 | Current MP build failing because of problem with PATO
PATO imports an outdated definition of synovial cells which causes an illegal equivalency which breaks the current release.
Solution:
[x] Need to make new PATO release (https://github.com/pato-ontology/pato/issues/478)
[ ] We should probably think of moving MP to... | gharchive/issue | 2022-02-20T14:13:41 | 2025-04-01T06:39:33.398356 | {
"authors": [
"matentzn"
],
"repo": "mgijax/mammalian-phenotype-ontology",
"url": "https://github.com/mgijax/mammalian-phenotype-ontology/issues/3521",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1423422833 | 🛑 Merchant APP (Stroy API) is down
In 37c1f2c, Merchant APP (Stroy API) (https://preprod-apim-gw.wavemoney.io/v2/merchant-api/merchant-tutorial-stories/1) was down:
HTTP code: 500
Response time: 173 ms
Resolved: Merchant APP (Stroy API) is back up in feb1cdb.
| gharchive/issue | 2022-10-26T04:32:56 | 2025-04-01T06:39:33.409033 | {
"authors": [
"mgmgpyaesonewin"
],
"repo": "mgmgpyaesonewin/strapi-upptime",
"url": "https://github.com/mgmgpyaesonewin/strapi-upptime/issues/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2164974824 | 🛑 Traffic Dashboard Mediahuis België is down
In 6304075, Traffic Dashboard Mediahuis België (https://traffic.mediahuis.be/api/system/status) was down:
HTTP code: 503
Response time: 15615 ms
Resolved: Traffic Dashboard Mediahuis België is back up in 153bd7e after 15 minutes.
| gharchive/issue | 2024-03-02T20:52:47 | 2025-04-01T06:39:33.439958 | {
"authors": [
"JoranDox"
],
"repo": "mh-data-science/upptime",
"url": "https://github.com/mh-data-science/upptime/issues/3046",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1557863252 | 🛑 Traffic Dashboard Mediahuis België is down
In a414e43, Traffic Dashboard Mediahuis België (https://traffic.mediahuis.be/api/system/status) was down:
HTTP code: 503
Response time: 417 ms
Resolved: Traffic Dashboard Mediahuis België is back up in 1c2623c.
| gharchive/issue | 2023-01-26T09:42:43 | 2025-04-01T06:39:33.442479 | {
"authors": [
"JoranDox"
],
"repo": "mh-data-science/upptime",
"url": "https://github.com/mh-data-science/upptime/issues/904",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1510822275 | Update Dinos “nanotyrannus”
Automatically generated by Netlify CMS
👷 Deploy Preview for quizzical-galileo-bf682e processing.
Name
Link
🔨 Latest commit
ed92938004643636b55157dc5e27e5387195d713
🔍 Latest deploy log
https://app.netlify.com/sites/quizzical-galileo-bf682e/deploys/63a974b90731c80007c1253a
| gharchive/pull-request | 2022-12-26T10:17:27 | 2025-04-01T06:39:33.445265 | {
"authors": [
"mhaack"
],
"repo": "mhaack/mias-dino-facts",
"url": "https://github.com/mhaack/mias-dino-facts/pull/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1043742412 | CTRL+D to duplicate node
This change should permit to duplicate nodes using CTRL+D. It would be a nice add for usability
Hi @ArthyChaux
I appreciate the time you spent
I have two main points regarding this PR:
The shortcut Ctrl + D is already used for Snapshot Creation.
I can't find any prominent advantage for thi... | gharchive/pull-request | 2021-11-03T15:26:08 | 2025-04-01T06:39:33.546367 | {
"authors": [
"ArthyChaux",
"mhgolkar"
],
"repo": "mhgolkar/Arrow",
"url": "https://github.com/mhgolkar/Arrow/pull/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
173264340 | Actually set tls.Config.PreferServerCipherSuites
It was set by default on the caddy-internal config object, and even
checked for conflicts, but it was never actually reflected on the
tls.Config.
This will have user-visible changes: a client that prefers, say, AES-CBC
but also supports AES-GCM would have used AES-CBC ... | gharchive/pull-request | 2016-08-25T17:33:36 | 2025-04-01T06:39:33.560624 | {
"authors": [
"FiloSottile",
"mholt"
],
"repo": "mholt/caddy",
"url": "https://github.com/mholt/caddy/pull/1070",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1957274063 | Audit fixes and postcss version bump
Summary of the changes
fixes audit issue and bumps postcss to 8.4.31 as recommended by dependabot
Related issue
N/A
Does it need updating at the root level too?
Does it need updating at the root level too?
no, it's already 8.4.31 there
| gharchive/pull-request | 2023-10-23T14:12:10 | 2025-04-01T06:39:33.586087 | {
"authors": [
"MI6-255",
"ad9242"
],
"repo": "mi6/ic-ui-kit",
"url": "https://github.com/mi6/ic-ui-kit/pull/1212",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1966590376 | Artifacts expansion needs a 4th edition explanation in the help
Currently the other expansions are covered.
It's there now.
| gharchive/issue | 2023-10-28T13:10:22 | 2025-04-01T06:39:33.590837 | {
"authors": [
"micahstairs",
"ultimatefiend"
],
"repo": "micahstairs/bga-innovation",
"url": "https://github.com/micahstairs/bga-innovation/issues/1411",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
156770034 | onPageChange
Hi guys, just wondering if something like this is available in the current api, I know you can use it in the directive like (pageChange)="p = $event", but this feature could prove to be quite handy to be able to detect a onChange event with the page number etc.
Hi,
I'm afraid I don't quite understand w... | gharchive/issue | 2016-05-25T14:47:48 | 2025-04-01T06:39:33.602422 | {
"authors": [
"RicardoVaranda",
"michaelbromley"
],
"repo": "michaelbromley/ng2-pagination",
"url": "https://github.com/michaelbromley/ng2-pagination/issues/34",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1582779085 | Docs could be improved
Your README file doesn't include .query method on the end of the connection.get example; the expression doesn't return the proper type without it
Okay, here is the problem:
should you have to call .query() or .exec() on command, or should the just always call .query() for you?
On the one side... | gharchive/issue | 2023-02-13T17:36:28 | 2025-04-01T06:39:33.752715 | {
"authors": [
"W-Lawless",
"michaelvanstraten"
],
"repo": "michaelvanstraten/swifty-redis",
"url": "https://github.com/michaelvanstraten/swifty-redis/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2330988431 | Fix clockid_t compile error
I was having compile errors when running make:
/home/will/Desktop/micro-ros-project/micro_ros_raspberrypi_pico_sdk/pico_uart_transport.c:11:19: error: unknown type name 'clockid_t'
11 | int clock_gettime(clockid_t unused, struct timespec *tp)
| ^~~~~~~~~
make[2]:... | gharchive/pull-request | 2024-06-03T12:13:42 | 2025-04-01T06:39:33.805829 | {
"authors": [
"pablogs9",
"willbsp"
],
"repo": "micro-ROS/micro_ros_raspberrypi_pico_sdk",
"url": "https://github.com/micro-ROS/micro_ros_raspberrypi_pico_sdk/pull/1195",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
489609901 | 在第一章 user-web部分,出现404问题
是按照教程依次执行
micro --registry=consul --api_namespace=mu.micro.book.web api --handler=web
user-srv go run main.go
user-web go run main.go
Consul Services
web有两台?会不会是有一台其实已经下线了,第一章没有加上TTL检测,不会自主下线。多请求几次,如果有些能成功有些不行就可能是这个原因
关闭问题,如有其它问题未解决,请重新打开或另开issue
| gharchive/issue | 2019-09-05T08:39:00 | 2025-04-01T06:39:33.813233 | {
"authors": [
"ginkgohat",
"printfcoder"
],
"repo": "micro-in-cn/tutorials",
"url": "https://github.com/micro-in-cn/tutorials/issues/114",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
646441855 | [FEATURE REQUEST] Get all the comment for specific reference id
U### Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Users should be able to get all comments for a particular referenceId (i.e user).
Describe th... | gharchive/issue | 2020-06-26T18:35:46 | 2025-04-01T06:39:33.820973 | {
"authors": [
"Alao-Abiodun",
"dave-ok"
],
"repo": "microapidev/comment-microapi",
"url": "https://github.com/microapidev/comment-microapi/issues/53",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2351936170 | check if classes associated with alternative_identifiers can use ANY alternative_identifiers
Use the examples data file framework
As in, could a Biosample have a neon_study_identifiers annotation?
id: nmdc:bsm-99-dtTMNb
part_of:
- nmdc:sty-00-abc123
env_broad_scale:
has_raw_value: ENVO:00002030
term:
id: ... | gharchive/issue | 2024-06-13T19:47:40 | 2025-04-01T06:39:33.824386 | {
"authors": [
"aclum",
"turbomam"
],
"repo": "microbiomedata/nmdc-schema",
"url": "https://github.com/microbiomedata/nmdc-schema/issues/2066",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1373745449 | trim contents nmdc_schema
Filter contents of nmdc_schema to include only files that are useful when pushed to the PyPI repo.
Update contents after latest regeneration of artifacts as in v7.0.0
Eventually I think the process needs to be updated so that we don't have this folder altogether. The package should be buil... | gharchive/pull-request | 2022-09-15T00:40:36 | 2025-04-01T06:39:33.826170 | {
"authors": [
"sujaypatil96"
],
"repo": "microbiomedata/nmdc-schema",
"url": "https://github.com/microbiomedata/nmdc-schema/pull/463",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1387891038 | Make a doc generator as OS-independent
Right now it looks like generated docs comes with a Linux line separator.
It would be great if generated docs would use a System.lineSeparator() instead of hard-coded \n.
This is a screenshot of commit message to confirm:
NOTE: The conversion from Windows line separator is done... | gharchive/issue | 2022-09-27T14:45:00 | 2025-04-01T06:39:33.850873 | {
"authors": [
"artembilan",
"ttddyy"
],
"repo": "micrometer-metrics/micrometer-docs-generator",
"url": "https://github.com/micrometer-metrics/micrometer-docs-generator/issues/33",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1318136074 | R2DBC can not use the same MySQL container of Flyway
Issue description
Here is my configuration:
test-resources:
containers:
mysql:
image-name: mysql:8
datasources:
default:
db-type: mysql
r2dbc:
datasources:
default:
db-type: mysql
url: r2dbc:tc:mysql:///test?TC_IMAGE_TAG=8
flyway... | gharchive/issue | 2022-07-26T11:58:46 | 2025-04-01T06:39:33.925441 | {
"authors": [
"linweiyu21",
"melix"
],
"repo": "micronaut-projects/micronaut-test-resources",
"url": "https://github.com/micronaut-projects/micronaut-test-resources/issues/65",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
531045492 | [CHALLENGE SUBMISSION] Week 1 - Challenge 1
Please provide the following information for your submission:
What is your name? (First, Last)
Matthew Leibowitz
Where is your GitHub Repo? (With your challenge solution)
https://github.com/mattleibow/25-days-of-serverless/tree/implementations
What Challenge is this for? (C... | gharchive/pull-request | 2019-12-02T10:48:41 | 2025-04-01T06:39:33.985953 | {
"authors": [
"mattleibow",
"simonaco"
],
"repo": "microsoft/25-days-of-serverless",
"url": "https://github.com/microsoft/25-days-of-serverless/pull/70",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1674154556 | Error: IncrementVersionNumber action failed. Error: Settings file ..AL-Go\settings.json is malformed. Cannot bind argument to parameter 'object' because it is null.. Stacktrace: at
I am stucked at creating a release. I have followed workshop, videos and resolution of similar issues #352 . But I do not seem to find... | gharchive/issue | 2023-04-19T04:31:53 | 2025-04-01T06:39:33.995244 | {
"authors": [
"DanielMagMat",
"freddydk",
"jonaswre"
],
"repo": "microsoft/AL-Go",
"url": "https://github.com/microsoft/AL-Go/issues/477",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
431478204 | Error trying to personalize/design a page
Describe the bug
Trying to personalize page "Report Selection - Sales" throws an error "Personalisation could not be enabled due to technical issues. Try again later, or contact your system administrator."
Information from docker:
TimeGenerated : 4/10/2019 3:25:36 PM
EntryTyp... | gharchive/issue | 2019-04-10T12:35:03 | 2025-04-01T06:39:34.009924 | {
"authors": [
"AndriusAndrulevicius",
"Tonygithub17",
"atoader",
"ichladil",
"ivandjordjevic",
"phenno1",
"qutreson"
],
"repo": "microsoft/AL",
"url": "https://github.com/microsoft/AL/issues/4877",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
... |
1276785754 | Getting Error when sending get request with content.
trigger OnAction()
var
httpclients: HttpClient;
httpcontents: HttpContent;
httpheader: HttpHeaders;
httprequest: HttpRequestMessage;
httpresponse: HttpResponseMe... | gharchive/issue | 2022-06-20T11:30:19 | 2025-04-01T06:39:34.017077 | {
"authors": [
"RavinderKumarGitHub",
"dnpb",
"nndobrev"
],
"repo": "microsoft/AL",
"url": "https://github.com/microsoft/AL/issues/7085",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
825509510 | [Event Change] Database::"Job Journal Line" - Function CheckItemAvailable - OnBeforeCheckItemAvailable
We like to request the following Event:
Object: Database::"Job Journal Line"
Function: CheckItemAvailable
Publisher Event: OnBeforeCheckItemAvailable
Reason: add an extra Parameter
Where is the event placed:
Event C... | gharchive/issue | 2021-03-09T08:20:50 | 2025-04-01T06:39:34.019904 | {
"authors": [
"JesperSchulz",
"acadonAG-dev"
],
"repo": "microsoft/ALAppExtensions",
"url": "https://github.com/microsoft/ALAppExtensions/issues/11538",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
997958124 | [EventRequest] Table 5093 "Opportunity Entry".UpdateOppFromOpp
Please add new event
procedure UpdateOppFromOpp(var Opp: Record Opportunity)
begin
Opp.TestField(Closed, false);
DeleteAll();
Init;
Validate("Opportunity No.", Opp."No.");
"Sales Cycle Code" := Opp."Sales Cy... | gharchive/issue | 2021-09-16T08:56:35 | 2025-04-01T06:39:34.021769 | {
"authors": [
"JesperSchulz",
"fridrichovsky"
],
"repo": "microsoft/ALAppExtensions",
"url": "https://github.com/microsoft/ALAppExtensions/issues/14346",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1237303617 | [Event Request] codeunit 99000845 "Reservation Management" - OnBeforeMakeRoomForReservation
Please add new event.
procedure MakeRoomForReservation(var ReservEntry: Record "Reservation Entry")
var
ReservEntry2: Record "Reservation Entry";
TotalQuantity: Decimal;
IsHandled: Boolean;
begin
IsHandled := false;
OnBef... | gharchive/issue | 2022-05-16T15:07:43 | 2025-04-01T06:39:34.023856 | {
"authors": [
"JesperSchulz",
"miljance"
],
"repo": "microsoft/ALAppExtensions",
"url": "https://github.com/microsoft/ALAppExtensions/issues/18032",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1525305561 | [Event Request] codeunit 80 "Sales-Post" - InvoiceRounding
In https://github.com/microsoft/ALAppExtensions/issues/21662 , we requested a new function on SalesLine : GetVATBaseDiscountPercentage
Can you please integrate this new function for all references to SalesHeader."VAT Base Discount %" in InvoiceRounding?
This ... | gharchive/issue | 2023-01-09T10:26:09 | 2025-04-01T06:39:34.026877 | {
"authors": [
"JesperSchulz",
"fvet"
],
"repo": "microsoft/ALAppExtensions",
"url": "https://github.com/microsoft/ALAppExtensions/issues/21664",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1813302992 | [Event Request] report 5850 "Copy Invt. Document" OnLookupDocNoOnBeforeValidateDocNo
🕮 Describe the request
Could you please add the following event for extensiblity of the _ Enum "Invt. Doc. Document Type From"_?
Please Include the sender in the event request.
local procedure LookupDocNo()
begin
case DocType of... | gharchive/issue | 2023-07-20T06:57:21 | 2025-04-01T06:39:34.029797 | {
"authors": [
"JesperSchulz",
"pri-kise"
],
"repo": "microsoft/ALAppExtensions",
"url": "https://github.com/microsoft/ALAppExtensions/issues/24168",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1874848110 | [Event Request] Codeunit 5940 ServContractManagement
The following events are required for this object:
[IntegrationEvent(false, false)]
local procedure OnCreateServiceLedgerEntryOnBeforeServLedgEntryInsert(var ServiceLedgerEntry: Record "Service Ledger Entry"; ServiceContractHeader: Record "Service Contract ... | gharchive/issue | 2023-08-31T06:10:51 | 2025-04-01T06:39:34.039667 | {
"authors": [
"JesperSchulz",
"SimonasDargis"
],
"repo": "microsoft/ALAppExtensions",
"url": "https://github.com/microsoft/ALAppExtensions/issues/24695",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2340574395 | Add parameter on event OnBeforeInsertGlobalGLEntry into codeunit 12 "Gen. Jnl.-Post Line"
Describe the request
The code should be like this:
procedure FinishPosting(GenJournalLine: Record "Gen. Journal Line") IsTransactionConsistent: Boolean
var
CostAccountingSetup: Record "Cost Accounting Setup";
TransferGlE... | gharchive/issue | 2024-06-07T14:14:34 | 2025-04-01T06:39:34.045242 | {
"authors": [
"JesperSchulz",
"NBTPaolinoMattia"
],
"repo": "microsoft/ALAppExtensions",
"url": "https://github.com/microsoft/ALAppExtensions/issues/26625",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2359565030 | page 305 "Reservation Worksheet" - SetCurrentWkshBatchName
Describe the request
We would like to open the page 305 "Reservation Worksheet" for a specific Wksh. Batch Name. Therefore, a function should be added which allows to set the value of the global CurrentWkshBatchName variable.
Suggested function:
procedure Set... | gharchive/issue | 2024-06-18T10:54:25 | 2025-04-01T06:39:34.049085 | {
"authors": [
"JesperSchulz",
"fvet"
],
"repo": "microsoft/ALAppExtensions",
"url": "https://github.com/microsoft/ALAppExtensions/issues/26690",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
498170057 | [Eventrequest] codeunit 12173
Hi AL team,
please add new publisher event on Codeunit 12173 into trigger OnRun, like this:
All parameters should be passed by var.
This is necessary to manage a particular withholding system in Italy, which has a percentage and amount of 0.
if is possible change the functionvisib... | gharchive/issue | 2019-09-24T09:04:30 | 2025-04-01T06:39:34.051540 | {
"authors": [
"bc-ghost",
"giann85"
],
"repo": "microsoft/ALAppExtensions",
"url": "https://github.com/microsoft/ALAppExtensions/issues/4336",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
561015902 | Missing RunPageView on pages while filtering on Ledger tables
We have found pages 99000778,99000773,99000846 are missing RunPageView while filtering and running ledger entry pages, leading to slow performance (see actions for detail). Please address it in all supported versions of Dynamics NAV. Our proposed changes... | gharchive/issue | 2020-02-06T13:33:56 | 2025-04-01T06:39:34.056604 | {
"authors": [
"AlexanderYakunin",
"Rama-M",
"bc-ghost"
],
"repo": "microsoft/ALAppExtensions",
"url": "https://github.com/microsoft/ALAppExtensions/issues/5954",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
713425831 | [Event Request] Database::"Assembly Line" - Function CopyFromResource - OnBeforeCopyFromResource
We like to request the following Event:
Object: Database::"Assembly Line"
Function: CopyFromResource
Publisher Event: OnBeforeCopyFromResource
Reason: To implement custom business logic
Where is the event placed:
local pr... | gharchive/issue | 2020-10-02T07:52:42 | 2025-04-01T06:39:34.060526 | {
"authors": [
"acadonAG-dev",
"bc-ghost"
],
"repo": "microsoft/ALAppExtensions",
"url": "https://github.com/microsoft/ALAppExtensions/issues/9031",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
681610113 | Pagination of list items
What platform is your feature request related to? (Delete other platforms).
.NET HTML
Android
iOS (Swift/Objective C)
JavaScript
Is your feature request related to a problem? Please describe.
When there are many list items, we want to show list with pagination.
Describe the solution you'd l... | gharchive/issue | 2020-08-19T07:21:54 | 2025-04-01T06:39:34.064004 | {
"authors": [
"RebeccaAnne",
"animia"
],
"repo": "microsoft/AdaptiveCards",
"url": "https://github.com/microsoft/AdaptiveCards/issues/4615",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1906960614 | [BUG] Large amount of CustomEvent: {"isTrusted": false} logged in AppInsights
Description/Screenshot
I am working on a React WebApp which uses both LaunchDarkly and AppInsights. Both seem to have a concept of Custom Events.
We started having large amounts of exceptions logged in our AppInsights regarding "untrusted C... | gharchive/issue | 2023-09-21T13:15:29 | 2025-04-01T06:39:34.074331 | {
"authors": [
"emileturcotte"
],
"repo": "microsoft/ApplicationInsights-JS",
"url": "https://github.com/microsoft/ApplicationInsights-JS/issues/2161",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
452101021 | NPM Package @microsoft/applicationinsights-react-native is not compiled
I am setting up Application Insights on a mobile app to do some frontend related logging.
When creating the React Native bundle, I am encountering the following error:
error: bundling failed: Error: While trying to resolve module @microsoft/appl... | gharchive/issue | 2019-06-04T16:46:40 | 2025-04-01T06:39:34.083318 | {
"authors": [
"Vstoy001",
"markwolff"
],
"repo": "microsoft/ApplicationInsights-JS",
"url": "https://github.com/microsoft/ApplicationInsights-JS/issues/915",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
603518707 | BodyTrackingException, Missing Library
Hi all
I am a newbi regarding Kinect. I created a Visual Studio project and was able to use my kinect device. Then I added the body tracking stuff. During the runtime I get the following runtime exception:
K4AdotNet.BodyTracking.BodyTrackingException
HResult=0x80131500
Message=V... | gharchive/issue | 2020-04-20T20:36:56 | 2025-04-01T06:39:34.086616 | {
"authors": [
"daveherzig"
],
"repo": "microsoft/Azure-Kinect-Sensor-SDK",
"url": "https://github.com/microsoft/Azure-Kinect-Sensor-SDK/issues/1186",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
478836783 | Nothing happens after clicking 'Upload/Download' for one blob container
Storage Explorer Version: 1.9.0
Branch: master
Build: 20190809.2
Platform/OS: Linux Ubuntu 19.04/Windows 10/macOS High Sierra
Architecture: ia32/x64
Regression From: Previous release 1.9.0
Steps to reproduce:
Expand one non-adls gen2 account -> ... | gharchive/issue | 2019-08-09T07:20:39 | 2025-04-01T06:39:34.091366 | {
"authors": [
"v-xianya",
"v-xuanzh"
],
"repo": "microsoft/AzureStorageExplorer",
"url": "https://github.com/microsoft/AzureStorageExplorer/issues/1633",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
497467888 | A11y_AzureToolsStorageExplorer_Disk_DiskInfoTable_ScreenReader: NVDA does not announcing the table name it is only announcing as table.
Check out Accessibility Insights! - Identify accessibility bugs before check-in and make bug fixing faster and easier.”
GitHubTags: #A11y_AzureToolsStorageExplorer; #A11yMAS; #A11YTC... | gharchive/issue | 2019-09-24T05:41:15 | 2025-04-01T06:39:34.101086 | {
"authors": [
"Radha2019",
"mstechie",
"vinodbk197"
],
"repo": "microsoft/AzureStorageExplorer",
"url": "https://github.com/microsoft/AzureStorageExplorer/issues/1889",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
548156831 | On Cosmos DB - Execute Query: Add ability to execute selected text only like SSMS has.
Please add the ability to execute just the selected statement rather than always executing the entire contents of the query window.
Suppose I have two statements in the query window:
SELECT * FROM c WHERE c.Type = 'Fruit'
SELECT *... | gharchive/issue | 2020-01-10T15:56:58 | 2025-04-01T06:39:34.105319 | {
"authors": [
"JPhillipBrooks",
"aliuy"
],
"repo": "microsoft/AzureStorageExplorer",
"url": "https://github.com/microsoft/AzureStorageExplorer/issues/2537",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
727187278 | It would be better to use a faster way to remove the added tags in the upload dialog
Storage Explorer Version: 1.16.0-dev
Build: 20201022.3
Branch: main
Platform/OS: Windows 10/ Linux Ubuntu 16.04/ MacOS Catalina
Architecture: ia32/x64
Regression From: Not a regression
Steps to reproduce:
Expand one storage account ... | gharchive/issue | 2020-10-22T08:54:31 | 2025-04-01T06:39:34.110049 | {
"authors": [
"JasonYeMSFT",
"v-xianya"
],
"repo": "microsoft/AzureStorageExplorer",
"url": "https://github.com/microsoft/AzureStorageExplorer/issues/3703",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1081451957 | Have standalone test framework recover more gracefully from hangs
[x] Add timeouts to individual tests
[x] Allow tests to run in parallel
[ ] Ensure test results can be retrieved even if some tests hang (write results to temp file, then assemble test results file when all tests finish, even after timeout)
Cutting... | gharchive/issue | 2021-12-15T19:46:05 | 2025-04-01T06:39:34.112031 | {
"authors": [
"MRayermannMSFT",
"craxal"
],
"repo": "microsoft/AzureStorageExplorer",
"url": "https://github.com/microsoft/AzureStorageExplorer/issues/5268",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1114695699 | An error "Provider not found for operation 'Azure.Storage.Table.createEntity' " occurs when adding/editing one entity
Storage Explorer Version: 1.23.0-dev
Build Number: 20220125.10
Branch: main
Platform/OS: Windows 10/Linux Ubuntu 20.04/MacOS Big Sur 11.6.1
How Found: From running test case
Regression From: Previous ... | gharchive/issue | 2022-01-26T07:06:51 | 2025-04-01T06:39:34.116032 | {
"authors": [
"craxal",
"v-xianya"
],
"repo": "microsoft/AzureStorageExplorer",
"url": "https://github.com/microsoft/AzureStorageExplorer/issues/5372",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
569479349 | [Accessibility][Screen Readers-Filter Dialog] : Focus should move to the chart section after selecting any dialog.
User Experience
Users will find it difficult to navigate through the application if focus order is incorrect. Here, focus should move to the flow chart section after selecting any of the dialog otherwise... | gharchive/issue | 2020-02-23T11:15:47 | 2025-04-01T06:39:34.128156 | {
"authors": [
"Amit8527510735",
"ashish315",
"beyackle"
],
"repo": "microsoft/BotFramework-Composer",
"url": "https://github.com/microsoft/BotFramework-Composer/issues/2056",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
601779786 | a11y: add keyboard shortcut for copy, cut, paste
Description
Add keyboard shortcut for copy, cut, paste
Task Item
fix #2082
Screenshots
@alanlong9278 I think this is good, however there are some pretty gnarly conflicts to fix-up as this PR is becoming stale. Can you please address conflicts?
Approved once confl... | gharchive/pull-request | 2020-04-17T07:58:33 | 2025-04-01T06:39:34.131046 | {
"authors": [
"alanlong9278",
"cwhitten"
],
"repo": "microsoft/BotFramework-Composer",
"url": "https://github.com/microsoft/BotFramework-Composer/pull/2694",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
850602788 | fix: detect "Get started" dependencies in all projects not just current project
Description
adjust the mechanism used to determine if a project needs LUIS or QNA to support multi-bot projects. This moves code from the header component into a recoil selector.
Task Item
fixes #6649
Coverage decreased (-0.008%) to 51... | gharchive/pull-request | 2021-04-05T19:28:10 | 2025-04-01T06:39:34.133546 | {
"authors": [
"benbrown",
"coveralls"
],
"repo": "microsoft/BotFramework-Composer",
"url": "https://github.com/microsoft/BotFramework-Composer/pull/6686",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
489420609 | [#1754] Fixed log panel timestamp color on light theme.
#1754
===
(Colors taken from VS Code color palette)
Coverage remained the same at 65.588% when pulling 16da70ec718c479981914ee758c56897d2889a35 on toanzian/acc-#1754 into f819ab8979635d7e7fb60ba788ecdc2d722842e7 on master.
| gharchive/pull-request | 2019-09-04T21:59:44 | 2025-04-01T06:39:34.136560 | {
"authors": [
"coveralls",
"tonyanziano"
],
"repo": "microsoft/BotFramework-Emulator",
"url": "https://github.com/microsoft/BotFramework-Emulator/pull/1831",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
470739006 | There are bubble border color and other style settings that are not working
The border color and border width are not working
bubbleBackground: '#353535',
bubbleBorderWidth: 0,
bubbleBorderStyle: 'none',
bubbleFromUserBorderWidth: 5,
bubbleBorderColor: 'green',
bubbleBorderRadius: 0,
bubbleFromUserBorderColor: 'black... | gharchive/issue | 2019-07-21T03:55:29 | 2025-04-01T06:39:34.141832 | {
"authors": [
"alokraj68",
"compulim",
"corinagum",
"narik1989",
"premaarya",
"xtianus79"
],
"repo": "microsoft/BotFramework-WebChat",
"url": "https://github.com/microsoft/BotFramework-WebChat/issues/2207",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-... |
2006017272 | Add Initial Mariner Image Modifier (EMU) Files
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
[x] The toolchain has been rebuilt successfully (or no changes were made to it)
[x] The toolchain/worker package manifests are up-to-date
[x] Any upd... | gharchive/pull-request | 2023-11-22T10:22:19 | 2025-04-01T06:39:34.153648 | {
"authors": [
"cwize1",
"elainezhao96",
"reubeno",
"romoh"
],
"repo": "microsoft/CBL-Mariner",
"url": "https://github.com/microsoft/CBL-Mariner/pull/6824",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
762695836 | AccessViolationException when accessing Windows.Devices.Enumeration.Pnp.PnpObject.Properties.TryGetValue
On occasion, when accessing the properties of enumerated PnpObjects, I get this exception:
Exception thrown at 0x00007FF82FDFDBDE (combase.dll) in Agent.exe: 0xC0000005: Access violation reading location 0x0000027... | gharchive/issue | 2020-12-11T17:58:11 | 2025-04-01T06:39:34.185833 | {
"authors": [
"Scottj1s",
"angelazhangmsft",
"manodasanW",
"ujjwalchadha",
"v-tbert"
],
"repo": "microsoft/CsWinRT",
"url": "https://github.com/microsoft/CsWinRT/issues/635",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
450664273 | multiple instances of the same connector need to authenticate one by one
we have a data connector which connects to our graphql API. the authentication is done by our own OAuth2 identity provider. the overall solution is working so far. currently we are fetching the data with Web.Contents where we have a full query t... | gharchive/issue | 2019-05-31T07:50:42 | 2025-04-01T06:39:34.192963 | {
"authors": [
"CurtHagenlocher",
"OneCyrus",
"alex-v-ivanov",
"amitkar1980",
"migueesc123"
],
"repo": "microsoft/DataConnectors",
"url": "https://github.com/microsoft/DataConnectors/issues/219",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2486237095 | [CCL] fix condition issue in ccl.py
previous condition check is not right, it would cause this condition always be True.
I wanted to check this on XPU and HPU,
XPU: https://github.com/microsoft/DeepSpeed/actions/runs/10586606972/job/29335722768
HPU seems to have another issue, debugging that now.
| gharchive/pull-request | 2024-08-26T08:12:58 | 2025-04-01T06:39:34.195999 | {
"authors": [
"YizhouZ",
"loadams"
],
"repo": "microsoft/DeepSpeed",
"url": "https://github.com/microsoft/DeepSpeed/pull/6443",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
918878833 | Add suggested solution/url to CLI analyze output
Is your feature request related to a problem? Please describe.
CLI outputs the following format:
/opt/atlassian/pipelines/agent/build/header.php:21:31:21:38 [Moderate] DS137138 Insecure URL
I'm missing details on the error or a link to get info on a proposed solution.
... | gharchive/issue | 2021-06-11T15:16:01 | 2025-04-01T06:39:34.198451 | {
"authors": [
"gfs",
"michaelw85"
],
"repo": "microsoft/DevSkim",
"url": "https://github.com/microsoft/DevSkim/issues/296",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
439923295 | Direct3D9 Specification
Hi!
It'd be really cool if you could add the Direct3D9 spec on here. There's lots of undocumented and confusing behavior in d3d9 -- a sm1-3 specification would also be nice.
Unfortunately we don't have specs for earlier (<= D3D9 era) APIs in a form that could easily be published, so this isn... | gharchive/issue | 2019-05-03T07:33:16 | 2025-04-01T06:39:34.201075 | {
"authors": [
"Joshua-Ashton",
"ValZapod",
"shawnhar"
],
"repo": "microsoft/DirectX-Specs",
"url": "https://github.com/microsoft/DirectX-Specs/issues/10",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1401231964 | Incorrect NuGet Package Information?
Hello, the NuGet package Project URL points to Azure AppConfiguration. I was going to do a PR but I don't know what the icon should be:
https://github.com/microsoft/FeatureManagement-Dotnet/blob/main/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore... | gharchive/issue | 2022-10-07T14:04:27 | 2025-04-01T06:39:34.213998 | {
"authors": [
"verifiedcoder"
],
"repo": "microsoft/FeatureManagement-Dotnet",
"url": "https://github.com/microsoft/FeatureManagement-Dotnet/issues/200",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1272434615 | Milan size limits 1
PropertyTree DDS: Summary / Operation Compression
Description
Implementation of new CompressedCommPropertyTree DDS extended from PropertyTree DDS which compresses Summaries and Deltas.
PR Checklist
[ ] I have updated the documentation accordingly.
[x] I have added tests to cover my changes.
[x] A... | gharchive/pull-request | 2022-06-15T15:52:40 | 2025-04-01T06:39:34.229381 | {
"authors": [
"DLehenbauer",
"dstanesc",
"milanro",
"taylorsw04",
"tylerbutler",
"vladsud"
],
"repo": "microsoft/FluidFramework",
"url": "https://github.com/microsoft/FluidFramework/pull/10688",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1648378507 | Container loader deprecations
Description
The following types in the @fluidframework/container-loader package are not used by, or necessary to use our public api, so will be removed from export in the next major release:
IContainerLoadOptions
IContainerConfig
IPendingContainerState
ISerializableBlobContents
@wes-... | gharchive/pull-request | 2023-03-30T21:55:22 | 2025-04-01T06:39:34.232537 | {
"authors": [
"anthony-murphy"
],
"repo": "microsoft/FluidFramework",
"url": "https://github.com/microsoft/FluidFramework/pull/14891",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1797747683 | Refactor Azure Client: Replace common-definitions with core-interfaces
This pull request updates the Azure client code by replacing the dependency @fluidframework/common-definitions with @fluidframework/core-interfaces.
investigate into how re-exported APIs affect type tests
This was only supposed to contain the az... | gharchive/pull-request | 2023-07-10T23:15:12 | 2025-04-01T06:39:34.233816 | {
"authors": [
"RishhiB"
],
"repo": "microsoft/FluidFramework",
"url": "https://github.com/microsoft/FluidFramework/pull/16305",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2085102442 | Loader and some driver changes for Limited Data Virtualization
Description
Add interface to represent the snapshot tree with group Ids. This is where the snapshot tree could be partial and missing some of the children.
export interface ISnapshotTree2 extends ISnapshotTree { groupID?: string; trees: { [path: strin... | gharchive/pull-request | 2024-01-16T22:59:26 | 2025-04-01T06:39:34.238344 | {
"authors": [
"anthony-murphy",
"jatgarg"
],
"repo": "microsoft/FluidFramework",
"url": "https://github.com/microsoft/FluidFramework/pull/19256",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
807847801 | [Sample classification task] azure_dataset_id definition conflict between GlaucomaPublicExt.py and GlaucomaPublic.py
When following the sample classification task instructions to create the classification model configuration, we are instructed to specify azure_dataset_id in the constructor.
In the definition of Glauc... | gharchive/issue | 2021-02-13T23:10:21 | 2025-04-01T06:39:34.243981 | {
"authors": [
"JacopoTeneggi",
"ant0nsc"
],
"repo": "microsoft/InnerEye-DeepLearning",
"url": "https://github.com/microsoft/InnerEye-DeepLearning/issues/397",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1846519461 | Update-mgdevicemanagementmanageddevice -devicecategory
Does the cmdlet work ?
because can't make work with -bodyparameter or -devicecategory, eveytime he result with an error
$Params = @{ DeviceCategory = @{ "DisplayName" = "$NewCategory"} } | ConvertTo-Json try { # Changer la category Update-MgDeviceMana... | gharchive/issue | 2023-08-11T09:44:04 | 2025-04-01T06:39:34.250131 | {
"authors": [
"SamSepiolWarden",
"clienart-bmx",
"geoced"
],
"repo": "microsoft/Intune-PowerShell-SDK",
"url": "https://github.com/microsoft/Intune-PowerShell-SDK/issues/145",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
452823475 | Adding MacOS 10.14 jobs to the azure-pipelines.yml file
This also fixes the build scripts to properly opt out of the first time experience.
macOS looks to currently hit an assert: The active test run was aborted. Reason: Assertion failed: (isa<X>(Val) && "cast<Ty>() argument of incompatible type!"), function cast, ... | gharchive/pull-request | 2019-06-06T04:14:10 | 2025-04-01T06:39:34.251351 | {
"authors": [
"tannergooding"
],
"repo": "microsoft/LLVMSharp",
"url": "https://github.com/microsoft/LLVMSharp/pull/103",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
668824328 | [fix] Locale independent model load/save
Hello,
Issue
With the revert of its PR, this issue became again a concern in Java: https://github.com/microsoft/LightGBM/issues/2890.
At the moment LightGBM uses strtod() and C++ streams to read/write floating point the model file numbers.
The issue is that Java breaks the ini... | gharchive/issue | 2020-07-30T14:53:30 | 2025-04-01T06:39:34.295518 | {
"authors": [
"AlbertoEAF",
"StrikerRUS",
"guolinke"
],
"repo": "microsoft/LightGBM",
"url": "https://github.com/microsoft/LightGBM/issues/3267",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2177133364 | 智能助手 运动计步
**_
_**
@kant @jameslamb _
_
We're reporting this, please stop.
| gharchive/issue | 2024-03-09T08:21:45 | 2025-04-01T06:39:34.300408 | {
"authors": [
"AB123456789Pp",
"jameslamb"
],
"repo": "microsoft/LightGBM",
"url": "https://github.com/microsoft/LightGBM/issues/6355",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1972124975 | [python-package] Accept numpy generators as random_state
This PR adds support for numpy generators as possible inputs for random_state. Generators are the recommended way of drawing random numbers from numpy, while RandomState is deprecated. Lots of other software such as SciPy have moved towards Generator and/or al... | gharchive/pull-request | 2023-11-01T10:44:27 | 2025-04-01T06:39:34.304101 | {
"authors": [
"david-cortes",
"jameslamb"
],
"repo": "microsoft/LightGBM",
"url": "https://github.com/microsoft/LightGBM/pull/6174",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
547142124 | Improved Solution File Handling
This change makes a lot of improvements to how MSB4U solution file is generated, and more importantly what information it tries to bring forward when overwriting this file. This means, you can now modify and add items to the solution file, and have MSB4U preserve those.
This change add... | gharchive/pull-request | 2020-01-08T22:34:08 | 2025-04-01T06:39:34.306392 | {
"authors": [
"andreiborodin",
"chrisfromwork"
],
"repo": "microsoft/MSBuildForUnity",
"url": "https://github.com/microsoft/MSBuildForUnity/pull/96",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1050327723 | Traversal SDK net6 support
Hi!
In dotnet-affected, we create MSBuild Traversal SDK projects using this code:
var projectRootElement = @"<Project Sdk=""Microsoft.Build.Traversal/3.0.3""></Project>";
var stringReader = new StringReader(projectRootElement);
var xmlReader = new XmlTextReader(stringReader);
var root = Pro... | gharchive/issue | 2021-11-10T21:31:15 | 2025-04-01T06:39:34.314716 | {
"authors": [
"jeffkl",
"leonardochaia"
],
"repo": "microsoft/MSBuildSdks",
"url": "https://github.com/microsoft/MSBuildSdks/issues/309",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2409373165 | [Bug - Partner Center] Certification fails for MV3 extension having both background.service_worker and background.script defined in manifest
The issue
Google/Chrome, Mozilla/Firefox and Apple/Safari all allow MV3 webextensions defining both background.service_worker and background.script in the manifest. In such case... | gharchive/issue | 2024-07-15T18:36:21 | 2025-04-01T06:39:34.376306 | {
"authors": [
"ManikanthMSFT",
"StigNygaard"
],
"repo": "microsoft/MicrosoftEdge-Extensions",
"url": "https://github.com/microsoft/MicrosoftEdge-Extensions/issues/172",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.