repo_name stringlengths 4 136 | issue_id stringlengths 5 10 | text stringlengths 37 4.84M |
|---|---|---|
keybase/client | 268324407 | Title: Feature request: Play sound in OSX notifications
Question:
username_0: First of all: Even if this is beta, it works better than some released product. Kudos for that!
What I really like to see in one of the next versions of the OS X app is playing a sound when something happens. Like Apple's built-in message... |
AvaloniaUI/Avalonia | 605326610 | Title: TabItem:selected selector for Descendant control does not work
Question:
username_0: i use selector <Style Selector="TabItem:selected TextBlock.TabTitle"> so that the header if the selected tab is bold but the issue is that all header are bold although for the tabitems that are not selected
Any ideas?
Set... |
ipython/ipykernel | 892457531 | Title: Turning an app with embedded Python into a Jupyter kernel
Question:
username_0: I am doing a few experiments on apps with Python integration via embedded Python, i.e. QGIS (and FreeCAD). The objective is to turn them into Jupyter kernels. Both apps come with their own Python console, but I'd like to run their G... |
apojomovsky/cuatro_en_linea | 204964844 | Title: Add a "random strategy" that changes its strategy randomly after each turn
Question:
username_0: This strategy should be able to make use of other defined strategies, changing it dynamically after each turn.
Answers:
username_0: FYI @username_1
username_1: Sorry, I think I wasn't clear when we talked today. By... |
NJACKWinterOfCode/NJACKWinterOfCode.github.io | 775055418 | Title: unable to view the leaderboard
Question:
username_0: It has been like this for quite some hours.

