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
2380402370
Support DataAnnotations? I searched everywhere and I couldn't find any documentation on how to enable DataAnnotations being generated on the file. It see that it's generating XML Documentation but not generating DataAnnotations. I was expecting like the xsd.exe to see MaxLength, RegularExpression, Description attribu...
gharchive/issue
2024-06-28T13:08:22
2025-04-01T06:39:29.284618
{ "authors": [ "jhancock-taxa", "mamift" ], "repo": "mamift/LinqToXsdCore", "url": "https://github.com/mamift/LinqToXsdCore/issues/66", "license": "MS-PL", "license_type": "permissive", "license_source": "github-api" }
2070358291
fix: correct url to repo in README Fix incorrect URL in README Thank you very much.
gharchive/pull-request
2024-01-08T12:29:37
2025-04-01T06:39:29.285473
{ "authors": [ "mampfes", "swoga" ], "repo": "mampfes/ha_epex_spot", "url": "https://github.com/mampfes/ha_epex_spot/pull/86", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
171718690
[update] SassからStylusへの移行をするべきか? StylusはCSSのプリプロセッサとして後発なだけあって、Sassと同等の機能を持っていたり、それ以上の機能を持っている可能性がある。 現状のfunctionやmixinと同等の機能を維持できて、使いやすさや導入コストを考えて移行するメリットが十分にあるのか? 機能性であればStylusかもしれないけど、デファクトスタンダートなSassや、主流になっていく可能性のあるPostCSSとcssnextにしているほうがメリットが大きい。
gharchive/issue
2016-08-17T17:47:16
2025-04-01T06:39:29.294782
{ "authors": [ "manabuyasuda" ], "repo": "manabuyasuda/equip", "url": "https://github.com/manabuyasuda/equip/issues/81", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
266526322
Running the tests frequently hang. Fix tests or underlying problem with the code. Always hangs on CircleCI and often locally. Seems worse with some of the PRs we have merged than current upstream master. Here is one example java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep(Native Method) ...
gharchive/issue
2017-10-18T14:59:53
2025-04-01T06:39:29.301296
{ "authors": [ "smootoo" ], "repo": "manahl/lockable-resources-plugin", "url": "https://github.com/manahl/lockable-resources-plugin/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
111947770
Add Hash#key method Hash#key(value) returns the corresponding key with the given value. Updated. Added Hash#key? method. Updated. I followed the #fetch pattern and make #key block variant public for now; however, like you said, I'm not quite sure about this as it is not quite straightforward as a public API. Wh...
gharchive/pull-request
2015-10-17T06:42:56
2025-04-01T06:39:29.305850
{ "authors": [ "adlerhsieh", "jhass" ], "repo": "manastech/crystal", "url": "https://github.com/manastech/crystal/pull/1759", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
91503986
Fix HTTP::Request#keep_alive? method Add "upgrade" type of connection to fix Websocket hand shake, that expects "Connection" header to be "Upgrade". I'm trying to run this require "http/server" require "http/server/handlers/websocket_handler" handlers = [] of HTTP::Handler handlers << HTTP::LogHandler.new handler...
gharchive/pull-request
2015-06-27T19:13:58
2025-04-01T06:39:29.308638
{ "authors": [ "adam12", "asterite", "hugoabonizio" ], "repo": "manastech/crystal", "url": "https://github.com/manastech/crystal/pull/892", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
169074658
Implementing State Space Models and simulating the State Space Updated tests #40 and #41 Process like Ornstein-Uhlenbeck process which can be simulated by specifying the parameters #41 of the process, theta - the mean of the process. @amitkumarj441 We already have implementation of Gaussian Process, in that you ...
gharchive/issue
2016-08-03T08:22:12
2025-04-01T06:39:29.311910
{ "authors": [ "amitkumarj441", "mandar2812" ], "repo": "mandar2812/DynaML", "url": "https://github.com/mandar2812/DynaML/issues/42", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1727676675
Check valid username in installer Upon following this script: Open a PowerShell prompt as administrator Download the installation script installer.ps1 to your desktop (New-Object net.webclient).DownloadFile('https://raw.githubusercontent.com/mandiant/flare-vm/main/install.ps1',"$([Environment]::GetFolderPath("Desktop...
gharchive/issue
2023-05-26T13:54:01
2025-04-01T06:39:29.316403
{ "authors": [ "HuskyHacks", "elevateman", "mr-tz" ], "repo": "mandiant/flare-vm", "url": "https://github.com/mandiant/flare-vm/issues/452", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
153699606
Include all classes (not just components)? This is a great start. But could it be modified to include all classes? It looks like the tool does parse non-component classes (like services, models, etc.), but doesn't appear to include them in the graph output. I think being able to see all the dependencies would also be...
gharchive/issue
2016-05-09T04:02:28
2025-04-01T06:39:29.323441
{ "authors": [ "brian428", "manekinekko" ], "repo": "manekinekko/angular2-dependencies-graph", "url": "https://github.com/manekinekko/angular2-dependencies-graph/issues/16", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
326647488
Error loading discovery document Angular 6.0.3 Using Angular 6.0.3, I am attempting to using this module but keep running into this error. Not sure how to resolve this after about 4 hours of research. Using the Tour of Heroes example from the Angular.io website app.module.ts import { BrowserModule } from '@angular/pl...
gharchive/issue
2018-05-25T20:04:19
2025-04-01T06:39:29.334212
{ "authors": [ "Goppey", "ibrahimsen", "iflorespaz", "jeroenheijmans", "thxmike" ], "repo": "manfredsteyer/angular-oauth2-oidc", "url": "https://github.com/manfredsteyer/angular-oauth2-oidc/issues/335", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1330224827
[Enhancement] Pdf functions needed for creation and adding images from list of image file names editing file app/pdf.go using this package for pdf creation create pdf in go video use of this go package just a quick example of some possible function names func GetImageList()[]string{ var imageList []string // do some ...
gharchive/issue
2022-08-05T18:09:41
2025-04-01T06:39:29.346444
{ "authors": [ "4cecoder" ], "repo": "manga-g/manga-g", "url": "https://github.com/manga-g/manga-g/issues/38", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2053216744
🛑 Mesa Freeworld is down In e77ee5c, Mesa Freeworld (https://nonfree.eu) was down: HTTP code: 0 Response time: 0 ms Resolved: Mesa Freeworld is back up in 7239fd9 after 59 minutes.
gharchive/issue
2023-12-22T00:42:09
2025-04-01T06:39:29.354318
{ "authors": [ "boredland" ], "repo": "manjaro-contrib/upptime", "url": "https://github.com/manjaro-contrib/upptime/issues/1525", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2308369294
🛑 Mesa Freeworld is down In 791a5bc, Mesa Freeworld (https://nonfree.eu) was down: HTTP code: 0 Response time: 0 ms Resolved: Mesa Freeworld is back up in 450e466 after 19 minutes.
gharchive/issue
2024-05-21T13:53:12
2025-04-01T06:39:29.356696
{ "authors": [ "boredland" ], "repo": "manjaro-contrib/upptime", "url": "https://github.com/manjaro-contrib/upptime/issues/2913", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
129667642
Makefile crashes when running with make -j I think this happens since the io/utils files are specified in each of the required Makefiles, rather than being made once. Multiple threads try to create, e.g., io.o and ends up corrupting the object file. Probably use make -j4 just to be on the safe-side. This issue is n...
gharchive/issue
2016-01-29T05:03:29
2025-04-01T06:39:29.359508
{ "authors": [ "manodeep" ], "repo": "manodeep/Corrfunc", "url": "https://github.com/manodeep/Corrfunc/issues/14", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
270409015
Add checks for Numpy array endianness to the Python wrappers. Closes… … #140 and #101. Thanks! I had two small questions - otherwise this PR is ready to merge. Merging in. Thanks! 👍
gharchive/pull-request
2017-11-01T18:40:37
2025-04-01T06:39:29.360847
{ "authors": [ "lgarrison", "manodeep" ], "repo": "manodeep/Corrfunc", "url": "https://github.com/manodeep/Corrfunc/pull/142", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2443420073
Add hovered value label for Histogram plot The ValueCounts plot shows what the user is hovering before making a selection. This is a quick implementation of a similar behavior for the histogram. There's a bunch of stuff that could be improved: (I might give it a try before closing this PR) [ ] Give the label a bac...
gharchive/pull-request
2024-08-01T20:57:26
2025-04-01T06:39:29.497816
{ "authors": [ "dvdkouril", "manzt" ], "repo": "manzt/quak", "url": "https://github.com/manzt/quak/pull/32", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
102404523
Error when running: "libclang.so: cannot open shared object file: No such file or directory" First, I ran sudo apt-get install python-yaml and sudo pip install clang. Success. Then I tried: [dev@ubuntu:~/cncc (master)] $ ls cncc examples LICENSE MyClass.cpp MyClass.h README.md util [dev@ubuntu:~/cncc (master)] ...
gharchive/issue
2015-08-21T15:31:00
2025-04-01T06:39:29.636215
{ "authors": [ "daniel-j-h", "pandabr", "stepthom" ], "repo": "mapbox/cncc", "url": "https://github.com/mapbox/cncc/issues/6", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
84067781
In Mapbox Studio, when adding new layer, can't browse to network drives on Windows When looking for source files to add as new layers, the browse window only allows you to go to the C root, not to other drives. Accessing other drives is in the works and should be available with the next release. In the meantime you...
gharchive/issue
2015-06-02T15:16:08
2025-04-01T06:39:29.740286
{ "authors": [ "BergWerkGIS", "bkfunk" ], "repo": "mapbox/mapbox-studio", "url": "https://github.com/mapbox/mapbox-studio/issues/1368", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1214939059
Renaming the 0.11 branch to next and master to current We're changing the names of the branches to better represent what they're supposed to refer to, as well as to accomodate some structural changes: current (Previously master) will be used for the latest version of the last major release, And next (Previously 0.11...
gharchive/issue
2022-04-25T19:19:36
2025-04-01T06:39:29.771965
{ "authors": [ "aleokdev", "bjorn" ], "repo": "mapeditor/rs-tiled", "url": "https://github.com/mapeditor/rs-tiled/issues/216", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1004173732
A question about memloss logits=torch.softmax(logits,dim=1) batch_prob=torch.sum(logits[:,:logits.size(0)],dim=1) batch_prob=torch.mean(batch_prob) mem_losses.update(batch_prob.item(),logits.size(0)) why calculate mem_losses use the method above rather than cross-entropy loss? Thank you very much. That's is not me...
gharchive/issue
2021-09-22T11:19:01
2025-04-01T06:39:29.797021
{ "authors": [ "wang3702", "zxz0928" ], "repo": "maple-research-lab/AdCo", "url": "https://github.com/maple-research-lab/AdCo/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
862999958
iOS crash when device is locked while animation (zoom/pan) is ongoing When panning/zooming map and locking device, iOS app with MapLibre SDK crashes occasionally. Likely same issue as this one with Mapbox iOS SDK. Crash log: Hardware Model: iPhone13,3 Code Type: ARM-64 (Native) Role: For...
gharchive/issue
2021-04-20T16:33:32
2025-04-01T06:39:29.822074
{ "authors": [ "degtiarev", "juhieta" ], "repo": "maplibre/maplibre-gl-native", "url": "https://github.com/maplibre/maplibre-gl-native/issues/70", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1498585960
Limit work done per frame Even thought his can be done by newcomers, this issue is HARD We need to do some work on the main thread: Receive data from threads or WebWorkers upload data to GPU Here for example we process all the data we receive in the event loop: https://github.com/maxammann/maplibre-rs/blob/2b917e9e...
gharchive/issue
2022-12-15T14:57:01
2025-04-01T06:39:29.826292
{ "authors": [ "maxammann" ], "repo": "maplibre/maplibre-rs", "url": "https://github.com/maplibre/maplibre-rs/issues/229", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
365778562
MapR 6.1 compare ecosystem component configuration from Installer and add changes. MapR 6.1 compare ecosystem component configuration from Installer and add changes. Done in branch mapr61, needs to be tested properly
gharchive/issue
2018-10-02T07:49:11
2025-04-01T06:39:29.852528
{ "authors": [ "devproof" ], "repo": "mapr-emea/mapr-ansible", "url": "https://github.com/mapr-emea/mapr-ansible/issues/74", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
203028815
Cannont skip a point After login, I cannot skip this point: http://maproulette.org/map/1434/1284898 KO : Invalid task status supplied. What is strange is if I logout I can skip it but if I login in the next point, I come back to this one and am blocked again. Probably the same as #221
gharchive/issue
2017-01-25T07:11:59
2025-04-01T06:39:29.854354
{ "authors": [ "mvexel", "rbovard" ], "repo": "maproulette/maproulette2", "url": "https://github.com/maproulette/maproulette2/issues/262", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
459092630
Map not zooming with 'animateCamera' I'm submitting a ... (check one with "x") [ ] question [x] any problem or bug report OS: (check one with "x") [ ] Android [ ] iOS [x] Browser cordova information: (run $> cordova plugin list) cordova-plugin-device 2.0.2 "Device" cordova-plugin-geolocation 4.0.1 "Geolocatio...
gharchive/issue
2019-06-21T09:04:29
2025-04-01T06:39:29.869449
{ "authors": [ "Smoke1987", "wf9a5m75" ], "repo": "mapsplugin/cordova-plugin-googlemaps", "url": "https://github.com/mapsplugin/cordova-plugin-googlemaps/issues/2646", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
168434006
first pass at map labels on boxes closes #200 different stylings at different zoom levels @binx this is awesome! 👍 on the zoom level as well when the labels appear. Is there a way to make those labels links? So instead of the pop-up on click we can add a hover state to the text and make it link to the extract d...
gharchive/pull-request
2016-07-29T23:36:56
2025-04-01T06:39:29.901010
{ "authors": [ "binx", "migurski", "souperneon" ], "repo": "mapzen/data-pages", "url": "https://github.com/mapzen/data-pages/pull/204", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1578540784
Add real content adding real content hooray
gharchive/pull-request
2023-02-09T20:23:31
2025-04-01T06:39:29.905061
{ "authors": [ "pampopik" ], "repo": "mapzen/write-the-docs-tutorial", "url": "https://github.com/mapzen/write-the-docs-tutorial/pull/23", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2711383115
fix(deps): update module github.com/gardener/cert-management to v0.17.1 This PR contains the following updates: Package Type Update Change github.com/gardener/cert-management require minor v0.16.0 -> v0.17.1 Release Notes gardener/cert-management (github.com/gardener/cert-management) v0.17.1 Compare Sourc...
gharchive/pull-request
2024-12-02T10:28:08
2025-04-01T06:39:29.923930
{ "authors": [ "marc1404" ], "repo": "marc1404/gardener", "url": "https://github.com/marc1404/gardener/pull/7", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1192742627
🛑 marci4.de is down In 44998fa, marci4.de (https://marci4.de) was down: HTTP code: 0 Response time: 0 ms Resolved: marci4.de is back up in 882e5e6.
gharchive/issue
2022-04-05T07:29:44
2025-04-01T06:39:29.951730
{ "authors": [ "marci4server" ], "repo": "marci4server/uptime", "url": "https://github.com/marci4server/uptime/issues/164", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
154678410
support removing specific attached events This is a feature I needed to make ResizeSensor.js (as a standalone lib) useful for me at work; its only a small addition and seems like others would find it useful too :) Basically, this allows you to pass the original event in to .detach methods as well as the element (full...
gharchive/pull-request
2016-05-13T10:10:53
2025-04-01T06:39:29.953003
{ "authors": [ "jsdw", "marcj" ], "repo": "marcj/css-element-queries", "url": "https://github.com/marcj/css-element-queries/pull/106", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1360362877
local submit directories/sandbox transfer directories and cleanup Currently jobsub_lite creates directories under $HOME/.jobsub_lite, with submit files, and is the place where condor_transfer_data returns results; which works, but repeated use will eventually run the user out of quota in their $HOME area. As we move ...
gharchive/issue
2022-09-02T15:47:59
2025-04-01T06:39:29.960282
{ "authors": [ "marcmengel" ], "repo": "marcmengel/jobsub_lite", "url": "https://github.com/marcmengel/jobsub_lite/issues/109", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2010443379
🛑 Doctor is down In 76f93f3, Doctor (https://doctoronline.doctormas.com.pe/) was down: HTTP code: 0 Response time: 0 ms Resolved: Doctor is back up in ec7f27e after 4 minutes.
gharchive/issue
2023-11-25T02:41:29
2025-04-01T06:39:29.963074
{ "authors": [ "marcoadasilvaa" ], "repo": "marcoadasilvaa/health", "url": "https://github.com/marcoadasilvaa/health/issues/3009", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
591854344
Are there plans to support flutter_web? as title I haven't tried it. Does it not work like this? The event bus needs very little to work: Dart Streams and some generic types. See https://github.com/marcojakob/dart-event-bus/blob/master/lib/event_bus.dart Yes, it doesn't work in flutter_web project, I have n’t eve...
gharchive/issue
2020-04-01T11:48:44
2025-04-01T06:39:29.972995
{ "authors": [ "disburden", "marcojakob" ], "repo": "marcojakob/dart-event-bus", "url": "https://github.com/marcojakob/dart-event-bus/issues/34", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1600220709
Fix environement Address 2 comments from https://github.com/hacs/default/pull/1721 done in pr ☝️
gharchive/issue
2023-02-26T22:10:51
2025-04-01T06:39:29.974233
{ "authors": [ "marcolivierarsenault" ], "repo": "marcolivierarsenault/moonraker-home-assistant", "url": "https://github.com/marcolivierarsenault/moonraker-home-assistant/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
869515684
Facing issue for explain instance with custom classifier function exp = explainer.explain_instance(df_val_final.Description[idx],predproba_list,num_features=5, top_labels=2) While executing the explain instance of LimeTextExplainer, above statement keeps on executing continously with below warning message. Execution ...
gharchive/issue
2021-04-28T05:38:47
2025-04-01T06:39:29.979870
{ "authors": [ "marcotcr", "mayurka" ], "repo": "marcotcr/lime", "url": "https://github.com/marcotcr/lime/issues/597", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
827077992
text segfaults Making text onto no base solid segfaults. Not sure if my fault or upstream yet. There are no tests in CadQuery that cover this behaviour. Works now, this was probably CadQuery/cadquery#762.
gharchive/issue
2021-03-10T04:24:51
2025-04-01T06:39:29.985996
{ "authors": [ "marcus7070" ], "repo": "marcus7070/cq-flake", "url": "https://github.com/marcus7070/cq-flake/issues/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1219482497
Update react.md code sample var name Since Vault is itself an API object, it is confusing to name an instance of the App object "vault"; why not name it "app"? Hey (and sorry for the late response)! Maybe I'm misunderstanding you here, but vault doesn't refer to the app instance here, but the vault instance. The fo...
gharchive/pull-request
2022-04-29T00:11:25
2025-04-01T06:39:29.988137
{ "authors": [ "codyburleson", "marcusolsson" ], "repo": "marcusolsson/obsidian-plugin-docs", "url": "https://github.com/marcusolsson/obsidian-plugin-docs/pull/46", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
353226016
Not working properly Hello, I created a dataset of 20 people at two different locations to test the algorithm but unfortunately it is not working. I am taking profile view and 100 frames per person. Can you tell me why it is not working? Also at the different location, i am taking opposite side of a person. hi @ar...
gharchive/issue
2018-08-23T05:04:30
2025-04-01T06:39:30.038731
{ "authors": [ "arun121cs", "marian-margeta" ], "repo": "marian-margeta/gait-recognition", "url": "https://github.com/marian-margeta/gait-recognition/issues/12", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
738524692
Difficult times Finally, 2.0 is released. I'm sorry for the long wait. As a short disclaimer before you continue reading this: I'm very thankful for Marius creating this library and giving me the opportunity to maintain it. Although you might find some frustration in my statements, I don't want anyone to spread hate ...
gharchive/issue
2020-11-08T18:23:28
2025-04-01T06:39:30.113022
{ "authors": [ "Joelius300", "LukeTOBrien", "PoisnFang", "axelroy", "kchristman54", "larschristensen20", "pgrimstrup" ], "repo": "mariusmuntean/ChartJs.Blazor", "url": "https://github.com/mariusmuntean/ChartJs.Blazor/issues/160", "license": "MIT", "license_type": "permissive", ...
823921099
Moustache compatibility Moustache doesn't work - the rendering seems to occur before moustache triggers the replacement It works - docsify-tabs causes docsify-moustache to fail in the rendering!
gharchive/issue
2021-03-07T13:39:38
2025-04-01T06:39:30.128465
{ "authors": [ "markbattistella" ], "repo": "markbattistella/docsify-charty", "url": "https://github.com/markbattistella/docsify-charty/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1653076999
Is it possible to have the code work on GitHub pages Thank you very much for this project. I was wondering is it possible to run the code on my own website? Yes, please following the documentation and the demos there.
gharchive/issue
2023-04-04T02:51:49
2025-04-01T06:39:30.194332
{ "authors": [ "Royhowtohack", "gera2ld" ], "repo": "markmap/markmap", "url": "https://github.com/markmap/markmap/issues/161", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2365561464
[BUG] [ ] I have searched for existing issues that already reported this problem and found none [x] The bug is present in REPL Describe the bug there is a typeError when i generate a new markmap, Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'refreshHook'). i try to find the reason, ...
gharchive/issue
2024-06-21T02:15:41
2025-04-01T06:39:30.198019
{ "authors": [ "flowerhaha", "gera2ld", "trry-hub", "wlk-menglan" ], "repo": "markmap/markmap", "url": "https://github.com/markmap/markmap/issues/256", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
120303582
Kickstarter csv Hello guys, just looking to do a school paper - if possible, could someone upload the latest csv file? Noticed a few dropbox links here - though they seem to have disappeared. It would be super appreciated! Thanks Here you go. I'll leave this link up for a bit: https://www.dropbox.com/s/75rxb32xdtip...
gharchive/issue
2015-12-04T00:21:50
2025-04-01T06:39:30.242624
{ "authors": [ "AccountingResearcher", "ChckNrrs", "Nishantkumark", "Piedjoo", "Rgui", "benrugg", "dragoon3", "gmanueltp", "hannahwen", "jcsouth", "katekol", "madelainegur", "marcosmercado", "marianna240296", "mrGreenbean", "rai1234", "samronsin", ...
67368799
Metric Type gets doubled in list while editing At some point there need to be some fx (layout) imports. In my opinion this should be in the controller class of the fxml classes (because there are fx imports anyway). fixed. Added some validation
gharchive/issue
2015-04-09T14:01:33
2025-04-01T06:39:30.330576
{ "authors": [ "MrMorten" ], "repo": "markusgumbel/moduro", "url": "https://github.com/markusgumbel/moduro/issues/16", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1530493502
some things are missing like the GUID Struct or CLSID typedef from System. So some things were not parsed, or transferred. Apparently GUID has to be defined manually for every projection (see https://github.com/microsoft/win32metadata/issues/1546). The correct golang version of parse GUID from string. I have chec...
gharchive/issue
2023-01-12T10:45:43
2025-04-01T06:39:30.341823
{ "authors": [ "Kreijstal", "bronze1man", "emarj" ], "repo": "marlersoft/win32json", "url": "https://github.com/marlersoft/win32json/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1113484277
iframe的属性 iframe的scrolling给auto属性好一些,不然没有滚动条,右侧宽度可以再少点用百分比凑一百或者vw,加个F12监听事件,搞个拖动大小的插件就更完美了 你好,感谢你提出的这个问题。这个项目暂时没有精力维护了,你可以到移步到 https://github.com/ratel-online 提此问题。
gharchive/issue
2022-01-25T06:30:07
2025-04-01T06:39:30.372262
{ "authors": [ "marmot-z", "yanyunpiaomiao" ], "repo": "marmot-z/js-ratel-client", "url": "https://github.com/marmot-z/js-ratel-client/issues/8", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2700508031
Cannot Find Module - Monorepo Issue: Quokka Not Recognizing Aliased Paths in Monorepo Setup Description I am experiencing an issue where Quokka is unable to resolve aliased paths in my TypeScript monorepo setup. Despite following various troubleshooting steps, the problem persists, and I am unable to import modules u...
gharchive/issue
2024-11-28T02:40:16
2025-04-01T06:39:30.404135
{ "authors": [ "AXSJ" ], "repo": "marsupialtail/quokka", "url": "https://github.com/marsupialtail/quokka/issues/62", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2363943495
App uses way too much CPU on M1 MacBook Air. Can you share your Tuneful settings (menu bar, popover and mini player)? I am using M1 Air as well but couldn't reproduce this CPU usage, it's typically near 1% of CPU usage and 50 MB of RAM. I couldn't reproduce it i have the same issue on a 2017 touchbar MBP, tune...
gharchive/issue
2024-06-20T09:14:44
2025-04-01T06:39:30.436303
{ "authors": [ "Cam396", "Zoobdude", "ixMarcel", "martinfekete10" ], "repo": "martinfekete10/Tuneful", "url": "https://github.com/martinfekete10/Tuneful/issues/92", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2650041801
chore(cleanup): Remove sentiment analysis since it's no longer called from anywhere Description The endpoint for sentiment analysis was removed some time ago, which left this as dead code. One of the config.GetInstance() calls remaining after #625 is from sentiment.go. Let's remove all that currently-dead code in a ...
gharchive/pull-request
2024-11-11T18:14:45
2025-04-01T06:39:30.494761
{ "authors": [ "mcamou" ], "repo": "masa-finance/masa-oracle", "url": "https://github.com/masa-finance/masa-oracle/pull/626", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1768775733
failed to parse group descriptor: EOF This is directly related to the issue raised in https://github.com/dsoprea/go-ext4/issues/7 Essentially for ext4 filesystems for which featureInCompat64bit is false (64 bit feature is not set), getGroupDescriptor call will result in the below error. 2023-06-22T05:26:59.664+0400 ...
gharchive/issue
2023-06-22T01:34:57
2025-04-01T06:39:30.498820
{ "authors": [ "haykbaluyan", "masahiro331" ], "repo": "masahiro331/go-ext4-filesystem", "url": "https://github.com/masahiro331/go-ext4-filesystem/issues/8", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
884648260
label numbers Hi, Your dataset has 2 labels: 0,1. My dataset has 185 labels [0,1..,184]. When i run your code with my dataset i got errors. which part of code should i change for 185labels? Thanks. Hi you must use one hot encoding
gharchive/issue
2021-05-10T16:59:42
2025-04-01T06:39:30.506384
{ "authors": [ "gizemsudekocarslan", "jghasemi44" ], "repo": "masashitsubaki/molecularGNN_smiles", "url": "https://github.com/masashitsubaki/molecularGNN_smiles/issues/7", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1310748527
Task . The Job name is displayed in the step bar 进入任务列表时,步骤条处显示对应的Job名称 预期结果: resolved
gharchive/issue
2022-07-20T09:35:35
2025-04-01T06:39:30.507899
{ "authors": [ "LazyEar0" ], "repo": "masastack/MASA.Scheduler", "url": "https://github.com/masastack/MASA.Scheduler/issues/60", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1698344409
🛑 POH events bot from render hosting is down In b93812e, POH events bot from render hosting (https://poh-events-bot.onrender.com/ping) was down: HTTP code: 0 Response time: 0 ms Resolved: POH events bot from render hosting is back up in 20dc0e0.
gharchive/issue
2023-05-06T00:54:00
2025-04-01T06:39:30.510642
{ "authors": [ "masch" ], "repo": "masch/poh-events-uptime", "url": "https://github.com/masch/poh-events-uptime/issues/1485", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2433561647
🛑 POH events bot from render hosting is down In 7770ffd, POH events bot from render hosting (https://poh-events-bot.onrender.com/ping) was down: HTTP code: 0 Response time: 0 ms Resolved: POH events bot from render hosting is back up in e9f78dd after 10 minutes.
gharchive/issue
2024-07-27T17:16:55
2025-04-01T06:39:30.513104
{ "authors": [ "masch" ], "repo": "masch/poh-events-uptime", "url": "https://github.com/masch/poh-events-uptime/issues/3363", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1128231360
Barcode scanner doesn't work with Galaxy S10/ Galaxy A52s in Google Chrome Confirm by changing [ ] to [x] below to ensure that it's a bug: [x] I've gone through the README.md [x] I've searched for previous similar issues and didn't find any solution I tried to use the scanner in my Samsung Galaxy 10 and I couldn't ...
gharchive/issue
2022-02-09T08:54:02
2025-04-01T06:39:30.532247
{ "authors": [ "albi90", "efedericomedina", "maslick", "sesam" ], "repo": "maslick/koder", "url": "https://github.com/maslick/koder/issues/64", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2459713054
error [Master HamsterKombat Bot][INFO] 2024-08-11 21:39:24 [Moshe 1] Account ID: 1354016074, Account detected as bot: False [Master HamsterKombat Bot][INFO] 2024-08-11 21:39:24 [Moshe 1] Getting account config data... [Master HamsterKombat Bot][ERROR] 2024-08-11 21:39:25 [Moshe 1] Status code is not 200 [Master Hamst...
gharchive/issue
2024-08-11T18:40:26
2025-04-01T06:39:30.551247
{ "authors": [ "masterking32", "supmyhava" ], "repo": "masterking32/MasterHamsterKombatBot", "url": "https://github.com/masterking32/MasterHamsterKombatBot/issues/143", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1260867994
🛑 RESTREAM-IR-11-ZirSakht-2 is down In cd3e52b, RESTREAM-IR-11-ZirSakht-2 ($IR_11) was down: HTTP code: 0 Response time: 0 ms Resolved: RESTREAM-IR-11-ZirSakht-2 is back up in 2ab104c.
gharchive/issue
2022-06-04T18:54:23
2025-04-01T06:39:30.553724
{ "authors": [ "masterking32" ], "repo": "masterking32/masterstream_uptime", "url": "https://github.com/masterking32/masterstream_uptime/issues/1462", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1260985423
🛑 RESTREAM-IR-10-ParsOnline-4 is down In 2e20c39, RESTREAM-IR-10-ParsOnline-4 ($IR_10) was down: HTTP code: 0 Response time: 0 ms Resolved: RESTREAM-IR-10-ParsOnline-4 is back up in 5807bf4.
gharchive/issue
2022-06-05T07:47:13
2025-04-01T06:39:30.555980
{ "authors": [ "masterking32" ], "repo": "masterking32/masterstream_uptime", "url": "https://github.com/masterking32/masterstream_uptime/issues/1512", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1379610906
🛑 Iran 11 - ParsOnline 4 is down In 820e00f, Iran 11 - ParsOnline 4 ($IR_11) was down: HTTP code: 0 Response time: 0 ms Resolved: Iran 11 - ParsOnline 4 is back up in 69159de.
gharchive/issue
2022-09-20T15:28:41
2025-04-01T06:39:30.558169
{ "authors": [ "masterking32" ], "repo": "masterking32/masterstream_uptime", "url": "https://github.com/masterking32/masterstream_uptime/issues/8557", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1939856369
Update pom.xml Update pom-scijava from 33.2.0 to 37.0.0 @tinevez may I ask you to review this?
gharchive/pull-request
2023-10-12T12:13:54
2025-04-01T06:39:30.561137
{ "authors": [ "stefanhahmann" ], "repo": "mastodon-sc/mastodon-graph", "url": "https://github.com/mastodon-sc/mastodon-graph/pull/15", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1720679024
🛑 deces.matchid.io website is down In 851e3f1, deces.matchid.io website (https://deces.matchid.io) was down: HTTP code: 0 Response time: 0 ms Resolved: deces.matchid.io website is back up in 887d8aa.
gharchive/issue
2023-05-22T22:15:46
2025-04-01T06:39:30.624917
{ "authors": [ "rhanka" ], "repo": "matchID-project/uptime", "url": "https://github.com/matchID-project/uptime/issues/206", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1862769372
🛑 dev-deces.matchid.io search API is down In 670ebe1, dev-deces.matchid.io search API (https://dev-deces.matchid.io/deces/api/v1/search?q=pompidou) was down: HTTP code: 0 Response time: 0 ms Resolved: dev-deces.matchid.io search API is back up in 0187ae2 after 633 days, 19 hours, 27 minutes.
gharchive/issue
2023-08-23T07:50:17
2025-04-01T06:39:30.628181
{ "authors": [ "rhanka" ], "repo": "matchID-project/uptime", "url": "https://github.com/matchID-project/uptime/issues/292", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
434009648
GitHub 404 error node-sass while trying to npm install gulp-sass it throws: Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node": HTTP error 404 Not Found. I tried to google the link and it does not exist, I found the latest binding node though but idk how to install...
gharchive/issue
2019-04-16T22:17:27
2025-04-01T06:39:30.763396
{ "authors": [ "Holus", "abhiomkar" ], "repo": "material-components/material-components-web-codelabs", "url": "https://github.com/material-components/material-components-web-codelabs/issues/87", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1233105339
HCT produces unexpected RGB values This is most noticable when the seed color is yellow: Background color is Primary 98. I have made a graph that shows the RGB value, with chroma set to 100: I included CAM16 (that also seems to be broken) and HSL as a reference. These images were made using my C# library, but it sh...
gharchive/issue
2022-05-11T19:42:35
2025-04-01T06:39:30.774011
{ "authors": [ "albi005" ], "repo": "material-foundation/material-color-utilities", "url": "https://github.com/material-foundation/material-color-utilities/issues/40", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
200395361
Need the 'id' also in the white spaces ('_') Hi, I need to have id also in underscores white spaces ('') because I need to work with that when the map complete renders. Do you know where I need to change @mateuszmarkowski ? I think is in: $row.append(character != '' ? //if the character is not an underscore (empty sp...
gharchive/issue
2017-01-12T15:23:44
2025-04-01T06:39:30.789168
{ "authors": [ "marcosicp", "mateuszmarkowski" ], "repo": "mateuszmarkowski/jQuery-Seat-Charts", "url": "https://github.com/mateuszmarkowski/jQuery-Seat-Charts/issues/48", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
152191843
What is the ~/bin/bash symlink used for? I'm just sieving through this project to make my own dotfiles, and i can't figure out what the bash symlink in ~/bin is used for. It's getting added to PATH in .bash_profile, but what does that enable? Is there a reason why it needs to be added to the path? After installing ba...
gharchive/issue
2016-05-01T10:03:18
2025-04-01T06:39:30.810658
{ "authors": [ "KingScooty", "Tatsh", "jeffbyrnes", "mathiasbynens" ], "repo": "mathiasbynens/dotfiles", "url": "https://github.com/mathiasbynens/dotfiles/issues/656", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
119003858
Support Unicode 9 prepended concatenation marks It’s still a proposal for now, but hey. http://blog.unicode.org/2015/11/new-character-property-for-prepended.html Prepended_Concatenation_Mark Just curious... it looks like Prepended_Concatenation_Marks were added in Unicode 8 (ref)? I do see mention of these marks in...
gharchive/issue
2015-11-26T09:26:13
2025-04-01T06:39:30.813917
{ "authors": [ "Mottie", "mathiasbynens" ], "repo": "mathiasbynens/esrever", "url": "https://github.com/mathiasbynens/esrever/issues/8", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1000078533
Mode tutorial of mode Mode tutorial of mode with example questions and math contest questions. http://ec2-34-200-244-39.compute-1.amazonaws.com/boards/5/topics/28/ Better to add a math contest example
gharchive/issue
2021-09-18T16:39:31
2025-04-01T06:39:30.821014
{ "authors": [ "mathincubator" ], "repo": "mathincubator/mathlib", "url": "https://github.com/mathincubator/mathlib/issues/15", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2554112798
\mathcal uses incorrect font in Client side MathJax modes Issue Summary As described in https://phabricator.wikimedia.org/T375932 LaTeX input like $\mathcal A$ uses different fonts than it used with MathJax-node With a preprocessing script the LaTeX input is converted into MathML of this form <mi>&#x1D49C;</mi> To s...
gharchive/issue
2024-09-28T08:40:06
2025-04-01T06:39:30.840423
{ "authors": [ "dpvc", "physikerwelt" ], "repo": "mathjax/MathJax", "url": "https://github.com/mathjax/MathJax/issues/3292", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
74374779
Firefox Writes Global Timeline "Backwards" On Load Firefox, and only Firefox, seems to disregard the .before() and .after() functions in jQuery, publishing posts from the timeline at the top of the column regardless of their publication order. A better way of filling the timeline is needed here. This has been compl...
gharchive/issue
2015-05-08T14:07:54
2025-04-01T06:39:30.862686
{ "authors": [ "matigo" ], "repo": "matigo/nice_social", "url": "https://github.com/matigo/nice_social/issues/17", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
254772177
Compatibility with MO Not necessarily an issue with zEdit, but when running zEdit through MO v2.0.8.2, I am unable to save the esp due to failure to create directory. failure to create directory. Can you expand? There should be no directory created when plugins are saved by zEdit. It just saves plugins into the...
gharchive/issue
2017-09-01T23:29:40
2025-04-01T06:39:30.918775
{ "authors": [ "matortheeternal", "megaloblast" ], "repo": "matortheeternal/zedit", "url": "https://github.com/matortheeternal/zedit/issues/6", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1525300786
Fix panics due to closed channel in some tests A number of tests start goroutines that write into channels when completed, however the tests would close the channel if it exited early (e.g. due to a timeout). Instead, make the goroutine that writes into the channel the one that closes it. This does mean that the goro...
gharchive/pull-request
2023-01-09T10:23:18
2025-04-01T06:39:30.972689
{ "authors": [ "erikjohnston" ], "repo": "matrix-org/complement", "url": "https://github.com/matrix-org/complement/pull/579", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1124869539
Allow talks with no Q&A to disable it so the bot doesn't shout @kittykat For WEDF, do any of the talks have Q&A? Currently all JSON-schedule talks will have Q&A disabled; I'd have to add in support for Q&A if it's desired. @reivilibre Sander confirmed no Q&A rooms see https://github.com/matrix-org/conference-bo...
gharchive/issue
2022-02-05T08:22:09
2025-04-01T06:39:30.975158
{ "authors": [ "kittykat", "reivilibre", "squahtx" ], "repo": "matrix-org/conference-bot", "url": "https://github.com/matrix-org/conference-bot/issues/119", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1908810655
ERROR mas_listener::server: error shutting down connection: Socket not connected (os error 107) I've configured the MAS exactly following the documentation, found the "metrics" issue here and changed "none" to "prometheus", so MAS starts. But always shortly after the start, I'm getting repeated error messages: 2023-0...
gharchive/issue
2023-09-22T12:24:04
2025-04-01T06:39:30.983310
{ "authors": [ "jacotec", "sandhose" ], "repo": "matrix-org/matrix-authentication-service", "url": "https://github.com/matrix-org/matrix-authentication-service/issues/1835", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
666934671
Docker image does not contain register-guest helper I think it only copies the main matrix-static binary into the image. I'm not up to date on how such helpers are normally handled in dockerland, would it be loaded into the same image even though the only way to run it would be to mangle the entrypoint at runtime?
gharchive/issue
2020-07-28T09:46:17
2025-04-01T06:39:30.996581
{ "authors": [ "michaelkaye", "t3chguy" ], "repo": "matrix-org/matrix-static", "url": "https://github.com/matrix-org/matrix-static/issues/97", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1550568804
Undefined function profile_load_custom_fields in src/Plugin/Infrastructure/MoodleFunctionBasedMatrixUserIdLoader.php is not found. Probably it needs to be escaped and the /user/profile/lib.php needs to be required. Hi @andremenrath, sorry for not getting to this earlier. Would you want to make a PR for this?
gharchive/issue
2023-01-20T09:46:39
2025-04-01T06:39:30.997758
{ "authors": [ "andremenrath", "axelsimon" ], "repo": "matrix-org/moodle-mod_matrix", "url": "https://github.com/matrix-org/moodle-mod_matrix/issues/15", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
137208059
Add templateImage parameter Added a templateImage parameter as discussed in Slack. This allows Mac OS X to change the styling in the StatusBar to fit the different themes better. 👍 We should add a tutorial plugin to show how to use images too. Alright, I try to think of one and make a pull request Pull reque...
gharchive/pull-request
2016-02-29T10:08:36
2025-04-01T06:39:31.052120
{ "authors": [ "ibutra", "iosdeveloper" ], "repo": "matryer/bitbar", "url": "https://github.com/matryer/bitbar/pull/261", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
734980637
Autoclose closes "never-close" tags [Issue when loading configs] Certain tags, like <input />, do not have a closing tag, but autoclose-html closes them anyway (despite them being configured as never-close tags!), in the improper format: Instead of closing like <input /> or even just leaving the tag be, it closes the...
gharchive/issue
2020-11-03T03:09:23
2025-04-01T06:39:31.063037
{ "authors": [ "Vbbab" ], "repo": "mattberkowitz/autoclose-html", "url": "https://github.com/mattberkowitz/autoclose-html/issues/219", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1077362726
Upgrade of this tool Full upgrade Closed ZKF-1316 Closes ZKF-1316
gharchive/pull-request
2021-12-11T02:28:54
2025-04-01T06:39:31.088587
{ "authors": [ "keriat" ], "repo": "matter-labs/zksync-tool-locker", "url": "https://github.com/matter-labs/zksync-tool-locker/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
444133666
[MM-15389] Prevent installing 32bit on 64bit and vise versa This PR configures the Desktop app MSI installers to prevent installation on non-matching-bit systems, i.e. the 32-bit installer won’t install on 64-bit systems. This issue has been automatically labelled "stale" because it hasn't had recent activity. A co...
gharchive/pull-request
2019-05-14T21:28:37
2025-04-01T06:39:31.090600
{ "authors": [ "deanwhillier", "mattermod" ], "repo": "mattermost/desktop", "url": "https://github.com/mattermost/desktop/pull/976", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1002505235
Added sphinx-tabs extension This PR adds a maintained public Sphinx extension called sphinx-tabs to enable the ability to develop product documentation content in a tabbed format. We've locked this extension down to the current 3.2.0 version. When this extension is merged into master, I will close the initial POC o...
gharchive/pull-request
2021-09-21T13:38:39
2025-04-01T06:39:31.092485
{ "authors": [ "cwarnermm" ], "repo": "mattermost/docs", "url": "https://github.com/mattermost/docs/pull/5060", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
827996024
MM-31341 Use first metadata info for inline md images Summary When an inline image url contains some query strings, the metadata for the image doesn't match the link thus the image was not showing, with this PR if the link does not match the one in the metadata, we will then use the first image available in the metad...
gharchive/pull-request
2021-03-10T16:24:18
2025-04-01T06:39:31.098250
{ "authors": [ "enahum", "josephbaylon", "mattermod" ], "repo": "mattermost/mattermost-mobile", "url": "https://github.com/mattermost/mattermost-mobile/pull/5219", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1576251932
Android fix Summary Fixes android 13 notification permission request and unsigned builds NONE /cherry-pick release-2.0 Cherry pick is scheduled.
gharchive/pull-request
2023-02-08T14:45:56
2025-04-01T06:39:31.099641
{ "authors": [ "enahum", "mattermost-build" ], "repo": "mattermost/mattermost-mobile", "url": "https://github.com/mattermost/mattermost-mobile/pull/7099", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1631958629
MM-49862 - remove no longer needed webapp calls to action and pulsating dots Summary This PR removes two no longer needed calls to action: Message Actions pulsating dot and New badge on the forward button. Also adds a condition for the custom status pulsating dot and update status post button where these two are just...
gharchive/pull-request
2023-03-20T11:57:54
2025-04-01T06:39:31.162935
{ "authors": [ "mattermost-build", "pvev" ], "repo": "mattermost/mattermost-webapp", "url": "https://github.com/mattermost/mattermost-webapp/pull/12374", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
389385812
MM-13342: Fix dividers showing when menu section is empty. Summary Fix dividers showing when menu section is empty. This fix is a little ugly - it checks the children-of-children are not null to work around connected components themselves not being null but having the actual component within being null. Ticket Link h...
gharchive/pull-request
2018-12-10T16:38:30
2025-04-01T06:39:31.168247
{ "authors": [ "grundleborg", "hmhealey" ], "repo": "mattermost/mattermost-webapp", "url": "https://github.com/mattermost/mattermost-webapp/pull/2166", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
448016710
M14126 Message Draft Pencil Icon - No text, only file attachment Summary Added e2e test to validate message draft with attachment after switching channel. Ticket Link Fixes https://github.com/mattermost/mattermost-server/issues/10274 @saturninoabril Could you please review @composednitin Sure, will do that, thank...
gharchive/pull-request
2019-05-24T07:21:29
2025-04-01T06:39:31.170869
{ "authors": [ "composednitin", "saturninoabril", "thekiiingbob" ], "repo": "mattermost/mattermost-webapp", "url": "https://github.com/mattermost/mattermost-webapp/pull/2845", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
476955622
[MM-17200] Add render methods for new guest messages Ticket Link https://mattermost.atlassian.net/browse/MM-17200 Related Pull Requests Has server changes Has redux changes The ticket only refers to the system post that appears when a guest is added to a channel by another user, but these PRs add a new message to...
gharchive/pull-request
2019-08-05T16:39:50
2025-04-01T06:39:31.174585
{ "authors": [ "lindalumitchell", "mgdelacroix" ], "repo": "mattermost/mattermost-webapp", "url": "https://github.com/mattermost/mattermost-webapp/pull/3366", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
823111439
MM32642 - increase invite others visibility Summary MM32642 - increase invite others visibility - These PR adds enhancements to the channels intros to improve the user experience and add more visibility to the call to action for inviting new members to workspaces. Ticket Link https://mattermost.atlassian.net/browse/M...
gharchive/pull-request
2021-03-05T13:51:35
2025-04-01T06:39:31.177992
{ "authors": [ "ethervoid", "marianunez", "mattermod", "pablovelezvidal" ], "repo": "mattermost/mattermost-webapp", "url": "https://github.com/mattermost/mattermost-webapp/pull/7645", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
950993482
fix: Subscription title in system console billing is singular Summary Fixes a typo. Subscription title should be singular in the System Console billing page for cloud accounts. Ticket Link https://mattermost.atlassian.net/browse/MM-30538 Screenshots Title now reads "Subscription" Release Note Fixed System Console bi...
gharchive/pull-request
2021-07-22T19:45:58
2025-04-01T06:39:31.180860
{ "authors": [ "mattermod", "neallred" ], "repo": "mattermost/mattermost-webapp", "url": "https://github.com/mattermost/mattermost-webapp/pull/8451", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1127452252
hide accordion items with status 'OK' Summary title says it all. Items that have status 'ok' or 'none' get hidden from the AccordionCard. They still get counted in the overall score. Ticket Link n/a Related Pull Requests n/a Screenshots n/a Release Note NONE @BenCookie95 gentle ping on this one.
gharchive/pull-request
2022-02-08T16:03:50
2025-04-01T06:39:31.182953
{ "authors": [ "michelengelen" ], "repo": "mattermost/mattermost-webapp", "url": "https://github.com/mattermost/mattermost-webapp/pull/9777", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
290562749
Is there any way to get access to the error that's swallowed in readFromSecureStore? https://github.com/matthewpalmer/Locksmith/blob/49b08bf8fa16ff8d7ce41609a2adbc6b5237f65f/Source/Locksmith.swift#L495 https://github.com/matthewpalmer/Locksmith/blob/49b08bf8fa16ff8d7ce41609a2adbc6b5237f65f/Source/Locksmith.swift#L4...
gharchive/issue
2018-01-22T18:10:31
2025-04-01T06:39:31.258264
{ "authors": [ "benron", "slizeray" ], "repo": "matthewpalmer/Locksmith", "url": "https://github.com/matthewpalmer/Locksmith/issues/186", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1398278270
Cannot extract meter value - Kamstrup Multical 401 I hope you vcan help me. I have a Kamstrup Multical 401 and trying to use your script. I have tried to place de IR head at every possible way at the meter but the following warning keeps appearing. In MQTT i see the topic but no values. [2022-10-05 21:27:18 daemon.py...
gharchive/issue
2022-10-05T19:36:44
2025-04-01T06:39:31.310224
{ "authors": [ "Obelix74Git", "alekslyse", "laithsaid", "madradrakie", "matthijsberk", "matthijsvisser" ], "repo": "matthijsvisser/kamstrup-402-mqtt", "url": "https://github.com/matthijsvisser/kamstrup-402-mqtt/issues/7", "license": "MIT", "license_type": "permissive", "license_sou...
96345994
x64 Detection using Get-ProcAddress Within Invoke--Shellcode, things often fail on x86 systems. After some digging, it appears that $64BitCPU returns true; even on x86 systems. Since $64BitCPU appears to always return true, I followed it down to see how $64BitCPU is being determined. To test this, I copied Get-Win3...
gharchive/issue
2015-07-21T15:29:25
2025-04-01T06:39:31.323660
{ "authors": [ "L1ghtn1ng", "PowerShellMafia", "enigma0x3", "secabstraction" ], "repo": "mattifestation/PowerSploit", "url": "https://github.com/mattifestation/PowerSploit/issues/70", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
154144393
For windows using cygwin needed to modify command /** * Get the command that is going to be executed. * @return {String} */ Rsync.prototype.command = function() { var a = this.executable(); var b = this.args().join(' '); //todo: added chmod manually b = b + ' --chmod=ug=rwx --chmod=o=rx'; retur...
gharchive/issue
2016-05-11T01:59:05
2025-04-01T06:39:31.325093
{ "authors": [ "born2net", "mattijs" ], "repo": "mattijs/node-rsync", "url": "https://github.com/mattijs/node-rsync/issues/33", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
68012773
Multimodal emission probabilites? Did you ever extend this package to include HDP priors for Gaussian Mixtures for the emission probabilities? I am trying to locate the acceptable probabilities for emission distributions, but can only find Gaussian. Thanks The distributions are mostly in pybasicbayes's distribution...
gharchive/issue
2015-04-13T05:42:00
2025-04-01T06:39:31.327501
{ "authors": [ "mathDR", "mattjj" ], "repo": "mattjj/pyhsmm", "url": "https://github.com/mattjj/pyhsmm/issues/44", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
162246706
SSR fixes #53 fixes #64 Coverage remained the same at 87.179% when pulling 27cdadab7d22c8078ff2e80daf7d8a31800006f2 on ssr into 75c2202fac7d15fcfc2b86d134386f6b7b3e030f on master. Coverage remained the same at 87.179% when pulling 27cdadab7d22c8078ff2e80daf7d8a31800006f2 on ssr into 75c2202fac7d15fcfc2b86d13438...
gharchive/pull-request
2016-06-24T23:08:52
2025-04-01T06:39:31.333573
{ "authors": [ "coveralls", "mattkrick" ], "repo": "mattkrick/cashay", "url": "https://github.com/mattkrick/cashay/pull/73", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
559349472
Select returns wrong value when SQL type is DATETIME I use the following code: In this code I insert into a database date 2 Jan 2020 and insert works correct as shows SQLite DB Browser. After that I read data from database using SELECT and expect to get 2 Jan 2020. But I get 1 Jan 0001. package main import ( "datab...
gharchive/issue
2020-02-03T21:36:42
2025-04-01T06:39:31.356293
{ "authors": [ "lukinma", "rittneje" ], "repo": "mattn/go-sqlite3", "url": "https://github.com/mattn/go-sqlite3/issues/780", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
546236363
added missing mode functionality the mode option in the dsn did not work as expected, particularly when trying to open a database in read-only mode @AshfordN Do you have an example of it not working correctly? The mode parameter is handled by SQLite itself and is basically applied on top of SQLITE_OPEN_READWRITE/SQ...
gharchive/pull-request
2020-01-07T11:38:39
2025-04-01T06:39:31.361268
{ "authors": [ "AshfordN", "coveralls", "rittneje" ], "repo": "mattn/go-sqlite3", "url": "https://github.com/mattn/go-sqlite3/pull/772", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
858000635
Update amalgamation code Fixes #926, #927 Codecov Report Merging #940 (d33341f) into master (ab91e93) will decrease coverage by 0.13%. The diff coverage is n/a. @@ Coverage Diff @@ ## master #940 +/- ## ========================================== - Coverage 46.80% 4...
gharchive/pull-request
2021-04-14T15:15:28
2025-04-01T06:39:31.369946
{ "authors": [ "aeneasr", "codecov-io", "mattn", "neilalexander" ], "repo": "mattn/go-sqlite3", "url": "https://github.com/mattn/go-sqlite3/pull/940", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1111979087
Status text placement Describe the bug Status text is off screen. This seems to have started immediately after following the most recent major game update. To Reproduce Steps to reproduce the behavior: Install mod with mod manager Run game Expected behavior Readable status text Screenshots Mods installed jaYzZWjA0...
gharchive/issue
2022-01-23T20:36:17
2025-04-01T06:39:31.377887
{ "authors": [ "Cringely", "mattsemar" ], "repo": "mattsemar/dsp-personal-logistics", "url": "https://github.com/mattsemar/dsp-personal-logistics/issues/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }