repo_name
stringlengths
4
136
issue_id
stringlengths
5
10
text
stringlengths
37
4.84M
cloud-ark/kubediscovery
344940695
Title: Remove Object tree from provenance list after an Object is deleted Question: username_0: Currently, Objects that have been deleted (using for example kubectl delete) still show when queried using kubectl get /..../compositions This is done on purpose as we want to build provenance of the cluster. In the cod...
wangyonghong/gitalk
709730263
Title: 【Linux 命令】lvreduce | 永红的互联网手记 Question: username_0: https://yonghong.tech/linux-command/lvreduce/ 收缩逻辑卷空间 补充说明lvreduce命令 用于减少LVM逻辑卷占用的空间大小。使用lvreduce命令收缩逻辑卷的空间大小有可能会删除逻辑卷上已有的数据,所以在操作前必须进行确认。 语法1lvreduce(选项)(参数) 选项12-L:指定逻辑卷的大小,单位为“kKmMgGtT”字节;-l:指定逻辑卷的大小(LE数)。 参数逻辑卷:指定要操作的逻辑卷对应的设备文件。 实例使用lvreduc
yobnytech/queueone_issues_tracker
581320486
Title: Incorrect numbering for service counter on partner web Question: username_0: Created 6 counters for Q at Classic Salon. The number for counter shown as: Counter 0 | Counter 0 | Counter 1 | Counter 2 | ... | Counter 4 Counter 0 is repeated, and ideally we should have Counter no started from 1 Answers: use...
umijs/qiankun
990880068
Title: 动态插入的<style>标签会被qiankun拦截? Question: username_0: <!-- https://github.com/YOUR_REPOSITORY_URL --> ## How To Reproduce **Steps to reproduce the behavior:** 1. 2. **Expected behavior** 1. 2. ## Context - **qiankun Version**: - **Platform Version**: - **Browser Version**: Answers: username_1: ![im...
fspoettel/pomodoro-discord-bot
611214251
Title: Move to Dokku Question: username_0: - [x] Setup a `dokku` host on DO - [x] Configure `dokku` app and mongo-db plugin - [x] Update `.env` variables to match diff. to Heroku - [ ] Deploy `pom-dev` and monitor stability - [ ] Migrate timers database to new host - [ ] Remove Heroku app, deploy `pom` to `d...
digidem/osm-p2p-server
126722726
Title: Unnecessary `ch.id.replace(/^[nw]/, '')`? Question: username_0: I am unclear at why we are doing [this](https://github.com/digidem/osm-p2p-server/blob/master/index.js#L96)? I know iD Editor internally prepends `n` or `w` to avoid duplicate ids but it [strips these](https://github.com/openstreetmap/iD/blob/maste...
alfg/opendrinks
714402193
Title: Dark mode Question: username_0: **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expec...
HackGT/registration
573321238
Title: Ground Truth Login after Walk-up Registration crashes registration Question: username_0: If a user has already registered through walk-up registration (ie staff) and then later tries to login via a HackGT account in ground truth, the ground truth login flow attempts to create the user an account and crashes re...
sonata-nfv/tng-sdk-sm
385325100
Title: Something is wrong with the path when executing an ssm Question: username_0: ``` ana@ana-quobis:~/workspace/pilot/tng-communications-pilot$ tng-sm execute --event task --payload project/test-ssm.yml ~/workspace/pilot/tng-communications-pilot/project/ssm/videoconference-service-ssm/ Error occured when executing...
railwaycat/homebrew-emacsmacport
122416708
Title: Crash On 10.11.2 Question: username_0: Exception Info: ``` Dyld Error Message: Symbol not found: _gliCreateContextWithShared Referenced from: /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine Expected in: flat namespace ```<issue_closed> Status: Issue closed
openmv/openmv
1097367980
Title: Add wifi support for ESP32 Question: username_0: At present, the price of WIN1500 module is too expensive, and the price of ESP32 is very cheap. I am using ESP32 to complete the serial port image transmission to OpenMV, but the function is relatively simple, only the part of image transmission, can not complete...
hxmowang/leetcode_zijie
199332843
Title: 121 bp buy and sell Question: username_0: class Solution { public: int maxProfit(vector<int>& prices) { int i; int n; n = prices.size(); int d[100000]; d[0]=0; int minnum; minnum=500000; for (i = 1; i < n; i++) { minnum=min(prices[i-1],minnum); d[i] = max(d[i - 1], pric...
jpuri/react-draft-wysiwyg
509421804
Title: This package is Dead Question: username_0: - Last version is 8 months old. - Not working correctly with newest react version. - Ton of issues is ignored. Answers: username_1: Not upgraded to DraftJS last version. username_2: Author is mostly working on another similar repo using a different framework than Dr...
Fuyukai/asyncwebsockets
896034220
Title: Should there be a Lock around the TCP sending part? Question: username_0: When multiple tasks are sending messages you can run into `BusyResourceError` as there is an `await` in the `send()` method. `trio-websocket` encloses the send block in a stream so perhaps this library should do the same<issue_closed> ...
CSIS-iLab/ocean
380907949
Title: Component: Post Block Question: username_0: Create post block include to use on archive pages. Include should have a "class" parameter. - [x] Header - [x] Featured - [x] Content Type - [x] Title - [x] Authors - [x] Published - [x] Image - [x] Main - [x] Excerpt<issue_closed> Status: Issu...
btcpayserver/btcpayserver
696446260
Title: `dotnet publish` produces defective build Question: username_0: The build created via `dotnet publish` fails at runtime. #### Reproduce ##### 1. Publish and run ```bash # Add nuget and dotnet SDK to your environment. # For nix, use nix-shell -p dotnetPackages.Nuget dotnetCorePackages.sdk_3_1 TMPDIR=/tmp...
wellington/wellington
320589909
Title: Problem compiling using bundled libsass Question: username_0: System: Fedora 28 ``` $ go get -u github.com/wellington/wellington/wt # github.com/wellington/wellington/vendor/github.com/wellington/go-libsass/libs In file included from unity.cpp:22: ../libsass-build/json.cpp:49: warning: "out_of_memory" rede...
youzan/vant
320108246
Title: AddressEdit 地址编辑 默认收件区域 Question: username_0: https://www.youzanyun.com/zanui/vant#/zh-CN/address-edit 文档上 ![image](https://user-images.githubusercontent.com/26781738/39606477-44d2d044-4f68-11e8-95e1-9705a165918e.png) province、city、county ,传值 都是code吧? 为什么我设置的没用? ```html <div class="p-address-edit"> <van...
exercism/cli
401091750
Title: download TODO comment: handle collision when writing solution files Question: username_0: In effort to resolve TODO comments, I'm in the process of promoting them to issues. https://github.com/exercism/cli/blob/a86f82974270d2da2090a02437560897a216abc3/cmd/download.go#L198-L199 It seems like https://github...
ddavison/sublime-tabs
70114209
Title: Atom.Object.defineProperty.get is deprecated. Question: username_0: atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use `atom.views.getView(atom.workspace)`...
tgruenewald/smallworld
223593275
Title: Player walk around planets Question: username_0: Player should walk around the planets. Answers: username_0: I've been working on this. It's kind of clunky, due to the actual physics that we're using. We're going to have to mess with the values in each of the "GravityObject"s of the planet prefabs. Status: ...
Hypfer/Valetudo
675885713
Title: "Unknown cloud message received" for Viomi v8. Question: username_0: Hi. Checcking the logs of my viomi v8 I see a pair of methods not recognized (by DummyCloud, I suppose): "_otc.ncinfo" and "_otc.ncstat" I guess they could provide info about use and consummables status.... ``` Aug 10 07:24:37 asp...
daniela-perez/learn
183316862
Title: Agregar función o ciclos while for para implementar menu Question: username_0: Agregar un menu al programa para que pueda o preguntar nombres o salir del programa. 1. Cuando inicia el programa, debe aparecer un menu que pregunte lo que el usuario desea hacer, por ejemplo: ``` Agenda Personal V. 0.1 ----...
rust-lang/rust
57707227
Title: Can’t declare lifetime of closure that returns a reference Question: username_0: When you declare closure argument types, there is no syntax to declare a lifetime parameter. And I guess lifetime elision does not apply to closures. Therefore, there seems to be no way to declare the type of a closure that returns...
gnosis/dex-services
516987823
Title: Implement solution validation with objective value. Question: username_0: The idea would be to add a method like this: ```rust pub fn validate(&self, orders: &[Order]) -> Result<U256, SolutionValidationError>; ``` Answers: username_0: We are now using the smart contract to validate and compute objective val...
mjordan/islandora_workbench
782315845
Title: Check whether input CSV is encoded either as ASCII or UTF-8 Question: username_0: Workbench, and Drupal, have no problems with CSV input as long as the CSV file is either ASCII or UTF-8. Not sure about any other encoding but unless there's a proven use case to go beyond UTF-8 it should be sufficient. Therefore ...
MiguelPerezMartinez/apollofy-music-project
1008318870
Title: Subida de canciones Question: username_0: Track Squema - owner: object id - totalPlays: number - totalLikes: number - author: String - album: String - title: String - urlImage: String - urlSong: String - genre: String - "duration: data time" -> Por si no se puede conseguir desde Cloudinary. Answers: u...
SeisSol/SeisSol
438741189
Title: error in submodules Question: username_0: submodules/glm/glm/detail/../detail/func_common.inl(631): error: the global scope has no "isnan" return ::isnan(x) != 0; ^ submodules/glm/glm/detail/../detail/func_common.inl(665): error: the global scope has no "isinf" return ::isinf...
epicf/ef_python
311379709
Title: Визуализация для jupyter Question: username_0: Может файл для визуализации в jupyterе внести в основную программу? А то у меня он дорабатывается. И в разных папках он разных версий получается. Или папку отдельную сделать? Answers: username_1: "Внести в основную программу" - что имеется в виду? Да, пора сделат...
nodemcu/nodemcu-firmware
622084981
Title: ledc.channel:reset() only working once Question: username_0: ### Expected behavior channel:reset() should reset the timer and trigger a new pwm when the pulse count reaches 200 ### Actual behavior By doing measurements with the oscilloscope, channel:reset() only triggers the reset once (at 200 pulse) but nev...
ARM-software/ComputeLibrary
791719488
Title: incorrect output from NEDeconvolutionLayer Question: username_0: HI, I am seeing incorrect results for NEDeconvolutionLayer with asymmetric padding size. I have attached the setup with expected output below. ACL Version used: v20.02.1 [transposed_standalone.zip](https://github.com/ARM-software/ComputeLib...
MadsKirkFoged/SharpFluids
700897527
Title: Added 32bit and 64bit DLLs Question: username_0: Coolprop have both 32bit and 64bit dlls that we can use. Right now we are only using the 32bit one. I have tried without luck to add the 64bit dll. The two tasks to do (As I see it): 1) When the project builds it should only copy one of the dlls to the...
stbui/angular-material-app
269143302
Title: Need guide to make it Right to left support Question: username_0: Hello, Is there any built-in support for Right to Left? If not, there is [an online tool](http://rtlcss.com/playground/) that can make Left to Right CSS files to right to left version. Which files should I modify? Thanks for sharing this a...
angular/material
225014978
Title: Datepicker month view isn't visible on IE Question: username_0: **Actual Behavior**: - `What is the issue? *` If I use the Internet Explorer version 11 and opens a Datepicker everything is perfect until I click on the arrow to access the view of month selection. Actually, a customer sent me a picture of th...
vincentzhang96/dv-thanatos
323870653
Title: Text regression with newlines Question: username_0: Instances where the game expects an actual newline in the XML instead of an escaped \n results in strikethrough-w-n displaying, such as in image-banner interactions (the banners with the monster face next to it the text) ![image](https://user-images.githubus...
rarebreed/quartermaster
257460921
Title: Need to make some generic components in cycle js Question: username_0: So, I must be doing something wrong with rxjs. When I converted basically the same logic of my existing code (using rxjs) to use xstream instead, it works. I'd prefer not to have to learn two different reactive libraries though. Answers...
swcarpentry/git-novice
440778605
Title: Broken link in lesson 07-github Question: username_0: The Remotes module (07-github) of this lesson has a broken link at [Line 54](https://github.com/swcarpentry/git-novice/blame/gh-pages/_episodes/07-github.md#L54), which tries to link back to the Tracking Changes module, but ends up at a nonexistent page (ri...
theFork/uMIDI
140521757
Title: Feature wishlist for the sequencer module Question: username_0: - [ ] Ability to load and store programs - [ ] 120 programs containing * Speed * Waveform ("normal" waveform / pattern) - [ ] Selectable by MIDI PC commands or via HMI - [ ] Edited and stored via HMI - [ ] Generali...
BCDevOps/platform-services
440143699
Title: Automated build pipeline for iOS Question: username_0: iOS build can not be preformed in OpenShift because they need to be done on a macOS device with the development suite. Currently the only build provider with macOS build offerings is CircleCI. We need to setup an automated build process with CircleCI that...
ybertot/plugin_tutorials
362941219
Title: Please, create 8.8, 8.9 branches; it does not work with `master`. Question: username_0: Please, create proper branches for the tutorial. Also, current code doesn't work with `master`. This is prerequisite to get https://github.com/coq/coq/pull/8531 in Coq, which should enable us to keep this tutorial upda...
huridocs/uwazi
913065055
Title: Table view: endless scroll + select all dont play well together Question: username_0: Since our table view is based on endless scroll, trying to perform a simple bulk operation on several entities results in needing to scroll to the limit several times before hitting the select all button in order to do the bul...
monix/monix
409026006
Title: .reduce on Observable with one item emits an empty stream Question: username_0: Using the .reduce operator on a single-item observable results in an empty stream. ``` import monix.reactive.Observable implicit val ec = monix.execution.Scheduler.global Observable.fromIterable(List(1,2)).reduce(_ + _).toLi...
langcog/web-cdi
117219963
Title: instructions for CDI Question: username_0: above demographics in first screen of the survey, we want to have the instructions that are on the instrument itself Answers: username_0: e.g. from word document from @vmarchman username_0: And also a header that says "MacArthur-Bates Communicative Development Invento...
polkadot-js/apps
771285051
Title: What is the authorization of transfer pop-up authorization transaction? I don't know this process very well Question: username_0: ![image](https://user-images.githubusercontent.com/35803375/102678872-39075f00-41e6-11eb-93ec-fb92aabb1518.png) Answers: username_1: It plays a couple of roles - - it allows you ...
MicrosoftDocs/azure-docs
506224983
Title: Switching to customer's directory in Portal - not possible Question: username_0: How to properly switch to the delegated customer subscription / directory? It's not present in Directories + Subscription tab even the account has delegated the Contributor role in the destination subscription. --- #### Document ...
zoehneto/chrome-rtf-viewer
257131805
Title: Doesn't work with local files Question: username_0: If you open an .rtf file on Google chrome locally on your computer, it does not change the style of it. Answers: username_1: To open local files with the extension you have to allow access to local files in the settings as described here: https://stackoverflo...
scikit-image/scikit-image
242356060
Title: Bright ridge detection not working as expected with Frangi Question: username_0: ## Description Frangi filter doesn't work with `black_ridges=False`. The only way to get a sensible result is to invert the image and keep `black_ridges=True`. ## Way to reproduce Making only minor edits to the Frangi e...
dukecon/dukecon_pwa
306094456
Title: Add a little Infobox or icon if favorited multiple talks in the same time slot Question: username_0: _From @noctarius on March 17, 2017 7:49_ When favoriting talks from the timetable, the slots are obvious but when looking through topic areas I might have a chance to select multiple talks which happen in paral...
PokemonGoers/Catch-em-all
180247095
Title: migrate to Ionic RC0 Question: username_0: - Migrate to NgModule - Base on Angular 2.0.0 Final - Ahead of Time Compiling - Switch to Rollup - Switch to the new Lifecycle Hooks - New button behavior - Update CSS Link Tags - Migrate to TS 2.0 - use new typings system Answers: username_1: Have you tried r...
keybase/client
351021423
Title: KBFS does not start (and can't reinstall) Question: username_0: Context: Problem began to occur following a hard-shutdown. Platform: Windows 10 Symptoms: - KBFS drive is not available. - GUI fails to load. - Installer fails with "The specified account already exists" Rebooting does not help. my...
coding-blocks/coding-blocks.github.io
265187024
Title: Debranding: Scrub "Pandora" and officially use "Android Course" Question: username_0: We will be having - Android App Development Course - Android Development Live Course scrub all mentions of "Pandora", we are debranding that name. Answers: username_0: Create pages like this `/courses/classroom/androi...
standardnotes/forum
417429583
Title: [Security bug?] Circumvent privileges settings Question: username_0: This initially seemed like it could be a security issue, but on second viewing I think it's mostly inconsequential. Steps to recreate: (Having previously set privileges such that a local passcode is required to change the passcode lock set...
gocd/gocd
97411453
Title: HTML escaping issues in trigger with options Question: username_0: The commit message reads `#1334 Replaced 'eval' with 'exec'` <img width="810" alt="screen shot 2015-07-27 at 1 32 25 pm" src="https://cloud.githubusercontent.com/assets/10598/8901573/9866187a-3467-11e5-8184-96137de28d7d.png"> Answers: userna...
dropbox/sqlalchemy-stubs
483071367
Title: hybrid_property support Question: username_0: Hi, I saw the thread a this topic [here](https://github.com/python/mypy/issues/4430), but can't haven't seen any TODOs in this repo for it, so I'll go ahead and make one. We need support to infer types for `hybrid_property` similar to `property`, returning differ...
open-mmlab/mmsegmentation
1142316449
Title: STDC checkpoints have no `meta` key Question: username_0: STDC checkpoints have no `meta` key. ### ran script ``` python /home/PJLAB/maningsheng/projects/openmmlab/mmsegmentation/demo/image_demo.py \ demo/demo.png \ configs/stdc/stdc2_in1k-pre_512x1024_80k_cityscapes.py \ checkpoints/stdc2_in1k-pre_512x10...
yuuis/sweets
399197704
Title: [mergeすんなよ] リクエスト認証とサンプル Question: username_0: # 認証 ## sign_in endpoint: `base_url/api/v1/auth/sign_in` `POST` body: ``` { "email": "<EMAIL>", "password": "<PASSWORD>" } ``` ## 以降つけるheader * access-token * client * uid # sample ## purchase reserve endpoint: `base_url/api/v1/pur...
DragonCherry/AssetsPickerViewController
650763526
Title: Preselected assets not selecting Question: username_0: Hello! 👋🏻 I've noticed that the photos are not preselected after implementing the "drag to select" feature. Also if you select some photos in a first opened album and then switch to some another album, already selected items are not preselected too. He...
jeroen/unix
749387417
Title: R4: there is no package called ‘unix’ Question: username_0: Hi, I ran into an issue installing devtools (as example) for R4. It gives me an error while installing any dependency: `there is no package called ‘unix’`. I created an issue there ( https://github.com/r-lib/devtools/issues/2300 ) but it seems no...
godotengine/godot
627954985
Title: Normal map flipped on Y-axis in 2D mode Question: username_0: **Godot version:** v3.2.1 **OS/device including version:** <!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. --> I am using a 2020 MacBook with Intel Iris Plus Graphics and Mac OS 10.15.5 Catalina. I...
manki11/ExerciserReact
354042231
Title: White space on input in CLOZE text Question: username_0: When a white space is typed before or after the expected answer of a CLOZE text, the answer is considered wrong. Same issue if the user add a space in its answer. Answers: username_1: Issue solved in 4fbbf918fc387a82ea77371860f47d7dfa6a1887 Status: Issu...
xlab/c-for-go
576574884
Title: [question] generate Go function which accepts slice (without length) for C function that accepts dynamic array Question: username_0: Suppose a header file with the following: ``` typedef struct { uint8_t x; } Flarp; uint64_t foo(const Flarp *input_ptr, size_t input_len); ``` With no `TRANSLATOR` ...
ArctosDB/arctos
360429648
Title: Specimen Identification Question: username_0: We like to add specimens using the biologic taxonomy that is on the legacy type data cards. We then like to update the taxonomy using up to date resources (eg. WoRMS, Paleobiology Database, GBIF...). Some of the extra specific names/unsure names are editable sometim...
xamarin/AndroidX
797231768
Title: VS2019 cannot correct rendering Floating Action button after upgrade AndroidX Question: username_0: ### Version Information - Visual Studio version (eg. 16.8 or 8.8): 16.8.4 - Xamarin.Android version (eg. 11.1): 192.168.127.12 ### Describe your Issue: Seems like after upgrade to AndroidX, (install/upd...
SvetlanaaDanailova/ExamQAFundamentals
103864083
Title: <High>There is no delation message when you delete some picture when you an admin Question: username_0: Environment: Windows 7 Ultimate, Mozilla Firefox 40.0.3 with installed Firebug. Steps to reproduce: 1.Go to admin login 2.Go to an album 3.Go to some picture 4.Click on delete button Expected result...
dmo60/JumpToPlaying
18199252
Title: No icon / instance, 2.99.1 Question: username_0: Hi, don't know if this is just me but has anyone else found that by (painstakingly) upgrading to 2.99.1, JTP doesn't exist anywhere any more? It looks normal in the plugins list, but there's no icon. I don't use the context pane as it's buggy and re-opens each ti...
bombsimon/wsl
506701916
Title: Correct Example syntax triggering "block should not end with a whitespace (or comment)" Question: username_0: [Example](https://golang.org/pkg/testing/#hdr-Examples) functions must end with comments, but wsl doesn't like that very much: Here's a snippet that's failing for me in [go-which](https://github.com/...
zdhxiong/mdui
288383744
Title: 部分移动浏览器上打开对话框会导致退出全屏模式 Question: username_0: - 这是一个:bug 反馈。 - 使用平台:已知 iOS Chrome 和 iOS Safari 最新版存在此问题,其他未测试。 ### 如何操作 1. 滚动页面使浏览器地址栏和导航栏隐藏; 2. 打开一个 MDUI 对话框。 ### 预期结果 对话框无缝打开,URL Hash 被更新。 ### 实际结果 对话框打开,同时浏览器地址栏和导航栏弹出。由于视图高度变化,还可见对话框上下跳动。
OxDUG/issue-tracker
120034231
Title: Server space - we need to setup a server Question: username_0: Where? Answers: username_1: We could just grab some free space from Acquia or Pantheon? username_2: Does the acquia free give us production? Just a quick look implies dev and stage only http://www.acquia.com/free Whereas Pantheon appears free ...
kubernetes/kube-state-metrics
297894263
Title: Flag for adjusting log level Question: username_0: I'd like to run kube-state-metrics with a warning log level as I don't need to see all the info logs printed every minute. Can we please add a flag for adjusting log level/verbosity? Answers: username_1: kube-state-metrics uses [glog](https://github.com/golang...
flutter/flutter
607186702
Title: Unable to compile on ios Question: username_0: Update all pods Updating local specs repositories Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "file_picker": In Podfile: file_picker (from `.symlinks/plugins/file_picker/ios`) Specs satisfying the `file_picker (from...
autumnmeaning/springboot_blogs
681917233
Title: 安全漏洞提醒 Question: username_0: 漏洞类型:邮箱 SMTP 信息泄露 漏洞等级:高 漏洞地址:https://github.com/autumnmeaning/springboot_blogs/blob/6986f757fd33afabe7bdeab89ba0f7b96c702695/src/main/resources/application.yml 漏洞危害:任何人可以通过 SMTP 账号密码收发邮件,进而通过邮箱重置其他平台密码 解决方案:重置 SMTP 密码并检查邮箱是否有敏感信息泄露(请勿只修改代码,历史版本库依旧可见) 本次扫描结果由 [ 码小六 ] https://gi...
algorithm006-class01/algorithm006-class01
598833742
Title: 【633-Week09】毕业总结 Question: username_0: 工作以来其实业务上用到算法的地方不多,但是在这行当工作久了对算法不精或者说缺少基本的系统化认识总感觉缺点什么,或者说有一种根基不牢的心虚,平常也没时间看,今年刚好疫情爆发在老家期间果断报了咱们的训练营,这是上这个的初中。 从参加入营考试的懵懂,那种无知的状态确实蛮可怕的,感觉要被行业抛弃了,哈哈。但是凡事总有开头不会没什么可怕的,经过一期一期的视频观看的习题练习,以及超哥的丰富经验,逐步深入算法,整体下来到目前为止应该算是入了门。 这个过程同时也感觉到算法作为一项内功,其实没那么容易修炼的,今次入门,要达到精修必将是个漫...
valantic/vue-template
1083309330
Title: Vue 3 branch shows overlay for Linting issues Question: username_0: On the Vue 3 branch the error overlay is shown in the browser when linting issues occur. The overlay should not be used to show linting issues. they should only appear in the terminal and console and not block the developer from coding.
rust-lang/rust
696114142
Title: format_args! is slow Question: username_0: Like molasses in the Antarctic. As a consequence, so is any method which depends on its Arguments, like `{fmt, io}::Write::write_fmt`. The microbenchmarks in [this issue about `write!`'s speed][slow_write_macro] demonstrate that merely running the same arguments thr...
matplotlib/matplotlib
157364141
Title: new figsize is bad for subplots with fontsize 12 Question: username_0: Classic: figsize (8, 6) v2.x: figsize (6.4, 4.8) fontsize: 12 pts in both cases Together with the infamous outward ticks, this change in figsize wreaks havoc on label placement and axes positions. For a single default subplot, possibly...
ueberdosis/tiptap
1013315926
Title: HorizontalRule extension: inconsistent behavior Question: username_0: ### What’s the bug you are facing? Inserting an HorizontalRule produces different results depending on: - How is it created, shortcut or command - Where in the document it is created; first, last, or in between nodes - The presence of th...
flutter/flutter
448181227
Title: flutter packages upgrade not working in flutter for web project? Question: username_0: <!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.de...
jaketerrito/speedchallenge
420759715
Title: Need to Train Models Separately Question: username_0: The Predictor and Decoder Networks should be trained differently since they each require a different optimizer. We'll have to incrementally train each side, similiar to our previous work with adversarial autoencoders.
BMellor/EmbLab
204092190
Title: 3.5.2: May want to reference the IRQ Handler here Question: username_0: 3.5.2: “Your interrupt handlers must be declared to accept no arguments and have no return value.” i.e. “void HardFault_Handler(void)” as C is kinda weird. Although it works without the seconds void but compilers may complain. Reference ...
wvuweb/cleanslate-cms
54923874
Title: Sync Theme spins entire link instead of just the icon Question: username_0: _From @username_0 on June 16, 2014 17:34_ ## Steps to reproduce the issue 1. Log in to CleanSlate. 1. Go to a site, click "Sync Theme". 1. Watch both the icon and "Sync Theme" spin. ## Results When I added the words "S...
micronaut-projects/micronaut-core
933525267
Title: java.lang.NoClassDefFoundError: javax/inject/Provider with Micronaut 3.0.0-SNAPSHOT and GraphQL example Question: username_0: I've migrated micronaut-graphql to Micronaut 3.0.0-SNAPSHOT and then I tried to run one of the examples included in the repository. The application fails to start with the following err...
bors-ng/bors-ng
806280115
Title: bors-ng silently discards all batches on GitHub 422 errors Question: username_0: We have observed the following bors-ng behavior running on our own bors instance: Crash log in bors: ``` {{:badmatch, {:error, :push, 422, "{\"message\":\"Required status check \\\"continuous-integration/jenkins/pr-merg...
bitfocus/companion-module-requests
824027165
Title: Add Internal countdown and/or count up clock to buttons. Question: username_0: <!-- USE THE FOLLOWING PAGE IF YOU WANT SUPPORT FOR A NEW DEVICE OR SOFTWARE PROGRAM https://github.com/bitfocus/companion-module-requests/issues/new --> **Describe the feature** There are currently clock variables to plac...
laixintao/iredis
591766443
Title: The [TYPE] option for command SCAN is not avaliable until redis `6.0+` Question: username_0: As documents [the-type-option](https://redis.io/commands/scan#the-type-option) said, you can use option `TYPE` to ask `SCAN` to only return objects that match a given type as of `version 6.0 `. But the [commands.jso...
rosenfeld/active_record_migrations
127417669
Title: Package gem with active_record_migrations Question: username_0: Hi, this is probably more a StackOverflow question, if so, just give me a hint and close this issue. I want to create a gem (call it `ar_models`) that contains some ActiveRecord-models and provides the means to setup and migrate the database....
MaxDZ8/M8M
39343731
Title: Sent share popup not showing in P2Pool Question: username_0: It has been reported the "sent first share" popup does not appear when using P2P, even though the node reports shares being sent (?). Answers: username_0: I have never been able to reproduce this. Besides, that code has been changed a few times by no...
jenkinsci/docker-plugin
281481295
Title: 1.1 spins up full amount of containers for single job Question: username_0: Similar to original post in: https://github.com/jenkinsci/docker-plugin/issues/569 If you get some troubles with docker-plugin, please report - [ ] docker-plugin version you use: 1.1.1 - [ ] jenkins version you use: 2.93 - [ ] ...
integration-team-iiith/physical-chemistry-responsive-lab
245940236
Title: QA_Nuclear Magnetic Resosnace Spectrocopy and Evaulation of Simple 1H NMR Spectra of Select Organic Compounds_Experiment_dropper's-inconsistant-functionality Question: username_0: Defect Description : In the experiment section, the functionality of the dropper is inconsistent. As mentioned in the issue #89 for...
ContinuumIO/anaconda-issues
257779701
Title: Navigator Error Question: username_0: ## Main error An unexpected error occurred on Navigator start-up<br>byte indices must be integers or slices, not str ## Traceback ``` Traceback (most recent call last): File "/Applications/anaconda/lib/python3.6/site-packages/anaconda_navigator/exceptions.py", line 7...
tokio-rs/tokio
555045829
Title: sync: watch::Receiver::recv() should not return `Option` Question: username_0: Now that `broadcast` exists, `watch` should be specialized to track a single value. As such, "sender shutdown" is out of scope and `recv()` can just return `T`. Answers: username_1: Are you suggesting that `watch` should be single-m...
google/grinder.dart
82677750
Title: Support for running tasks in parallel Question: username_0: Does grinder have a parallel task support? If not, would it make sense to add it? I'd like to speed up my tasks. If some of them can be run in parallel, that would be great if grinder could help make that easier. Thanks for considering! Answers:...
GCTC-NTGC/TalentCloud
528986217
Title: Task - Make users aware that cookies are required Question: username_0: # Description Submitting any form with cookies disabled leads to a 419 error, because a cookie is used to track the session, and session data is used to verify CSRF tokens. We should an explanation to the 419 error page that they may need ...
quarkusio/quarkus-quickstarts
990932911
Title: Implement Oracle datasource quickstart Question: username_0: Add a quickstart that shows Quarkus datasource functionality using the Oracle datarouce (`quarkus-jdbc-oracle`). Majority of the quickstarts use PostgreSQL (`quarkus-jdbc-postgresql`) and there is a lack of examples of other datasources. It could ...
github-vet/rangeloop-pointer-findings
774946011
Title: natanbc/ssrf-pwnabot: app/app.go; 9 LoC Question: username_0: [Click here to see the code in its original context.](https://github.com/natanbc/ssrf-pwnabot/blob/c9b6a21588f49ee0daa34bce58d0f64ae280aad0/app/app.go#L44-L52) <details> <summary>Click here to show the 9 line(s) of Go which triggered the analyzer.</...
VasquezNathan/CSE_100
834394449
Title: Use of for loop Question: username_0: https://github.com/username_1/CSE_100/blob/fa77d1924aa9209ba7efcd6228c6a4cc1c18da08/Lab06/nvasquez12.cpp#L22 Hi Nathan, Dalton here. Your use of a for loop here works, but should be a while loop for correctness. Typically one uses a while true loop with a break statement...
tymondesigns/jwt-auth
368008870
Title: Support for RFC 7519 Question: username_0: Does this library has support for RFC 7519? https://tools.ietf.org/html/rfc7519 Answers: username_0: @username_1 some answer? Status: Issue closed username_1: JSON Web Encryption (JWE) is not supported out of the box right now but you could implement your own JWT pr...
morsk/logi-command
787616211
Title: Remember item_slot_count Question: username_0: Remember the item_slot_count the blueprint was created with. Ideally by putting a tag on the 1st combinator, because this will be preserved if a user cut-and-pastes entities off the ground. Also check to see if Auto Trash does this, and use its value if it's pro...
chinchang/web-maker
256591450
Title: Infine loop instrumenting is failing Question: username_0: Hi, So I jhave some code ``` setHeader() { this.listOptions.rewind(); let temp = ""; let can = this.listOptions.getNext(); debugger; while (this.listOptions.hasNext() == true) { let head = this....
Stephan-S/FS19_AutoDrive
598374911
Title: [FEATURE REQUEST]Einstellung für max. Siloabstand Question: username_0: Umstellung des max. Siloabstandes von allg. Einstellungen auf fahrzeugbezogene Einstellungen. Ich habe gerade das "Problem", dass je nachdem welchen Abstand ich einstelle immer irgendein anderer Kurs Probleme bei den Triggern hat. Und evtl...
cul-2016/quiz
202898591
Title: Hosting Question: username_0: At the end of the project we will need to have the site accessible via a simple URL rather than the herokuapp.com URL it is currently on. So I'm just raising this as an issue to make sure we talk about those practicalities before the project ends. Answers: username_0: I think we s...