Answers:
username_1: We are aware of it, it is being diagnosed where the problem crept in as we ha... |
openminted/omtd-share-annotations | 235640845 | Title: Support scanning for UIMA components
Question:
username_0: Support initializing an OMTD-SHARE descriptor from a UIMA descriptor.
Answers:
username_1: I've had a quick look at the xml and what is generated seems ok.
Two things to consider that will help automatic validation:
- add the line <ms:componentMetada... |
photosynthesis-team/piq | 846434481 | Title: torch.fft functionality
Question:
username_0: **Describe the bug**
The new version of the `torch==1.8` does not support `torch.fft()` functionality. Now it should be used as `torch.fft.rfft()` since `torch == 1.7.0`.
**To Reproduce**
Steps to reproduce the behavior:
1. Update pytorch and torchvision
2. R... |
darkhonor/ContactsDemo | 263657501 | Title: IBTool error
Question:
username_0: He, I'm getting this error: `"/Users/david/Downloads/ContactsDemo-master/ContactsDemo/Base.lproj/Main.storyboard: Exception while running ibtool: *** -[NSRegularExpression enumerateMatchesInString:options:range:usingBlock:]: nil argument`"
Any ideas? Thanks!!
Answers:
user... |
JetBrains/kotlin-native | 416053868 | Title: [Bug]
Question:
username_0: Hello dev:
I write a demo that calling **kotlin-native function** in C++.
Then i add **android ndk build feature** in `build.gradle` like below code (my demo) :
https://github.com/username_0/demo-android-jni-impl-by-kotlin-native/blob/da81c3763619d503e63fe092da7a62cdd2acd0... |
LISTEN-moe/feedback | 226832528 | Title: See how many users have favorited your uploads
Question:
username_0: **Type:** feature request
**Priority:** low
**Description:**
In order to fulfil my pathetic desire for validation, on the "uploaded songs" page I should be able to see how many users have added each song that I have uploaded to their favori... |
Polymer/polymer-analyzer | 183811758 | Title: analyze bad attributes in polymer element declaration
Question:
username_0: ```
<element
string-only-prop="[[boolean-prop]]" -- wrong type
non-existent-property="value" -- property doesnt exist>
</element>
```
Answers:
username_1: I think this will be handled by https://github.com/Polymer/polymer-li... |
IFPB-2017-1/gps | 244430174 | Title: Criar o PG de Comunicação
Question:
username_0: GanttStart: 2017-07-20
GanttDue: 2017-08-01
Answers:
username_0: ###### Identificar as partes interessadas (INICIAÇÃO)
###### Planejar as comunicações (PLANEJAMENTO)
- Determinar as necessidades de informações e comunicações das partes
- Ex: Determinar as ... |
s00500/ESPUI | 646995714 | Title: order of controls
Question:
username_0: is there a way to control the order of the appearance of controls?
e.g. i want to have tabs _above_ a button. But now i always get a button _above_ a tab, even though in the code tabs are defined first.
```
uint16_t tab1 = ESPUI.addControl( ControlType::Tab,... |
occlum/occlum | 858621628 | Title: [BUG] getUsername of com.sun.security.auth.module.UnixSystem returns the null
Question:
username_0: # To reproduce
Steps to reproduce the behavior:
java Hello.java
./run_java_on_occlum_glibc.sh
[test_java_system.zip](https://github.com/occlum/occlum/files/6316212/test_java_system.zip)
Answers:
username_1: ... |
flutter/flutter | 358492817 | Title: NoSuchMethodError: The method '>' was called on null.
Question:
username_0: ## Steps to Reproduce
this is my code :
```
Widget build(BuildContext context) {
final CustomThemeData cusTheme = kDefaultGalleryTheme.cusTheme;
final Key key1 = new Key('key1');
return new Scaffold(
appBa... |
a13xmt/matrixstats.org | 323703876 | Title: Centralized logs for bot-related events
Question:
username_0: It should be possible to log all the critical bots events in a one place, both for transparency and debug reasons. The resulting logs should be displayed at admin page with possible subset of events redirected to public page. |
ThirteenAG/WidescreenFixesPack | 274127288 | Title: [GTA2, Linux/Wine] Cannot get WF to work
Question:
username_0: I know, there was several issues about Wine. Unfortunately overriding d3d9 native (as well as d3d8 and d3d10) in Wine settings doesn't seems to work. There isn't such resolution in GTA Manager, and game itself runs in default mode.
![Wine settings]... |
GoogleContainerTools/kaniko | 453453274 | Title: Using behind "Pull through cache"
Question:
username_0: Hello! So I don't know if I am being thick here, but I can't see how to set things up so the image will use a pull through cache I have setup?
I have no internet access on the Kubernetes cluster being used to build images, so I have a docker pull-throug... |
dotnet/orleans | 264418809 | Title: Upgrade NonSilo.Tests to .NET 4.7 to support ValueTuple
Question:
username_0: ValueTuple support is "spotty" on older versions of .NET and we're seeing that type equality fails.
Answers:
username_0: For the time being, I'm going to skip some tests and link them to this issue. We must reenable the tests when th... |
Catalyst-Swarm/Catalyst-Beehive | 964731942 | Title: Core-Swarm-Meeting - 13th August 2021 - 17:00 UTC
Question:
username_0: ## Core-Swarm-Meeting - 13th August 2021 - 17:00 UTC
- Last Meeting - https://github.com/Catalyst-Swarm/Catalyst-Beehive/issues/119
### Moderator
- [ ] JakobD
### Attendees
Checked Names confirmed as Attendees.
- [ ] Dominik... |
JeffreyMeijer/javascriptv2 | 422585764 | Title: Opdracht 1
Question:
username_0: Maak een reguliere expressie voor de volgende onderdelen:
A. Nederlandse postcode
B. Nederlands telefoonnummer
C. Email
D. Adres
E. Man of vrouw invoer
Op de volgende websites kan je jouw reguliere expressie uitproberen:
- http://www.regexpal.com/
- https://regex101.com/... |
uno-labs-solana-hackathon/web-pos-emulator | 808624823 | Title: Make UI prototype for POS
Question:
username_0: 
Answers:
username_0: 
username_... |
rust-lang/rust | 36745662 | Title: Error running `make check` on Windows
Question:
username_0: Following the new guide in the readme for building on Windows, I run into this error:
```
maketest: bootstrap-from-c-with-green
----- C:/msys64/home/John/programming/forks/rustmain/rust/src/test/run-make/bootstrap-from-c-with-green/ --------------... |
zekroTJA/shinpuru | 960045981 | Title: Public Guild API
Question:
username_0: ## Description
Add a Guild settings to expose Guild Information like Name, Icon, Member Count and online Member Count via the REST API.
The settings would contain following preferences:
- Enabled State: Whether the API endpoint is enabled or disabled for the guild ... |
currymich/properguide | 233712878 | Title: Staff should be able to view all orders belonging to a single dentist
Question:
username_0: On dentist show page?
Status: Issue closed
Answers:
username_0: Front end solved cac37288a24f066064c96aa8e4f0626f63c241f9
Mostly solved with 57cff7e2e3d293c87d50333a128577738b64492c
Backend basically will check if... |
department-of-veterans-affairs/va.gov-team | 577596605 | Title: GIDS: Query optimization for institutions_programs
Question:
username_0: As a developer, I need to improve the performance of the institutions and institutions_programs queries in order to enhance performance and stability of the application.
## Assumptions
## Acceptance Criteria
1. TBD
## Supporting Artifa... |
rails/rails | 197305803 | Title: Journey parser should use frozen string literals
Question:
username_0: At the moment jouney parser does not have the comment
```
# frozen_string_literal: true
```
at the top.
This means that lines like this:
https://github.com/rails/rails/blob/master/actionpack/lib/action_dispatch/journey/parser... |
airshipit/treasuremap | 640772653 | Title: ping Latency Issue
Question:
username_0: This issue is On branch v1.3
This issue is occurring with few VMs not 100% reproducible (so far).
This issue is not specific to a compute host/VLAN type/Provider network
```
# This ping is good
$ ping 10.0.101.5
PING 10.0.101.5 (10.0.101.5) 56(84) bytes of data.... |
fengalin/media-toc | 272173388 | Title: Rework chapters management
Question:
username_0: Chapters management is currently awkward, which make it error prone when something new must be done which depends on current position in the chapters tree (e.g. handle remove chapter button sensitivity #74 ). Besides, the code for this is getting large.
The pl... |
kamal1-cloud/CORONA-VIRUS | 591557464 | Title: None
Question:
username_0: Vous avez des retouches à faire dans la page d'accueil. Créez deux dossier "fr" & "ar" et mettez la version arabe et français dans leur dossier respective. Renommez les deux fichier accueil en index.html.
Answers:
username_0: Pour les retouches sa concerne la section Hero Header & He... |
tylermorganwall/rayshader | 693263273 | Title: Strange behaviour on ggplot for bivariate maps
Question:
username_0: The panel and text axis shows an undesired output when I take the ggplot2 rayshader, I think there are extra parameters that I should set on ggplot2 that it can work properly.
`
#libraries
library(sf)
library(biscale)
library(ggplot2)
... |
toanpv/vjreport | 520939079 | Title: Tiêu dè
Question:
username_0: Description:
---
Nội thất
Device info:
---
<table>
<tr><td>App version</td><td>1.1.8</td></tr>
<tr><td>App version code</td><td>19100202</td></tr>
<tr><td>Android build version</td><td>A520FXXSBCSJ2</td></tr>
<tr><td>Android release version</td><td>8.0.0</td></tr>
<tr><td>Andro... |
colinmollenhour/Cm_RedisSession | 113844946 | Title: Cm_RedisSession & Cm_Cache_Backend_Redis
Question:
username_0: I am using both extensions alongside this Redis Manager: https://github.com/steverobbins/Magento-Redismanager) and noticed the following behavior:
If I only include the edits for Cm_RedisSession in my local.xml, the Redis Manager will list the se... |
jwadhams/json-logic-js | 240357408 | Title: Add comments and trace failed rules when false
Question:
username_0: Hi,
New to Github... I'm using a fork of jsonLogic for a product configurator we're developing, which will need regular updates of the rule set, so it fits our needs.
I've added two small features that we found handy: 1) the ability to ... |
paypal/paypal-checkout-components | 607685934 | Title: Smart button - Credit
Question:
username_0: ### Description
I can't see the PayPal credit button when displaying my smart buttons using the JavaScript SDK, is this intended behaviour?
### Steps to reproduce
When using the SDK library...
1. https://developer.paypal.com/demo/checkout/#/pattern/client
... |
cybertronai/ncluster | 466046467 | Title: Fix exact match
Question:
username_0: (main) ÷19-07-09 17:59:39|ttys040|trippings-mbp-3|~\÷ ncluster connect \'mnist\'
ncluster version 0.1.72
Region (us-east-1) $USER (username_0) account (331439827203:yacht)
Using region us-east-1
Couldn't find instances in state () matching '''"'"'mnist'"'"''' for key n... |
expo/expo | 1014594801 | Title: Upgrade expo-branch to Aug 17 release of react-native-branch
Question:
username_0: ### Summary
Here is the related discussion I had with @wodin :
https://forums.expo.dev/t/branch-nativelink-is-it-supported/57157/4
Basically PrivateRelay for iCloud+ users on iOS 15 kills Branch functionality completely. ... |
MicrosoftDocs/azure-docs | 335274713 | Title: Mistaken link?
Question:
username_0: "If you are using ExpressRoute and you have a default route published, see Azure VM may fail to activate over ExpressRoute."
The link at the end of this statement is a Japanese blog post. I happen to be able to read that, so it's much appreciated, but that doesn't seem usefu... |
ValveSoftware/steam-for-linux | 12661881 | Title: Alien Swarm
Question:
username_0: Hello, there is such game Alien Swarm, please, release the server for Linux! (now only under win)
Answers:
username_1: October 2015, Valve's promoting Linux so much, 1550 total Linux games, why isn't Valve's own Alien Swarm not one of them?
username_2: @username_3 Any updates ... |
spring-cloud/spring-cloud-sleuth | 681588930 | Title: Add catalogWatchTaskScheduler to exclusions
Question:
username_0: With the latest snapshots we're getting a lot of spans looking like this
{"traceId":"57b378dd4d9894f4","id":"57b378dd4d9894f4","name":"catalogWatchTaskScheduler","timestamp":1597813849961483,"duration":2006611,"localEndpoint":{"serviceName":"in... |
nss-day-cohort-47/reactive-nutshell-captain-america-onliners | 856147573 | Title: Allow user to modify an existing event
Question:
username_0: Story
As a user, I should be able to modify an event that I previously created
Acceptance Criteria
Given a user wants to modify an event that is not in the past
When the user is viewing their events
Then there should be an affordance that allow... |
cashapp/stagehand | 652773711 | Title: Reorganize screens in demo app
Question:
username_0: In my mind, there's really three purposes for screens in the demo app:
1. Show what can be built using Stagehand.
2. Show how each feature can be used.
3. Help with debugging certain features.
I'd like to reorganize the demo app a bit to make it c... |
cole-trapnell-lab/monocle3 | 455085942 | Title: import seurat object error:cannot coerce class ‘structure("AnnotatedDataFrame", package = "Biobase")’ to a data.frame
Question:
username_0: `Error in as.data.frame.default(from) :
cannot coerce class ‘structure("AnnotatedDataFrame", package = "Biobase")’ to a data.frame`
Answers:
username_1: Hello,
new... |
dogo/AKSideMenu | 395280777 | Title: Memory not manage on Navigation from leftview controller
Question:
username_0: - [ ] I have verified there are no duplicate active or recent bugs, questions, or requests
###### Include the following:
- AKSideMenu version: `1.0.0`
- Device OS version: `6.0`
- Device Name: `iPhone 6`
###### Reproduct... |
tweenjs/tween.js | 198293343 | Title: Currently 16.4 is released, but it looks like 16.3.5 in npm.
Question:
username_0: y did not see?
Answers:
username_1: @username_3 is on vacation I believe.
username_2: +1 for this, I'm having issues with node and tween which are resolved in this current version
username_3: OK I am having a terrible workload a... |
saltstack/salt | 128139127 | Title: salt-cloud: Creating EC2 ebs volume from snapshot ignores volume type
Question:
username_0: I've declared an EC2 EBS volume in a cloud profile that is to be created from an existing snapshot. I've also specified that I want it to be a GP2 (SSD) volume:
```
volumes:
- { device: /dev/sdf, type: gp2, sna... |
linuxdeepin/developer-center | 505955149 | Title: Login screen not showing till press and hold random keys from keyboard
Question:
username_0: ## Describe the bug
Recently after update whenever doing shutdown & start or restart, manjaro deepin inux doesn't start loading login screen until several keys form keyboards are pressed
## To Reproduce
Steps to re... |
godotengine/godot | 224521287 | Title: Roughness information is lost with ETC1
Question:
username_0: Godot doesn't have any special workarounds to handle alpha channels with ETC1. This is just a statement of a trivia of course, but with new PBR textures, this is a real concern because alpha is used encode roughness in specular textures.
One solut... |
vvilhonen/nethoscope | 1045424118 | Title: add license
Question:
username_0: Thank you for this cool proof of concept! I think we're overdue for more sensory feedback and transparency into the workings of our computers.
Is this open source? Could you please clarify what license this is released under? https://docs.github.com/en/github/building-a-stro... |
mattrasto/phase | 401592258 | Title: Add tests for recursive reevaluation
Question:
username_0: #96 implements recursive reevaluation of subgroups. We should write tests to ensure that subgroups with existent parents are properly reevaluated on their parents' selections and not the network's entire collection of respective containers.
Answers:
us... |
ch-robinson/dotnet-avro | 500965855 | Title: Usage with confluent-kafka-dotnet's DependentProducerBuilder?
Question:
username_0: Hi--thank you for putting this library out there. It looks like it could help us get past several limitations we've encountered with the current Apache/Confluent versions.
The confluent-kafka-dotnet library provides a [Depend... |
whoisglover/DGTwitter | 223034223 | Title: Project Feedback!
Question:
username_0: Hello Danny,
:+1: nice work. With this assignment, we've now explored all the main patterns for building MVC clients! If this were 2009, you would be well on your way to building most apps that you could find in the app store. Over the next few weeks, we'll be focusin... |
tektoncd/cli | 559146899 | Title: GenerateName Option for tkn task/pipeline start
Question:
username_0: Currently, the CLI specifies `generateName` for pipelineruns/taskruns by using the name of the pipeline/task.
`tkn pipeline start:`
https://github.com/tektoncd/cli/blob/df588178f29f58843001464f59340bf993563d38/pkg/cmd/pipeline/start.go... |
jjjchens235/bing-rewards | 705047271 | Title: UnboundLocalError
Question:
username_0: <<< When searching, too many time out exceptions when getting progress element...........
(some more info with detail I don't have time to filter out)....
"line 123, in __get_search_progress
for element in progress_elements:
UnboundLocalError: local variable 'prog... |
zongtaili/kubernetes-image-repo | 811870294 | Title: blog
Question:
username_0: golang blog : https://eddycjy.com/posts/
Answers:
username_1: get√
| |
李宗泰
|
|
<EMAIL>
|
签名由网易邮箱大师定制
username_0: https://qcrao91.gitbook.io/go/map/map-de-di-ceng-shi-xian-yuan-li-shi-shi-mo
又找到个好东西
username_1: 谢谢老板,这个真是好东西
| |
李宗泰
|
|
<EMAIL>
|
签名由网易邮箱大师定制
username_1: 这个“面向信仰编程”... |
hanxu317317/city_pickers | 587664339 | Title: 缺少香港城区城市码
Question:
username_0: https://github.com/username_1/city_pickers/blob/c39636671b4890ec316b2b0dda11147282f07ae4/lib/meta/province.dart#L4216
缺少香港城区城市码
```dart
"810000": {
"810100": {"name": "香港城区", "alpha": "x"}
},
```
Status: Issue closed
Answers:
username_1: 香港地区的城市码较为特殊. 暂时只到一级. |
dsbenghe/Novell.Directory.Ldap.NETStandard | 195440439 | Title: Search method async?
Question:
username_0: Hi There. Firstly, thanks so much for your working in getting this running on .net core! I'm looking to use your project in an aspnet core project and am having some challenges performing a search from a web api controller. I'm essentially getting 0 search results back... |
Airblader/i3 | 287492930 | Title: Put mouse on center of new focused window
Question:
username_0: Whenever I focus a new window, I'd like the mouse to be moved to the center of that window.
I only found the option `focus_follows_mouse` which does the opposite.
I looked at the wrapping and warping, but neither did the job.
Any hints?
Ans... |
koumoul-dev/vuetify-jsonschema-form | 639640523 | Title: third-party.js:517 Uncaught ReferenceError: Vue is not defined
Question:
username_0: 1. Use vue cli 4.1.2 to create project : vue create vjsf_test
2. install vuetify plugin: vue add vuetify
3. install vuetify-jsonschema-form : npm install @koumoul/vjsf
4. add imports to HelloWorld.vue (file attached)
5. com... |
openjournals/joss-reviews | 623331081 | Title: [PRE REVIEW]: StoSpa2: A C++ software package for stochastic simulations of spatially extended systems
Question:
username_0: **Submitting author:** <EMAIL> (<a href="http://orcid.org/0000-0002-0495-9150"><NAME></a>)
**Repository:** <a href="https://github.com/BartoszBartmanski/StoSpa2" target ="_blank">https://... |
asyncapi/bindings | 528824853 | Title: [FEATURE REQUEST] Support Microsoft MQ (MSMQ)
Question:
username_0: Add MSMQ as a named, supported protocol. It is similar to JMS in function. DTC transactions should be out of scope for now and could be added as a separate feature later as the feature may apply to multiple protocols. https://en.wikipedia.org/w... |
brightwind-dev/brightwind | 480033233 | Title: add ipywidgets to requirements and setup.py
Question:
username_0: Add ipywidgets to the requirements and setup.py files.
Use a python environment to check what else also needs to be added to these files.
Maybe reconsider the need for ipywidgets?
Answers:
username_1: Is there any function that needs ipywi... |
jwplayer/jwplayer-sdk-android-demo | 789541252 | Title: Accessibility issues with player controls
Question:
username_0: I got the demo running on a Samsung Galaxy S8 after applying the changes in [this PR](https://github.com/jwplayer/jwplayer-sdk-android-demo/pull/100). All the controls seem to work fine when the voice assistant is turned off. When I turn the voic... |
SerenityOS/serenity | 474233498 | Title: Moving windows interrupts audio playback
Question:
username_0: If you play an audio file in aplay then move the terminal window or move any other window, it causes interruptions and drop-outs to the audio output.
Answers:
username_0: A small update/correction. You can move the windows of most of the other sere... |
silinternational/certmagic-storage-dynamodb | 1049642646 | Title: Background maintenance taking too long and creating read spikes on DynamoDB
Question:
username_0: Hello there,
First, thank you for creating and maintaining this plugin!
I'm using this module with Caddy version 2.4.6 running inside Kubernetes with 3 replicas.
It's working great, serving 25k+ certificate... |
KristofferC/OhMyREPL.jl | 1131004170 | Title: enable_autocomplete_brackets
Question:
username_0: Firstly, thanks for this nice module !
I don't like brackets to be automatically closed so I choose to deactivate it with:
```
enable_autocomplete_brackets(false)
```
However, when I type single or double quotes as the first symbol in the REPL it is i... |
OpenCoverUI/OpenCover.UI | 142968992 | Title: .runsettings file
Question:
username_0: The plugin lets you select a .runsettings file:
http://puu.sh/nQZfT/3f46b451ed.png
Is this feature implemented; will it let me pick what classes to run coverage for?
Do you have an example file that works with open cover?
I have been takeing a look at theese two l... |
wso2/product-apim | 676600357 | Title: Only Published and Created API resources should be available for API Product creation
Question:
username_0: When creating API products, the API resources are not properly filtered out based on the API lifecycle state but allowed to create products out of deprecated, retired, blocked and prototyped APIs. But the... |
dotnet/efcore | 1097027918 | Title: NpgsqlTsVector.Matches() does not honour the TEXT SEARCH CONFIGURATION
Question:
username_0: ## Description
The entity:
```
public class Page
{
public long Id { get; set; }
public string? Title { get; set; }
public string? Content { get; set; }
public NpgsqlTsVecto... |
onfido/onfido-ios-sdk | 426407805 | Title: Constraints issue
Question:
username_0: ### What was the expected behaviour?
No constraints issue
### What happened instead?
Reported constraints issue in console
### Version info:
- Cocoapods (if applicable): 1.6
- Onfido SDK (Debug/Release): 10.6.0
- iOS: 12.1.4
- Xcode: 10.1
- Device/Simul... |
M1k3G0/Win10_LTSC_VP9_Installer | 537967592 | Title: Win 10 LTSC 1809 not working
Question:
username_0: Hello!
Thanks for script, but its not working for me. OOAPB shows that all installed, but GPU is not used for decoding videos on youtube.
Answers:
username_1: I don’t know what version you have, added x86 version today. Check that vc++ 2015-2019 is installe... |
github-vet/rangeloop-pointer-findings | 771810583 | Title: oleggator/esports-backend: vendor/github.com/go-openapi/validate/example_validator.go; 3 LoC
Question:
username_0: [Click here to see the code in its original context.](https://github.com/oleggator/esports-backend/blob/d69dd5b143e5faf8bb6696aa25be2648af1d1bef/vendor/github.com/go-openapi/validate/example_valida... |
Stebalien/tempfile | 115774078 | Title: Yank 1.1.2, publish 2.0.0
Question:
username_0: Bumping a minor or patch number breaks downstream libraries when Cargo attempts to link two different versions of the same crate.
Answers:
username_0: Should probably wait for https://github.com/rust-lang-nursery/rand/issues/81
username_1: In general, depending o... |
GRIDAPPSD/GOSS-GridAPPS-D | 334585118 | Title: Map Y-bus node names to GridLAB-D node names
Question:
username_0: ### Description of Issue
The state estimator receives Y-bus data from OpenDSS and simulation output from a GridLAB-D simulation.
The naming convention for nodes is different between the OpenDSS Y-bus export files and the GridLAB-D model; as lo... |
bodleian/hebrew-mss | 290060077 | Title: Fix missing space
Question:
username_0: Somewhere down the line, probably in a previous batch conversion, a lot of significant spaces were lost. The result is that pretty much any part of a manuscript description that marks up elements inline in the middle of sentences (such as when a `persName` is used to tag ... |
SunstriderEmu/BugTracker | 636939125 | Title: can't use general chat
Question:
username_0: **Describe the bug**
<!--- A clear and concise description of what the bug is. -->
cannot post in general chat /1 does nothing
**To Reproduce**
<!--- Steps to reproduce the behavior. Note that providing as much details as possible will help us fix it faster! -->
... |
Dmitryy89/project160220 | 566000938 | Title: GradWork
Question:
username_0: Проверить чтобы на мобильных устройствах отступы по бокам были одинаковых размеров на всем сайте:

Answers:
username_0: На смартфонах появ... |
elliotwoods/ofxKinectForWindows2 | 126191899 | Title: Two Body.cpp caused link problem
Question:
username_0: Two or more files with the name of Body.cpp will produce outputs to the same location. This can lead to an incorrect build result. The files involved are ..\..\..\addons\ofxKinectForWindows2\src\ofxKinectForWindows2\Data\Body.cpp, ..\..\..\addons\ofxKinec... |
qqzii/html_layouts | 924305791 | Title: AXIT: Textarea
Question:
username_0: it is better to make two columns and put flexes with a row. if we change the number of inputs on the right, the layout will all go
<img width="670" alt="Снимок экрана 2021-06-17 в 23 23 49" src="https://user-images.githubusercontent.com/22219301/122467352-143c4a80-cfc3-11eb... |
robatwilliams/es-compat | 533640134 | Title: Provide suggestions on how to make code more widely compatible (CLI)
Question:
username_0: You might be willing to avoid using some features (or polyfill them if non-syntax) in order to widen compatibility.
The CLI could provide suggestions on this.
(feature follows-on from #5)
```
$ npx check-es-comp... |
deepjyoti30/QuickWall | 693050113 | Title: PKGBUILD has nitrogen as dependency
Question:
username_0: AUR package has nitrogen as dependency, it isn't optional. I'm running Manjaro Xfce and I suppose there's no actual need for nitrogen unless it's explicitly run from the code by default?
Answers:
username_1: @username_0 Yes, you're right. I think I forg... |
knative/serving | 320957877 | Title: Add support for logging to /dev/log (syslog)
Question:
username_0: <!--
Uncomment leaving one or more of the following to ensure that the appropriate
working groups are aware of the issue:
/area monitoring
-->
<!--
Uncomment leaving one or more of the following to classify the kind of issue:
/kin... |
exteranto/cli | 393479236 | Title: Manifest builder module.
Question:
username_0: @kouks, should we include this is Minimal Pouch Requirements milestone? Will you continue the cli package you started? I would have a look into this otherwise.
Answers:
username_0: @kouks, should we include this is Minimal Pouch Requirements milestone? Will you con... |
opencv/cvat | 348098374 | Title: What is the purpose/function of overlap?
Question:
username_0: My understanding is that `overlap` just specifies how many frames overlap when splitting a video into segments. If that's correct, what's the purpose? Does it actually do anything for the user? (E.g. if I do the tracks on the first segment, are they... |
podnebessssni/Java_Home_Work_2.2 | 632489753 | Title: The result of sum is less by 0.000000000000001
Question:
username_0: ## Steps
1. Open IntelliJ IDEA
2. Create New Project
3. Create New Java Class with Main name
4. Insert code Precision code
7. Run the program
## Expected Result
The result of addition is 0.9
## Actual result
Actual result is 0.89999... |
alibaba/nacos | 452298670 | Title: com.alibaba.nacos.api.exception.NacosException: failed to req API:http://tmc-nacos.ekuaibao.com:80/nacos/v1/ns/instance/list. code:500 msg: ja
Question:
username_0: <!-- Here is for bug reports and feature requests ONLY!
If you're looking for help, please check our mail list、WeChat group and the Gitter room... |
RedHatInsights/tower-analytics-frontend | 709216144 | Title: Add a message if most failed task is null
Question:
username_0: Feature: https://github.com/RedHatInsights/tower-analytics-backend/issues/73
**Describe the bug**
If a Job fails before it reaches any task or before actually running the tasks on a host, the most failed task is `Null`.
We can add an enhanceme... |
mschubert/clustermq | 890014901 | Title: (develop) : submodules not pulled in configure
Question:
username_0: When installing clustermq@develop, the configure script hits a wall when trying to run `src/libzmq/autoconf.sh` , as that in a submodule that isn't initialized yet.
Personally, I added `git submodule update --recursive --init` to configure,... |
codescape/jira-scrum-poker | 330378736 | Title: Allow cards to be configured per project
Question:
username_0: * default card set configurable in plugin settings
* concrete card set configurable in board configuration
Answers:
username_1: I would like this feature very much. As the deck could differ between projects and teams this should be configurable pe... |
node-opcua/node-opcua | 113581936 | Title: Manipulate Status Codes
Question:
username_0: Hello,
where can i manipulate the status codes of the simulation nodes in the Server? I try to get random codes between good and bad.
Answers:
username_1: StatusCodes are currently expressed as enum
see node-opcua\lib\datamodel\opcua_status_code.js, node-opcu... |
textbookmania/RoyalBlue | 117885077 | Title: Change text color and fonts
Question:
username_0: <!---
@huboard:{"order":0.00048828125,"milestone_order":0.0078125}
-->
Status: Issue closed
Answers:
username_0: Published new format though done it under a new branch name metrostyle
Please don't merge it yet, still in the work.
Just updated the text co... |
ikedaosushi/tech-news | 424521426 | Title: Mac でVLANのタグを読めるインターフェイスを作成する
Question:
username_0: Mac でVLANのタグを読めるインターフェイスを作成する<br>
MacOS のLANインターフェーӟ... |
getgrav/grav | 775467025 | Title: CLI selfupgrade to RC20 Claims Success But Does Not Update
Question:
username_0: Used `bin/gpm selfupgrade` successfully on my local dev system (PHP 7.3.20). When I tried that on production (PHP 7.3.25), I got the success message below:

### Expected Behavior:
When ins... |
CrunchyData/postgres-operator | 686904890 | Title: pgbackrest for backup with s3
Question:
username_0: **Describe the bug**
A clear and concise description of what the bug is.
I have tried several times for backup with pgbackrest. local is good but s3 occures some following issues。
 # GitHub Issues
kaggle_notebooks = load_dataset("HuggingFaceTB/github-issues-notebooks", "kaggle", split="train") # Kaggle Notebooks
Dataset curation
These curation details are from the StarCoder2 pipeline. The original datasets can be found at: https://huggingface.co/datasets/bigcode/starcoder2data-extras and more details can be found in the StarCoder2 paper.
🐛 GitHub Issues
The GitHub Issues dataset consists of discussions from GitHub repositories, sourced from GHArchive. It contains issue reports, bug tracking, and technical Q&A discussions.
To ensure high-quality data, the StarCoder2 processing pipeline included:
- Removing bot-generated comments and auto-replies from email responses.
- Filtering out short issues (<200 characters) and extremely long comments.
- Keeping only discussions with multiple users (or highly detailed single-user reports).
- Anonymizing usernames while preserving the conversation structure, names, emails, keys, passwords, IP addresses using StarPII.
We format the conversatiosn using this template:
Title: [Issue title]
Question:
username_0: [Issue content]
Answers:
username_1: [Answer from user 1]
username_0: [Author reply]
username_2: [Answer from user 2]
...
Status: Issue closed (optional)
📊 Kaggle Notebooks
The Kaggle Notebooks are sourced from the Meta Kaggle Code dataset, licensed under Apache 2.0. They were cleaned using a multi-step filtering process, which included:
- Removing notebooks with syntax errors or less than 100 characters.
- Extracting metadata for notebooks that reference Kaggle datasets. When possible, we retrieve the datasets references in the notebook and add information about them to the beginning of the notebook (description,
ds.info()output and 4 examples) - Filtering out duplicates, which reduced the dataset volume by 78%, and redacting PII. Each notebook is formatted in Markdown format, where we start with the notebook title, dataset description when available and put the notebook (converted to a Python script) in a code block.
Below is an example of a kaggle notebook:
# Iris Flower Dataset
### Context
The Iris flower data set is a multivariate data set introduced ... (truncated)
```python
import pandas as pd
df = pd.read_csv('iris-flower-dataset/IRIS.csv')
df.info()
```
```
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 150 entries, 0 to 149
Data columns (total 5 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 sepal_length 150 non-null float64
1 sepal_width 150 non-null float64
2 petal_length 150 non-null float64
3 petal_width 150 non-null float64
4 species 150 non-null object
dtypes: float64(4), object(1)
memory usage: 6.0+ KB
```
Examples from the dataset:
```
{
"sepal_length": 5.1,
"sepal_width": 3.5,
"petal_length": 1.4,
"petal_width": 0.2,
"species": "Iris-setosa"
}
... (truncated)
```
Code:
```python
import numpy as np # linear algebra
import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
# Input data files are available in the read-only "../input/" directory
import os
for dirname, _, filenames in os.walk("/kaggle/input"):
for filename in filenames:
print(os.path.join(dirname, filename))
# You can also write temporary files to /kaggle/temp/, but they won't be saved outside of the current session
import matplotlib.pyplot as plt
data = pd.read_csv("/kaggle/input/iris-flower-dataset/IRIS.csv")
data.head()
X = data.drop("species", axis=1)
... (truncated)
Citation
@article{lozhkov2024starcoder,
title={Starcoder 2 and the stack v2: The next generation},
author={Lozhkov, Anton and Li, Raymond and Allal, Loubna Ben and Cassano, Federico and Lamy-Poirier, Joel and Tazi, Nouamane and Tang, Ao and Pykhtar, Dmytro and Liu, Jiawei and Wei, Yuxiang and others},
journal={arXiv preprint arXiv:2402.19173},
year={2024}
}
- Downloads last month
- 296