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
475501926
Add guide for Discovery api into jupyter cells Description Simple one. Add a guidance comment for R functions into auto-generated Jupyter cells. Related Issue : #2343 metatron-app/discovery-jupyter-r-utils#2 How Has This Been Tested? Add a unit test and already using in the own notebooks. Need additional checks? ...
gharchive/pull-request
2019-08-01T06:43:45
2025-04-01T04:57:30.569857
{ "authors": [ "alchan-lee" ], "repo": "metatron-app/metatron-discovery", "url": "https://github.com/metatron-app/metatron-discovery/pull/2421", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
544818874
fix column type of metadata to be same as filter type Description Fix column type of metadata to be same as filter type Related Issue : How Has This Been Tested? Management - Metadata - Column Details Check that the column type of the metadata is the same as the type of the filter. Need additional checks? Types...
gharchive/pull-request
2020-01-03T01:41:37
2025-04-01T04:57:30.574481
{ "authors": [ "minhyun2" ], "repo": "metatron-app/metatron-discovery", "url": "https://github.com/metatron-app/metatron-discovery/pull/3013", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1740104106
[Bug] 调用的函数不存在 Verify steps [X] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome. [X] I have read the Wiki, especially the FAQ page. [X] I have searched on the issue tracker for a related issue. MetaTube Plugin Version 2023.503.910.0 MetaTube Server Version...
gharchive/issue
2023-06-04T03:39:06
2025-04-01T04:57:30.579350
{ "authors": [ "feihong-gz" ], "repo": "metatube-community/jellyfin-plugin-metatube", "url": "https://github.com/metatube-community/jellyfin-plugin-metatube/issues/177", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
158386864
Redirect after login / registration Hello, what is the proper / recommended method for redirecting a user to a specific page after they login or register? Thank you in advance Eric Is this still an issue for you? If you are using FlowRouter, this is what I've been using that works: AccountsTemplates.configure({ ...
gharchive/issue
2016-06-03T14:59:27
2025-04-01T04:57:30.582706
{ "authors": [ "chazsolo", "eholland7080" ], "repo": "meteor-useraccounts/core", "url": "https://github.com/meteor-useraccounts/core/issues/687", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
233115663
Ancillary generation: E-W and N-S orography gradient field As a developer I want access to ancillary datasets for the E-W and N-S orography gradient field for spot data and neighbourhood processing routines so that developers don't have to regenerate these fields each time they are required. Related issues: #43 Accep...
gharchive/issue
2017-06-02T08:44:58
2025-04-01T04:57:30.732892
{ "authors": [ "gavinevans", "meabhnicguidhir" ], "repo": "metoppv/improver", "url": "https://github.com/metoppv/improver/issues/76", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
539153474
temporal-interpolate CLI to clize CLI now outputs CubeList into a single file. Need to update one of the KGOs to reflect this change Testing: [x] Ran tests and they passed OK (except known failure) Here is an overview of what got changed by this pull request: Complexity decreasing per file ==================...
gharchive/pull-request
2019-12-17T15:52:57
2025-04-01T04:57:30.737247
{ "authors": [ "arh89", "benfitzpatrick" ], "repo": "metoppv/improver", "url": "https://github.com/metoppv/improver/pull/1078", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
561178919
Switch GitHub Actions back on for PRs Switch GitHub Actions back on for PRs - need this to get the check at the bottom of pull request pages. You get duplicate runs ^ ..because you are on upstream, but it's useful for forked PRs ;)
gharchive/pull-request
2020-02-06T18:04:32
2025-04-01T04:57:30.738251
{ "authors": [ "LaurenceBeard", "benfitzpatrick" ], "repo": "metoppv/improver", "url": "https://github.com/metoppv/improver/pull/1149", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
667431284
Profile Currently, figures take about 30 minutes to build, for 200 data points. Profiling them to see which functions and which calls are taking up the most time can yield invaluable information on how to speed up the code. Speeding up the parts of the code that take up the most time (and sometimes memory access call...
gharchive/issue
2020-07-28T22:52:00
2025-04-01T04:57:30.758678
{ "authors": [ "aarmey", "lkargi", "shak360" ], "repo": "meyer-lab/tHMM", "url": "https://github.com/meyer-lab/tHMM/issues/477", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1162069397
Beaucoup de "Unhandled exception, please reload" Quasiment à chaque fois que je clique sur "generate" dans "Analytics" j'ai cette erreur. blazor.webassembly.js:1 GitHub dabatabase sha 'e0a6ac7f87b63a4d5a3be87d8bd6bf0f3d01a2d8' is equals to the current db sha 'e0a6ac7f87b63a4d5a3be87d8bd6bf0f3d01a2d8' => Do not import...
gharchive/issue
2022-03-08T00:12:12
2025-04-01T04:57:30.764601
{ "authors": [ "Biloog29", "meziantou" ], "repo": "meziantou/meziantou.moneiz", "url": "https://github.com/meziantou/meziantou.moneiz/issues/27", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
202252978
Proposition to add note about trackBy and ngDoCheck Hi @mgechev i noticed that there is no notes about using trackBy function for *ngFor and nothing about using ngDoCheck to reduce heavy calculation in multiple places in template. Would you be open to accept pull request on that? If so - i would be happy to send it t...
gharchive/issue
2017-01-20T21:58:57
2025-04-01T04:57:30.820582
{ "authors": [ "mgechev", "tytskyi" ], "repo": "mgechev/angular-performance-checklist", "url": "https://github.com/mgechev/angular-performance-checklist/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2588425451
🛑 Merchant APP (API Version API) is down In e44c1c8, Merchant APP (API Version API) (https://gateway.wavemoney.io/v2/merchant-api/url-version/entity/merchant) was down: HTTP code: 502 Response time: 308 ms Resolved: Merchant APP (API Version API) is back up in 441bc2f after 2 hours, 51 minutes.
gharchive/issue
2024-10-15T11:06:09
2025-04-01T04:57:30.831977
{ "authors": [ "mgmgpyaesonewin" ], "repo": "mgmgpyaesonewin/strapi-upptime", "url": "https://github.com/mgmgpyaesonewin/strapi-upptime/issues/1968", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
124294782
Uncaught SyntaxError: Unexpected token U [Enter steps to reproduce below:] ... ... Atom Version: 1.3.2 System: Microsoft Windows 10 Pro Thrown From: Remote-FTP package, v0.7.15 Stack Trace Uncaught SyntaxError: Unexpected token U At file:///C:/Users/gpopa.TAYCOR/AppData/Local/atom/app-1.3.2/resources/app.asar/stati...
gharchive/issue
2015-12-30T02:23:51
2025-04-01T04:57:30.843676
{ "authors": [ "jpxd", "karjac14", "radupopa2010" ], "repo": "mgrenier/remote-ftp", "url": "https://github.com/mgrenier/remote-ftp/issues/252", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
132101981
Add Timeout to refresh Repo In order to update from repo with putting to much pressure on the storage, a timeout can be set on repo assignment. This timeout in seconds allows update of flags in distributed deployments. i guess the travis needs some updates. The updated rubocop version in the current runs had more c...
gharchive/pull-request
2016-02-08T10:18:33
2025-04-01T04:57:30.845378
{ "authors": [ "enc", "mgsnova" ], "repo": "mgsnova/feature", "url": "https://github.com/mgsnova/feature/pull/33", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
131290649
Support for objective c and to use .plist Hello mhergon, First of all great job you have done with this library Can you please provide update in Objective c and suggest me to a way for use .plist file instead of .srt file Hi @vanditmehta You can use Swift version on your Objective-C projects. Please, refer to this ...
gharchive/issue
2016-02-04T09:35:15
2025-04-01T04:57:30.867378
{ "authors": [ "mhergon", "vanditmehta" ], "repo": "mhergon/MPMoviePlayerController-Subtitles", "url": "https://github.com/mhergon/MPMoviePlayerController-Subtitles/issues/18", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
243457170
Multiple vms in one vagrant Vagrant.configure("2") do |config| config.vm.define "debbie" do |debbie| debbie.vm.box = "debian/jessie64" debbie.vm.network :forwarded_port, host: 80, guest: 80 debbie.vm.network :forwarded_port, host: 3306, guest: 3306 debbie.vm.network :forwarded_port...
gharchive/issue
2017-07-17T16:45:17
2025-04-01T04:57:30.869649
{ "authors": [ "mhulse" ], "repo": "mhulse/vagrant-latmp", "url": "https://github.com/mhulse/vagrant-latmp/issues/6", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
846212003
Not editable mentions support This is rather question than issue. How/If it is possible to do so mentions themselves are not editable? So when user presses backspace (for example), whole mention is removed. Thank you for the suggestion, I'm working on this feature. If not in the 1.3.0 update, perhaps in the 1.4.0 o...
gharchive/issue
2021-03-31T08:48:13
2025-04-01T04:57:30.877482
{ "authors": [ "micazi", "radzish" ], "repo": "micazi/rich_text_controller", "url": "https://github.com/micazi/rich_text_controller/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
181788344
Correct docs.py 'j' is actually down, and 'k' is up. Nice catch, thanks!
gharchive/pull-request
2016-10-07T23:39:18
2025-04-01T04:57:30.908425
{ "authors": [ "crsaracco", "michael-lazar" ], "repo": "michael-lazar/rtv", "url": "https://github.com/michael-lazar/rtv/pull/309", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1663222709
Improve EditorToolBar UX for iOS Don't hide toolbar when de-activating soft keyboard, move it around based on logic in frontend. This solution can be read about here: sticky-header-ios-keyboard-fix. I have still found a few edge cases from my phone so it is not perfect 100% of times but might at least be a good start...
gharchive/pull-request
2023-04-11T21:13:49
2025-04-01T04:57:30.918889
{ "authors": [ "michael", "nilskj" ], "repo": "michael/editable-website", "url": "https://github.com/michael/editable-website/pull/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
103723412
Callback specified in on-page-change attribute is not getting called I am working on a mobile app using Ionic Framework. I want Prev, Next based navigation, so I have removed any code belonging to numbered navigation, This how the pagination template looks, <div class="tabs tabs-icon-only pagination" ng-if="1 < pages...
gharchive/issue
2015-08-28T13:58:55
2025-04-01T04:57:30.949599
{ "authors": [ "arvind88", "michaelbromley" ], "repo": "michaelbromley/angularUtils", "url": "https://github.com/michaelbromley/angularUtils/issues/223", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
483082855
Song is skipped after few seconds and make players out of sync. Hi @mherger, After upgrading squeezebox server and spotty, I have this issue described in title. When I ask to play the whole album, first song plays for 4-5 seconds and it skips to next one. But players don't start the second one at the same time, so al...
gharchive/issue
2019-08-20T21:05:52
2025-04-01T04:57:30.974019
{ "authors": [ "michaelherger", "noliveleger" ], "repo": "michaelherger/spotty", "url": "https://github.com/michaelherger/spotty/issues/16", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
756597339
Printer: I can only add items to the top bar, not to the buttons on the page I have added the following printer creation callback function to the PostScript Printer Applications: static void ps_printer_extra_setup(pappl_printer_t *printer, void *data) { char path[256]; // Path to re...
gharchive/issue
2020-12-03T21:17:24
2025-04-01T04:57:30.989013
{ "authors": [ "michaelrsweet", "tillkamppeter" ], "repo": "michaelrsweet/pappl", "url": "https://github.com/michaelrsweet/pappl/issues/98", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
976119245
图一含义 (1)不明白图一和论文的关系。(2)图一左右两边想表达什么意思。右边能表达更复杂的动力学行为? Dear Xiao Zhang, Could you please post your question in English? None of the authors understand Chinese.
gharchive/issue
2021-08-21T11:49:24
2025-04-01T04:57:30.990134
{ "authors": [ "XiaoZhang-NN", "pierreablin" ], "repo": "michaelsdr/momentumnet", "url": "https://github.com/michaelsdr/momentumnet/issues/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1352055364
View preferences Prepares the app for visual customisations by adding a 'View' menu item as well as some placeholder code to save and load preferences from UserDefaults. Added an isMainController field so that only changes made in the first window are saved. This PR serves as a base for some other PRs I'm about to op...
gharchive/pull-request
2022-08-26T10:09:42
2025-04-01T04:57:30.994898
{ "authors": [ "vin047" ], "repo": "michaelvillar/timer-app", "url": "https://github.com/michaelvillar/timer-app/pull/125", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
178966922
http.nonProxyHosts system property ignored Hi, It seems the plugin ignores the properties http.nonProxyHosts and https.nonProxyHosts. For example, I get a HttpHostConnectException if I try to download a file from Google and I pass non-existent proxy settings, while ignoring *.google.com at the same time: gradle downl...
gharchive/issue
2016-09-23T20:29:59
2025-04-01T04:57:31.005708
{ "authors": [ "Ithildir", "michel-kraemer", "timotei" ], "repo": "michel-kraemer/gradle-download-task", "url": "https://github.com/michel-kraemer/gradle-download-task/issues/62", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
508907177
When kwargs are used, option values cannot have "=" I know this is painful to fix, but I call it a bug anyway because it is very unexpected: users would think it easy to know that "--opt", requiring one option, will take the "abc=" below. $ cat test_plac.py #!/usr/bin/env python def func(opt: ('opt', 'option', 'o') ...
gharchive/issue
2019-10-18T07:35:22
2025-04-01T04:57:31.007400
{ "authors": [ "isaacto", "micheles" ], "repo": "micheles/plac", "url": "https://github.com/micheles/plac/issues/38", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
332766191
API docs? Hi, I'm new to Typescript. Is there a way to generate API docs? I see https://github.com/michitaro/healpix#progress but to be able to use it I have to look at the code what the inputs / outputs are. Is that how it's usually done for Typescript? If there is a way to add docs and you want it here, this could ...
gharchive/issue
2018-06-15T13:06:28
2025-04-01T04:57:31.017352
{ "authors": [ "cdeil", "michitaro" ], "repo": "michitaro/healpix", "url": "https://github.com/michitaro/healpix/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
911689410
Unexpected behaviour using different QoS settings Unexpected behaviour using different QoS settings Hardware description: Crazyflie 2.1 w/ flow deck and LPS deck RTOS: freeRTOS Installation type: micro_ros_setup for both the agent and the firmware Version or commit hash: foxy Steps to reproduce the issue I have pus...
gharchive/issue
2021-06-04T16:59:04
2025-04-01T04:57:31.041764
{ "authors": [ "Acuadros95", "pablogs9", "ruimscarvalho98" ], "repo": "micro-ROS/micro-ROS_crazyflie_demo", "url": "https://github.com/micro-ROS/micro-ROS_crazyflie_demo/issues/15", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
562423866
Improve CI build Uses a new base image: microros/ci:dashing to build firmware clients. This base image has the toolchains pre-downloaded it should avoid the spurious download error. Looks like it's not finding the gcc? Looks like it's not finding the gcc? True. Some path issues. I will push some changes. TODO...
gharchive/pull-request
2020-02-10T09:16:14
2025-04-01T04:57:31.044400
{ "authors": [ "BorjaOuterelo", "iluetkeb", "julibert", "pablogs9" ], "repo": "micro-ROS/micro-ros-build", "url": "https://github.com/micro-ROS/micro-ros-build/pull/71", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1068616937
Update README.md grammar thanks!
gharchive/pull-request
2021-12-01T16:29:39
2025-04-01T04:57:31.045393
{ "authors": [ "BrianHe", "melvincarvalho" ], "repo": "micro-fed/microfed.org", "url": "https://github.com/micro-fed/microfed.org/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2231074808
Add explanation for agglomerateByPrevalence This PR aims to solve the issue (https://github.com/microbiome/mia/issues/407) by making the function agglomerateByPrevalence easier to understand : Specify the returned value Add details on the way the function works Clarify the examples Very nice. I think we could sti...
gharchive/pull-request
2024-04-08T12:30:25
2025-04-01T04:57:31.071303
{ "authors": [ "TuomasBorman", "thpralas" ], "repo": "microbiome/mia", "url": "https://github.com/microbiome/mia/pull/509", "license": "Artistic-2.0", "license_type": "permissive", "license_source": "github-api" }
2719154912
Implement migrator that renames the has_calibration field of MassSpectrometry documents to generates_calibration Write a migrator that does the following: For each document in the data_generation_set collection, if that document represents an instance of the MassSpectrometry class (i.e. its type field consists of nm...
gharchive/issue
2024-12-05T02:20:12
2025-04-01T04:57:31.074985
{ "authors": [ "eecavanna" ], "repo": "microbiomedata/nmdc-schema", "url": "https://github.com/microbiomedata/nmdc-schema/issues/2291", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
1066478608
The introduction is now always portable text. Tidying after migration for https://github.com/microbit-foundation/python-editor-next/issues/332 This looks good locally and the code change seems fine. I'll review the PR branch in the morning.
gharchive/pull-request
2021-11-29T20:38:15
2025-04-01T04:57:31.076784
{ "authors": [ "microbit-matt-hillsdon" ], "repo": "microbit-foundation/python-editor-next", "url": "https://github.com/microbit-foundation/python-editor-next/pull/351", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
969683081
Could you add going to the gym as a scenario? It would be great if you could add going to a gym or exercising to your scenario choices. Variables could include: indoors or out ventilation -- no windows or windows that don't open with 1 door; door(s) and windows that open; fans (overhead or floor); hepa filter/air cl...
gharchive/issue
2021-08-12T22:32:17
2025-04-01T04:57:31.093850
{ "authors": [ "ammcomms", "jy2wong" ], "repo": "microcovid/microcovid", "url": "https://github.com/microcovid/microcovid/issues/965", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
449396393
Android O+ account restrictions message @mar-v-in On 30ed2720a0ecd3067fe760e801ecbdbe1b5ff5be the message is "Allow to bypass Android O+ account restrictions for Google Apps" but inside the code there is "When enabled, all applications on this device will be able to see email address of your Google Accounts without p...
gharchive/issue
2019-05-28T17:44:16
2025-04-01T04:57:31.105165
{ "authors": [ "Eerovil", "ale5000-git", "caneleex", "mar-v-in", "voidstarstar" ], "repo": "microg/android_packages_apps_GmsCore", "url": "https://github.com/microg/android_packages_apps_GmsCore/issues/791", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigq...
2471472295
🔧 Fixing the demo build The demo doesn't work. If we run the npm run build:demo command and if we open the resulting demo in the browser, we get a blank page with an error. It doesn't work because: We had a bug in the demo component, we were trying to spread a null value. CDN links were referring to react 15, this...
gharchive/pull-request
2024-08-17T10:42:59
2025-04-01T04:57:31.108655
{ "authors": [ "VadimZvf" ], "repo": "microlinkhq/react-json-view", "url": "https://github.com/microlinkhq/react-json-view/pull/35", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1593073724
Traceid and spanid wrong when using Kotlin Reactor Coroutines Hello. When using Kotlin Reactor Coroutines like the following: return mono { val text = "Greetings from Spring Boot!" logger.error(text) text } then the traceId and spanId that are being included in the log s...
gharchive/issue
2023-02-21T08:53:33
2025-04-01T04:57:31.221623
{ "authors": [ "akoufa", "antechrestos", "bclozel", "boris-senapt", "calebdelnay", "chemicL", "grassehh", "ilya40umov", "krodyrobi", "marcingrzejszczak", "maxxis95", "meberhard", "msosa", "qavid", "sdeleuze", "shakuzen", "styx7659", "tomfi", ...
1052531892
[oracle-cloud] Update common files for branch master Update common files Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pend...
gharchive/pull-request
2021-11-13T03:29:32
2025-04-01T04:57:31.250469
{ "authors": [ "CLAassistant", "micronaut-build" ], "repo": "micronaut-projects/micronaut-oracle-cloud", "url": "https://github.com/micronaut-projects/micronaut-oracle-cloud/pull/299", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
533667515
[CHALLENGE SUBMISSION] Please provide the following information for your submission: What is your name? (First, Last) Gwyneth Pena Where is your GitHub Repo ?(With your challenge solution) https://github.com/madebygps/25-days-of-serverless-2019/tree/master/day_05 What Challenge is this for? (Challenge number between ...
gharchive/issue
2019-12-06T00:02:02
2025-04-01T04:57:31.300846
{ "authors": [ "madebygps", "softchris" ], "repo": "microsoft/25-days-of-serverless", "url": "https://github.com/microsoft/25-days-of-serverless/issues/171", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1690012317
Action Create a new app - app.json require changes Hi Freddy, I would like to ask you to update the app.json in that is created in action Create a new app. Below are needed updates: application: Current value: "application": "19.0.0.0", Expected value: "application": "22.0.0.0", features: Current value: missing Exp...
gharchive/issue
2023-04-30T17:45:48
2025-04-01T04:57:31.303787
{ "authors": [ "bc4all", "freddydk" ], "repo": "microsoft/AL-Go", "url": "https://github.com/microsoft/AL-Go/issues/501", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
499829292
Error: Could not connect to the server. Please verify that: 1. The server is started. 2. The development endpoint is enabled (DeveloperServicesEnabled server setting). 3. The service name matches the one specified in the URL. 4. The port number matches the one specified in the URL (DeveloperServicesPort server setting)...
gharchive/issue
2019-09-28T22:50:27
2025-04-01T04:57:31.308308
{ "authors": [ "atoader", "brucecotter", "qutreson" ], "repo": "microsoft/AL", "url": "https://github.com/microsoft/AL/issues/5304", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1267820095
While debugging, frequently get "the remote party closed the websocket connection without completing the close handshake" while opening a base object. 1. Describe the bug Hit an error triggered in base. The debugger then tries to download the base object DAL file to show error source. The file attempts to load for 15...
gharchive/issue
2022-06-10T17:20:00
2025-04-01T04:57:31.341814
{ "authors": [ "JesperSchulz", "NilsGruettner", "ap3rus", "aptMattKoe", "hsiungw", "jklassen", "kalberes", "mjmatthiesen", "rtwcolumbus" ], "repo": "microsoft/AL", "url": "https://github.com/microsoft/AL/issues/7076", "license": "MIT", "license_type": "permissive", "lic...
940558038
[Access Request] Page 1287 "Payment Application Review" - Global Variables Access Could you please make global variables in the page to be protected? We need to recalculate them using different "Account Type" and show correct ones. RelatedPartyMatchedText AmountMatchText DocumentMatchedText DirectDebitMatchedText Dir...
gharchive/issue
2021-07-09T08:48:17
2025-04-01T04:57:31.347556
{ "authors": [ "AlexanderYakunin", "stryzhak" ], "repo": "microsoft/ALAppExtensions", "url": "https://github.com/microsoft/ALAppExtensions/issues/13130", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1010600469
[Event Request] table 39 "Purchase Line" - OnBeforeValidateQtyToReceiveBase We would like to add a new event OnBeforeValidateQtyToReceiveBase in the following trigger: field(5418; "Qty. to Receive (Base)"; Decimal) { Caption = 'Qty. to Receive (Base)'; DecimalPlaces = 0 : 5; trigger O...
gharchive/issue
2021-09-29T07:34:31
2025-04-01T04:57:31.349529
{ "authors": [ "Duizy1971", "JesperSchulz" ], "repo": "microsoft/ALAppExtensions", "url": "https://github.com/microsoft/ALAppExtensions/issues/14519", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1307846580
[Event Request] Codeunit 12 "Gen. Jnl.-Post Line" - Procedure PostEmployee - OnBeforeEmployeeLedgerEntryInsert Please add an Event OnBeforeEmployeeLedgerEntryInsert in procedure PostEmployee in Codeunit 12 "Gen. Jnl.-Post Line" local procedure PostEmployee(GenJnlLine: Record "Gen. Journal Line") var Emplo...
gharchive/issue
2022-07-18T11:58:06
2025-04-01T04:57:31.352465
{ "authors": [ "JesperSchulz", "Ugniusig" ], "repo": "microsoft/ALAppExtensions", "url": "https://github.com/microsoft/ALAppExtensions/issues/19240", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
663600404
[Event Request] Table 21 Cust. Ledger Entry - SetStyle We want to apply a different implementation of the styles in the Customer Ledger Entries page(s). Therefore we want to request the following Event Request. CURRENT CODE: procedure SetStyle(): Text begin if Open then begin if WorkDate > "Due Date" then...
gharchive/issue
2020-07-22T09:06:49
2025-04-01T04:57:31.354833
{ "authors": [ "DOuderling", "bc-ghost" ], "repo": "microsoft/ALAppExtensions", "url": "https://github.com/microsoft/ALAppExtensions/issues/7944", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
668818983
[Event Request] OnBeforeLookupShortcutDimCode in Standard Service Line table Hello, please add this event to the Standard Service Line table: [IntegrationEvent(false, false)] local procedure OnBeforeLookupShortcutDimCode(var StandardServiceLine: Record "Standard Service Line"; xStandardServiceLine: Record "St...
gharchive/issue
2020-07-30T14:49:08
2025-04-01T04:57:31.356979
{ "authors": [ "bc-ghost", "f0ffee" ], "repo": "microsoft/ALAppExtensions", "url": "https://github.com/microsoft/ALAppExtensions/issues/8207", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1221640506
[AdaptiveCards- Main Body Content]: Labels are not associated with the elements under “AdaptiveCards” main section. https://microsoft.visualstudio.com/OS/_workitems/edit/35894452 This issue is not repro, hence closing this issue.
gharchive/issue
2022-04-29T22:50:07
2025-04-01T04:57:31.358432
{ "authors": [ "carlos-zamora", "vagpt" ], "repo": "microsoft/AdaptiveCards", "url": "https://github.com/microsoft/AdaptiveCards/issues/7275", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
536782059
Background image is hide by column background Background image is hide by column background Microsoft Reviewers: Open in CodeFlow Can't we set the background color in the container wrapper component itself instead of column and column-set ? Yes. This works well by setting background color to the container-wrapper...
gharchive/pull-request
2019-12-12T06:25:08
2025-04-01T04:57:31.359937
{ "authors": [ "venniladhanasekaran" ], "repo": "microsoft/AdaptiveCards", "url": "https://github.com/microsoft/AdaptiveCards/pull/3678", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1686678707
AC 1.6 Schema Update for Dynamic Typeahead and Inline-Edit Features Summary of Changes Updated the schema for v1.6 with the properties required in Inline-edit of Input elements and Dynamic Typeahead in Input.Choiceset features. Added count and skip propery in choices.data as it can be sent in the card payload as wel...
gharchive/pull-request
2023-04-27T11:44:50
2025-04-01T04:57:31.365836
{ "authors": [ "SuryanshPrabhatMSFT", "anna-dingler" ], "repo": "microsoft/AdaptiveCards", "url": "https://github.com/microsoft/AdaptiveCards/pull/8495", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
732571508
v2.2.0-beta: Linear memory consumption increase. Is this expected? Hi (again ;) ), I just deployed the v2.2.0-beta in my production (low volume production) environment and here's is the memory graph: That first steady linear increase over 4 hours is when the ServiceProfiler was active. I then turned it off with the ...
gharchive/issue
2020-10-29T18:53:11
2025-04-01T04:57:31.384893
{ "authors": [ "dstj", "xiaomi7732" ], "repo": "microsoft/ApplicationInsights-Profiler-AspNetCore", "url": "https://github.com/microsoft/ApplicationInsights-Profiler-AspNetCore/issues/110", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1344034746
How to display all child elements in inspect tool? Hi Team, We have a custom control like datagrid that supports ui accessibility by deriving the IRawElementProviderFragmentRoot, ISelectionProvider and IScrollProvider interfaces. When we tried to automate our custom control using inspect tool, Only 12 cell elements a...
gharchive/issue
2022-08-19T07:05:15
2025-04-01T04:57:31.389601
{ "authors": [ "Arulpriya", "gfs" ], "repo": "microsoft/ApplicationInspector", "url": "https://github.com/microsoft/ApplicationInspector/issues/502", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
590664439
Added 'Streaming-Pointcloud' example code Kinect point cloud merger code Examples: Touch Designer Unity Three.js Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.:x: mromeolisten s...
gharchive/pull-request
2020-03-30T23:20:29
2025-04-01T04:57:31.392789
{ "authors": [ "mromeolisten", "msftclas" ], "repo": "microsoft/Azure-Kinect-Samples", "url": "https://github.com/microsoft/Azure-Kinect-Samples/pull/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
844499848
Azure Kinect Depth Camera Missing in Device Manager, blinking amber power light. Hi I am having a little issue with the Kinect Azure. The Depth Camera is missing in the Device Manager and the power light is blinking amber color. As I understand this could be an inssuficient power issue. I am using the power adaptor +...
gharchive/issue
2021-03-30T12:52:58
2025-04-01T04:57:31.400524
{ "authors": [ "IlievMihail" ], "repo": "microsoft/Azure-Kinect-Sensor-SDK", "url": "https://github.com/microsoft/Azure-Kinect-Sensor-SDK/issues/1551", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
620833700
The tab auto open temporarily after attaching one queue via SAS Storage Explorer Version: 1.14.0-dev Build: 20200519.2 Branch: master Platform/OS: Windows 10/ Linux Ubuntu 16.04/ macOS Mojave Architecture: ia32/x64 Regression From: Previous release (1.13.0) Steps to reproduce: Expand one storage account -> Queues. S...
gharchive/issue
2020-05-19T09:43:16
2025-04-01T04:57:31.406169
{ "authors": [ "v-limu", "v-xianya" ], "repo": "microsoft/AzureStorageExplorer", "url": "https://github.com/microsoft/AzureStorageExplorer/issues/3004", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
866969101
The nonmatched blob doesn't auto disappear after applying a new tag filter Storage Explorer Version: 1.19.1 Build Number: 20210425.1 Branch: hotfix/1.19.1 Platform/OS: Windows 10/ Linux Ubuntu 16.04/ MacOS Catalina Architecture: ia32/x64 Regression From: Not a regression Steps to Reproduce Expand one non-ADLS Gen2 s...
gharchive/issue
2021-04-25T10:02:00
2025-04-01T04:57:31.411230
{ "authors": [ "v-limu", "v-xianya" ], "repo": "microsoft/AzureStorageExplorer", "url": "https://github.com/microsoft/AzureStorageExplorer/issues/4381", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
900519951
update runbot to support lucene recognizer Fixes # Proposed Changes Testing I'm surprised there is not a schema update--I know the schema should have changed.
gharchive/pull-request
2021-05-25T09:00:12
2025-04-01T04:57:31.413009
{ "authors": [ "chrimc62", "coldplaying42" ], "repo": "microsoft/BotBuilder-Samples", "url": "https://github.com/microsoft/BotBuilder-Samples/pull/3292", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
618415243
Tooltips for sidebar tabs When you hover over the tabs in the left sidebar there's no tooltip so you have to click on each tab to see what it is. Minor nit but tooltips would be nice. This is addressed via the pull request here: https://github.com/microsoft/BotFramework-Composer/pull/2691 Closing as a dupe of an ex...
gharchive/issue
2020-05-14T17:35:06
2025-04-01T04:57:31.414327
{ "authors": [ "Stevenic", "cwhitten" ], "repo": "microsoft/BotFramework-Composer", "url": "https://github.com/microsoft/BotFramework-Composer/issues/3054", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
757458361
[R11 bugbash] Export for small project takes 11 seconds until file dialog shows up Describe the bug There's a large delay (measured 11 seconds) between the point at which i click on export as zip, until file dialog shows up. Version Browser [ X] Electron distribution [ ] Chrome [ ] Safari [ ] Firefox [ ] Edge O...
gharchive/issue
2020-12-04T22:50:59
2025-04-01T04:57:31.418695
{ "authors": [ "scheyal" ], "repo": "microsoft/BotFramework-Composer", "url": "https://github.com/microsoft/BotFramework-Composer/issues/5159", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
769898394
[MCS-DE-GO] Ability to sync with QnAMaker Portal changes For a productive setup it is required that changes to QnA Maker KBs that were done outside of the Composer, e.g. by Data Scientists via QnA Maker Portal or scripts or by automated testing/training/active learning pipelines, can be synced back into composer. Pos...
gharchive/issue
2020-12-17T11:25:59
2025-04-01T04:57:31.420665
{ "authors": [ "garypretty", "goergenj" ], "repo": "microsoft/BotFramework-Composer", "url": "https://github.com/microsoft/BotFramework-Composer/issues/5373", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
778718594
Update to 1.3.0 breaks bot for languages that do not have every activity translated Update to 1.3.0 breaks bot for languages that do not have every activity translated We have a bot created with Composer that supports multiple languages, in our case English, Finnish, and Swedish. New dialogs are first created in Engl...
gharchive/issue
2021-01-05T08:15:25
2025-04-01T04:57:31.430916
{ "authors": [ "boydc2014", "cwhitten", "gabog", "mewa1024", "sangwoohaan", "ttur" ], "repo": "microsoft/BotFramework-Composer", "url": "https://github.com/microsoft/BotFramework-Composer/issues/5441", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
950187379
Signing out of one account and then in with another, still uses original account Describe the bug Using nightly build, signed in to a personal account. Then signed out, then back in with a work account. Once all the auth seems to work, it still shows the previous personal account signed in. Version Version: 2.0.0-ni...
gharchive/issue
2021-07-21T23:42:19
2025-04-01T04:57:31.435380
{ "authors": [ "dmvtech" ], "repo": "microsoft/BotFramework-Composer", "url": "https://github.com/microsoft/BotFramework-Composer/issues/8446", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
796720519
fix: botProject call outside service when running unit tests Description The outside service may be not stable, when we call it in unit tests, it may cause time out or access deny error. In this PR mock the luBuild and qnaBuild functions to avoid call outside service Task Item closes #5646 Screenshots Coverage ...
gharchive/pull-request
2021-01-29T09:24:59
2025-04-01T04:57:31.439461
{ "authors": [ "coveralls", "lei9444" ], "repo": "microsoft/BotFramework-Composer", "url": "https://github.com/microsoft/BotFramework-Composer/pull/5656", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
269309722
Move NowPlaying over to MVVM BLOCKED: requires datamodel updates BLOCKED: requires datamodel updates
gharchive/issue
2017-10-28T11:15:37
2025-04-01T04:57:31.440378
{ "authors": [ "clarkezone", "fran38" ], "repo": "microsoft/BuildCast", "url": "https://github.com/microsoft/BuildCast/issues/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
621869420
Microsoft.Windows.SDK.Contracts How does C#/WinRT relate to the Microsoft.Windows.SDK.Contracts nuget packages? The Microsoft.Windows.SDK.Contracts nuget package works with projects using compilers / runtimes that have knowledge of WinRT / WinMDs. The Microsoft.Windows.SDK.NET nuget package provides the same APIs ...
gharchive/issue
2020-05-20T15:46:46
2025-04-01T04:57:31.454128
{ "authors": [ "Scottj1s", "hansmbakker", "manodasanW", "mqudsi", "smourier" ], "repo": "microsoft/CsWinRT", "url": "https://github.com/microsoft/CsWinRT/issues/283", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1157390533
Add cssnano to the allowed dependencies cssnano now ships its own types, so this is setting the infrastructure up to deprecate @types/cssnano by adding cssnano to the allowed dependencies. For posterity's sake, this PR is for DefinitelyTyped/DefinitelyTyped#59155
gharchive/pull-request
2022-03-02T16:03:08
2025-04-01T04:57:31.455776
{ "authors": [ "nicolas377" ], "repo": "microsoft/DefinitelyTyped-tools", "url": "https://github.com/microsoft/DefinitelyTyped-tools/pull/415", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1991032305
Unhandled error has occured I repeatedly run into this error appearing at the bottom of the screen and then prompting me to reload. I am running 23.10.17.922 on Windows 10. I am attempting load a folder full of 355 evtx files from another machine. I get the error after load when I try to navigate (PgDn). Are the debu...
gharchive/issue
2023-11-13T16:40:24
2025-04-01T04:57:31.469633
{ "authors": [ "bill-long", "jschick04", "mek363" ], "repo": "microsoft/EventLogExpert", "url": "https://github.com/microsoft/EventLogExpert/issues/252", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2295171953
Resolving dependency conflicts in requirements.txt Description: I encountered several errors while trying to install the required packages with pip install -r requirements.txt. Initially, the installation process reported a conflict with the ray package: INFO: pip is examining multiple versions of vllm to find compat...
gharchive/issue
2024-05-14T11:26:13
2025-04-01T04:57:31.472570
{ "authors": [ "YYForReal", "an1006634493" ], "repo": "microsoft/FILM", "url": "https://github.com/microsoft/FILM/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
784694548
Upgrade to Typescript version 4 We currently use typescript version 3. Most of our partners are on 4, and we think there are improvements around incremental build in 4 that will increase the stability of our build process. @skylerjokiel this could impact your area? Any thoughts? FYI @curtisman From https://devblogs...
gharchive/issue
2021-01-13T00:37:30
2025-04-01T04:57:31.475364
{ "authors": [ "anthony-murphy", "tylerbutler" ], "repo": "microsoft/FluidFramework", "url": "https://github.com/microsoft/FluidFramework/issues/4800", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1428560259
Update Fluid Framework examples links from documentation Description The examples page on the Fluid Framework website has outdated links to the reference examples. Seems like at some point the folder /examples/ was added and the links were not updated accordingly. Note: I noticed that there's an angular demo that's ...
gharchive/pull-request
2022-10-30T02:29:28
2025-04-01T04:57:31.477308
{ "authors": [ "DavidIsrawi", "tylerbutler" ], "repo": "microsoft/FluidFramework", "url": "https://github.com/microsoft/FluidFramework/pull/12728", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2198275113
Bump baseVersionForMinCompat to 2.0.0-rc.3.0.0 bumping the baseVersionForMinCompat with an intentional failure to double check summarizeIncrementally tests are really running on the pipeline. The failure will be removed once we test it once. Expected failures in pipeline https://dev.azure.com/fluidframework/public/...
gharchive/pull-request
2024-03-20T18:32:42
2025-04-01T04:57:31.479043
{ "authors": [ "dannimad" ], "repo": "microsoft/FluidFramework", "url": "https://github.com/microsoft/FluidFramework/pull/20231", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
988196563
Remove client-api Fixes #2625 Much of it was already unused. The histogram stuff was only used by the scribe example, so I just moved it there. The Document was mostly just a middle-man for calls to the runtime and context in FlowView, so I cut out the middle-man. No braeking.md note? There might be some users of...
gharchive/pull-request
2021-09-04T03:10:50
2025-04-01T04:57:31.480604
{ "authors": [ "ChumpChief", "vladsud" ], "repo": "microsoft/FluidFramework", "url": "https://github.com/microsoft/FluidFramework/pull/7382", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
374476932
Create README.hi-HI.md Created README in Hindi Thanks for taking the time to contribute this localization pull request. However, we are not able to accept contributions to this historical reference repository at this time.
gharchive/pull-request
2018-10-26T17:27:04
2025-04-01T04:57:31.488712
{ "authors": [ "AvatarSenju", "microsoftopensource" ], "repo": "microsoft/MS-DOS", "url": "https://github.com/microsoft/MS-DOS/pull/329", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
367713086
QRTracker reads codes upside down As shown below, QR Codes have 3 position/orientation elements and an alignment marker, which is always bottom right. However, when the QR Tracker reads a marker it does so upside-down. It's very apparent in the sample as everything on the QRCode prefab is turned 180 degrees on the x...
gharchive/issue
2018-10-08T09:48:39
2025-04-01T04:57:31.510733
{ "authors": [ "BenWoodford", "Yoyozilla", "chgatla-microsoft", "lordlycastle" ], "repo": "microsoft/MixedRealityToolkit-Unity", "url": "https://github.com/microsoft/MixedRealityToolkit-Unity/issues/2893", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
457505900
Popup for enabling XR setting in new unity project doesn't check platform Describe the bug Whenever someone creates a new project with MRTK we're displaying a popup telling the user to enable the XR settings, however we're not checking which platform is currently selected. So if the user is eg. on windows platform an...
gharchive/issue
2019-06-18T14:09:59
2025-04-01T04:57:31.516273
{ "authors": [ "Troy-Ferrell", "thalbern" ], "repo": "microsoft/MixedRealityToolkit-Unity", "url": "https://github.com/microsoft/MixedRealityToolkit-Unity/issues/4941", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
450026917
RC2 spell check pass Overview Correcting some typos in preparation for RC2. Curious, what software did you use to do this spellcheck? @julenka Various Visual Studio extensions. I have this one for VS Code and I believe this one for VS 2017.
gharchive/pull-request
2019-05-29T21:23:07
2025-04-01T04:57:31.518211
{ "authors": [ "julenka", "keveleigh" ], "repo": "microsoft/MixedRealityToolkit-Unity", "url": "https://github.com/microsoft/MixedRealityToolkit-Unity/pull/4621", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
481819094
Added section to GettingStartedWithTheMRTK.md about using hand input simulation Overview Added section about how to use the hand input simulation in GettingStartedWithTheMRTK.md. The section describes the basics in scene navigation and using the hand input simulation. Changes Added section to GettingStartedWithTheMR...
gharchive/pull-request
2019-08-16T23:29:11
2025-04-01T04:57:31.520939
{ "authors": [ "CDiaz-MS", "davidkline-ms" ], "repo": "microsoft/MixedRealityToolkit-Unity", "url": "https://github.com/microsoft/MixedRealityToolkit-Unity/pull/5705", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
589665005
Problem by changing variables with values by AMT for DCR and CCR template. When AMT changes the variables with values from CSV file, it removes rest of characters: '}. sample: questionUrls: [{'ref': '${Q0_R}', 'processed': '${Q0_P}''}, I have reported the problem to AMT. A work around is to add dummy text after t...
gharchive/issue
2020-03-28T21:40:22
2025-04-01T04:57:31.523284
{ "authors": [ "babaknaderi" ], "repo": "microsoft/P.808", "url": "https://github.com/microsoft/P.808/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1640213121
Not all tabular functions have been added to the interpreter Mid, Left, Right, Substitute, to name a few. The compiler classes are there for tabular versions of these, but the one line required in the interpreters Library.cs has not been added. Perhaps an oversight, perhaps nobody had the time to add the tests. Th...
gharchive/issue
2023-03-25T00:02:33
2025-04-01T04:57:31.524748
{ "authors": [ "MikeStall", "gregli-msft" ], "repo": "microsoft/Power-Fx", "url": "https://github.com/microsoft/Power-Fx/issues/1255", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1522417538
Improve Benchmark Improve benchmark project Add reference tests Add script to run locally easily Add script to read results quickly Add script to write results to SQL database ✅ No public API change. ✅ No public API change.
gharchive/pull-request
2023-01-06T11:20:59
2025-04-01T04:57:31.526100
{ "authors": [ "LucGenetier" ], "repo": "microsoft/Power-Fx", "url": "https://github.com/microsoft/Power-Fx/pull/968", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
541894774
Failed to create the WebView control. Environment windows 10, latest build nvidia graphics drivers 441.41 9900ks @5.3ghz 1080ti 64gb 3600mhz ram Windows build number: 10.0.18363.535 [run "ver" at a command prompt] PowerToys version: 0.14.1 PowerToy module for which you are reporting the bug (if applicable): Steps to...
gharchive/issue
2019-12-23T20:33:47
2025-04-01T04:57:31.529028
{ "authors": [ "StijnBousard", "crutkas", "osumunbro", "pedropico1" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/1007", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
543297066
A feature that allows insert predefined data or autofill fields Summary of the new feature/enhancement Many users type same text a lot on daily basis, for example when logging to apps, you need to provide email address, which usually always same. We could use some feature that allows select text field and insert text...
gharchive/issue
2019-12-29T00:17:24
2025-04-01T04:57:31.534378
{ "authors": [ "AlexR3", "crutkas" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/1029", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
916993855
[Keyboard Manager] alt+f4 disabled with powertoys my friend downloaded a game installer that somehow messed up my keybinds by switching all the function keys with the fn function keybind, and when I asked about it in a discord server I was suggested powertoys. so I quickly downloaded powertoys and mapped my fn+f# key...
gharchive/issue
2021-06-10T07:10:46
2025-04-01T04:57:31.537770
{ "authors": [ "RidgePain", "mykhailopylyp" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/11689", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
567879683
light/dark mode switch based key, on time or sunset/sunrise An option inside Power Toys that automatically switches between Windows 10's light and dark theme at a certain time of day, or at sunset and sunrise, similar to how Night Light does in Windows 10. Feature could also be configurable so that the user can choos...
gharchive/issue
2020-02-19T22:11:24
2025-04-01T04:57:31.633257
{ "authors": [ "Armin2208", "Cmdr-Keene", "Cossey", "Hedreon", "IndefiniteBen", "Jay-o-Way", "LtCmdrKeene", "OwenCD", "Regenhardt", "SamChaps", "Spiritreader", "Thorocaine", "andreyrk", "bbronisz", "bcutter", "bradleybowman", "crutkas", "franky92...
1222143556
cannot Run at Startup Microsoft PowerToys version "0.53.0" Running as admin [X] Yes Area(s) with issue? General Steps to reproduce I update to the latest version, but not solved. ✔️ Expected Behavior start with login ❌ Actual Behavior start without login Other Software No response Sorry, but what do you mean by "...
gharchive/issue
2022-05-01T12:40:45
2025-04-01T04:57:31.650242
{ "authors": [ "CodingPlatelets", "Jay-o-Way", "csant", "franky920920", "jaimecbernardo" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/17983", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1400245228
Include this https://github.com/tom-englert/RegionToShare as part of PowerToys. Description of the new feature / enhancement Add this https://github.com/tom-englert/RegionToShare to PowerToys Scenario when this would be used? All the time! Supporting information Keep up the good work. Very useful suite of utilites....
gharchive/issue
2022-10-06T20:13:29
2025-04-01T04:57:31.653104
{ "authors": [ "Aaron-Junker", "ChadThomsen", "crutkas" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/21088", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1722763958
[Peek] List of shortcomings Description of the new feature / enhancement Hello! I'm a longtime QuickLook user on Mac and Windows, and I saw some flaws a few flaws with the Peek feature that make me prefer to stay with the QuickLook app. When you select another file, the content of the preview window is not updated, ...
gharchive/issue
2023-05-23T20:46:15
2025-04-01T04:57:31.658319
{ "authors": [ "Mrxx99", "crutkas", "pontifex91", "zolrath" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/26158", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1892877635
Installing version 0.73.0 caused screen splatter on all white portions of thr screen without writing, see attached in actual behavior. Microsoft PowerToys version 0.73.0 Installation method GitHub Running as admin No Area(s) with issue? General Steps to reproduce Just install version 0.73.0 and all screens with white...
gharchive/issue
2023-09-12T16:33:38
2025-04-01T04:57:31.666407
{ "authors": [ "DebbieLobbe", "OracleBiker", "TheJoeFin", "cinnamon-msft" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/28519", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1931349322
[PowerRename] Regex variables for parent directories Description of the new feature / enhancement Let us retrieve and use the names of parent directories when renaming with PowerRename. Current item: 'C:\Users\Bob\Downloads\Cool Band\New album\Track 1.mp3' $p expands to 'Track 1.mp3' (with extension) $p0 expands to '...
gharchive/issue
2023-10-07T13:18:33
2025-04-01T04:57:31.671491
{ "authors": [ "TheJoeFin", "cow1337killer3" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/29080", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1974802831
crash with a key combo? Description of the new feature / enhancement to crash windows with a key combo of users choice Scenario when this would be used? if somthings LOCKED UP windows and you need to find a way to crash in a hurry! Supporting information No response There is no chance PowerToys will build a feature...
gharchive/issue
2023-11-02T18:08:51
2025-04-01T04:57:31.673793
{ "authors": [ "PesBandi", "TheJoeFin", "glkdrlgkrlzflnjkgh" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/29649", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
646668275
[FancyZones] Inverted behaviour for holding non-primary mouse buttons Environment Windows build number: 10.0.18363.900 PowerToys version: 0.18.2 PowerToy module for which you are reporting the bug (if applicable): FancyZones Steps to reproduce Tick the "Hold a non-primary mouse button to activate zones while draggin...
gharchive/issue
2020-06-27T12:01:24
2025-04-01T04:57:31.676510
{ "authors": [ "enricogior", "iamtimmy" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/4536", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
649423223
Trigger FancyZone for windows that are dragged not by the TitleBar. Summary of the new feature/enhancement I have the script at my PC, written on AutoHotkey, which allows me to Move Windows using Any It Parts. This functionality mapped to Middle Mouse Button. FancyZone feature works only if I drag window by TitleBar....
gharchive/issue
2020-07-01T23:52:36
2025-04-01T04:57:31.680102
{ "authors": [ "Korkman", "MikeKholomeev", "enricogior" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/4679", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
691709330
Push-to-talk extenstion to Mic mute Push-to-talk as a way of controlling the mic It would be awesome if the new mic mute/unmute feature could be expanded to the "push-to-talk" functionality. We have many colleagues who are multitasking (who is not :P) during the meetings and the need to switch to teams/zoom/etc. unmu...
gharchive/issue
2020-09-03T07:13:01
2025-04-01T04:57:31.688453
{ "authors": [ "crutkas", "davconde", "dciborow", "enricogior", "makonde-on-git", "niels9001", "ollyau" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/6308", "license": "MIT", "license_type": "permissive", "license_source": "github-api" ...
785985500
Powertoys does not open at all ℹ Win10, 20H2 (100% patched as of today) PowerToys version: 0.29.3 PowerToy Utility: ? Running PowerToys as Admin: BOTH Windows build number: [run "winver"] 19042.746 📝 Provide detailed reproduction steps (if any) Fresh install of PT Start PT (with or without admin) PT shows in task...
gharchive/issue
2021-01-14T13:23:59
2025-04-01T04:57:31.703969
{ "authors": [ "Arvid-pku", "enricogior", "felipecrs", "interceptor", "jaimecbernardo" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/issues/9102", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2165286871
[PTRun] [Docs] Add FastWeb plugin to third party Run plugin list. Summary of the Pull Request Add a new plugin developed by myself to thirdPartyRunPlugins.md docs @microsoft-github-policy-service agree
gharchive/pull-request
2024-03-03T10:13:44
2025-04-01T04:57:31.705455
{ "authors": [ "CCcat8059" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/pull/31673", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
689295179
[FancyZones] Set 3-zones PriorityGrid as default layout Summary of the Pull Request What is this about? Instead of no-layout at FZ startup, now 3-zones PriorityGrid is applied by default. PR Checklist [x] Applies to #4292 [x] CLA signed. If not, go over here and sign the CLA [x] Tests added/passed [ ] Requires docum...
gharchive/pull-request
2020-08-31T15:28:46
2025-04-01T04:57:31.709889
{ "authors": [ "enricogior", "stefansjfw" ], "repo": "microsoft/PowerToys", "url": "https://github.com/microsoft/PowerToys/pull/6248", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
801812194
[FR DateTimeV2] Add new French specs for DurationParser Add 56 new French specs @wumingxuanceline, do you think you can update this PR and create the next ones soon? Please always check the build results after creating a PR too. Thanks. @wumingxuanceline, @XiaoxiaoMa0815, do you think you can update this PR and c...
gharchive/pull-request
2021-02-05T03:32:23
2025-04-01T04:57:31.711582
{ "authors": [ "tellarin", "wumingxuanceline" ], "repo": "microsoft/Recognizers-Text", "url": "https://github.com/microsoft/Recognizers-Text/pull/2463", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
932522662
Intuition for reducing Swin in size Thanks for the great work! I was wondering if you had any tips or intuitions for reducing the Swin model even further. In the paper you mention the tiny version is comparable to the ResNet-50 in terms of computational complexity. What would you trim from the tiny version first to b...
gharchive/issue
2021-06-29T11:26:30
2025-04-01T04:57:31.717125
{ "authors": [ "FrankBrongers", "ancientmooner" ], "repo": "microsoft/Swin-Transformer", "url": "https://github.com/microsoft/Swin-Transformer/issues/88", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
829960037
Move pl/handbook-v1/The Handbook.md Resolves #55 Oh yeah, this was my fault (in switching things for the v2 launch) - thanks for the PR!
gharchive/pull-request
2021-03-12T10:09:43
2025-04-01T04:57:31.718505
{ "authors": [ "jihoon-seo", "orta" ], "repo": "microsoft/TypeScript-Website-Localizations", "url": "https://github.com/microsoft/TypeScript-Website-Localizations/pull/56", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
433027768
Incorrect place of tsbuildinfo file when rootDir option is specified TypeScript Version: 3.5.0-dev.20190413, 3.4.3 Search Terms: tsbuildinfo, incremental build, rootDir Code For reproduce test project https://github.com/ikokostya/ts-bugs can be used: git clone https://github.com/ikokostya/ts-bugs cd ts-bugs npm ins...
gharchive/issue
2019-04-14T20:09:36
2025-04-01T04:57:31.733176
{ "authors": [ "TheSpyder", "ajaska", "cspotcode", "ikokostya", "sheetalkamat", "shivawu" ], "repo": "microsoft/TypeScript", "url": "https://github.com/microsoft/TypeScript/issues/30925", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
488224915
Incorrect circularity detection TypeScript Version: 3.6.2 Search Terms: 7022 directly or indirectly in its own initializer Code function extent(nums: number[]) { let result: [number, number] | null = null; for (const num of nums) { if (!result) { result = [num, num]; } else { const [oldMin,...
gharchive/issue
2019-09-02T14:46:05
2025-04-01T04:57:31.754176
{ "authors": [ "JoostK", "MichaelMitchell-at", "RyanCavanaugh", "ahejlsberg", "babakks", "danvk", "mprobst", "s0", "tonivj5", "vassudanagunta" ], "repo": "microsoft/TypeScript", "url": "https://github.com/microsoft/TypeScript/issues/33191", "license": "Apache-2.0", "l...