repo_name
stringlengths
4
136
issue_id
stringlengths
5
10
text
stringlengths
37
4.84M
google/clusterfuzz
411411095
Title: Why it only shown 1 test case in testcases page? Question: username_0: ClusterFuzz was deployed locally. Started 2 bots and created 2 different jobs, they crashed. BUT Only 1 test case was shown. Answers: username_0: Job type is libFuzzer username_1: Did you see the crash happen in your logs? username_0: HI @username_1 Yes , i saw the crash in bot logs. They are the same crash type "Heap-buffer-overflow", but they are belong to the different job, one is heartbleed, another is my custom function `bool VulnerableFunction1(const uint8_t* data, size_t size) { bool result = false; if (size >= 3) { result = data[0] == 'F' && data[1] == 'U' && data[2] == 'Z' && data[3] == 'Z'; } return result; } ` ` #include "vulnerable_functions.h" extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { VulnerableFunction1(data, size); return 0; } ` username_1: How long has your server run for and it still hasn't appeared? Based on #197 it might be a while for the crash to become a testcase. Can you please post the bot logs where your heartbleed crash is found? username_0: Thanks for your reminding. I commented the `start_cron_threads()` to inspect, forgot this comment.Now that is all right. I am the beginner for ClusterFuzz, try to introduce it into our project. Looks ClusterFuzz is suitable for c or c++ with clang tool chain, have some samples which is coded with Python? username_1: No not really, we focus on finding bugs in the languages mentioned above though in theory if someone were to write a fuzzer for python, integrating it in ClusterFuzz wouldn't be too hard. username_0: So it could support other languages which could be compiled with LLVM tool, not only C/C++ ? username_1: I'm not too familiar with them, but I think they might work pretty easily. We do have some rust fuzzers running on ClusterFuzz already actually. Status: Issue closed
conan-io/conan-center-index
777736172
Title: [conan.io/center] Failed to build msys2 20200517 on x86 arch Question: username_0: I need to build `msys2` on a x86 architecture but the process is failing. It seems that it cannot found `libgdbm-1.18.1-2-i686.pkg.tar.xz` package and `libiconv-devel-1.16-1-i686.pkg.tar.xz`. When looking at https://repo.msys2.org/msys/i686, the above packages are not present indeed. Error output: ``` erreur : échec de récupération du fichier « libgdbm-1.18.1-2-i686.pkg.tar.xz » depuis repo.msys2.org : The requested URL returned error: 404 ... erreur : échec de récupération du fichier « gdbm-1.18.1-2-i686.pkg.tar.xz » depuis repo.msys2.org : The requested URL returned error: 404 ... erreur : échec de récupération du fichier « libiconv-devel-1.16-1-i686.pkg.tar.xz » depuis repo.msys2.org : The requested URL returned error: 404 ... erreur : la validation de la transaction a échoué (erreur non prévue) Des erreurs se sont produites, aucun paquet n’a été mis à jour. msys2/20200517: msys2/20200517: ERROR: Package '02335dedca0a2cdcde89828f81194929ef12d610' build failed msys2/20200517: WARN: Build folder C:\.conan\0f056c\1 ERROR: msys2/20200517: Error in build() method, line 60 self.run('bash -l -c "pacman -S %s --noconfirm"' % package) ConanException: Error 1 while executing bash -l -c "pacman -S base-devel --noconfirm" ``` Full output: ``` ################################################################### # # # # # C A U T I O N # # # # This is first start of MSYS2. # # You MUST restart shell to apply necessary actions. # # # # # ################################################################### :: Il y a 58 membres dans le groupe base-devel : :: Dépôt msys 1) asciidoc 2) autoconf 3) autoconf2.13 4) autogen 5) automake-wrapper 6) automake1.10 7) automake1.11 8) automake1.12 9) automake1.13 10) automake1.14 11) automake1.15 12) automake1.16 13) automake1.6 14) automake1.7 15) automake1.8 16) automake1.9 17) bison 18) btyacc 19) diffstat 20) diffutils 21) dos2unix 22) file 23) flex 24) gawk 25) gdb 26) gettext 27) gettext-devel 28) gperf 29) grep 30) groff 31) help2man 32) intltool 33) lemon 34) libtool 35) libunrar 36) libunrar-devel 37) m4 38) make 39) man-db 40) pacman 41) pactoys-git 42) patch 43) patchutils 44) perl 45) pkg-config 46) pkgfile 47) quilt 48) rcs 49) reflex 50) scons 51) sed 52) swig 53) texinfo 54) texinfo-tex 55) ttyrec 56) unrar 57) wget 58) xmlto Entrer une sélection (par défaut, tout est sélectionné): avertissement : file-5.38-3 est à jour -- réinstallation avertissement : flex-2.6.4-1 est à jour -- réinstallation avertissement : gawk-5.1.0-1 est à jour -- réinstallation avertissement : gettext-0.19.8.1-1 est à jour -- réinstallation avertissement : grep-3.0-2 est à jour -- réinstallation avertissement : m4-1.4.18-2 est à jour -- réinstallation avertissement : pacman-5.2.1-6 est à jour -- réinstallation avertissement : pactoys-git-r2.07ca37f-1 est à jour -- réinstallation avertissement : pkgfile-21-1 est à jour -- réinstallation avertissement : sed-4.8-1 est à jour -- réinstallation avertissement : ttyrec-1.0.8-2 est à jour -- réinstallation avertissement : wget-1.20.3-1 est à jour -- réinstallation résolution des dépendances… [Truncated] scons-3.1.2-4-any 796,6 KiB 3,12 MiB/s 00:00 [#######################################] 100% swig-4.0.1-1-i686 995,5 KiB 3,25 MiB/s 00:00 [#######################################] 100% texinfo-6.7-1-i686 1084,8 KiB 3,30 MiB/s 00:00 [#######################################] 100% texinfo-tex-6.7-1-i686 29,8 KiB 5,83 MiB/s 00:00 [#######################################] 100% ttyrec-1.0.8-2-i686 19,5 KiB 19,0 MiB/s 00:00 [#######################################] 100% unrar-5.9.2-1-i686 123,1 KiB 5,23 MiB/s 00:00 [#######################################] 100% perl-YAML-Syck-1.32-1-i686 69,4 KiB 33,9 MiB/s 00:00 [#######################################] 100% perl-inc-latest-0.500-1-any 19,9 KiB 19,4 MiB/s 00:00 [#######################################] 100% perl-Module-Build-0.4231-1-any 179,1 KiB 3,80 MiB/s 00:00 [#######################################] 100% perl-Test-Pod-1.52-1-any 17,3 KiB 16,9 MiB/s 00:00 [#######################################] 100% xmlto-0.0.28-2-i686 34,5 KiB 33,7 MiB/s 00:00 [#######################################] 100% erreur : la validation de la transaction a échoué (erreur non prévue) Des erreurs se sont produites, aucun paquet n’a été mis à jour. msys2/20200517: msys2/20200517: ERROR: Package '02335dedca0a2cdcde89828f81194929ef12d610' build failed msys2/20200517: WARN: Build folder C:\.conan\0f056c\1 ERROR: msys2/20200517: Error in build() method, line 60 self.run('bash -l -c "pacman -S %s --noconfirm"' % package) ConanException: Error 1 while executing bash -l -c "pacman -S base-devel --noconfirm" ``` Answers: username_1: Please use the issue template for package bugs next time. `conan.io/center` is the label for the website username_2: is it french? it would be helpful if you can provide a translated summary of errors username_0: I translated important error messages above but I can translate more if you want username_2: there are `gdbm-1.18.1-3-i686.pkg.tar.zst` and `libiconv-1.16-2-i686.pkg.tar.zst` on the repo: https://repo.msys2.org/msys/i686/ perhaps, it needs to update an index first? username_0: I think so, we can give it a try username_3: run into same problem on Win 64. pacman -Suy failed with invalid signature, corrupt database error. https://github.com/msys2/MSYS2-packages/issues/2058 see https://github.com/msys2/MSYS2-packages/issues/2058#issuecomment-663814490 https://www.msys2.org/news/#2020-06-29-new-packagers username_4: Any update on this? I meet exactly the same problem.
caleb531/jcanvas
162466939
Title: .css('cursor') is being reset on mouse move Question: username_0: In the `click` event of one of my layers i have `$('canvas').css('cursor', 'crosshair')`. When i make a click, the cursor changes to crosshair, but once the cursor leaves the element, it gets back to "auto". Is this intended behavior and how to preserve the property value? Answers: username_1: Try using jCanvas's `cursors` property instead of setting via CSS: http://projects.calebevans.me/jcanvas/docs/eventProperties/#the-cursors-property Caleb username_0: The crosshair still reverts to "auto" when i move a pointer out of the element. What i want is to have crosshair cursor on whole canvas until user clicks something else. username_1: Ah, I see. In that case, I recommend this: instead of setting `cursor: 'crosshair'` via jQuery's `css()` method, use `addClass` to add some class to the canvas element. Then, add a declaration for that class in CSS that uses `!important` to override jCanvas's cursor value. Something like: CSS: ```css .cursor-crosshair { cursor: crosshair !important; } ``` JavaScript: ```js $('canvas').addClass('cursor-crosshair'); ``` username_0: Yes, that worked, thanks. The issue can be closed, i guess. Status: Issue closed
marrold/MMDVM-Dissector
646998191
Title: Add support for the Generic Home Brew protocol Question: username_0: It has come to my attention that this dissector doesn't support the "Generic Home Brew" protocol used by BlueDV ( and potentially other software ). It would be nice to add support. BM have given some clues on the differences: ![image](https://user-images.githubusercontent.com/8328504/85957398-08f0a900-b985-11ea-85ce-3b3ec24c9b21.png) Answers: username_1: I don't see much difference, from where is this code please? username_1: It's been a while, but revisiting this issue, i've decided to put a name on those, "Homebrew 2015" which is the original specification, and "MMDVM 2020" which is the evolved version currently used in eg. MMDVMHost Both protocols should be nicely outlined in Kaitai-IO specifications here, with ASCII command prefixes being listed at the very end of each .ksy file https://github.com/OK-DMR/dmr-kaitai/blob/master/okdmr/kaitai/homebrew/homebrew2015.ksy https://github.com/OK-DMR/dmr-kaitai/blob/master/okdmr/kaitai/homebrew/mmdvm2020.ksy And for the dissector implementation purposes, each message pdu has its fields specifically typed, u{1-8) is unsigned-int{bytes-length), ale u4le and u4be are obviously LE/BE variants, b{1-32} is bit-field{bit-count}, so it could be pretty easy to update the dissector username_0: @username_1 Sorry for the delays these notifications get buried. To answer your question from 1 year ago - the screenshot was provided by Brandmeister, I guess it's private. And for your recent comment, I'm not currently maintaining the dissector as I'm not actively using it, apologies.
cmartello/hunter
330090
Title: Unzip added as part of the script Question: username_0: Would it also be useful to add unzipping the Yawgatog Oracle text file directly into the Python script? This page might be helpful: http://lists.canonical.org/pipermail/kragen-hacks/2002-February/000322.html<issue_closed> Status: Issue closed
VirtualFlyBrain/geppetto-vfb
996175283
Title: Downloader styling Question: username_0: - Remove woolz from the component types - Style the component as per mockups (assigned to myself due to approval still pending on the latest changes to be implemented and approved). Answers: username_0: @jrmartin I tested the latest on this, few notes: - the checkboxes for the selection of the all or single instances are not working as they should (try to unselect all and then select a single one, it will re-select all instances). - The download gives me only the template instance all the time and nothing else - the styling is slightly different from the mockups - the button in the top bar is missing. I know this is still in progress but just wanted to list these here in advance since I noticed them during testing. Thx
exoscale/cli
412308629
Title: `exo eip delete` returns 0xc0... Question: username_0: **To reproduce:** $ exo eip delete 192.168.3.11 [+] sure you want to delete "192.168.3.11" EIP [yN]: y 0xc00017c5e0 **Expected behaviour:** $ exo eip delete 192.168.3.11 [+] sure you want to delete "192.168.3.11" EIP [yN]: y # either return the resource uuid as done for other cases or a human readable confirmation message Status: Issue closed Answers: username_2: This problem is still present in the current version: ```console $ exo version exo 1.1.3 caaa0c323c51678f55c41d90f668e77f0094719b (egoscale 0.14.3) $ exo -A ppmarc eip dissociate a.b.c.d vm0 vm1 0xc00053c3a0 0xc0006734a0 ``` username_2: **To reproduce:** $ exo eip delete 192.168.3.11 [+] sure you want to delete "192.168.3.11" EIP [yN]: y 0xc00017c5e0 **Expected behaviour:** $ exo eip delete 192.168.3.11 [+] sure you want to delete "192.168.3.11" EIP [yN]: y # either return the resource uuid as done for other cases or a human readable confirmation message username_3: There was some change in Egoscale and then so we forget to update CLI. thanks for report 👍 I will implem a conformation before dissociate with redable value 😀 username_2: Same for `eip associate` too 😏 username_3: everywhere I print `ID` as a string username_2: ![2vxz4q](https://user-images.githubusercontent.com/1122379/54293449-4a9eea00-45b0-11e9-9759-dadc4103638f.jpg) Status: Issue closed
schemaorg/schemaorg
643832717
Title: VideoObject example 1, should duration be PT1M33S instead of T1M33S? Question: username_0: https://schema.org/VideoObject Lines 1253, 1312, and 1422: Example 1's interview duration is "T1M33S". Should it not be "PT1M33S" because it's a period of time, rather than a specific time? The rope duration looks correct: "PT4M5S". Answers: username_1: Fixed in commit c28517b03099050b8204aa629e14d37d847cb8a4 Will appear in next release. Status: Issue closed
CircuitVerse/CircuitVerseDocs
518039751
Title: Only zoom in/out button is there Question: username_0: #### I am submitting a - * [] **Feature Request** Only zoon #### Describe your feature There is only zoom in /out button is there and it is default zooms in center part of image only after zoom in we are not able to move left/right in image so left/right (like <-/->) button should be added #### Screenshots (if relevant) ![Screenshot_20191106-024057~2](https://user-images.githubusercontent.com/46513305/68246681-52c80000-003f-11ea-896b-82b13dbf51c6.png) Answers: username_1: Is this issue still open? I want to try this one
economicmodeling/containers
150344498
Title: HashMap opApply const key and const Question: username_0: ``` HashMap!(string,string) hm; foreach(ref string key, ref string value) { key = "WAT"; // this assignment should not be possible } ``` also foreach (opApply) does not work for const(HashMap)<issue_closed> Status: Issue closed
kalexmills/github-vet-tests-dec2020
760173348
Title: yutail/TaiKV: server/server.go; 45 LoC Question: username_0: [Click here to see the code in its original context.](https://github.com/yutail/TaiKV/blob/cf14a387cf58e899d00ca912ccd24577627068b9/server/server.go#L193-L237) <details> <summary>Click here to show the 45 line(s) of Go which triggered the analyzer.</summary> ```go for _, node := range r.GetNodes() { n := node go func() { if proto.Size(n) == 0 { errChan <- 1 return } if node.GetIpAddress() == s.chord.GetIpAddr() { if _, err := s.chord.GetStorage().DeleteInternal(ctx, &dhtpb.DeleteInternalRequest{ Key: req.GetKey(), }); err != nil { log.Printf("Failed to delete, key: %s, err: %v", req.GetKey(), err) errChan <- 1 return } nodeIdChan <- n.GetId() return } conn, err := grpc.Dial(n.GetIpAddress(), grpc.WithInsecure(), grpc.WithBlock(), grpc.WithTimeout(3*time.Minute)) defer func() { if conn != nil { conn.Close() } }() if err != nil { log.Printf("Failed to connect, Ip: %s, err: %v", n.GetIpAddress(), err) errChan <- 1 return } client := dhtpb.NewStorageClient(conn) ctx, cancel := context.WithTimeout(ctx, 3*time.Minute) defer cancel() if _, err := client.DeleteInternal(ctx, &dhtpb.DeleteInternalRequest{ Key: req.GetKey(), }); err != nil { log.Printf("Failed to delete, key: %s, err: %v", req.GetKey(), err) errChan <- 1 return } nodeIdChan <- n.GetId() }() } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: cf14a387cf58e899d00ca912ccd24577627068b9
firebase/firebase-admin-node
396898720
Title: Firebase fails to fetch a valid Google OAuth2 access token on Windows Question: username_0: * Operating System version: Windows 10 * Firebase SDK version: no SDK used * Library version: [email protected] * Firebase Product: Realtime database ### [REQUIRED] Step 3: Describe the problem I built a script to download data from the Realtime database, on Mac. Here things work fine. But when tested the script on Windows I get the following error: ``` @firebase/database: FIREBASE WARNING: {"code":"app/invalid-credential","message":"Credential implementation provided to initializeApp() via the \"credential\" property failed to fetch a valid Google OAuth2 access token with the following error: \"Failed to parse access token response: Error: Server responded with status 400.\"."} ``` #### Steps to reproduce: Build a script that access data from Realtime database, using `firebase-admin`. Run it on Windows. #### Relevant Code: ``` var serviceAccount = require("./adminsdk.json"); admin.initializeApp({ credential: admin.credential.cert(serviceAccount), databaseURL: "https://<project-id>.firebaseio.com" }); var db = admin.database(); var dataRef = db.ref("ref"); ``` Answers: username_1: Possible causes include: 1. Clock out of sync (most likely, since you're only seeing this on one environment) 2. Service account and the database URL are for 2 different projects Please use Stackoverflow if you wish to follow up with further questions. Status: Issue closed username_0: @username_1 but you need the service account in order to access the database, correct? username_2: @username_1 How did you fix the clock sync error? username_3: @username_1 How did you solve clock sync error? Can u provide solution for me Thanks username_1: Not sure how to fix it for Windows. On Linux you would usually use a service like ntp. username_0: @username_2 @username_3 on Windows you just update the OS clock. Something like update current time. I am using dual boot, and every time I log in my Linux distro the windows clock gets desyncronised username_4: On windows, I was able to fix the issue by navigating to **change date and time settings > Internet time > change settings > Update now ** with the **synchronize with the internet server checkbox** checked. username_5: i am experiencing the same issue but when i am running my Nodejs application in a docker container. `@firebase/database: FIREBASE WARNING: {"code":"app/invalid-credential","message":"Credential implementation provided to initializeApp() via the \"credential\" property failed to fetch a valid Google OAuth2 access token with the following error: \"Error fetching access token: Error while making request: getaddrinfo EAI_AGAIN accounts.google.com:443. Error code: EAI_AGAIN\"."}` clocks is synced, is there anyone with the same issue as me ? username_6: Still facing this issue... wish you guys had some guidance because I've already spent a few hours on this :/ username_7: I am having this issue too and im not having a clue of where to start to solve it. username_6: For those who are facing this issue, I actually found out that this lib is just for node environments, that is, if you have an frontend app (like my case, a reactjs web app) it won't work. I figured I will probably have to use firebase functions get what I want done (which is deleting a user from firebase auth by UID). If anyone has anything to add or confirm my thoughts I would really appreciate as well... username_7: My problem was solved sending the data as a miltipart form instead of a json. Forcing us to not use json in node... Wtf. username_8: @username_7 Can you elaborate on what you changed to a multipart form? This issue just crept up and I wasn't having problems in the past. Any data you can provide will be extremely helpful!
robertklep/nefit-easy-http-server
477029978
Title: node-xmpp-core error module.js:540 Question: username_0: I've installed easy-server, but something keeps preventing it from running. I use a synology nas. Here are the outputs I get: ` root@NASDS216:/# node -v v8.9.4 root@NASDS216:/# npm -v 5.6.0 root@NASDS216:/# easy-server module.js:540 throw err; ^ Error: Cannot find module 'node-xmpp-core' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (/usr/local/lib/node_modules/nefit-easy-http-server/node_modules/nefit-easy-commands/node_modules/nefit-easy-core/lib/scram-auth-mechanism.js:4:19) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) at tryModuleLoad (module.js:499:12) at Function.Module._load (module.js:491:3) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (/usr/local/lib/node_modules/nefit-easy-http-server/node_modules/nefit-easy-commands/node_modules/nefit-easy-core/lib/index.js:10:20) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) ` Consequently, Domoticz keeps reporting it cannot get any data. Well, that's unfortunate, but first I need to get easy-server running. Any ideas? I'm a huge noob, so if you can provide me with the specific codes I need to insert into putty, than that would be super helpfull. Answers: username_1: How did you install the server to begin with? username_0: I like to think so (see code below). But, I'm a huge noob and still learning basics, so it could be that I'm mistaken... ` root@NASDS216:~# sudo npm i nefit-easy-http-server -g npm WARN deprecated [email protected]: this package is deprecated please use https://www.npmjs.com/package/@xmpp/client npm WARN deprecated [email protected]: this package is deprecated please use https://github.com/xmppjs/xmpp.js npm WARN deprecated [email protected]: this package is deprecated please use https://github.com/xmppjs/xmpp.js /volume2/@appstore/Node.js_v8/usr/local/bin/easy-server -> /volume2/@appstore/Node.js_v8/usr/local/lib/node_modules/nefit-easy-http-server/bin/easy-server + [email protected] updated 1 package in 16.17s root@NASDS216:~# easy-server -v module.js:540 throw err; ^ Error: Cannot find module 'node-xmpp-core' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (/usr/local/lib/node_modules/nefit-easy-http-server/node_modules/nefit-easy-commands/node_modules/nefit-easy-core/lib/scram-auth-mechanism.js:4:19) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) at tryModuleLoad (module.js:499:12) at Function.Module._load (module.js:491:3) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (/usr/local/lib/node_modules/nefit-easy-http-server/node_modules/nefit-easy-commands/node_modules/nefit-easy-core/lib/index.js:10:20) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) ` username_1: It works for me on my Synology, so it's not specifically related to that. I've had issues like this before (in a completely different environment) caused by a file called `package-lock.json` being present in the directory from which you start `npm`. Try and see if this works: ``` cd ~ rm package-lock.json npm i nefit-easy-http-server -g ``` username_0: No luck :-( Could it have something to do with my appstore being located on volume 2 (in most tutorials I see them located on volume1)? `root@NASDS216:~# cd ~ root@NASDS216:~# rm package-lock.json root@NASDS216:~# npm i nefit-easy-http-server -g npm WARN deprecated [email protected]: this package is deprecated please use https://www.npmjs.com/package/@xmpp/client npm WARN deprecated [email protected]: this package is deprecated please use https://github.com/xmppjs/xmpp.js npm WARN deprecated [email protected]: this package is deprecated please use https://github.com/xmppjs/xmpp.js /volume2/@appstore/Node.js_v8/usr/local/bin/easy-server -> /volume2/@appstore/Node.js_v8/usr/local/lib/node_modules/nefit-easy-http-server/bin/easy-server + [email protected] updated 1 package in 11.255s root@NASDS216:~# easy-server -v module.js:540 throw err; ^ Error: Cannot find module 'node-xmpp-core' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (/usr/local/lib/node_modules/nefit-easy-http-server/node_modules/nefit-easy-commands/node_modules/nefit-easy-core/lib/scram-auth-mechanism.js:4:19) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) at tryModuleLoad (module.js:499:12) at Function.Module._load (module.js:491:3) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (/usr/local/lib/node_modules/nefit-easy-http-server/node_modules/nefit-easy-commands/node_modules/nefit-easy-core/lib/index.js:10:20) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) ` username_1: The volume shouldn't be a problem. Try doing a local install to see if that will work: ``` cd /tmp npm i nefit-easy-http-server ./node_modules/.bin/easy-server -h ``` If that works, it's something related to the global package directory. If you don't have any other Node.js modules/projects installed, perhaps you could try uninstalling the Node.js package, removing `/volume2/@appstore/Node.js_v8/usr/local/lib/node_modules`, and re-installing the package again. username_0: I've removed the node.jsV8 package via Package Center, and checked whether there was anything left in the /volume2/@appstore/. There wasn't. So that's good. Now, I reinstalled Node.jsV8 via package center. Then `I ran sudo npm i nefit-easy-http-server -g`. That went oke. Then I tried `easy-server -v`, and it says: 'No such file or directory'. I look into the folder /usr/local/bin and there I see easy-server. However, when I try to start it, it says it doesn't exist. Any ideas? `root@NASDS216:~# node -v -ash: /usr/local/bin/node: No such file or directory root@NASDS216:~# npm -v -ash: /usr/local/bin/npm: No such file or directory root@NASDS216:~# cd /volume2/@appstore/ root@NASDS216:/volume2/@appstore# dir total 48 drwxr-xr-x 11 root root 4096 Aug 6 10:53 . drwxr-xr-x 16 root root 4096 Aug 5 22:35 .. drwxr-xr-x 15 AudioStation AudioStation 4096 May 23 19:48 AudioStation drwxr-xr-x+ 12 100 root 4096 Aug 4 22:51 domoticz drwxr-xr-x 5 root root 4096 Jul 26 09:47 Java8 drwxr-xr-x 4 root root 4096 Aug 6 10:53 Node.js_v8 drwxr-xr-x 7 root root 4096 Jun 4 05:09 PHP5.6 drwxr-xr-x 7 root root 4096 Jan 15 2019 PHP7.0 drwxr-xr-x 5 root root 4096 Jul 30 23:22 PHP7.2 drwxr-xr-x 16 VideoStation VideoStation 4096 Jun 22 08:01 VideoStation drwxr-xr-x 14 root root 4096 Jul 30 15:11 WebStation root@NASDS216:/volume2/@appstore# cd root@NASDS216:~# sudo npm i nefit-easy-http-server -g npm WARN deprecated [email protected]: this package is deprecated please use https://www.npmjs.com/package/@xmpp/client npm WARN deprecated [email protected]: this package is deprecated please use https://github.com/xmppjs/xmpp.js npm WARN deprecated [email protected]: this package is deprecated please use https://github.com/xmppjs/xmpp.js /volume2/@appstore/Node.js_v8/usr/local/bin/easy-server -> /volume2/@appstore/Node.js_v8/usr/local/lib/node_modules/nefit-easy-http-server/bin/easy-server + [email protected] added 135 packages in 21.744s root@NASDS216:~# easy-server -h -ash: /usr/local/bin/easy-server: No such file or directory root@NASDS216:~# cd /usr/local/bin/easy-server -ash: cd: /usr/local/bin/easy-server: No such file or directory root@NASDS216:~# cd /usr/local/bin/ root@NASDS216:/usr/local/bin# dir total 20 drwxr-xr-x 3 root root 4096 Aug 6 10:53 . drwxr-xr-x 9 root root 4096 Aug 6 10:53 .. lrwxrwxrwx 1 root root 58 Aug 4 15:00 easy-server -> ../lib/node_modules/nefit-easy-http-server/bin/easy-server drwxr-xr-x 5 root root 4096 Mar 27 2017 feasibilitycheck lrwxrwxrwx 1 root root 48 Aug 6 10:53 node -> /volume2/@appstore/Node.js_v8/usr/local/bin/node lrwxrwxrwx 1 root root 46 Aug 6 10:53 npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js -rwxr-xr-x 1 root root 7968 Aug 6 10:53 nvm lrwxrwxrwx 1 root root 47 Aug 5 19:38 php56 -> /var/packages/PHP5.6/target/usr/local/bin/php56 lrwxrwxrwx 1 root root 51 Aug 5 19:38 php56-cgi -> /var/packages/PHP5.6/target/usr/local/bin/php56-cgi lrwxrwxrwx 1 root root 51 Aug 5 19:38 php56-fpm -> /var/packages/PHP5.6/target/usr/local/bin/php56-fpm lrwxrwxrwx 1 root root 47 Aug 5 19:38 php70 -> /var/packages/PHP7.0/target/usr/local/bin/php70 lrwxrwxrwx 1 root root 51 Aug 5 19:38 php70-cgi -> /var/packages/PHP7.0/target/usr/local/bin/php70-cgi lrwxrwxrwx 1 root root 51 Aug 5 19:38 php70-fpm -> /var/packages/PHP7.0/target/usr/local/bin/php70-fpm lrwxrwxrwx 1 root root 47 Aug 5 19:38 php72 -> /var/packages/PHP7.2/target/usr/local/bin/php72 lrwxrwxrwx 1 root root 51 Aug 5 19:38 php72-cgi -> /var/packages/PHP7.2/target/usr/local/bin/php72-cgi lrwxrwxrwx 1 root root 51 Aug 5 19:38 php72-fpm -> /var/packages/PHP7.2/target/usr/local/bin/php72-fpm lrwxrwxrwx 1 root root 50 Aug 5 19:38 phpdbg56 -> /var/packages/PHP5.6/target/usr/local/bin/phpdbg56 lrwxrwxrwx 1 root root 50 Aug 5 19:38 phpdbg70 -> /var/packages/PHP7.0/target/usr/local/bin/phpdbg70 lrwxrwxrwx 1 root root 50 Aug 5 19:38 phpdbg72 -> /var/packages/PHP7.2/target/usr/local/bin/phpdbg72 root@NASDS216:/usr/local/bin# ` By the way: huge thanks for taking the time looking into this. Really appreciated! :-) username_1: Try this: ``` /usr/local/bin/easy-server ``` (without the `cd`, which means "change directory") Perhaps you need to re-start your login session (I assume through SSH) for it to be picked up. username_0: Started a new session: root@NASDS216:~# /usr/local/bin/easy-server -ash: /usr/local/bin/easy-server: No such file or directory root@NASDS216:~# easy-server -ash: easy-server: command not found root@NASDS216:~# ^C root@NASDS216:~# cd /usr/local/bin root@NASDS216:/usr/local/bin# dir total 20 drwxr-xr-x 3 root root 4096 Aug 6 10:53 . drwxr-xr-x 9 root root 4096 Aug 6 10:53 .. lrwxrwxrwx 1 root root 58 Aug 4 15:00 easy-server -> ../lib/node_modules/nefit-easy-http-server/bin/easy-server drwxr-xr-x 5 root root 4096 Mar 27 2017 feasibilitycheck lrwxrwxrwx 1 root root 48 Aug 6 10:53 node -> /volume2/@appstore/Node.js_v8/usr/local/bin/node lrwxrwxrwx 1 root root 46 Aug 6 10:53 npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js -rwxr-xr-x 1 root root 7968 Aug 6 10:53 nvm lrwxrwxrwx 1 root root 47 Aug 5 19:38 php56 -> /var/packages/PHP5.6/target/usr/local/bin/php56 lrwxrwxrwx 1 root root 51 Aug 5 19:38 php56-cgi -> /var/packages/PHP5.6/target/usr/local/bin/php56-cgi lrwxrwxrwx 1 root root 51 Aug 5 19:38 php56-fpm -> /var/packages/PHP5.6/target/usr/local/bin/php56-fpm lrwxrwxrwx 1 root root 47 Aug 5 19:38 php70 -> /var/packages/PHP7.0/target/usr/local/bin/php70 lrwxrwxrwx 1 root root 51 Aug 5 19:38 php70-cgi -> /var/packages/PHP7.0/target/usr/local/bin/php70-cgi lrwxrwxrwx 1 root root 51 Aug 5 19:38 php70-fpm -> /var/packages/PHP7.0/target/usr/local/bin/php70-fpm lrwxrwxrwx 1 root root 47 Aug 5 19:38 php72 -> /var/packages/PHP7.2/target/usr/local/bin/php72 lrwxrwxrwx 1 root root 51 Aug 5 19:38 php72-cgi -> /var/packages/PHP7.2/target/usr/local/bin/php72-cgi lrwxrwxrwx 1 root root 51 Aug 5 19:38 php72-fpm -> /var/packages/PHP7.2/target/usr/local/bin/php72-fpm lrwxrwxrwx 1 root root 50 Aug 5 19:38 phpdbg56 -> /var/packages/PHP5.6/target/usr/local/bin/phpdbg56 lrwxrwxrwx 1 root root 50 Aug 5 19:38 phpdbg70 -> /var/packages/PHP7.0/target/usr/local/bin/phpdbg70 lrwxrwxrwx 1 root root 50 Aug 5 19:38 phpdbg72 -> /var/packages/PHP7.2/target/usr/local/bin/phpdbg72 root@NASDS216:/usr/local/bin# This means that easy-server is in the right place right? However it won't start for some reason? username_1: What does this output? ``` env node -h ``` username_0: root@NASDS216:~# env node -h Usage: node [options] [ -e script | script.js | - ] [arguments] node inspect script.js [arguments] Options: -v, --version print Node.js version -e, --eval script evaluate script -p, --print evaluate script and print result -c, --check syntax check script without executing -i, --interactive always enter the REPL even if stdin does not appear to be a terminal -r, --require module to preload (option can be repeated) - script read from stdin (default; interactive mode if a tty) --inspect[=[host:]port] activate inspector on host:port (default: 127.0.0.1:9229) --inspect-brk[=[host:]port] activate inspector on host:port and break at start of user script --inspect-port=[host:]port set host:port for inspector --no-deprecation silence deprecation warnings --trace-deprecation show stack traces on deprecations --throw-deprecation throw an exception on deprecations --pending-deprecation emit pending deprecation warnings --no-warnings silence all process warnings --napi-modules load N-API modules (no-op - option kept for compatibility) --abort-on-uncaught-exception aborting instead of exiting causes a core file to be generated for analysis --trace-warnings show stack traces on process warnings --redirect-warnings=file write warnings to file instead of stderr --trace-sync-io show stack trace when use of sync IO is detected after the first tick --force-async-hooks-checks enables checks for async_hooks --trace-events-enabled track trace events --trace-event-categories comma separated list of trace event categories to record --track-heap-objects track heap object allocations for heap snapshots --prof-process process v8 profiler output generated using --prof --zero-fill-buffers automatically zero-fill all newly allocated Buffer and SlowBuffer instances --v8-options print v8 command line options --v8-pool-size=num set v8's thread pool size --tls-cipher-list=val use an alternative default TLS cipher list --use-bundled-ca use bundled CA store (default) --use-openssl-ca use OpenSSL's default CA store --openssl-config=file load OpenSSL configuration from the specified file (overrides OPENSSL_CONF) --icu-data-dir=dir set ICU data load path to dir (overrides NODE_ICU_DATA) --preserve-symlinks preserve symbolic links when resolving --experimental-modules experimental ES Module support and caching modules [Truncated] NODE_DISABLE_COLORS set to 1 to disable colors in the REPL NODE_EXTRA_CA_CERTS path to additional CA certificates file NODE_ICU_DATA data path for ICU (Intl object) data NODE_NO_WARNINGS set to 1 to silence process warnings NODE_NO_HTTP2 set to 1 to suppress the http2 module NODE_OPTIONS set CLI options in the environment via a space-separated list NODE_PATH ':'-separated list of directories prefixed to the module search path NODE_PENDING_DEPRECATION set to 1 to emit pending deprecation warnings NODE_REPL_HISTORY path to the persistent REPL history file NODE_REDIRECT_WARNINGS write warnings to path instead of stderr OPENSSL_CONF load OpenSSL configuration from file Documentation can be found at https://nodejs.org/ root@NASDS216:~# username_1: Okay, so that works. Next to try: ``` env node /usr/local/bin/easy-server -h ``` username_0: That gives: root@NASDS216:~# env node /usr/local/bin/easy-server -h module.js:540 throw err; ^ Error: Cannot find module '/usr/local/bin/easy-server' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Function.Module.runMain (module.js:684:10) at startup (bootstrap_node.js:187:16) at bootstrap_node.js:608:3 root@NASDS216:~# username_1: Hmm, that would mean that the symlink in `/usr/local/bin` is broken. What does this return: ``` ls -al /volume2/@appstore/Node.js_v8/usr/local/lib/node_modules/nefit-easy-http-server/bin/easy-server ``` username_0: root@NASDS216:~# ls -al /volume2/@appstore/Node.js_v8/usr/local/lib/node_modules/nefit-easy-http-server/bin/easy-server -rwxr-xr-x 1 root root 46 Aug 6 10:54 /volume2/@appstore/Node.js_v8/usr/local/lib/node_modules/nefit-easy-http-server/bin/easy-server root@NASDS216:~# username_1: Next try: ``` env node /volume2/@appstore/Node.js_v8/usr/local/lib/node_modules/nefit-easy-http-server/bin/easy-server -h ``` username_0: We are getting somewhere! This gives: `root@NASDS216:~# env node /volume2/@appstore/Node.js_v8/usr/local/lib/node_modules/nefit-easy-http-server/bin/easy-server -h easy-server – Nefit Easy™ HTTP-server Usage: easy-server [options] Options: -h --help Show this screen -v --version Show version -V --verbose Be more verbose --serial=SERIAL Nefit Easy™ serial number --access-key=ACCESS_KEY Nefit Easy™ access key --password=<PASSWORD> <PASSWORD> --port=PORT Port to listen on [default: 3000] --host=HOST Host to bind to [default: 127.0.0.1] --timeout=TIMEOUT Request timeout in seconds [default: 30] Instead of specifying serial number, access key or password through options, you can also define them through environment variables: NEFIT_SERIAL_NUMBER NEFIT_ACCESS_KEY NEFIT_PASSWORD root@NASDS216:~#` username_1: Okay, we're close! I still don't understand why the version installed in `/usr/local/bin` doesn't work, but perhaps it's a dangling symlink so we can try to fix it: ``` cd /usr/local/bin rm easy-server ln -s /volume2/@appstore/Node.js_v8/usr/local/lib/node_modules/nefit-easy-http-server/bin/easy-server easy-server ``` username_0: YES!! Thank you so much! It works, immediately in Domoticz as well. You are the best! Thank you for your generosity in putting the time and effort in my setup! Status: Issue closed username_1: Good to hear you got it working! Have fun using it :D username_2: i try to run nefit easy on my synology but ik wont work, get this message root@NAS_play:~# npm i nefit-easy-http-server -g npm WARN deprecated [email protected]: this package is deprecated please use https://www.npmjs.com/package/@xmpp/client npm WARN deprecated [email protected]: this package is deprecated please use https://github.com/xmppjs/xmpp.js npm WARN deprecated [email protected]: this package is deprecated please use https://github.com/xmppjs/xmpp.js /volume1/@appstore/Node.js_v8/usr/local/bin/easy-server -> /volume1/@appstore/Node.js_v8/usr/local/lib/node_modules/nefit-easy-http-server/bin/easy-server + [email protected] added 136 packages from 124 contributors in 19.073s root@NAS_play:~# easy-server --serial=********* --access-key=******** --password=***** -ash: easy-server: command not found can you help me? username_1: You need to add `/volume1/@appstore/Node.js_v8/usr/local/bin/` to your `$PATH`, or otherwise start the server using it's full path: ``` /volume1/@appstore/Node.js_v8/usr/local/bin/easy-server --serial=********* --access-key=******** --password=***** ``` username_2: it works thanks, now i wil look for a autostart for the server. username_3: Hi Robert, I have a small similar issue. I can't get the Nefit-Easy-HTTP-server to install in the correct folder on my Synology. In my case it is added to /volume1/@appstore/Node.js_v6/usr/local/lib/node_modules/nefit-easy-http-server/bin I can get it to start from there, but I'm not really sure how to add it to the $PATH variable (I'm more of a Windows guy) or how to get it working from this script: https://www.domoticz.com/forum/viewtopic.php?f=56&t=9653&start=680#p197643 Can you assist me with this one?
swagger-api/swagger-codegen
505771558
Title: [SPRING] Validation not working for Request Params Question: username_0: ##### Description Validation is not working for Request Params with SPRING GENERATED SERVER STUBS. GET request for a invalid Query Param is successful. ##### Swagger-codegen version Swagger Code Generator 3.0.11 ##### Swagger declaration file content or url Below are some of the Query Params in YAML file - parameters: offset: # <-- Arbitrary name for the definition that will be used to refer to it. # Not necessarily the same as the parameter name. in: query name: offset required: false schema: type: integer minimum: 0 default: 0 description: The number of items to skip before starting to collect the result set. limit: in: query name: limit required: false schema: type: integer minimum: 1 maximum: 10000 default: 200 #This will be configured in System-config properties file description: The numbers of items to return. Generated controller public ResponseEntity<List<CustomObjectType>> retrieveCustomObjects(@Min(0)@ApiParam(value = "The number of items to skip before starting to collect the result set.", allowableValues = "") @Valid @RequestParam(value = "offset", required = false) Integer offset,@Min(1) @Max(10000) @ApiParam(value = "The numbers of items to return.", allowableValues = "") @Valid @RequestParam(value = "limit", required = false) Integer limit,@ApiParam(value = "Fields to be present in response.") @Valid @RequestParam(value = "fields", required = false) String fields,@ApiParam(value = "Sorting fields.") @Valid @RequestParam(value = "sort", required = false) String sort,@Min(0) @Max(10) @ApiParam(value = "Depth of the expansion", allowableValues = "") @Valid @RequestParam(value = "depth", required = false) Integer depth,@ApiParam(value = "References to be expanded") @Valid @RequestParam(value = "expand", required = false) String expand) { return delegate.retrieveCustomObjects(offset, limit, fields, sort, depth, expand); } ##### Suggest a fix/enhancement Include @Validation in apiController.mustache file at the class level . Request Params are validated with this annotation.
KostiaTuriatko/TitleCapitalizationTool
313700804
Title: Отступы между управляющей конструкцией и круглыми скобками Question: username_0: Между управляющей конструкцией (например, `if`, `for`, `while` и т.д.) и принадлежащими ей круглыми скобками должен располагаться один пробел. Методы, в которых данное правило не соблюдается: - `TitleCapitalizationTool.MyCaseSetter.FirstLetterToUpper`. - `TitleCapitalizationTool.MyCaseSetter.LowerWordsException`. - `TitleCapitalizationTool.MyCaseSetter.SetCase`. - `TitleCapitalizationTool.Program.Main`. - `TitleCapitalizationTool.PunctuationSigns.DashInstall`. - `TitleCapitalizationTool.PunctuationSigns.DeleteSpaceBeforePunctuate`. - `TitleCapitalizationTool.PunctuationSigns.InsertSpaceAfterPunctuation`. Status: Issue closed Answers: username_0: Между управляющей конструкцией (например, `if`, `for`, `while` и т.д.) и принадлежащими ей круглыми скобками должен располагаться один пробел. Методы, в которых данное правило не соблюдается: - `TitleCapitalizationTool.MyCaseSetter.FirstLetterToUpper`. - `TitleCapitalizationTool.MyCaseSetter.LowerWordsException`. - `TitleCapitalizationTool.MyCaseSetter.SetCase`. - `TitleCapitalizationTool.Program.Main`. - `TitleCapitalizationTool.PunctuationSigns.DashInstall`. - `TitleCapitalizationTool.PunctuationSigns.DeleteSpaceBeforePunctuate`. - `TitleCapitalizationTool.PunctuationSigns.InsertSpaceAfterPunctuation`. username_0: `catch` в методе `TitleCapitalizationTool.PunctuationSigns.DeleteSpaceBeforePunctuate`. Status: Issue closed
tuna/issues
615587774
Title: [tuna]404 at /ubuntu/dists/bionic/main/binary-arm64/Packages Question: username_0: <!-- 请使用此模板来报告 bug,并尽可能多地提供信息。 Please use this template while reporting a bug and provide as much info as possible. --> #### 发生了什么(What happened) #### 期望的现象(What you expected to happen) #### 如何重现(How to reproduce it) #### 其他事项(Anything else we need to know) #### 您的环境(Environment) - 操作系统(OS Version): - 浏览器(如果适用)(Browser version, if applicable): - 其他(Others): Answers: username_1: Duplicate with #823. Status: Issue closed
StackStorm/st2-packages
137206082
Title: st2auth should run as root Question: username_0: as per https://stackstorm-community.slack.com/archives/community/p1456739781004524 st2auth should run as root to work with PAM Answers: username_1: @username_0 hey there. I'm not sure that it's a good idea. Rather than running anything as root there probably should be PAM configuration for st2auth service similar to those other software is using http://linux.die.net/man/5/pam.d. For example default samba example: ``` #%PAM-1.0 auth sufficient /lib/security/pam_ldap.so auth required /lib/security/pam_unix_auth.so try_first_pass account sufficient /lib/security/pam_ldap.so account required /lib/security/pam_unix_acct.so ``` username_2: @username_1 I guess this is solved via https://github.com/StackStorm/st2-packages/pull/205 ? If yes, is it available only in `1.4dev` package or ready in `1.3.2` package as well? username_1: @username_2 I don't think it solves the PAM problem, #205 doesn't change that we run `st2auth` in the same way as unprivileged user `st2`. username_3: I am creating the ssh trust keys then doing lot of stuff(rsync, creating file system, etc using python) and ssh trust keys created under normal user, for example /users/tony/.ssh but when I call the same function via st2 from tony login, then ssh keys are creating under root. I could not figure out that why is creating keys under root user. Can someone help me to understand the issue? username_2: @username_3 I guess your issue related to https://github.com/StackStorm/st2/issues/3298. That's because `st2actionrunner` service is executed by root.
mevdschee/php-crud-api
839243682
Title: session id shared between two applications Question: username_0: Hi, I am browsing (in Chrome) two different applications (eg located at `localhost/app1/api.php` and `localhost/app2/api.php`) Both configurations implement dbAuth with the same - `dbAuth.sessionName` ('user_id') - `dbAuth.mode` ('required') I am logged in the app1 I havent logged in the app2 (and there is no user yet in the database) BUT I am able to access the records in the app2 with ` localhost/app2/api.php/records/aTable ` Should I have different (unique) sessionName for each application on the same server? Should the lib manage unique session names based on the `dbAuth.sessionName`? Thank you for your lights. Answers: username_1: Yes, nothing more than that. :-) (it is typically the name of the application). username_0: ok. Thanks! Status: Issue closed
Prog2AppelEffi/Graphen
158342521
Title: umstellung auf ArrayList Question: username_0: <NAME>. Versuche mal deine vortex methoden auf ArrayList umzustellen. Hab das gestern gemacht mit der edge Klasse und somit benötigen wir keine DoubleLinkedList mehr. Die ArrayList hat hat mehr vorteile für uns und wurde auch in der Aufgabenstellung vorgeschlagen. Hier noch der link https://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html Die readGraph methode hab ich auch in der Graph klasse erstellt. Also wir bräuchten die readGraph methode in der Main klasse nicht mehr. Ich kann sie public machen aber da sowieso es eine eigene klasse ist, die einen graphen erstellt, brauchst du einfach nur ein neues Graphenobjekt erstellen und den konstruktor den dateinamen als string übergeben. Die andere inserVertex methode kannst du ja dann in die graphen klasse hinzufügen. Der Plan von dir ist ja glaub ich, dass die knoten auch gespeichert werden. Also haben wir dann einen graphen der die kanten und die knoten gespeichert hat. Als knackpunkt fehlt nur noch die isConnect methode in der graphen klasse. die einfach nur überprüft ob die beiden knoten noch verbunden sind, wenn man eine kante von löscht. Ich bin kann dann erstmal bis sonntag nichts machen weil ich ja unterwegs bin. also viel glück :D<issue_closed> Status: Issue closed
ParadoxGameConverters/Vic2ToHoI4
393293887
Title: Suggestion: Technology filter for unit templates Question: username_0: Some unit templates will be created, but without any equipment of particular types; for example, motorised divisions will begin with 70% of their artillery and infantry equipment, but no trucks. Presumably their motorisation consists of the men singing "Brrrm, brrrm, brm-brm-brm-brrm-brm" to the tune of the Imperial March as they walk. :-D<issue_closed> Status: Issue closed
TheSylence/Twice
157546592
Title: Tweet details Question: username_0: In gitlab by @username_0 on Mar 28, 2016, 03:19 When clicking a tweet, display its details Answers: username_0: In gitlab by @username_0 on May 30, 2016, 02:57 mentioned in commit 5e58cfe211938677eed0a130f3e5e1c6ed926dd7 username_0: In gitlab by @username_0 on May 30, 2016, 11:19 mentioned in commit <PASSWORD> Status: Issue closed
egoist/tsup
1022012119
Title: Source map line numbers wrong Question: username_0: This issue is the same as the one in esbuild [#638](https://github.com/evanw/esbuild/issues/638) and was fixed there. I have tested my codebase using raw esbuild and the issue is not present there. Basically, the problem is that line numbers are wrong in source maps therefore in stack traces. Expected (using esbuild): ![image](https://user-images.githubusercontent.com/27270386/136701921-f4ac6d12-ccf1-49fb-a90e-857a766c81fb.png) ![image](https://user-images.githubusercontent.com/27270386/136701930-68171920-3834-4b9f-85fd-4f06ee08a1ba.png) (i know i forgot to minify, however if i minify it the line number is still correct here) What really happens (with tsup): ![image](https://user-images.githubusercontent.com/27270386/136701982-e267caf6-2449-4eea-b671-be733376ecf8.png) ![image](https://user-images.githubusercontent.com/27270386/136701991-73713731-1b31-46f0-aed8-04e950ac0b1a.png)
NuGet/NuGetGallery
670080415
Title: Marketplace data improvement for publishers Question: username_0: _This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/idea/566663/marketplace-data-improvement-for-publishers.html)._ --- <p>Hello </p> <p>Is it possible to get historical data displayed for publishers - from the time the extension was published. Currently it is limited to past 180 days window, which is very limiting. Can you expand that to as much as possible. </p><p></p><p>I am primarily interested in two improvements</p><p> </p><p>1. Extending the current report window (180 days). Idealy this window would be 1 year +... if not, since the very first day extension was introduced on the marketplace.</p> <p> </p><p>2. Ability to filter by geography - per country and continent... when this info is known. I am OK with having a pool of people who are also 'unknown' if geo info is not available. </p><p>Thanks</p> --- ### Original Comments #### <NAME> [MSFT] on 5/14/2019, 01:52 AM: <p>Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further.&nbsp;We'll provide an update once the issue has been triaged by the product team.</p> #### <NAME> [MSFT] on 6/10/2019, 11:20 AM: <p>Your suggestion has been queued up for prioritization. Feature suggestions are prioritized based on the value to our broader developer community and the product roadmap. We may not be able to pursue this one immediately, but we will continue to monitor it up to 90 days for community input</p> #### <NAME> on 7/2/2019, 10:50 AM: <p>I also believe this would be very beneficial, as the current date is not enough to make any conclusions.</p> #### <NAME> on 12/2/2019, 06:10 AM: <p>Likewise, this would be helpful for us as well.</p> #### <NAME> on 12/2/2019, 06:32 AM: <p>We too would benefit from this information</p> #### <NAME> on 12/2/2019, 08:44 AM: <p>This would be really beneficial for us too. </p><p>Thanks. </p> #### andre rolle on 12/2/2019, 03:35 PM: <p>Yes we definitely need this information to help improve our capabilities in improving how we create and published our application in visual studios marketplace.</p> #### andre rolle on 12/2/2019, 03:49 PM: <p>The management of Microsoft would change there mind in extending the 90 days to at least 1 year if possible. We as developers and others who interact with creating and publishing an application or software to visual studios marketplace. Really need this information to improve everything we do to make our app 100% functional an smooth going.</p> Answers: username_1: Hello. I'm just checking in on this item. I didn't realize it was moved here from https://developercommunity.visualstudio.com/t/Marketplace-data-improvement-for-publish/566663?space=8&entry=suggestion I ask as I have submitted an alternative as well - asking to open up marketplace API to consume our own data through Power BI. I will post the ticket to this thread once I receive it , for some reason I don't see it on developer community portal yet. username_2: @username_1 , I'm so sorry for the confusion, we thought this issue was about NuGet.org statistics, but it's about VS Marketplace. I transferred the issue to the correct repo and it's now tracked here: https://github.com/microsoft/vsmarketplace/issues/14 We have received similar requests (to enhance statistics) from other publishers as well. While we are looking into this, given our backlog we don't expect to be able to deliver in CY 2021. Status: Issue closed
spencermountain/compromise
963811606
Title: nlp.extend is not a functiom Question: username_0: I am not able to use these const nlp = require('compromise') nlp.extend(require('compromise-numbers')) in the react app. it shows nlp.extend is not a function. Similarly for emails() also it shows the same. How can we solve that? Thanks in Advance Answers: username_1: hi Sapti, are you running `13.11.3`? you can see an example both extend() and emails() working here https://runkit.com/username_1/6111586026f6e1001b4bf8bb cheers username_2: I have this issue with both 13.11.4 & 13.11.3. username_1: hi @username_2 sorry about this - this part of the api is in-flux, and being addressed properly in our upcoming v14 release. you may be able to use .plugin() instead of .extend() - they are aliases of the same thing. let me know if this does not work cheers username_2: @username_1 I didn't get it to work yet on those versions. username_1: you can see extend working in the documentation [here](https://observablehq.com/@username_1/compromise-values#nlp) the front-end demo [here](https://github.com/username_1/compromise/blob/master/demo/plugin.html) or the many tests [here](https://github.com/username_1/compromise/blob/master/tests/plugin/plugin.test.js) cheers
cloudposse/terraform-aws-rds-cluster
325656899
Title: Cluster name and current stage Question: username_0: Our goal was to setup a single-instance development database (1 cluster member), and then a production cluster that scaled as usage grew. However, when we created a single node, the route53 record didn't include the stage, so it will conflict with our production cluster (when created) If I set `name = "${var.stage}-${var.name}"`, then my cluster name is `zw-dev-dev-application` (which I can live with). Should stage be in the route53 records? Answers: username_1: Hey @username_0! So we never share DNS zones across stages. For example, we'll use `prod.cloudposse.org` and `staging.cloudposse.org`. We do not recommend sticking production and staging resources in the same DNS zone for the reasons you mention. It's easy to *accidentally* clobber records during development. Moreover, dev, staging and production resources should never be in the same AWS account. =) username_1: Since you're operating in the same AWS account, consider using our [`terraform-aws-route53-cluster-zone`](https://github.com/cloudposse/terraform-aws-route53-cluster-zone) module to provision a DNS zone for each stage. Status: Issue closed username_1: Closing this issue for now. If you have any more questions related to this don't hesitate to reopen it.
kyleb13/MobileAppsGroup1
381528634
Title: Contacts no updating after delete. Question: username_0: Since PR #79 The recycler list is only refreshed when ContactListFragment looses focus and then regains focus. Status: Issue closed Answers: username_0: Kyle fixed this here: https://github.com/kyleb13/MobileAppsGroup1/commit/757d4dc480ae941809a4775a746976b07f2dd82e
staydecent/table-top-tally
130079741
Title: Fix SimpleOnPageChangeListener Question: username_0: mCurrentPosition is changing but the Fragment is not refreshing with new content. Go through this guide to figure it out: https://github.com/codepath/android_guides/wiki/ViewPager-with-FragmentPagerAdapter Status: Issue closed Answers: username_0: Fixed by c38a4ddce02335d6623e7b0ad1fb610d744600a3
ShannonPaige/api-curious
122361822
Title: reply to tweet Question: username_0: as a logged in user when I visit '/' I expect to see a gray arrow button next to every tweet in my feed and when I click on that arrow I expect to get a text box under the text and I expect the box to have the usernames in it and when I hit submit, I expect both messages to move to the top of my feed and I expect my reply to be under the original tweet.<issue_closed> Status: Issue closed
ChaseAcklam/Revolution-
540656609
Title: sections Question: username_0: ![serv1](https://user-images.githubusercontent.com/47538587/71219634-af434f80-227a-11ea-9fab-6d71f1c98d9f.png) ![serv2](https://user-images.githubusercontent.com/47538587/71219636-af434f80-227a-11ea-9a57-493711e1d910.png) ![serv3](https://user-images.githubusercontent.com/47538587/71219638-b23e4000-227a-11ea-8119-c57a4890791e.png) ![serv4](https://user-images.githubusercontent.com/47538587/71219640-b23e4000-227a-11ea-813e-70c3ee88cbf1.png) ![serv5](https://user-images.githubusercontent.com/47538587/71219641-b23e4000-227a-11ea-8c56-6bef9e45ba79.png) ![serv6](https://user-images.githubusercontent.com/47538587/71219643-b23e4000-227a-11ea-97dc-6f97d9f21352.png) ![serv7](https://user-images.githubusercontent.com/47538587/71219644-b2d6d680-227a-11ea-97bf-d0d18b553ba2.png) ![serv8](https://user-images.githubusercontent.com/47538587/71219645-b2d6d680-227a-11ea-8ec2-b5702518276a.png) ![serv9](https://user-images.githubusercontent.com/47538587/71219646-b2d6d680-227a-11ea-862c-d2434418b23e.png) Answers: username_0: ![serv1](https://user-images.githubusercontent.com/47538587/71219634-af434f80-227a-11ea-9fab-6d71f1c98d9f.png) ![serv2](https://user-images.githubusercontent.com/47538587/71219636-af434f80-227a-11ea-9a57-493711e1d910.png) ![serv3](https://user-images.githubusercontent.com/47538587/71219638-b23e4000-227a-11ea-8119-c57a4890791e.png) ![serv4](https://user-images.githubusercontent.com/47538587/71219640-b23e4000-227a-11ea-813e-70c3ee88cbf1.png) ![serv5](https://user-images.githubusercontent.com/47538587/71219641-b23e4000-227a-11ea-8c56-6bef9e45ba79.png) ![serv6](https://user-images.githubusercontent.com/47538587/71219643-b23e4000-227a-11ea-97dc-6f97d9f21352.png) ![serv7](https://user-images.githubusercontent.com/47538587/71219644-b2d6d680-227a-11ea-97bf-d0d18b553ba2.png) ![serv8](https://user-images.githubusercontent.com/47538587/71219645-b2d6d680-227a-11ea-8ec2-b5702518276a.png) ![serv9](https://user-images.githubusercontent.com/47538587/71219646-b2d6d680-227a-11ea-862c-d2434418b23e.png)
cds-snc/notification-api
466468693
Title: As CDS/TBS/GoC, Whom we can provide this service to? Question: username_0: **What?** - Whom can we legally provide this service to? - What law, act, statute, policy, agreement, or other is preventing us from providing this to all levels of government in Canada? - Are we allowed to provide it to Federal? CrownCorp? Provincial? Territorial? Regional? Municipal? Academic? Schools? First Nations? Social Services? Food Banks? Non-profits? - Is there a special process we have to go through? MOUs? - What are the consequences of violating this restriction if any? - Who is responsible for enforcing this restriction? - If the email service is offered for free does that change anything? - What if money doesn't change hands? - What is stopping us from sending invoices for incurred costs after the fact and accepting credit card payments? - What are the consequences of 'accidentally' allowing the service to be used by other levels of government than federal? **Why?** - Out of the 1,000 Services using GOV.UK Notify https://www.gov.uk/performance/govuk-notify/government-services Over 50% are local groups, if we can't target those groups, we are limiting our use cases and that will impact how we build the software, who we test with, and what features we add/remove. - If allowing other levels of government to use it is complicated but not outright illegal then we need to start that process early or make a partner aware of it should it be handed off. Answers: username_1: I think an alternative strategy is to make this generic enough so each of the other entities can easily stand up their own service, example: customize name and timezones username_0: Yeah! That is a good idea. The thought had occurred to me, that is Plan C of the decision tree though. Plan A is we run it, starting our Government as a Service Platform Plan B is we give it over/sell to another group that has the ability to provide the service. Plan D is make it a nice demo to show off and then ditch it. Depends on the complexity of the findings in this ticket and how meetings with that other group go. username_0: So we will be targeting federal government primarily first as per Ross instruction. Keeping it available for customization is a bonus. username_0: Seeking ATO though leadership Status: Issue closed
PyCQA/flake8
849589343
Title: False positive unused import when pytest fixture functions imported [REPLACEMENT ISSUE] Question: username_0: The original issue Id: 520 Title: False positive unused import when pytest fixture functions imported could not be created. This is a dummy issue, replacing the original one. It contains everything but the original issue description. In case the gitlab repository is still existing, visit the following link to show the original issue: TODO Answers: username_0: In GitLab by @johnthagen on Mar 11, 2019, 10:33 One partial workaround is to declare fixtures in `conftest.py` and simply use it without importing as `pytest` makes it available to all test functions. username_0: In GitLab by @username_0 on Mar 11, 2019, 10:34 Flake8 is merely a framework which other linters run under and does not implement any rules itself. I'd suggest either writing a plugin or reporting this to pyflakes / pycodestyle. This is pyflakes btw, fwiw pyflakes is correct here that function is unused. The suggestion from pytest is to define fixtures in `conftest.py` or to use a plugin explicitly. Depending on import side-effects to register fixtures is error prone. Note that the imported reference is not actually used, pytest has black magic which inspects the function signature of your tests and injects calls to the fixture at runtime if the names match. username_0: In GitLab by @username_0 on Mar 11, 2019, 10:34 closed username_0: In GitLab by @username_0 on Mar 11, 2019, 10:41 The [pytest docs](https://docs.pytest.org/en/latest/fixture.html#conftest-py-sharing-fixture-functions) talk a little more about the right way to do this Status: Issue closed
bomi94436/instagram-clonecoding
901347438
Title: Login Page Question: username_0: ## Summary 로그인 페이지 ## Check list - [x] 기본 UI - [x] validation ~~api 요청할 때 password encoding해서 보내기 & Sign up Page~~ <- https로 통신할 때 어느정도 해결됨 **[back] post /login ->** - [x] 로그인 기능 - [x] login **_성공_** -> silent-refresh setTimeout 걸어서 로그인 연장<issue_closed> Status: Issue closed
jhipster/generator-jhipster
1087632349
Title: Not able to generate entities with Jhipster 7.4.1 Question: username_0: ### Not able to generate entities with Jhipster 7.4.1 INFO! Using JHipster version installed globally 7.4.1 node --version v16.13.1 java --version java 11.0.4 2019-07-16 LTS npm --version 8.1.2 ### JDL Am trying ``` application { config { baseName gateway, reactive true, packageName com.sample.gateway, applicationType gateway, authenticationType oauth2, prodDatabaseType postgresql, serviceDiscoveryType eureka, clientThemeVariant black, testFrameworks [cypress], buildTool gradle, clientFramework vue nativeLanguage en, /* messageBroker kafka, */ languages [en, es] } entities * } application { config { baseName hqheadquarters, packageName com.sample.hq, applicationType microservice, authenticationType oauth2, databaseType mongodb devDatabaseType mongodb prodDatabaseType mongodb buildTool gradle, searchEngine elasticsearch, serverPort 8081, enableHibernateCache false /* messageBroker kafka, */ serviceDiscoveryType eureka } entities SuperMarket, DistributionCenters, Suppliers, HeadQ } entity Members { firstName String required, lastName String required, email String required pattern(/^[^@\s]+@[^@\s]+\.[^@\s]+$/) age BigDecimal [Truncated] at /usr/local/lib/node_modules/generator-jhipster/node_modules/run-async/index.js:49:25 at new Promise (<anonymous>) at /usr/local/lib/node_modules/generator-jhipster/node_modules/run-async/index.js:26:19 at runLoop.add.once.once (/usr/local/lib/node_modules/generator-jhipster/node_modules/yeoman-generator/lib/index.js:1025:11) at Immediate.<anonymous> (/usr/local/lib/node_modules/generator-jhipster/node_modules/grouped-queue/lib/subqueue.js:48:34) at processImmediate (node:internal/timers:464:21) INFO! Generator app child process exited with code 1 ERROR! Error executing app --reproducible --no-force --with-entities --no-dry-run --no-whitespace --no-bail --no-install-path --no-skip-regenerate --no-skip-yo-resolve --from-jdl --no-skip-cache --no-skip-install --no-force-install --no-ask-answered --no-defaults --no-skip-git Error: Error executing app --reproducible --no-force --with-entities --no-dry-run --no-whitespace --no-bail --no-install-path --no-skip-regenerate --no-skip-yo-resolve --from-jdl --no-skip-cache --no-skip-install --no-force-install --no-ask-answered --no-defaults --no-skip-git at ChildProcess.<anonymous> (/usr/local/lib/node_modules/generator-jhipster/cli/import-jdl.js:195:16) at ChildProcess.emit (node:events:390:28) at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12) ``` `**INFO! Generator app child process exited with code 0**` Thanks in advance Answers: username_1: Looks duplicate of https://github.com/jhipster/generator-jhipster/issues/17324 Status: Issue closed
shiblon/sshpool
704724787
Title: Allow proxy jumps Question: username_0: Right now we just provide a way to pass dial args. It would be good to allow a chain of dial args, and the connection ID would be made from concatenating these together. To get an ssh.Client from a net.Conn (from Client.Dial), look at the Dial implementation that produces a Client, and just reproduce that. Short version: - Dial -> ssh.Client - Client.Dial -> net.Conn - ssh.NewClientConn -> ssh.Conn and a pair of channels - ssh.NewClient -> ssh.Client from the ssh.Conn and channels So, we can just use the initial client as an intermediary, then tie it to the end-to-end client for lifecycle reasons. Specifying a setup like this is just a matter of passing WithDialArgs more than once, and respecting order. @deardooley FYI Answers: username_0: commit <PASSWORD> addresses this. There is still a question about what to do with cleaning up intermediate ssh connections (since there are goroutines involved, this could be important). username_0: Commit c6767f8 addresses the cleanup issue. username_0: @deardooley when you get a chance to take a look, we can close this out as complete (if it isn't broken, of course) Status: Issue closed
jlippold/tweakCompatible
340893084
Title: `badiOSBad` working on iOS 11.3.1 Question: username_0: ``` { "packageId": "fun.ignition.badiosbad", "action": "working", "userInfo": { "arch32": false, "packageId": "fun.ignition.badiosbad", "deviceId": "iPhone8,1", "url": "http://cydia.saurik.com/package/fun.ignition.badiosbad/", "iOSVersion": "11.3.1", "packageVersionIndexed": true, "packageName": "badiOSBad", "category": "Tweaks", "repository": "Ignition Repository", "name": "badiOSBad", "packageIndexed": true, "packageStatusExplaination": "This package version has been marked as Not working based on feedback from users in the community. The current positive rating is 31% with 6 working reports.", "id": "fun.ignition.badiosbad", "commercial": false, "packageInstalled": true, "tweakCompatVersion": "0.0.7", "shortDescription": "Block iOS System Updates from the core, Castrate installd to allow 7 day certificate signed IPAs to install OTA (only when in jailbroken state), removes the Feedback Assistant App, removes update badge and destroys app revokes!", "latest": "1.2.1-debug", "author": "Ignition", "packageStatus": "Not working" }, "base64": "<KEY>", "chosenStatus": "working", "notes": "" } ```
prebid/Prebid.js
230485671
Title: Targeting filtering API is broken and mismatched Question: username_0: ## Type of issue **Bug** ## Description Sometimes the targeting is filtering on a single ad unit code, sometimes on an array of codes, and the implementation seems to switch between those two expectations in a broken fashion. I tried to fix this myself but I'm not sure if API changes would be required to fix these mismatches. [Here](https://github.com/prebid/Prebid.js/blob/6a8f481de34ae541d6f8e8e70399d7e89b750697/src/prebid.js#L201) `targeting.getAllTargeting` is called with a single adUnit. [Here](https://github.com/prebid/Prebid.js/blob/6a8f481de34ae541d6f8e8e70399d7e89b750697/src/prebid.js#L271) `targeting.getAllTargeting` is called with an array of adUnit codes (according to the documentation). [Here](https://github.com/prebid/Prebid.js/blob/6a8f481de34ae541d6f8e8e70399d7e89b750697/src/targeting.js#L28) `target.getAllTargeting` expects `undefined` or a single adUnit code. So either this code needs to be updated to allow an array, or the documentation needs to be updated to only allow a single adUnit code. [Here](https://github.com/prebid/Prebid.js/blob/6a8f481de34ae541d6f8e8e70399d7e89b750697/src/targeting.js#L32) `getWinningBidTargeting` is passed the new array of adUnitCodes, but `getWinningBidTargeting` [expects no arguments](https://github.com/prebid/Prebid.js/blob/6a8f481de34ae541d6f8e8e70399d7e89b750697/src/targeting.js#L104) (it's possible `getWinningBidTargeting` could be updated to pass through the adUnitCodes it is given to `targeting.getWinningBids` call, but `targeting.getWinningBids` expects a single adUnit for filtering, not the array it would be given) [Here](https://github.com/prebid/Prebid.js/blob/6a8f481de34ae541d6f8e8e70399d7e89b750697/src/targeting.js#L12) `targeting.resetPresetTargeting` is operating on either `pbjs._adUnitCodes` or the remapped result of `targeting.getAllTargeting` (which I think is erroneously placed in an array) which are fundamentally different structures (an array of adUnit code strings vs an array of targeting objects [I think]). ## Solution It seems to me in order to solve this, we need to refactor all the targeting code around either expecting an array of adUnitCodes or a single adUnitCode and then update the documentation accordingly? I'm not quite sure which to favor, probably the array of adUnitCodes? (which would require the larger refactor) Also, a lot of this code is very confusing to read as well; such as using `.map` or `.find` to loop through data structures and returning nothing or throwing away the results while mutating, which makes it really hard to follow what kind of data structures we're actually working with in the end. We might benefit from rewriting this code in a clearer fashion. ## Other information #1158 brought the issue to light (failed some of our internal testing) and I think doubled down on some of the bugs that I think might have already existed. I have suggested internally that Rubicon not update to 0.24 because I think this pull-request specifically broke some of our implementations. Answers: username_1: FWIW - we found this while testing 0.24. The case we caught it with was around refreshes -- when there's a refresh, the adid from the first auction is reported instead of the new auction. That old adid has timed out by then, so a blank is served instead. From Rich's findings above, sounds like there may be other ways for this issue to surface. Status: Issue closed
ncedu-tlt/2018-ux-party-sound
412123337
Title: Компонент Playlist Element Question: username_0: <img width="227" alt="screen shot 2019-02-20 at 12 30 23 am" src="https://user-images.githubusercontent.com/15367096/53045363-dbe5d980-34a6-11e9-9b72-e5dfd45ee337.png"> Пропсы: 1. playlist-id - id плейлиста. Мандаторный параметр 2. playlist-name - Название плейлиста. Мандаторный параметр 3. genres - Массив с жанрами. Если не отправить или отправить пустой массив, то ничего не отображать 4. color - цвет значка. Если не задан использовать дефолтный (розовый). Цвет передавать в виде HEX - #13FA4C Эмитерры: 1. onPlaylistClick - вызывать при нажатии на кнопку проигрывания и передавать текущий id плейлиста. Пример реализации - http://next.plnkr.co/edit/wkUe043iikQHKjo7 Компонент оформи в виде однофайлового компонента Vue. Как это сделано в этой песочнице https://codesandbox.io/s/o29j95wx9 с компонентом TodoListItem. Доп. инфа по однофайликам https://ru.vuejs.org/v2/guide/single-file-components.html Стили используй scoped https://vuejs.org/v2/guide/comparison.html#Component-Scoped-CSS<issue_closed> Status: Issue closed
bisq-network/support
800551764
Title: Fee reimbursement for trade w6BnGI Question: username_0: ![Screen Shot w6BnGI 2021-02-02 at 19 44 15](https://user-images.githubusercontent.com/78498508/106786070-6dc45e00-664e-11eb-9c70-fcf88e60a075.png) Maker: <KEY> Taker: N/A Deposit: N/A Bisq version: 1.5.1 Other notes: "Protocol did not complete in 60 sec" , the trade failed and is left in state INIT I am asking for an reimbursement of the locked Maker fee Answers: username_1: taker fee was not created and reimbursement is not justified. if a user has still locked funds shown in the UI but no failed trade in the pending trades view, a closed or failed trade causes the problem. to solve that easisest is to delete the ClosedTrades and FailedTrades files in the db folder. the user has to shut down bisq first, do a backup and then delete those 2 files. after that the locked funds should be 0 if not other open trades Status: Issue closed
jprichardson/node-fs-extra
304876873
Title: copySync doesn't overwrite files Question: username_0: <!-- Please fill out the following information if it applies to your issue: --> - **Operating System: OSX 10.12.4** - **Node.js version: node 6.0** - **`fs-extra` version: 4.0.2** I can't seem to use `copySync` to overwrite existing symlink files. The docs say `overwrite` defaults to `true`, but when I attempt to overwrite an existing file, I keep getting an `Error: EEXIST: file already exists, symlink new file --> existing file`. I've copy my code below. ``` var filterFunc = function(src, dest) { if (src.indexOf('mason.ini') > -1) { return false; } else if (fs.lstatSync(src).isFile()) { fs.symlinkSync(src, dest); return false; } else { return true; } }; function buildLinkPaths(libraries, symlinkPath) { var paths = []; libraries.forEach(function(l) { paths.push([l.dst, symlinkPath]); }); return paths; } function symLink(paths, callback) { try { paths.forEach(function(p) { if (fs.lstatSync(p[0]).isDirectory()){ fse.copySync(p[0], p[1], {overwrite:true, filter: filterFunc }); log.info('Symlinked: ', p[0], 'to ', p[1]); } }); return callback(null, true); } catch (e) { return callback(e); } } ``` Answers: username_0: Oops, this had to do with `fs.symlinkSync`, not this library. 🙈 Status: Issue closed
elixir-lang/elixir
189965256
Title: GenServer terminating with "no process" very difficult to debug Question: username_0: ### Environment ``` $ elixir -v Erlang/OTP 19 [erts-8.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace] Elixir 1.3.4 ``` Operating system: MacOS 10.11.6 ### Current behavior The following message occurs occasionally in a certain unit test: ``` 23:29:48.175 [error] GenServer #PID<0.718.0> terminating ** (stop) no process ``` There is not enough context information here to determine what code was running at the time and how I might address this issue. I suspect that there's a race condition in my code in handling the shut down of a process group (maybe the processes aren't shutting down in a good sequence?), but after that, I'm totally guessing. ### Expected behavior The message above would be accompanied by a stack trace or other context that helps me determine what code was running at the time of the fault. This seems like a significant usability issue in the language. Answers: username_1: We have plans to overhaul GenServer errors and exits for Elixir v1.5. We will make those plans publicly available soon. However, for now, there is not much we can do as those reports are coming directly from Erlang. @username_2 do you have any suggestion on how to get more information in this case? username_2: Can turn on Logger level :debug for more information in that log message. I think we show more of that information on master when above debug. I would guess it's due to {:stop, :noproc, state}, perhaps stopping with monitor :DOWN reason. It could also be trapping exits and getting :noproc exit signal from parent. Neither have a stacktrace. Don't think crash report will help here. Status: Issue closed username_1: Ok, closing this as Ecto master will now show more information. username_3: Did you mean "Elixir master"? username_1: Yes sorry.
mistic100/jQuery-QueryBuilder
420004617
Title: Event to get rule value changed Question: username_0: I'm looking for an event that fires only when the user "sets" a value in the filter. If I use the "rulesChanged" event, the event fires many times (when add filter, when to change operator and etc). If I use the "afterUpdateRuleValue" event, the event will be triggered when the user selects a filter and when setting a value for that filter. Then the event is fired twice. What I need? When the user sets a value for a filter or removes a filter, I will go to db and run the query and reload the information. If I use these two events, I will go to db unnecessarily Answers: username_1: Why don't you test in your `afterUpdateRuleValue` handler that there actually is a value for that rule ? Status: Issue closed
vimeo/psalm
424597409
Title: Unable to suppress MethodSignatureMismatch Question: username_0: See https://psalm.dev/r/def9f6ff15 Answers: username_1: I wonder why PHP ignores the trait signature altogether: https://3v4l.org/lFEgv username_2: Maybe it was just an omission? I'm uncomfortable with allowing `MethodSignatureMismatch` to be suppressed locally, but I'll could create a `TraitMethodSignatureMismatch` issue that could (for this unique it-works-in-php-but-it-shouldn't situation) username_1: Note that when a trait declaring an abstract method is used in an abstract class, descendants of that class are forced to follow the signature (unlike concrete classes using the same trait): https://3v4l.org/PDFm7 username_0: i think we should not think of traits as real types, they are copy-pasted into a real type. As such IMHO the user is responsible for a valid type system in this case. Status: Issue closed
pmclanahan/django-celery-email
201058793
Title: Getting "Received and deleted unknown message. Wrong destination?!?" errors from the task Question: username_0: I want to use this for Django's automated email error reporting. They are tested to work synchronously though I'd like them to be sent via a celery task to avoid blocking the response while the email is sent. I've setup my environment with django-celery-email (using latest celery 4.x), changed the EMAIL_BACKEND, added a Queue called "email", etc. I run celery as I normally do: `celery worker -A projectname`, and I can see the new queue there. However, everytime an email is meant to send, celery spits out this error: ``` [2017-01-16 15:50:24,066: WARNING/MainProcess] Received and deleted unknown message. Wrong destination?!? The full contents of the message body was: body: [[[{u'body': u'"POST /api/1/contacts/ HTTP/1.1" 500 27\n\nReport\n"POST /api/1/contacts/ HTTP/1.1" 500 27\n\nDjango Version: 1.10.4\nPython Executable: /home/username_0/dev/crmpro/env/bin/python\nPython Version: 2.7.12\nPython Path: [\'/home/username_0/dev/crmpro/crmpro/crmpro\', \'/home/username_0/dev/crmpro/env/lib/python2.7\', \'/home/username_0/dev/crmpro/env/lib/python2.7/plat-x86_64-linux-gnu\', \'/home/username_0/dev/crmpro/env/lib/python2.7/lib-tk\', \'/home/username_0/dev/crmpro/env/lib/python2.7/lib-old\', \'/home/username_0/dev/crmpro/env/lib/python2.7/lib-dynload\', \'/usr/lib/python2.7\', \'/usr/lib/python2.7/plat-x86_64-linux-gnu\', \'/usr/lib/python2.7/lib-tk\', \'/home/username_0/dev/crmpro/env/local/lib/python2.7/site-packages\', \'/home/username_0/dev/crmpro/env/lib/python2.7/site-packages\', \'/home/username_0/dev/crmpro/crmpro/crmpro\']\nServer time: Mon, 16 Jan 2017 15:50:24 +0000\nInstalled Applications:\n[\'django.contrib.admin\',\n \'django.contrib.auth\',\n \'django.contrib.contenttypes\',\n \'django.contrib.sessions\',\n... (16292b) {content_type:'application/json' content_encoding:'utf-8' delivery_info:{'consumer_tag': 'None4', 'redelivered': False, 'routing_key': 'default', 'delivery_tag': 12L, 'exchange': ''} headers={'\xe5\xca.\xdb\x00\x00\x00\x00\x00': None, 'P&5\x07\x00': None, 'T\nKB\x00\x00\x00': 'c37cb5d4-22d6-4752-a44b-b8066a732aa1', 'N\xfd\x17=\x00\x00': 'gen32174@fiber', '\xcfb\xddR': 'py', '9*\xa8': None, '\xb7/b\x84\x00\x00\x00': 0, '\xe0\x0b\xfa\x89\x00\x00\x00': None, '\xdfR\xc4x\x00\x00\x00\x00\x00': [None, None], 'T3\x1d ': 'djcelery_email_send_multiple', '\xae\xbf': 'c37cb5d4-22d6-4752-a44b-b8066a732aa1', '\x11s\x1f\xd8\x00\x00\x00\x00': '([{\'body\': \'"POST /api/1/contacts/ HTTP/1.1" 500 27\n\nReport\n"POST /api/1/contacts/ HTTP/1.1" 500 27\n\nDjango Version: 1.10.4\nPython Executable: /home/username_0/dev/crmpro/env/bin/python\nPython Version: 2.7.12\nPython Path: [\'/home/username_0/dev/crmpro/crmpro/crmpro\', \'/home/username_0/dev/crmpro/env/lib/python2.7\', \'/home/username_0/dev/crmpro/env/lib/python2.7/plat-x86_64-linux-gnu\', \'/home/username_0/dev/crmpro/env/lib/python2.7/lib-tk\', \'/home/username_0/dev/crmpro/env/lib/python2.7/lib-old\', \'/home/username_0/dev/crmpro/env/lib/python2.7/lib-dynload\', \'/usr/lib/python2.7\', \'/usr/lib/python2.7/plat-x86_64-linux-gnu\', \'/usr/lib/python2.7/lib-tk\', \'/home/username_0/dev/crmpro/env/local/lib/python2.7/site-packages\', \'/home/username_0/dev/crmpro/env/lib/python2.7/site-packages\', \'/home/username_0/dev/crmpro/crmpro/crmpro\']\nServer time: Mon, 16 Jan 2017 15:50:24 +0000\nInstalled Applications:\n[\'django.contrib.admin\',\n \'django.contrib.auth\',\n \'django.contrib.contenttypes\',\n \'django.contrib.sessions\',\n \'django.contrib.messages\',\n \'django.contrib.staticfiles\',\n...\', ...}])', 'UL\xa1\xfc\x00\x00\x00\x00\x00\x00': '{}'}} ``` Any idea? It looks like the tasks is not receiving a proper "task"? Answers: username_0: This was resolved after uninstalling librabbitmq and changing my broker url to use pyamqp:// Status: Issue closed
gabime/spdlog
1056593109
Title: Basic spd coloring unsupported on different linux terminal emulators Question: username_0: I have come across an issue where the coloring you are supposed to get from **spdlog::stdout_color_mt(...)** doesn't work in the Alacrity terminal emulator. However when i tested it through the default bash shell, the coloring worked just fine. I;m not sure if this is a problem with how Alacrity is set up or not though. Answers: username_0: I did some more digging, and found that **spdlog::details::os::is_color_terminal()** is false in alacrity even though it clearly does support color. username_0: Solved. Turns out that the way the library determines whether a terminal has color support is just a hard coded array of strings. So in **details/os.h** i just added "alacritty" to the list. Not sure if this is the best/correct way, but it is a way. I'll mak this as solved. Status: Issue closed username_0: I have come across an issue where the coloring you are supposed to get from **spdlog::stdout_color_mt(...)** doesn't work in the Alacrity terminal emulator. However when i tested it through the default bash shell, the coloring worked just fine. I;m not sure if this is a problem with how Alacrity is set up or not though. Using the latest released version of spdlog in Alacrity version **alacritty 0.9.0 (fed349aa)** username_0: Note: I must've had an old version. The changes i made are in the new version I cloned. Status: Issue closed username_1: @username_0 which change fixed it? username_0: The first fix was adding "alacritty" to the accepted color terminals (in os.h), but then I switched to an updated version. I went to look at what I changed earlier and the fix was the same.
Tapadoo/Alerter
258267848
Title: Progress bar is not shown Question: username_0: I used: .setDuration(2000) .enableProgress(true) .show() but the bar is not displayed (Android 5.0.0 API 21) Answers: username_1: I've updated this in version 2.0.1. Try changing the colour to something more contrasting. Status: Issue closed username_0: I updated the lib and changed the color but nothing to show the progress bar username_2: I have the same problem the version is 2.0.2 `public static void alerter(Integer title, Activity activity) { Alerter.create(activity) .setTitle(title) .setBackgroundColorRes(R.color.colorPrimary) .setDuration(2000) .enableProgress(true) .setProgressColorRes(R.color.colorGreenDark) .show(); }`
quasarframework/quasar
1128327764
Title: Bug report codepen has bugs Question: username_0: ### What happened? I was going to submit a bug report, but the code pen link has bugs :) See the error in the console in codepen: ![image](https://user-images.githubusercontent.com/900542/153176765-23be9d0e-9dd0-4353-a62e-a4cbeda1bda4.png) ### What did you expect to happen? To submit a different kind of bug report. ### Reproduction URL https://codepen.io/username_2/pen/VgQbdx ### How to reproduce? 1. Go to the codepen link 2. Open the console ### Flavour Quasar CLI (@quasar/cli | @quasar/app) ### Areas Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app) ### Platforms/Browsers _No response_ ### Quasar info output _No response_ ### Relevant log output _No response_ ### Additional context _No response_ Answers: username_1: Your pen is referencing Quasar v1 and Vue v3 (which is now the default Vue version). Quasar v1 is not compatible with Vue 3. username_2: Fixed the jsfiddle and codepen link on the docs Playground page: https://v1.quasar.dev/start/playground Thanks for reporting this. Status: Issue closed
dropwizard/dropwizard
612427902
Title: Unit Of Work Support For JDBI Question: username_0: I've published a package to `Maven Central` that I've developed to add Support for Unit of Work for a Dropwizard App that uses `JDBI` using a `JdbiUnitOfWork` annotation The project lives here: https://github.com/username_0/dropwizard-jdbi-unitofwork ![image](https://user-images.githubusercontent.com/12872673/81047375-e9368a80-8ed7-11ea-9318-9b1d170d10bc.png) I'm interested in contributing upstream. Would like if someone can review the source code. It is being actively used in production actively for the last quarter. ![image](https://user-images.githubusercontent.com/12872673/81047254-aaa0d000-8ed7-11ea-9c5c-fd7a6721e787.png) Answers: username_1: @username_0 Thanks for opening this issue and for your write-up! Sorry it took a bit longer to respond. I see that your project is aimed ad jDBI 2.x (via dropwizard-jdbi) and not Jdbi 3 (via dropwizard-jdbi3). Since we split out the jDBI 2.x support in Dropwizard 2.0.0, it would make sense to create a pull request against https://github.com/dropwizard/dropwizard-jdbi/. What do you think? username_0: I agree. I'll raise it over there. Thank you.
morepath/morepath
35593043
Title: predicates in link generation Question: username_0: Sometimes you want to be able to generate *multiple* kinds of links to the same object. Normally this is identified by the view name predicate. In some cases it isn't. Consider links that can go to either "most recent version" or "specific version" of some document: ``` /my_document /my_document@1 /my_document@latest ``` It's important to note here that the version number is included in the document identifier, and is not its own path segment. In that case it may be useful to indicate what kind of link you want by giving another predicate during link generation, such as: ``` request.link(my_document, version='latest') ``` On the other hand, we may end up with a lot of complication where we had little if we simply used path segments to indicate versions, like ```documents/1``` and ``documents/latest``. But how is the latter link generated in that case? What object would you need to use in order to link to ``latest``?<issue_closed> Status: Issue closed
angular/angular
199191074
Title: Resolve not called for child routes in angular 2 Question: username_0: <!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING --> **I'm submitting a ...** (check one with "x") ``` [X ] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ``` **Current behavior** <!-- Describe how the bug manifests. --> i have a route like : http://localhost:4200/customers/50/invoices customers - is a lazy loaded module 50 - is the :id parameter invoices is the :module parameter i have resolvers for the 50, and invoices routes. if i use imperative navigation, to change to : http://localhost:4200/customers/60/invoices only the resolver for the :id route is being called. the child resolver for :module is not called. **Expected behavior** <!-- Describe what the behavior would be without the bug. --> when a route is changed, we might consider to run the resolvers of it's child routes, similar to Guards (??) **Minimal reproduction of the problem with instructions** here is the route definition for the customers lazy loaded module: const routes: Routes = [ { path: '', component: CustomersComponent, children: [ { path: '', component: CustomersListComponent }, { path: ':id', component: CustomersDetailsComponent, resolve: { xxx1: CustomerResolve1 } ,children: [ { path: ':module', component: CustomersModuleDetailsComponent, resolve: { xxx2: CustomerResolve2 } } ] } ] } ]; the resolvers just output to the console. if i enter the following url in the browser: http://localhost:4200/customers/45/invoices the 2 resolvers are executed. if i press a button on the page that executes the following in my ts: this.router.navigate(['customers','100','invoices']); only the first resolver is executed ! **What is the motivation / use case for changing the behavior?** <!-- Describe the motivation or the concrete use case --> **Please tell us about your environment:** <!-- Operating system, IDE, package manager, HTTP server, ... --> win10, vscode, angular-cli * **Angular version:** 2.0.X <!-- Check whether this is still an issue in the most recent Angular version --> 2.3.1 * **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] <!-- All browsers where this could be reproduced --> Chrome Answers: username_1: duplicate of https://github.com/angular/angular/issues/12942? username_0: seems like it .... didnt find it during me searches. you can close this. thanks ! Status: Issue closed
GuiminChu/flutter_qiniu
487755347
Title: 七牛官方框架问题提示(Android) Question: username_0: 七牛从7.3.13起移除了 happy-dns,而本插件使用的依赖方式为:implementation 'com.qiniu:qiniu-android-sdk:7.3.+' , 这个 "+" 会让所依赖的框架升级到最新。android8 会闪退。 我目前通过将框架版本写死,来解决这个问题:implementation 'com.qiniu:qiniu-android-sdk:7.3.12' 出现这个问题,不是本框架的失误,而是七牛开发者不够严谨,当版本不兼容时,应该改变大版本号或中版本号的,但是七牛开发者没改。 参考:https://developer.qiniu.com/kodo/sdk/1236/android 推荐使用最新版,7.3.13 及以上版本。 从 7.3.13 开始,不在强制依赖 happy-dns-android,默认不再提供 httpDns,可以调用 Configuration.Builder#dns(com.qiniu.android.http.Dns)方法设置外部 Dns,自定义 Dns 要求实现 com.qiniu.android.http.Dns 接口。 如果可以明确 区域 的话,最好指定固定区域,这样可以少一步网络请求,少一步出错的可能。 Answers: username_0: 修正:闪退的是 android9 。 username_1: 感谢。0.1.2 暂时修改了七牛框架的版本号 com.qiniu:qiniu-android-sdk:7.3.12。 Status: Issue closed
jlu-ilr-hydro/odmf
620870358
Title: Changing Valuetype during calibration Question: username_0: Would be a helpful feature, as valuetype usually change during calibration of a dataset, e.g. water depth to stream depth Answers: username_1: ### How about this: After clicking on "calibrate", the valuetype of the target becomes the valuetype of the source and the "edit" tab of the dataset opens. So if you calibrate a "water depth" with a "stream depth" the new value type becomes "stream depth". This can be changed in the "edit" tab, of course. username_0: Thx, sounds very good! username_1: Fixed in Chimaera: 37a45edb372fef37976acdd07df3d667883ada48 Status: Issue closed
MOPCON/MOPCON
421998602
Title: 移除不必要的檔案 Question: username_0: 先整理一些應該不會使用到的東西,或是有用到就之後再重弄就好 - [ ] .tmp/vendor - [ ] 2014_test - [ ] 2015_preview_1 - [ ] db 相關 Answers: username_0: 前端給 @username_1 後端給 @username_2 試試看 username_1: @username_0 有兩個問題想請問~ 1. google8bcd5019745af818.html 這一個檔案似乎是和 Google 驗證有相關的 但內容不太確定與了解是什麼,所以想請問這個檔案是直接刪除就好了嗎? 2. 移除 bower.json 的部分,是連帶 gulpfile.js 中使用到 bower dependencies 的都要移除掉嗎? 想確定一下~~ username_0: 如果確定 bower 沒有需要使用到那 gulpfile 中的相關程式也都可以一併移除,但需要先確定 bower 中 require 的幾個套件是否真的都可以被移除,或是可以採用別的方式 require username_2: @username_0 請問2017年的檔案還會再重新編譯(更新)嗎? 如果不會 就可以將跟 gulp 有關的檔案刪掉 (./tmp/vendor , gulpfile.js ) username_0: @username_2 不會唷 Status: Issue closed
dmauser/opnazure
627819277
Title: Problem with NIC Creation during Deployment (1NIC/2NIC Deployment) Question: username_0: "id": "/subscriptions/329f81cd-54c3-4c0e-b68d-96922a9e1d14/resourceGroups/RG-EUW-Network/providers/Microsoft.Resources/deployments/Microsoft.Template/operations/DF39AFD0EDF31CE4", "operationId": "DF39AFD0EDF31CE4", "properties": { "provisioningOperation": "Create", "provisioningState": "Failed", "timestamp": "2020-05-30T20:44:12.0856798Z", "duration": "PT4.7391662S", "trackingId": "d5f8b0be-7a79-440c-83f8-bc0d92be2248", "statusCode": "BadRequest", "statusMessage": { "error": { "code": "InvalidResourceReference", "message": "Resource /subscriptions/329f81cd-54c3-4c0e-b68d-96922a9e1d14/resourceGroups/RG-EUW-Network/providers/Microsoft.Network/virtualNetworks/VNET-EUW/subnets/INT referenced by resource /subscriptions/329f81cd-54c3-4c0e-b68d-96922a9e1d14/resourceGroups/RG-EUW-Network/providers/Microsoft.Network/networkInterfaces/FW-NIC1-INT was not found. Please make sure that the referenced resource exists, and that both resources are in the same region.", "details": [] } }, Answers: username_0: Tried again today and it was suddenly working. Azure Bug... Status: Issue closed
dydrich/e-school
197571384
Title: scheda riassuntiva voti commissione Question: username_0: schermata di riepilogo, con un alunno per riga, contenente tutti i voti e la media attuale. La scheda deve inoltre permettere di indicare per ogni alunno la media mancante per ottenere un voto dato (ad es. la media necessaria per ottenere un 9) Status: Issue closed Answers: username_0: This issue was moved to username_0/exams#5
Adalab/project-promo-m-module-2-team-5
904983748
Title: Jero: Question: username_0: A mejorar: La comunicación y con ello la escucha. Podríamos haber sacado más partido de mis conocimientos. Compañeras: dices las cosas con mucha seguridad, esto hace que se compre tu opinión con mucha facilidad y se quedan otras opiniones por detrás. A veces te cuesta un poco más, valorar/escuchar las opiniones del resto, aun no siendo acertadas. Para que la gente que tiene un nivel más bajo se sienta parte del grupo, respetando su ritmo de aprendizaje. Puede generarse la sensación de ir por detrás en alguna de las compañeras. Autoexigencia. A destacar: Disponibilidad. Compañeras: paciencia y generosidad a la hora de compartir conocimiento. Muy involucrada y responsable con el grupo. Tranquila y segura a la hora de analizar los problemas. Conocimientos. generas seguridad. Fortaleza.
dask/dask
254263266
Title: Can't pickle an object created in a worker process Question: username_0: I am trying to pickle objects created by dask workers. I am using [dill](https://github.com/uqfoundation/dill) for pickling, as it does the trick in simple cases, but now I've encountered a case where it fails too. This happens with `dask.distributed` and `dask.multiprocessing` alike. Here is the code, with some comments below. ```python import dask import dask.multiprocessing import dill class A(object): def foo(self): print('A.foo') class B(A): def foo(self): super().foo() def makeB(): return B() b = dask.delayed(makeB)().compute(get=dask.multiprocessing.get) dill.dumps(b) b.foo() ``` This produces an error: `_pickle.PicklingError: Can't pickle <class '__main__.B'>: it's not the same object as __main__.B` Full stack trace: [gist](https://gist.github.com/username_0/f962da57b771f18d25eded9d30588764). The error does not happen in either of the following cases: - the classes are imported from a module; - class `B` doesn't use `super()`, i.e. if `B.foo` is defined like this: ```python def foo(self): A.foo(self) ``` That is, it happens with classes defined in `__main__`, if they reference their base class with `super()`. I'm not really sure whether this is a dask or dill issue, but I couldn't reproduce it with the standard `multiprocessing` module, so I'm starting here. Versions: python - 3.5.2 dask - 0.15.2 dill - 0.2.7.1 Answers: username_1: What happens if you don't `import dill`. Is cloudpickle unable to serialize these objects? Status: Issue closed username_0: I tried `cloudpickle`, and it works. Thank you for the suggestion. Could you suggest how this case can be described in more abstract terms? Anyway, this does not seem to be a dask issue, so I will close it. username_1: When you import dill it modifies the pickle library. If you don't also import dill on the receiving side then the pickle library won't know what to do. Generally Dask uses cloudpickle and we've found it to be a sufficient solution in almost all cases. username_0: As far as I understand, the modification of `pickle` could be a problem in the dask intercommunications, but that's not the case. The problem still arises if I move the import like this, which shouldn't interfere with the creation of the object: ```python b = dask.delayed(makeB)().compute(get=dask.multiprocessing.get) import dill dill.dumps(b) ``` So I think it's the way dask modifies the class that's not supported by dill. username_1: Dask doesn't modify the class. It serializes the class with cloudpickle. We don't do any modification or think about serialization at all except to use cloudpickle. username_0: I see, this helps reduce the example: ```python import cloudpickle class A(object): def foo(self): print('A.foo') class B(A): def foo(self): super().foo() NewB = cloudpickle.loads(cloudpickle.dumps(B)) b = NewB() import dill dill.dumps(b) b.foo() ``` Thank you again.
kmcarol26/HCI-Project
379361854
Title: Change ‘Member count’ label Question: username_0: The label is confusing and should be changed. Answers: username_0: Need suggestions @keerthi-pendyala username_1: Should we let users add additional members? @username_0 Maybe remove that flexibility altogether if it is causing confusion? username_0: I think we should remove it Status: Issue closed
ytakzk/Fusuma
174096722
Title: Camera first tab Question: username_0: as enabled by default camera tab to display first? Answers: username_1: i don't think so , but I successfully change the first mode to camera by adding this line in FusumaViewController at the end off viewDidLoad changeMode(Mode.Camera) Status: Issue closed username_2: @username_0 Yes, as @username_1 said, you can change the first tab to display by changeMode(Mode.Camera). However, you cannot change the order yet.
saltstack/salt-winrepo-ng
116817430
Title: Python 2.7 install fails with following error: retcode: 3010 Question: username_0: Not sure if this is an issue with the package definition, or my target minion. ``` 2015-11-13 17:44:24,159 [salt.loaded.int.module.cmdmod][ERROR ][1836] Command ['msiexec', '/i', 'c:\\salt\\var\\cache \\salt\\minion\\extrn_files\\base\\www.python.org\\ftp\\python\\2.7.10\\python-2.7.10.amd64.msi', '/qn', 'ALLUSERS=1','/norestart', 'ALLUSERS="1"'] failed with return code: 3010 2015-11-13 17:44:24,160 [salt.loaded.int.module.cmdmod][ERROR ][1836] retcode: 3010 2015-11-13 17:45:44,240 [salt.state ][ERROR ][1836] {'_comment': 'Registry not updated.', 'python2_x64': {'new': '2.7.10150', 'old': ''}} ``` Answers: username_1: @username_0 not sure. MS say that error 3010 is: ``` ERROR_SUCCESS_REBOOT_REQUIRED 3010 A restart is required to complete the install. This message is indicative of a success. This does not include installs where the ForceReboot action is run. ``` Do you know if the box is OK and had the software installed on it, but just needs a reboot now? What message do you get if you try installing it again using salt after a reboot of the machine in question? username_0: The issue is that with failhard: true, this stops the provisioning process for what I would not expect to be considered an ERROR. Warning, yes, but not an error. Again, not sure whose camp this falls in, but raising it here first. Trying to reboot this one time after packages are installed that require a reboot.
multiformats/multihash
558741278
Title: Inconsistent hash code bytes Question: username_0: Not sure where I should open this issue, but on https://multiformats.io/multihash/ it shows the prefix bytes for blake2 as encoded as bytes (for example blake2b-256 code in hex is b220) where in this repo it shows as being encoded as a uvarint (again blake2b-256 in hex as a0e402). It seems clear now that it should be encoded as uvarint so just opening issue to update on the multihash website and possibly update test vectors to include blake2 here? The inconsistency is only for blake2 codes right now since it is above the threshold of uvarint being encoded as 3 bytes. Also, I could not find any test cases for blake2 (why were those never updated when blake2 support was added?) or am I missing something or is there a more updated location for this? Answers: username_1: Thanks a lot @username_0 for reporting, this is the right place. There is even already a bug report for almost 3 years open for the website: https://github.com/multiformats/website/issues/23 I'll make sure it gets updated soon. I've opened https://github.com/multiformats/multihash/issues/127 for tracking the problem of missing text vectors. username_1: I'm closing this issue as we now have a tracking issue for additional test cases (#127) and a PR on the website to fix the Blake2 examples (https://github.com/multiformats/website/pull/61). Please follow those in case you are interested. Status: Issue closed
wojtekmaj/react-date-picker
560573963
Title: Prevent calendar auto-close on date select Question: username_0: Hi! this may not be a bug but more of a question. I'm using the component for a specified design which requires to have an `Accept` button at the bottom so that once you pick the date, you can manually give the OK and set the date. Currently it auto-closes once you pick a date. Is this somewhat possible to achieve by passing a custom prop I may have missed to the component? Something like `autoClose={false}` . Am I missing something that could allow me to do this? ##### By the way, thank you for adding the non-stylized version import, absolute life saver! Thanks! Answers: username_1: Should be relatively easy to implement, I'll keep it on my list! Thanks for the kind words too :) Status: Issue closed
hypertidy/ncmeta
372438585
Title: order of vars as seen via grid is wrong Question: username_0: Should be sst, ice, err, anom as per meta$variable ```R meta$grid # A tibble: 8 x 2 variable grid <chr> <chr> 1 anom D3,D2,D1,D0 2 err D3,D2,D1,D0 3 ice D3,D2,D1,D0 4 sst D3,D2,D1,D0 5 time D0 6 zlev D1 7 lat D2 8 lon D3 ``` time, zlev, lat, lon is correct Strictly, it should be using variable rather than grid to get this native order, but might as well fix it
jordansissel/fpm
1061126
Title: Build solaris packages without requiring pkgmk+pkgtrans Question: username_0: It'd be nice to build solaris packages outside of solaris just like fpm can do with deb packages. This requires understanding the 'package stream file format' From a cursory glance, these files appear pretty timple with a header, a cpio for metadata, and then another cpio for the data. # PaCkAgE DaTaStReAm packagenamegoeshere 1 40 # end of header lots-of-null-bytes Then just the cpio. It appears 'pkgtrans' just takes a directory built with pkgmk (easy to fake) and builds the cpio+header bits. Directory layout is the same in the first cpio: * packagename/pkginfo - the pkginfo file * packagename/pkgmap - a more detailed version of the Prototype file The last "file" in the first cpio appears to be a file named 'TRAILER!!!< and some null bytes >" ; then follows is another cpio (yo dawg, I heard you like cpio, so I put cpio in your cpio?) * pkginfo * pkgmap * root * root/<any files to install> * pkginfo - same as the above pkginfo file; perhaps for Answers: username_0: #489 has some great details about this. Status: Issue closed
sql-machine-learning/sqlflow
539990577
Title: parseSQLFlowStmt must clear out global variable before parsing Question: username_0: Right here, https://github.com/sql-machine-learning/sqlflow/blob/36066f128f99acc23e47f6fb93e9d5a6081fad5e/pkg/parser/extended_syntax_parser.y#L452-L454 we must clear the global variable `parseResult`. Otherwise, `parseSQLFlowStmt` might return the result from the previous call.<issue_closed> Status: Issue closed
jmlane/HeartsAndMinds
534495690
Title: Update information gathering text Question: username_0: The majority of the text is in stringtable.xml. Update: - [ ] Entries for hints. - [ ] Entries for subtitles related to both information on enemies and on reputation. - [ ] Entries for diary records that distinguish sources of information.
daviseford/aos-reminders
577489688
Title: Pink Horrors of Tzeentch not recognised as Horrors of Tzeentch Question: username_0: [1250Tzeentch.pdf](https://github.com/username_2/aos-reminders/files/4303148/1250Tzeentch.pdf) While the warscroll is called "Horrors of Tzeentch", the choice in warscroll builder is "Pink Horrors of Tzeentch". Is it possible to convert Pink Horrors of Tzeentch into Horrors of Tzeentch? Answers: username_1: Absolutely! There's a function specifically for name mappings like this. Thanks for reporting it, and with the pdf attached it'll make it really easy for us to know when we've fixed it! 👍 Status: Issue closed
GeyserMC/Geyser
974376065
Title: Compass with NBT cannot be translated and is not visible. Question: username_0: ### Describe the bug Compass with NBT cannot be translated and is not visible. NBT: give Player minecraft:compass{LodestoneDimension:"minecraft:overworld" ,LodestoneTracked: 0b, LodestonePos:{X:1, Y:1, Z:1 }, display:{Name:"\"Point1\"",Lore:["\"Point1\"","\"Overworld\"","\"x:1y:1z:1\""]} } ### To Reproduce give Player minecraft:compass{LodestoneDimension:"minecraft:overworld" ,LodestoneTracked: 0b, LodestonePos:{X:1, Y:1, Z:1 }, display:{Name:"\"Point1\"",Lore:["\"Point1\"","\"Overworld\"","\"x:1y:1z:1\""]} } ### Expected behaviour ![QQ截图20210819154647](https://user-images.githubusercontent.com/87895370/130029352-441cd3e1-2ead-4c13-b983-d694e6a38c4f.png) ### Screenshots / Videos _No response_ ### Server Version and Plugins Fabric 1.16.5 Bungeecord plugin:Viaversion ### Geyser Dump _No response_ ### Geyser Version #817 ### Minecraft: Bedrock Edition Version 1.17.10 ### Additional Context _No response_ Answers: username_0: https://pastebin.ubuntu.com/p/SNqs245MNx/ [Server] [16:48:37] [Server thread/INFO]: hail122 has the following entity data: [{Slot: 0b, id: "minecraft:rotten_flesh", Count: 3b}, {Slot: 1b, id: "minecraft:white_wool", Count: 1b}, {Slot: 2b, id: "minecraft:iron_nugget", Count: 58b}, {Slot: 3b, id: "minecraft:obsidian", Count: 2b}, {Slot: 4b, id: "minecraft:gold_nugget", Count: 13b}, {Slot: 5b, id: "minecraft:azure_bluet", Count: 1b}, {Slot: 6b, id: "minecraft:compass", Count: 64b}, {Slot: 9b, id: "minecraft:rabbit_hide", Count: 1b}, {Slot: 10b, id: "minecraft:arrow", Count: 1b}, {Slot: 11b, id: "minecraft:egg", Count: 1b}] [Server] [16:48:37] [Server thread/INFO]: Removed 1 items from player hail122 [Server] [16:48:37] [Server thread/INFO]: Gave 1 [Lodestone Compass] to hail122 [Server] [16:48:37] [Thread-94/WARN]: 翻译元数据错误: 实体 ITEM 得到了 EntityMetadata(id=7, type=ITEM, value=ItemStack(id=683, amount=1, nbt=CompoundTag { {LodestoneDimension=StringTag(LodestoneDimension) { minecraft:overworld }, LodestoneTracked=ByteTag(LodestoneTracked) { 0 }, LodestonePos=CompoundTag(LodestonePos) { {X=DoubleTag(X) { -1169.5687960881871 }, Y=DoubleTag(Y) { 64.0 }, Z=DoubleTag(Z) { -1667.4349760406667 }} }} })) [Server] [16:48:37] [Thread-94/ERROR]: Error processing inventory task [Server] java.lang.ClassCastException: com.github.steveice10.opennbt.tag.builtin.DoubleTag incompatible with com.github.steveice10.opennbt.tag.builtin.IntTag [Server] at org.geysermc.connector.network.translators.item.translators.CompassTranslator.translateToBedrock(CompassTranslator.java:62) ~[Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at org.geysermc.connector.network.translators.item.ItemTranslator.translateToBedrock(ItemTranslator.java:156) ~[Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at org.geysermc.connector.inventory.GeyserItemStack.getItemData(GeyserItemStack.java:102) ~[Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at org.geysermc.connector.inventory.Inventory.updateItemNetId(Inventory.java:109) ~[Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at org.geysermc.connector.inventory.Inventory.setItem(Inventory.java:103) ~[Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at org.geysermc.connector.network.translators.java.window.JavaSetSlotTranslator.lambda$translate$2(JavaSetSlotTranslator.java:88) ~[Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at org.geysermc.connector.network.translators.java.window.JavaSetSlotTranslator$$Lambda$5220/0x0000000000000000.run(Unknown Source) ~[?:?] [Server] at java.util.concurrent.CompletableFuture.uniRunNow(CompletableFuture.java:815) [?:?] [Server] at java.util.concurrent.CompletableFuture.uniRunStage(CompletableFuture.java:799) [?:?] [Server] at java.util.concurrent.CompletableFuture.thenRun(CompletableFuture.java:2121) [?:?] [Server] at org.geysermc.connector.network.session.GeyserSession.addInventoryTask(GeyserSession.java:1076) [Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at org.geysermc.connector.network.translators.java.window.JavaSetSlotTranslator.translate(JavaSetSlotTranslator.java:62) [Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at org.geysermc.connector.network.translators.java.window.JavaSetSlotTranslator.translate(JavaSetSlotTranslator.java:57) [Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at org.geysermc.connector.network.translators.PacketTranslatorRegistry.translate(PacketTranslatorRegistry.java:95) [Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at org.geysermc.connector.network.session.GeyserSession$1.packetReceived(GeyserSession.java:804) [Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at com.github.steveice10.packetlib.event.session.PacketReceivedEvent.call(PacketReceivedEvent.java:51) [Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at com.github.steveice10.packetlib.tcp.TcpSession.callEvent(TcpSession.java:149) [Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at com.github.steveice10.packetlib.tcp.TcpSession$2.run(TcpSession.java:321) [Geyser-Fabric-1.0-SNAPSHOT.jar:?] [Server] at java.lang.Thread.run(Thread.java:836) [?:?] username_1: The example commands you provided don't replicate this issue, by the looks of it you have a plugin generating invalid NBT for the compass, it's setting a double value where only ints should be. Please correct the plugin and this issue should disappear, if not please re-open the issue with more information. https://minecraft.fandom.com/wiki/Compass#Item_data Status: Issue closed
oneeyedjames/phpunk
455258662
Title: Add create_record method to model class Question: username_0: **Description** `PHPunk\component\model` class does not abstract record generation the same way it does for record retrieval, persistence, and removal. Client applications must instantiate a raw object when creating new records. **Solution** * Add a method to instantiate a new record object. * Accept an optional data array as only parameter. * Pass model's resource name to record constructor as table name. Answers: username_0: ```php // TODO backport to PHPunk public function create_record($data = []) { if (is_numeric($data)) $data = ['id' => $data]; return new record($data, $this->resource); } ``` Status: Issue closed
Fedjmike/r8music
193745255
Title: "Start with" on artist pages Question: username_0: Voted by users? Or calculated? The latter serves no extra purpose than average ratings which are there already. Also, a discrete choice like where to start is easier than rating the albums. Is the selection on each release page (I say no) or in its own section on the artist page (I think so). Answers: username_1: Would just presenting say, the three most popular releases not work? (Popular = total listens) Status: Issue closed username_0: Yeah, did that. b4241c0
SwiftOldDriver/iOS-Weekly
585430912
Title: Determining which frameworks use UIWebView Question: username_0: # 推荐收录 ## 链接 https://blog.kulman.sk/determining-which-frameworks-use-uiwebview/?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=email&utm_source=iOS%2BDev%2BWeekly%2BIssue%2B448 ## 理由 [此处填写您的推荐理由] ## 推荐人信息 如果收录这个资源,我们会在点评后面说明推荐信息人。<issue_closed> Status: Issue closed
FlorianMarckmann/ft_printf
1094354128
Title: Can't change exposure time on Arducam IMX 477 UVC for Jetson Nano Question: username_0: Hi, this is the camera setting : ``` shell nano@jetson-2:~$ v4l2-ctl -l brightness 0x00980900 (int) : min=-64 max=64 step=1 default=0 value=0 contrast 0x00980901 (int) : min=0 max=64 step=1 default=32 value=32 saturation 0x00980902 (int) : min=0 max=128 step=1 default=64 value=64 hue 0x00980903 (int) : min=-40 max=40 step=1 default=0 value=0 white_balance_temperature_auto 0x0098090c (bool) : default=1 value=1 gamma 0x00980910 (int) : min=72 max=500 step=1 default=100 value=100 gain 0x00980913 (int) : min=0 max=100 step=1 default=0 value=0 power_line_frequency 0x00980918 (menu) : min=0 max=2 default=2 value=2 white_balance_temperature 0x0098091a (int) : min=2800 max=6500 step=1 default=4600 value=4600 flags=inactive sharpness 0x0098091b (int) : min=0 max=6 step=1 default=3 value=3 backlight_compensation 0x0098091c (int) : min=0 max=2 step=1 default=1 value=1 exposure_auto 0x009a0901 (menu) : min=0 max=3 default=3 value=1 exposure_absolute 0x009a0902 (int) : min=1 max=5000 step=1 default=157 value=130 exposure_auto_priority 0x009a0903 (bool) : default=0 value=0 focus_auto 0x009a090c (bool) : default=1 value=1 ``` regardless of the exposure time setting I can't change anything... the picture stay blurry cause of the speed... the speed of the object is very low.<issue_closed> Status: Issue closed
ember-cli/ember-cli
69890423
Title: Ember Serve doesn't see file changes. Question: username_0: Running Ember-cli 0.21 on OSX 10.10.3 For a while now (since January) Ember serve will not see file changes on one of my ember projects. The other Ember project works just fine. The strange part is, that sometimes after a reboot it will work until the next reboot. But not always. I can't upgrade to 0.23 quite yet to try it. But if anyone has any other suggestions on how to fix it I'd love to hear them. In the mean time I'm getting by with 'ember serve --watcher=polling' Answers: username_1: do either of these work? 'ember serve --watcher=node' 'ember serve --watcher=watchman' username_0: I'm sure it's something funky on my machine, none of the other developers have this issue. We've tried a lot of different things to make it work. Very little luck. Neither --watcher=node or watcher=watchman worked. If I pull a brand new copy of the repo in a new folder, that does fix it for a short while. But within a week it's back to not seeing files. username_1: @username_0 can you run: `watchman watch-list` ? username_0: Sure here is the output { "version": "3.0.0", "roots": [ *Removed all the folders listed * ] } username_1: this is what i wanted to see. How many entries does that roots array contain? username_0: Sorry bout that, about 30 or so, I can send you a pm with it if you like. Or let me know what you're looking for. username_1: just the count. username_0: Actually 56 username_1: @username_0 hmm, lets try pruning the watchman watchers following instructions on the gist of mine: https://gist.github.com/username_1/1a215bc10257d10a7cfd username_1: ember-cli needs to take more advantage of watchman to reduce watcher roots, and watchman needs to [age out roots](https://github.com/facebook/watchman/issues/63) this may or may not be the issue, but i suspect it is likely. username_0: Ok. I'll let you know how it goes. Thanks! username_0: Unfortunately that didn't seem to work. The watcher list was removed from watcher, but it still does not see changes. username_1: strange, is it on a different drive ? username_0: No same drive. Still works fine for the other project I have (also on the same drive) username_1: :( the only thing, i can think is some invalid key or pathname? Without steps to reproduce, I am unsure how to debug this further :( username_0: Thanks for trying, I appreciate it a lot. username_1: If you have anymore hints or a production case I'll gladly dig in. Unfortunately without a repro case this isn't really actionable. username_1: This appears isolated to very few users, and without a repro case I don't believe this is actionable, as such I am sadly going to close this issue. If at some point more information comes to light that makes this actionable, or if it start affected a critical mass of users I will gladly reopen. Status: Issue closed username_2: We just ran into this on our designer's machine. Unfortunately, I don't have a solution, but here's some info: #### Background * We just upgraded his machine to 10.10.3 (Latest Yosemite) * We're on ember-cli 0.2.3 #### Things we tried * `brew uninstall watchman` followed by `brew reinstall watchman` * fall back to node with `ember serve --watcher=node` * reinstall of node (through nvm) * kill watchman watchers via [Stef's gist](https://gist.github.com/username_1/1a215bc10257d10a7cfd). we saw a bunch of watchers being killed here when the ember server wasn't running * `git clean -fdx` in the repo * reinstall everything in a clean repo (`npm install && bower install`) #### Current workaround * cloning the repo under a new name (reponame-new) Sorry no more info, but hopefully this helps others that might be having the problem. username_1: cc @username_4 username_1: Running Ember-cli 0.21 on OSX 10.10.3 For a while now (since January) Ember serve will not see file changes on one of my ember projects. The other Ember project works just fine. The strange part is, that sometimes after a reboot it will work until the next reboot. But not always. I can't upgrade to 0.23 quite yet to try it. But if anyone has any other suggestions on how to fix it I'd love to hear them. In the mean time I'm getting by with 'ember serve --watcher=polling' username_3: The current workout worked mentioned by @username_2 works for @username_0 but then breaks randomly on a future reboot and stays broken. I have tried other OS level fixes such as repairing disk permissions but nothing seems to stick. username_2: I wonder if it's a file permission issue that happens on reboot. I kept thinking it has something to do with Watchman, but the node watcher doesn't work either. I just can't think of what the difference could be, since I'm running the same setup as the designer on my team that's having this problem. username_1: if both don't work, it is likely an issue with the underlying OS provided FS watching primitives. username_4: If you're using watchman on OS X, please make sure that you're on version 3.1 (`watchman shutdown-server ; brew update ; brew reinstall watchman; watchman version`). It would be useful to see your watchman logs; if you used homebrew to install it, the log will be found in `/usr/local/Cellar/watchman/3.1/var/run/watchman/$USER.log`. If you could capture that log into a gist and share it with us (or me directly if you are concerned about containing any information that might be in there), that might help reveal what is going on. We have a general troubleshooting page here: https://facebook.github.io/watchman/docs/troubleshooting.html The fact that you are having trouble with both the node and watchman watchers indicates that you might be having problems with the number and nature of fsevents clients on your system. If you are a Sublime Text user, please try quitting your editor and see if that helps (it sounds crazy, but we've had numerous reports of Sublime getting fsevents into a bad state). https://facebook.github.io/watchman/docs/troubleshooting.html#fsevents has a series of things you can try to resolve fsevents related problems. username_0: I am on watchman 3.1 Cleaned up (for privacy issues) log is here https://gist.github.com/username_0/8cfd50458c97332de35b Only thing that looks out of place on it for me is: 1429658296: tid=2034643712 failed to parse json from /usr/local/Cellar/watchman/3.1/var/run/watchman/derek.state: unable to open /usr/local/Cellar/watchman/3.1/var/run/watchman/derek.state: No such file or directory That file exists, but maybe there is a permissions issue. I'm gonna look into that. username_4: It's expected to see that at the top of the log file; the state file is how watchman remembers the roots that it was asked to watch, and it won't be present the first time that you run it. Your logs don't indicate any obvious problems. I'm running low on ideas, but there's one more thing that you can try. In one window, run this; make sure the debug.log redirection is NOT within any of the dirs that you have asked watchman to watch, and note that this file will get large rather quickly; you'll want to CTRL-C pretty quickly after the next step (so read ahead before you run this!) ``` watchman --server-encoding=json --persistent log-level debug > /tmp/debug.log ``` Then create a new file or whatever action it is that you expect ember to trigger for, wait a couple of seconds to ensure that it's had a chance to be observed by watchman and CTRL-C the command that is running above. What this does is turn the log level up to debug (the most verbose) for the persistent session established by that command, and then logs it to the file you specify. This log will include more details about filesystem notifications and may help identify what is going on. username_0: Other than the log containing a bunch of 'assessing triggers' And I do see the the root ember project folder in there. There was no record of the file name I changed. And no other errors that I could see. Status: Issue closed username_0: Ok, I got it fixed! I found this article ( http://feedback.livereload.com/knowledgebase/articles/86239-os-x-fsevents-bug-may-prevent-monitoring-of-certai ) So I went and renamed (and then renamed back) every folder from my projects root folder to where the ember source code is. Not sure which folder did the trick, but it is now seeing events again. Thanks for the help everyone. username_4: @username_0 interesting find! Had you previously renamed any of those files/folders in such a way that you changed the case of their name(s)? Wondering if that might have been a trigger username_0: I'm not aware of it happening, but it's possible. I'll be watching to see if it breaks again, and I will try and determine if any folders had been renamed. username_4: @username_0 if you do see it trigger again, can you try running the find-fsevents-bugs tool referenced in the article you linked? I've also added that information to the watchman troubleshooting docs. If that tool can detect the problem, I'd like to build that detection into watchman so that this is more discoverable. The APIs used by that tool are all deprecated so we'd need to find a more modern way to detect the issue. If it does hit you again it would be great it we can work together on that aspect. Thanks! username_0: Ok It happened again. I ran the tools from https://github.com/andreyvit/find-fsevents-bugs It listed quite a few problems. find-fsevents-bugs /Users/derek/songspace/webapp/src/Songspace/EmberBundle/App/app Found (FSCopyAliasInfo): '/Users/derek/songspace/webapp/src/Songspace/EmberBundle/App/app' != '/Users/derek/songspace/webapp/src/Songspace/emberBundle/App/app' As you can see there is a number of capitals not matching in each path. I renamed each offending folder and restarted ember serve. It didn't start working again till I renamed all of folders that had case differences. After re-running the find-fsevents-bugs tool there were no more problems reported. I hope this helps you out @username_4 and other folks who might run into this issue. username_4: @username_0 Thanks! Just curious, do you know what changed the case of the folders in the first place? Was it something you did directly? username_0: I can't say I changed anything. I was actively working on the project, and it broke in between commits. As far as I can tell, none of the folders changed case or names. So it's still a mystery in that regard. username_5: Same here. username_6: Same here, I just used the tool @username_0 suggested and it worked. username_1: we should likely add this to the docs.. https://github.com/andreyvit/find-fsevents-bugs username_7: I'm having the same error here. It just stop work username_8: It might have to do with OS X trickiness, the default file system [is kinda weird about cases][1], but if there's something that isn't using the same assumptions? Just a drive by comment, hope it helps. [1]: https://apple.stackexchange.com/a/22304/113057 username_9: Hey all... so I've hit this a time or two and this prooooobably isn't the issue here. however I thought I'd add it just in case it's a solve for anyone. I got myself into a state where I had executed two git processes at the same time (probably one in the vs code gui and one from the command line). a coworker suggest I change branches as a trouble shooting measure and I got this error: ```Another git process seems to be running in this repository, e.g. an editor opened by 'git commit'. Please make sure all processes are terminated then try again. If it still fails, a git process may have crashed in this repository earlier: remove the file manually to continue.``` I ran: `rm -f .git/index.lock` to fix that and then live reload worked again :)
apicollective/apibuilder-generator
374409335
Title: Http4s: Remove warnings in generated code that can be fixed with language feature imports Question: username_0: There are two types of warnings that can be removed from the generated http4s code by importing the following (only where absolutely needed): 1. scala.language.higherKinds 2 scala.language.implicitConversions For the implicitConversions case, there is only one instance where a scala 2.11 compatibility change was added - this could be removed at a future date.
josdejong/mathjs
131856093
Title: mathJS cannot take powers of zero. Question: username_0: Try the following expression. ` var a = math.complex(0,0); var b = math.pow(a, 2); ` The parameter `b` should equal zero as well, right? Well, it equals `NaN`. Although funny enough `var b = math.multiply(a, a);` does work. Answers: username_1: Here's what causes the bug: In mathjs, the power of a complex number is calculated as `x^y = exp(log(x)*y)`, but `log(0)` is `-Infinity`, but `multiply(-Infinity, 2)` returns `NaN`. @username_3: I can think of two possible solutions: 1. Handle `0+0i` as a special case in `_powComplex`. 2. Make the multiplication of `-Infinity` and any positive real number return `-Infinity`, as well as all the other cases involving multiplications with `Infinity`. (That's what wolfram alpha does). Note that this would still leave `(0+0i)^0` undefined. username_2: @username_0, I'm working on the integration of https://github.com/username_2/Complex.js into math.js. The task is almost done and Complex.js is capable of handling 0^2, so fixing it in the old implementation might be redundant work. username_3: @username_2 do you have added unit tests for these cases like `0^2`? Infinity of re and im parts of complex numbers. Indeed give a lot of edge cases, I don't think it's worth it to put too much effort in there. username_2: I have unit tests for these cases in my suite. Should we double check it math.js as well? I haven't unit tested the trig functions for Infinity yet. The other functions are now capable of handling Infinity, even if there are still really strange cases when internally `Infinity - Infinity` or `Infinity * 0` must be calculated. The latter occurs in `Complex(Infinity).mul(123)` for example. I handle this case, as both numbers are real, but I suspect that this was the last case and I agree that we shouldn't spend too much effort in here. username_3: Ok great. No need to do all unit tests twice I think, though we can leave the extensive unit tests for Complex in math.js as they are, it doesn't do harm. username_2: Yep, I wouldn't remove any tests. It helped a lot with the integration, as it showed what cases my test suite didn't handle and it will also further ensure we're on the right track. Status: Issue closed username_3: This has been fixed in v3.0.0 with the integration of the Complex.js library
cermati/satpam
641023098
Title: Add validation message pack capability for satpam Question: username_0: There are cases when we want to have different language at validation-time. As of now we're can do that by creating multiple instance of satpam and run the validation based at user-code layer: ```js const englishSatpam = satpam.create(); const indonesianSatpam = satpam.create(); // Set custom validation message for indonesianSatpam ``` It's prone to error and repetitive if we have multiple languages, so the plan is to have ability to register validation message pack to satpam ```js // Somewhere at main function satpam.registerValidationMessagePack({ name: 'id' messagePackProvider: ({ inputToBeValidated, validationRules}) => { // return language pack here ... } }); // Usage const options = { validationMessagePack: req.get('locale') // For example }; satpam.validate(validationRules, inputToBeValidated, options); ```<issue_closed> Status: Issue closed
jupyterhub/configurable-http-proxy
435941461
Title: allow routing of sockjs Question: username_0: not sure how to start with this. so i have an app that is spawned via a container in juptyerhub. it spins up a web application based off meteor.js. after fiddling with some statics and kubernetes ingress routing i am able to get the app up.... so in jupyterhub, i go: https://jupyter-dev/user/ytl/proxy/39000/ and it mostly loads up. the issue is that it also needs a websocket connection. unfortunately, it seems to want to use: https://jupyter-dev/sockjs/info?cb=mg0uu3ucnl is there a way i can configure the proxy to look at the cookie to determine that `/sockjs` should be redirected to the the spawned container? this may be related to [issue 90](https://github.com/jupyterhub/configurable-http-proxy/issues/90) Answers: username_1: This would be due to sockjs using the wrong url path, and not something that CHP should be dealikng with. Instead of `/sockjs` it should be using `/user/ytl/sockjs`. In a Jupyter application, this prefix is called `base_url` and available from state/env/configuration. Can you tell where the sockjs code is creating its url? That's what needs to be updated. Status: Issue closed
Jamlee/bee-server
379500638
Title: Setup Airbrake for your Go application Question: username_0: ### Example Usage To include Airbrake in your GoLang application you'll need to import the Gobrake code, available on <a href="https://github.com/airbrake/gobrake" class="external-link">our official GitHub repo</a> (You can find your project ID and API KEY with your [project's settings](https://airbrake.io/projects/203139/edit)): ```go package main import ( "errors" "github.com/airbrake/gobrake" ) var airbrake = gobrake.NewNotifierWithOptions(&gobrake.NotifierOptions{ ProjectId: <Your project ID>, ProjectKey: "<Your project ID>", Environment: "production", }) func main() { defer airbrake.Close() defer airbrake.NotifyOnPanic() airbrake.Notify(errors.New("operation failed"), nil) } ``` Check out our <a href="https://github.com/airbrake/gobrake" class="external-link">official GitHub repo</a> for info on advanced features like <a href="https://github.com/airbrake/gobrake#ignoring-notices" class="external-link">ignoring errors</a> and <a href="https://github.com/airbrake/gobrake#setting-severity" class="external-link">setting error severity</a>.<issue_closed> Status: Issue closed
geneontology/noctua
121367276
Title: Add ability to "reverse" fold some types of relations Question: username_0: Just like some relations (e.g. occurs_in) will fold into a separable subgraph, sometimes we want to collect edges with the reverse flow into the subgraph. We want to do this largely to be able to support the rendering of complexes using "has_part" (to be able to protect the "has_part" as unfolded in the display). Answers: username_0: Actually, a lot of the fixes for this were applied on #169. This is essentially closed now. Status: Issue closed
uchicago-computation-workshop/monica_rosenberg
410354042
Title: External validation Question: username_0: Thanks for presenting! For external validation, the validation data set consists of resting-state fMRI scans from 113 children and adolescents from age 8 to 16. Can this data be representative? Will the results differ if using a data set consisting of both children and adults?
zynthian/zynthian-issue-tracking
840919525
Title: Sequencer stops playing out of no obvious reason and restarts by itself Question: username_0: **Describe the bug** I just updated, due to the tempo-menu bug in the sequencer. Now I programmed a simple sequencer with 3 layers. I pressed play on all pads and out of the blue it just stops by itself, just to restart a few moments later, and keeps doing this. All the play arrows stay green - basically the audio stops and no audio levels are shown on the top right and also the 'm' symbol disappears for the period of no sound - just to come back by itself. **To Reproduce** created 2 synths (ZY Fantasy/Space Choir and ZY Arpeggios/Soft Arpeggio1) and 1 drum layer (FS/AVL Drmkits Perc) programmed simple patterns in the sequencer pressed play on all 3 pads music runs for some time and then stops. simple 4 bar loop **Expected behavior** ...well, it should keep playing **Screenshots** VNC Viewer won't let me connect to the Zynthian (error msg: **Setup:** - Hardware Config: Raspberry Pi 4 8GB, TRAKTOR AUDIO2, 7'' Pi Touchscreen - Software Version: Just updated to the newest version of Zynthian. Answers: username_0: After the shutdown of the Pi and reboot, it seems to run stable now. No idea how to recreate the issue. username_0: Just changed Tempo during play mode and then the error appeared again. username_0: left the sequencer to save the snapshot and the error appeared as well. username_1: Please provide a screenshot of webconf so we can see the hardware and software versions.
kuzzleio/kuzzle-common-objects
212375474
Title: PartialError: serialization method missing Question: username_0: The body part of this error object, containing the list of errors encountered during a request execution, is correctly set when the object is created, but not propagated across network due to the lack of a custom `toJSON` method for this object.<issue_closed> Status: Issue closed
MicrosoftDocs/feedback
674536542
Title: FIX ALL DOC LINKS Question: username_0: It has been a long long time and still none of the error help links work ex https://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=16.100.37971.0&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Backup+Server&LinkId=20476 All we get is redirected to the home page. Been like this for eons now. How is this not fixed? Answers: username_0: It has been a long long time and still none of the error help links work ex https://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=16.100.37971.0&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Backup+Server&LinkId=20476 All we get is redirected to the home page. Been like this for eons now. How is this not fixed? username_1: @username_2 this might be for someone in your team. username_2: @username_0 Hello! I am the manager on the SQL Server documentation team, and it looks like the forward link you're referencing is SQL Server / SMO related. Are you getting to this link from a tool / user-interface / F1 help? I'd have to investigate how these should be hooked into our docs and why it is not working. #assign:username_2 username_2: Adding @username_3 as well, since it looks like this was F1 help on and SMO error. Mark is investigating F1 help links to our docs, so this might be related to his work. username_2: #assign:username_3 username_3: @username_0 Have you had a chance to review @username_2 comment? We would appreciate it if we could have a point of reference from where you are to where the help article is redirecting you. Please let us know. Thank you. username_0: Sorry I just now saw the emails about this. Links on all, if not most, SSMS help screens do not work, they just go to homepage. I have also had the same problem in excel, not sure if all the links or just some. Thanks for looking into this. username_3: Hi, @username_0 We know that the Help/F1 experience for SSMS is not working as expected for some areas/screens. As such, we are working on a plan to correct/edit the known miss-redirects for SSMS. We are also investigating Help/F1 for SSDT and Visual Studio. However, as for other applications, such as Excel, please visit [Excel help & learning](https://support.microsoft.com/en-us/excel). Thank you. username_3: #please-close Status: Issue closed
tensorfork/tensorfork
611319110
Title: BigGAN: Ganbooru showcase Question: username_0: Once we have a 512px BigGAN fully-trained to convergence, possibly assisted by Evonorm & SimCLR consistency loss and stabilized by flood loss, we'd like to show it off. As a followup to TWDNE, we can go it one better by creating *Ganbooru* - showing off BigGAN samples from a Danbooru model. (Ganbooru.net has already been registered.) We will generate 512px images, upscale to 1024px with waifu2x, and upload them automatically. The necessary 'tags' can be generated by using DeepDanbooru to create human-readable tags by extracting at a certain confidence level (erroneous tags can be removed by human users), and also created by encoding the latent-space as text tags: each latent variable might be discretized in a few levels, and given a tag (eg `var1_1.0` for _z_ which is >=1.0 in the first latent variable). Clumsy, but does allow navigation by users of the latent space itself.
STEllAR-GROUP/hpx
32849420
Title: vector<future<T> > does not work gracefully with dataflow, when_all and unwrapped Question: username_0: ``` // Assume these definitions throughout: hpx::future<boost::uint64_t> T; std::vector<hpx::future<double> > U; // I want to be able to use vectors of futures as arguments to my continuations; // the vectors of futures will not be the only arguments, however. This does not // seem to work with HPX currently. // cfl0; HPX-free call signature. Enables the use of existing "local" kernels // (e.g. small grains of work which are highly optimized - stuff that we don't // want to break down into smaller chunks). Facilitates integration with legacy // code without interface changes; this is an important point for large, existing // codebases. double cfl0(boost::uint64_t step, std::vector<double> u) // cfl1; Call signature I am currently able to use with when_all d double cfl1(boost::uint64_t step, std::vector<hpx::future<double> > U); // Won't compile; when_all/dataflow do not take vectors of futures for the tuple // call signature. You can pass a vector of futures if it is the only argument; // otherwise things seem to break. when_all(step, u); dataflow(unwrapped(cfl0, step, u); // Won't work; the second argumenet passed to the continuation is a vector // of futures, not a vector of values. when_all(step, when_all(u)).then(unwrapped(cfl0)); dataflow(unwrapped(cfl0), when_all(u)); // Won't work; the 'step' argument needs 1 level of unwrapping, and the 'U' // argument needs 2 levels of unwrapping. unwrapped() does not support // mixed levels of unwrapping. when_all(step, when_all(u)).then(unwrapped2(cfl0)); dataflow(unwrapped2(cfl0), step, when_all(u)); // Works. Ugly. Forces me to use the cfl1 call signature (or write another // wrapper - but that would be redundant since we have unwrapped). The // cfl1 signature is not acceptable, because it has an hpx::future in it; it is // not an "HPX free" call signture. when_all(step, when_all(u)).then(unwrapped(cfl1)); dataflow(unwrapped(cfl1), step, when_all(u)); // Another major limitation; we only take std::vectors. Why not std::list, or // arbitrary Containers. I feel like perhaps we need to go the Spirit route, to // some degree; we need a (much simpler) attribute grammar, which // supports nested futures and containers of futures. ``` Answers: username_1: Moving this to the next milestone. This requires more discussions and decision making before it can be fixed. username_2: Is there something to be done here now that #2741 and #2829 are merged? Status: Issue closed username_1: I think we can close this as the issue has been addressed by #2829.
quarkusio/quarkus
653225804
Title: Configuring The POJO Codec per Collection Question: username_0: **Description** Right now @BsonDiscriminator annotation can be used to register a class, but there are cases when you want to make such configurations per collection. In different collections they can be similar DiscriminatorKeys, but mapped to different types. **Implementation ideas** It can be similar with Mongo's Official Driver, `mongoDb.getCollection(COLLECTION_NAME,POJO.class).withCodecRegistry(configurations...) ` Answers: username_1: Can your provide a more complete use case, possibly with not-working code, so we can have a better idea of where the issue lies. username_0: Suppose we have following hierarchy: **Company hierarchy** `@BsonDiscriminator(value = "Base") public class BaseCompany { } ` `@BsonDiscriminator(value = "CompanyType1") public class CompanyType1 extends BaseCompany{ }` `@BsonDiscriminator(value = "CompanyType2") public class CompanyType2 extends BaseCompany{ } ` **Update Logs hierarchy** `@BsonDiscriminator(value = "Base") public class UpdateLogs{ } ` `@BsonDiscriminator(value = "CompanyType1") public class CompanyType1UpdateLogs extends UpdateLogs{ }` `@BsonDiscriminator(value = "CompanyType2") public class CompanyType2UpdateLogs extends CompanySnapshots{ } ` for Companies we have _companies_ collection, and for Update Logs we have _updatelogs_ collection. Both of hierarchies have the same _DiscriminatorValues_. Now, when getting data from collection _companies_, they won't be mapped to the correct types since we have more than one type for the same _DiscriminatorValue_. In Mongo's Official Driver, you have the option to register these configurations per collection. Also, another thing, which I think it's important, is that you can also specify ReadPreferences (primary, secondary) per collection. It would be great to have these options in Quarkus Driver for MongoDb. username_0: @username_1 any update on this? username_1: @username_0 I'm very surprised that different discriminator hierarchies with the same value will be an issue. As I understand it, a discriminator will be used to defines, based on a docment property, wich classes of a hierarchy will be choosed to instanciate the result object. Mayeb there is something I dont' understand in your use case, so please can you provide an example project with the non-working solution so we can find a way to fix it ? For your request to sepcify `ReadPreferences` per collection, can you open another issue ? username_0: @username_1 Here you have a snippet code from mongodb driver class that handles this: ``` package org.bson.codecs.pojo; import org.bson.codecs.configuration.CodecConfigurationException; import java.util.Map; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import static java.lang.String.format; final class DiscriminatorLookup { private final Map<String, Class<?>> discriminatorClassMap = new ConcurrentHashMap<String, Class<?>>(); private final Set<String> packages; DiscriminatorLookup(final Map<Class<?>, ClassModel<?>> classModels, final Set<String> packages) { for (ClassModel<?> classModel : classModels.values()) { if (classModel.getDiscriminator() != null) { discriminatorClassMap.put(classModel.getDiscriminator(), classModel.getType()); } } this.packages = packages; } public Class<?> lookup(final String discriminator) { if (discriminatorClassMap.containsKey(discriminator)) { return discriminatorClassMap.get(discriminator); } Class<?> clazz = getClassForName(discriminator); if (clazz == null) { clazz = searchPackages(discriminator); } if (clazz == null) { throw new CodecConfigurationException(format("A class could not be found for the discriminator: '%s'.", discriminator)); } else { discriminatorClassMap.put(discriminator, clazz); } return clazz; } ``` As you can see DiscriminatorValue and Class pair is saved on Map and one instance of DiscriminatorLookup is used through all collections. If more than one class share the same DiscriminatorValue the latest one will be registered in Map. For `ReadPreferences ` I will open a new issue. username_1: @username_0 I would say this is a limitation of how discriminator is used, they are intended to be unique across all classes defined inside a single PojoCodec instance. Usually, the value of the discriminator is the name of the class so it should be unique. I don't see what we can do about it, the PojoCodec is registered at the client level. Now, you can always access the collection from the entity or repository (the method is `mongoCollection()` and register a PojoCodec by yourself in it. Not sure it will works but you can try. username_0: Since Quarks Driver has the similar interfaces for database and collection with Mongo's Driver, and they are more like adapters to use Mutiny, it would be good to adapt or implement other methods that are in Mongo's Driver interfaces for collections and database. This would also be helpful when migrating to Quarks from other frameworks that use Mongo's official Driver. username_1: @username_0 I didn't understand your last comment. If you don't use MongoDB with Panache, you can inject a MongoClient or a Reactive variant. The MongoClient comes from the MongoDB official driver without any customization, but the Reactive variant is a Mutiny based wrapper on top of the `com.mongodb.reactivestreams.client.MongoClient` there is an `unwrap()` method to access it so I don't understand what's missing here. username_1: The reactive variant also wrap the reactive `MongoDatabase` and `MongoCollection`, again with `unwrap()` method to accessing the underlying ones. username_1: @username_0 are my last comments OK for you ? Can we close this one or do you suggest something to be done on Quarkus side ? username_2: @username_1 Yes, you can close it. username_1: Thanks. Closed Status: Issue closed
ikedaosushi/tech-news
447738065
Title: アニメーションで学ぶVim入門 精選10機能 Question: username_0: &#12450;&#12491;&#12513;&#12540;&#12471;&#12519;&#12531;&#12391;&#23398;&#12406;Vim&#20837;&#38272; &#65374;&#31934;&#36984;10&#27231;&#33021;&#65374;<br> &#26412;&#35352;&#20107;&#12391;&#12399; vim &#12398;&#20351;&#12356;&#26041;&#12434;&#23398;&#12406;&#12383;&#12417;&#12395;&#12289;&#12467;&#12510;&#12531;&#12489;&#12392;&#12461;&#12540;&#12384;&#12369;&#12391;&#12399;&#12394;&#12367;&#12289;GIF&#30011;&#20687;&#12395;&#12424;&#12427;&#12450;&#12491;&#12513;&#12540;&#12471;&#12519;&#12531;&#12434;&#21033;&#29992;&#12375;&#12289;&#20351;&#12356;&#26041;&#12434;&#12452;&#12513;&#12540;&#12472;&#12375;&#12420;&#12377;&#12356;&#12424;&#12358;&#12395;&#12375;&#12414;&#12375;&#12383;&#12290;&#20351;&#29992;&#38971;&#24230;&#12364;&#39640;&#12356;&#27231;&#33021;&#12434;&#31934;&#36984;10&#27231;&#33021;&#12392;&#12375;&#12289;&#12381;&#12398;&#20182;&#12398;&#20415;&#21033;&#27231;&#33021;&#12418;&#25972;&#29702;&#12375;<br> http://bit.ly/2JRc19v
projectcalico/calico
310204882
Title: Allow BGPPeer to be scoped on node labels Question: username_0: ## Current Behavior At the moment, if you wanted to peer each node in a n-rack cluster with the ToR router, you have to either configure multiple Global Peers, and be happy that some of the sessions never establish (which will conflict with #1827 in v3.1) or configure many individual BGPPeer objects ## Expected Behavior The ability to target BGPPeer to nodes with better control that either "Global" or "per node"/ ## Possible Solution Allow matching on labels to target BGPPeer configurations to nodes. * Calico version v3.0.4 Answers: username_1: I think configuring global peers that you know will fail is an antipattern. We should consider how we can make it easier to configure many individual BGPPeers. As a strawman idea, if the BGP peers had a "node selector" they could query nodes with label 'rack=a', for example. username_0: Yep, I think node selectors are the best idea. We label all our nodes with the rack they’re on :) username_2: I've put together a prototype which includes this here: https://github.com/projectcalico/libcalico-go/pull/861 username_2: This has been merged to master! Will be out in v3.3.0. Status: Issue closed
dbeach24/missing-migrants-vis
265304308
Title: Task 3: Selection Model Question: username_0: **Description:** Support rectangular selection along the time + longitude axes. **Deliverable:** Selection logic is checked in and can be tested in browser. - [ ] Clicking and dragging shows selection rectangle and updates internal selection rectangle state (1 hours) - [ ] Points outside of selection are deemphasized (1 hours) - [ ] Migratory patterns for selected events shown / summarized in overview map (4 hours) - [ ] Adjust time, longitude scales with selection (?) (2 hours) - [ ] Update stream / summary graphs to reflect only selected events (2 hours) Answers: username_1: This sounds like an interesting feature. Look forward to seeing how you implement it. username_2: Perhaps this block will be useful for implementing rectangular selection and deemphasize other data: https://bl.ocks.org/mbostock/4063663
samber/awesome-prometheus-alerts
857933746
Title: Alert "PostgresqlReplicationLagBytes" cannot be executed Question: username_0: The alert `PostgresqlReplicationLagBytes` (see below) cannot be executed by Prometheus. It seems the provided expression is wrong. When trying to evaluate the expression, Prometheus produces the following error message (error message by Prometheus graph): ``` Error executing query: invalid parameter "query": 1:63: parse error: unexpected <GROUP_RIGHT> ``` ```yaml - alert: PostgresqlReplicationLagBytes expr: (pg_xlog_position_bytes and pg_replication_is_replica == 0) - GROUP_RIGHT(instance) (pg_xlog_position_bytes and pg_replication_is_replica == 1) > 1e+09 for: 0m labels: severity: critical annotations: summary: Postgresql replication lag bytes (instance {{ $labels.instance }}) description: Postgres Replication lag (in bytes) is high\n VALUE = {{ $value }}\n LABELS: {{ $labels }} ``` Answers: username_1: Hi @username_0 Thanks for the report. Fixed on master. Status: Issue closed
centrifugal/centrifuge
613837896
Title: Multi tenant support Question: username_0: Hi! We have been using centrifuge in production for more than a year now, without any issues, so thanks for the awesome project. A couple weeks ago we started launching multiple websites using our api, and we need to separate them completely. Our api was desigend for this, so it was no issue, but we need to separate centrifuge channels as well. My first idea was: - user subscribes to `some:channel` - in centrifuge, I add support for multiple site, and modify the channel name to `some:<somesite>.channel` (eg: based on a header, or some values encoded in the jwt token) - when messages arrive on the `some:<somesite>.channel`, i send them out as `some:channel` and although it would be best for us, I found no mechanism in centrifuge where a channel name is rewritten, so this approach would be very difficult for me to implement. If you think this is a good idea I would still love for it to happen, but until then I found a different approach. My second idea: - user subscibes to `some:<somesite>.channel` - I validate that the user belongs to the site (eg: based on some values encoded in the jwt token) I could almost implement this using centrifuge as a library (instead of using centrifugo server). I made a handler for the client.Subscribed event. The only thing I miss is to be able to access the JWT token info in the `client.On().Subscribe` handler. I made a fork exposing the client.info, with that it works perfectly. Answers: username_1: Hello @username_0 ! Glad it works for you :) Will appreciate if you describe your use case in more details so I could understand more on how Centrifuge and Centrifugo are used in the wild. Do you have a possibility to add prefix to channel name on front-end site? I.e. you have project/site A and project/site B: use different channel names: `A.channel` and `B.channel`? Do you have an option to use separate Centrifugo instances for different projects - this is how it was designed to prevent one project being affected by another project (at my previous work many years before we had issues like this with real sites so not supporting multitenancy was a weighted choice at some point, it also fits very well to microservices design even though I understand that it adds some operational overhead in some real-life situations). username_0: Let's discuss this in private, i wrote to you on gitter. username_2: I'm working on an app with multi-tenancy. We have each channel to include the site in the name. It's not a big issue so no need for channel rewrites. I get extra JWT info by using the `context`. Just thought this might help you too. ``` func handler(w http.ResponseWriter, r *http.Request) { ctx = context.WithValue(r.Context(), someUniqueKey, dataINeedInTheHandler) r = r.WithContext(ctx) centrifuge.NewWebsocketHandler(...).ServeHTTP(w, r) } node.On().ClientConnected(func(ctx context.Context, client *centrifuge.Client) { dataINeedInTheHandler := ctx.Value(someUniqueKey) // on subscribe handler... } ``` username_1: @username_2 thanks, your approach looks fine. We discussed this with @username_0 on Gitter and come to sth similar, though we tried to solve this based on extra claim inside JWT. Currently it's already possible to use custom JWT implementation with `ClientConnecting` callback but it does not work fine with client-side JWT refresh workflow - there is no way to do custom JWT parsing but still use client-side refresh workflow because custom OnRefresh callback disables client-side refresh workflow at moment. This all can sound a bit complicated without proper example. So I see 2 ways to add some sort of multitenancy support: 1) Provide a way to use client-side refresh workflow with custom OnRefresh callback. In this case OnRefresh should be called with raw token received from client in `Refresh` command 2) Add built-in support using new field inside [Credentials](https://godoc.org/github.com/centrifugal/centrifuge#Credentials) (and support passing it in JWT I think) - this will require some rewrites on Client-Engine boundary I suppose we can actually think about adding both, the first seems simple to fix, the second a bit harder but provides more value for [Centrifugo](https://github.com/centrifugal/centrifugo) users since there is no way to add custom logic on server. I should emphasize that we are talking about multitenancy for cases where we use different installations of **the same app** (where client-side uses the same channels - just in different application contexts). We don't consider support to work with absolutely different apps using the same server instance. username_0: You could add some kind of channel pattern to the JWT (eg: regex) thats evaluated for every subscribe. Apart from solving this issue, it might be useful for other usecases as well. eg: channel_pattern = `^\w+:mysite\..*$` could subscribe to channels: `namespace:mysite.channel-name`, `namespace:mysite.channel-name#userid`, etc. or you could use it to limit the namspaces: channel_pattern = `^(namespace1|namespace2):.*$` could subscribe to: `namspace1:somechannel` and `namespace2:somechannel`, but not to `namespace3:somechannel` username_1: Interesting idea, thanks, for now I just thought about some sort of prefix without utilizing regex for validation. Will think about it. Just to make sure - do I understand right, that you have a possibility to modify channel names on client side to insert site name to it? username_0: Yes, I can do that (a little inconvinient but I can live with it :) ). One thing to note about the prefix, the namespaces are configured globally, meaning a channel name looks like this: `namespace:site-id|channel-name` (with `#userid` postfix in some cases). We use `|` for separation because it wasn't in the reserved list in the centrifuge docs. username_1: @username_0 after making multi-tenant POC I decided to go another way and move library to another direction - see #128 and #129 - ready to discuss in case of any feedback. username_0: That sounds awesome. I'm closing this issue in favor of #128 . Status: Issue closed
emory-libraries/ezpaarse-platforms
273847597
Title: Cab Direct Question: username_0: ### Example:star::star: : www.cabdirect.org ### Priority: Medium ### Subscriber (Library): Woodruff Answers: username_1: http://ang.couperin.org/platforms/58ef38a8bcf94cd98e0496e0 https://trello.com/c/TDYoedBb/402-cab-ebooks-cabi https://help.oclc.org/Library_Management/EZproxy/Database_stanzas/CABI_Resources username_2: - update manifest: www.cabdirect.org cabdirect.org Manifest from ez-paarse already includes cabi.org. cabdirect also includes links to plantwise.org and invasive-species.org, but these links drop proxy. SEARCH, HTML https://www.cabdirect.org:443/cabdirect/search/?q=rainbow&facet1f=Your%20Products&facet1o=OR&facet1v=FT&facets=1 https://www.cabdirect.org:443/cabdirect/search/?q=au%3a%22Babaheydari%2c+S.+B.%22 https://www.cabi.org:443/cabthesaurus/mtwdk.exe?searchstring=&k=default&w=rainbow&l=60&s=1&t=1&n=15&x=0&tt=0 https://www.cabdirect.org:443/cabdirect/search/?q=cc%3aAA500 ABSTRACT, HTML https://www.cabdirect.org:443/cabdirect/abstract/20183359796?q=(rainbow)+AND+(+((sc%3a((+%22FT%22+)+))+)) https://www.cabdirect.org:443/cabdirect/abstract/20143226753?q=(hobbit)+AND+(+((sc%3a((+%22CA%22+)+))+)) The resources below are different but do not seem to be distinguishable by PDF so... not really sure what the rtype should be? ARTICLE, PDF https://www.cabdirect.org:443/cabdirect/FullTextPDF/2018/20183359796.pdf https://www.cabdirect.org:443/cabdirect/FullTextPDF/2014/20143226753.pdf BOOK, PDF https://www.cabdirect.org:443/cabdirect/FullTextPDF/2017/20173071957.pdf BOOK _SECTION, PDF https://www.cabdirect.org:443/cabdirect/FullTextPDF/2019/20193035305.pdf [CABdirect_log.txt](https://github.com/emory-libraries/ezpaarse-platforms/files/3095553/CABdirect_log.txt) Status: Issue closed username_2: ### Example:star::star: : https://login.proxy.library.emory.edu/login?url=http://www.cabdirect.org/ http://discovere.emory.edu/discovere:default_scope:01EMORY_ALMA51297034950002486 ### Priority: Medium ### Subscriber (Library): Woodruff Status: Issue closed username_1: ### Example:star::star: : https://login.proxy.library.emory.edu/login?url=http://www.cabdirect.org/ http://discovere.emory.edu/discovere:default_scope:01EMORY_ALMA51297034950002486 ### Priority: Medium ### Subscriber (Library): Woodruff Status: Issue closed
ConnectyCube/connectycube-web-samples
873313336
Title: Problem when send messages between Vuejs Project (JS) and Flutter APP Question: username_0: I got one problem: When i send a message to mobile app in Flutter, i give a undefined error on console and the Connectycube Javascript bricks, so I need to reload the page to everthing goes back to normal. Like the image following: ![err](https://user-images.githubusercontent.com/63327237/116753565-a66d9c80-a9dd-11eb-88e1-fb72c61b69c8.PNG) When I use the chat on desktop version, in VueJs, nothing wrong happens. Any idea of what's wrong? Answers: username_0: ![2](https://user-images.githubusercontent.com/63327237/116753782-049a7f80-a9de-11eb-9d66-9763f33acb21.PNG) username_0: An on mobile APP i got a "EMPTY" message, like following: ![WhatsApp Image 2021-04-30 at 6 02 21 PM](https://user-images.githubusercontent.com/63327237/116753908-41667680-a9de-11eb-87e6-1e33354e296f.jpeg) username_0: ![image](https://user-images.githubusercontent.com/63327237/117151321-5735bc00-ad8f-11eb-9262-28552f8d3ea8.png) this is the callback typing listener ![image](https://user-images.githubusercontent.com/63327237/117151398-6ae12280-ad8f-11eb-8873-a3e192fe959f.png) and this is the problem when i press "send" on flutter username_0: the problem occours with the default flutter example too username_0: I havo no time to wait... username_0: Hi there! any updates? username_1: @username_0 the log does look well, we are checking for more what version of JS SDK you use? username_1: Also, can you click on the 1st stack trace line and see what will it display. Then please share this peace of code. Cause It's nor clear where it found 'length' operator, as we do not see any of it inside SDK username_0: ![image](https://user-images.githubusercontent.com/63327237/117308025-7ef05700-ae57-11eb-9caf-daa2084ea604.png) the sdk version is 3.9.0 i think, i'd installed by npm install username_0: I think its something wrong with the callback from flutter to web (I THINK). the only callback from flutter to web that its working is the Typing callback. To see it working, i need to let the chat opened on flutter before open the web chat. Because if I open the chat with the web version already running, i got some "length" errors. So, this is the callback: ![image](https://user-images.githubusercontent.com/63327237/117309937-4782aa00-ae59-11eb-8160-78d0dba8cb70.png) Do you see? i Dont receive the Dialog_id on callback. username_0: ![image](https://user-images.githubusercontent.com/63327237/117310799-00e17f80-ae5a-11eb-9405-705566e5690d.png) Dependencies, Vue Version, etc username_1: @username_0 can you please do this https://github.com/ConnectyCube/connectycube-web-samples/issues/93#issuecomment-833526073 username_0: Sorry ![image](https://user-images.githubusercontent.com/63327237/117321121-3dfe3f80-ae63-11eb-896f-8fab130eefe1.png) the full trace here username_1: no, I mean something diff <img width="1063" alt="Screenshot 2021-05-06 at 18 11 11" src="https://user-images.githubusercontent.com/39332586/117322297-8d119800-ae96-11eb-9ca5-2582827be2c1.png"> Click on it and then share what you see username_0: here is the error and the trace: ![image](https://user-images.githubusercontent.com/63327237/117332788-a0a90880-ae6e-11eb-9968-936ad9278b16.png) trace: ![image](https://user-images.githubusercontent.com/63327237/117332820-aa327080-ae6e-11eb-94e2-49b182f0e7da.png) username_1: @username_0 could you please also scroll to the right to see the exact place it fails - lime 692 username_0: ![image](https://user-images.githubusercontent.com/63327237/117370717-33609c00-ae9d-11eb-9992-e895b6e77788.png) there is no other relevant information at the right side, i think username_0: Do you have good news? username_1: @username_0 I brought Flutter dev to check the issue, we are working together towards the resolution Will update you around tomorrow username_1: So the root cause is ``` /node_modules/connectycube/lib/messaging/cubeChatInternalUtils.js:195 if (extraParams.children[c].children.length === 1) { TypeError: Cannot read property 'length' of undefined ``` username_1: <img width="621" alt="Screenshot 2021-05-12 at 14 12 06" src="https://user-images.githubusercontent.com/39332586/117966061-296eeb00-b32c-11eb-91be-420e773d7bfd.png"> the root cause seems relates to an extra line break symbol which comes as a part of XML from Flutter side I will talk to Flutter dev to fix it at Flutter SDK side username_1: @username_2 please adjust if possible at Flutter side username_0: We had to stop the project because the is the main functionality of our app (chat and video). Can you please update as soon as possible? What i need to do here? just update the flutter packages? Thanks in advance username_2: We will do it at tomorrow morning. I made fixes today, tomorrow we will check them together with JS team one more time and if all ok I publish new version of Flutter SDK. username_1: @username_0 - new JS SDK with Flutter SDK interop support is released https://github.com/ConnectyCube/connectycube-js-sdk-releases/releases/tag/3.9.2 - new Flutter SDK to be release in 1-2h username_2: @username_0 we released version [2.0.0-nullsafety.4](https://pub.dev/packages/connectycube_sdk/versions/2.0.0-nullsafety.4) with required fixes. Please use it with updated JS SDK. username_0: @username_1 @username_2 thank you both. I'll update the SDK js and flutter. username_0: I'm facing a lot of problems by updating the flutter from 1.22 to 2.0.6, because you made the update requires Dart 2.12! did you have a updated Code example of chat in flutter? username_0: My entire project was developed thinking to use the flutter 1.22, i don't have time to update all username_0: I need to apply this fix on connectycube_sdk: ^1.1.2, if its only a extra breakline on xml, am i able to fix by myself? username_0: Everybody whose used the example app based on dart 2.10 needs to update to flutter 2? i dont have time to do it, seriously. username_2: @username_0 unfortunately, you can't fix it by yourself. But we updated our Chat sample for the nullsafety feature support in branch [null_safety](https://github.com/ConnectyCube/connectycube-flutter-samples/tree/feature/null_safety) and you can use it for your tests (don't forget to update the connectycube_sdk there to the latest version). username_0: But our app is all based on Dart 2.10, we cant update to dart 2.12 and flutter too. can you please make the changes for the dart 2.10? username_0: We were not advised that this update would depend of dart 2.12. We were not waiting for it. username_2: it doesn't make sense, all apps in near future will be updated to dart 2.12
crystal-lang/crystal
153671408
Title: Can't compile class level proc initializer Question: username_0: I found crash in compiler version 0.16.0 [fc89c1a] for class level proc initializers. For example ```crystal class A @f = ->() { p 1 } getter f end A.new.f.call ``` fails to compile with ``` Error in ./temp.cr:2: instantiating 'p(Int32)' @f = ->() { p 1 } ^ in /opt/crystal/src/kernel.cr:4: instantiating 'IO::FileDescriptor:Class#new(Int32)' STDOUT = (IO::FileDescriptor.new(1, blocking: LibC.isatty(1) == 0)).tap { |f| f.flush_on_newline = true } ^~~ instantiating 'new(Int32, Bool, Bool)' instantiating 'IO::FileDescriptor#initialize(Int32, Bool, Bool)' in /opt/crystal/src/io/file_descriptor.cr:26: class variable '@@eb' of Scheduler must be Event::Base, not Nil @read_event = Scheduler.create_fd_read_event(self, @edge_triggerable) ^~~~~~~~~~~~~~~~~~~~ ``` Status: Issue closed Answers: username_1: Hi, thanks for reporting this. While fixing this I found another bug and fixed it too, the commit just before the one that fixes this :-) This now works, but you'll have to say what's the type of `@f`. One way to do it is: ```crystal class A @f = Proc(Void).new { p 1 } getter f end A.new.f.call ``` The other fix I'm commenting is that this used to compile fine: ```crystal class A @f = ->{ -1.abs } getter f end A.new.f.call ``` but it shouldn't, because the compiler can't (easily) infer the type of `@f`. However, the compiler wrongly applied the old type inference algorithm here.
LeoneBacciu/django-email-verification
717551241
Title: Empty token Question: username_0: Hi, I try to use django-email-verification, but when I receive the email, there is no token. Here is what I receive: `<h2>Please click <a href="./#NOP" onclick="return false" rel="noreferrer">here</a> to confirm your account</h2>` When looking at Confirm.py, line 59, I notice that the condition `k is verify` is never met, then the link remains empty: `if k is verify and v[0][0][1][0]:` `.........addr = str(v[0][0][0])` `.........link = domain + addr[0: addr.index('%')] + token` I don't really understand the code, but k seems to be view names, while verify is a function. Maybe there is some python voodoo here that I don't understand. Any idea here? I also noticed some "en" prefixes. Could it be linked with the use of i18n? Thanks for any help. Answers: username_0: Sorry, I was being stupid and tried to test before adding the url target for the email link. Issue can be deleted. Status: Issue closed
backend-br/vagas
511529638
Title: [São Paulo/SP] .NET Developer na Boxnet Question: username_0: A Boxnet é a mais preparada empresa de serviços de informação do mercado brasileiro. Somos especializados em monitorar, coletar e organizar de forma estratégica a nossos clientes, um enorme volume de informações publicadas nas mídias locais, nacionais e até internacionais, sejam emissoras de TV, de rádio, jornais, revistas ou internet. Atuamos desde 2003, realizando tratamento criterioso dessas informações em tempo real, em regime 24/7, integrando diversas bases de dados, combinando tecnologia de última geração e recursos humanos de alta especialização. • Contratação: CLT • Horário de Trabalho: 08h às 17h • Local de Trabalho: Ao lado do Metro Paraíso Vaga 1 Analista de Desenvolvimento .NET Júnior Conhecimento técnico obrigatório: - .NET Framework com C# - ASP.NET - SQL SERVER - Javascript - Angular JS (Desejável) Vaga 2 Analista de Desenvolvimento .NET Pleno Conhecimento técnico obrigatório: - .NET Framework/Core com C# - ASP.NET WebForms / ASP.NET MVC - SQL SERVER - CRUD, procedures, triggers, consultas mais complexas - Javascript - Windows Service - Angular JS - AWS (S3, EC2) (Desejável) - SSIS - Integration Service (Desejável) Enviar email para <EMAIL> com o titulo da vaga desejada<issue_closed> Status: Issue closed
wso2/docs-ei
462500951
Title: Add content to the Architecture page Question: username_0: **Description:** Adding documentation on the architecture of the Streaming Integration profile. **Suggested Labels:** Streaming-Integration docs **Affected Product Version:** EI 7.0.0 **Link** https://github.com/wso2/docs-ei/blob/master/en/streaming-integrator/docs/overview/architecture.md Answers: username_0: Completed this for the EI 7.0.0 release. Status: Issue closed
the-blue-alliance/the-blue-alliance-ios
535822267
Title: Fix Invalid parameter not satisfying: dataSourceSnapshot.numberOfSections == sectionIdentifiers.count Question: username_0: Crash looks like it happened in `MyTBAViewController` https://console.firebase.google.com/project/tbatv-prod-hrd/crashlytics/app/ios:com.the-blue-alliance.tba/issues/dc64f4eea999cd6d534a1ce1f4630893 `Invalid parameter not satisfying: dataSourceSnapshot.numberOfSections == sectionIdentifiers.count` ``` Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x1af88d80c __exceptionPreprocess 1 libobjc.A.dylib 0x1af5b5fa4 objc_exception_throw 2 CoreFoundation 0x1af78fc4c +[_CFXNotificationTokenRegistration keyCallbacks] 3 Foundation 0x1afc140d4 -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:] 4 UIKitCore 0x1b3129448 -[__UIDiffableDataSource _commitUpdate:completion:] 5 UIKitCore 0x1b3124f48 -[__UIDiffableDataSource appendSectionsWithIdentifiers:] 6 libswiftUIKit.dylib 0x1e497e814 NSDiffableDataSourceSnapshot.appendSections(_:) 7 The Blue Alliance 0x102286ab8 specialized NSDiffableDataSourceSnapshot.insertSection(_:atIndex:) + 18 (NSDiffableDataSourceSnapshot+TBA.swift:18) 8 The Blue Alliance 0x1022248a8 closure #1 in MyTBATableViewController.updateObject(_:for:) + 345 (MyTBATableViewController.swift:345) 9 The Blue Alliance 0x102261a10 thunk for @escaping @callee_guaranteed () -> () (<compiler-generated>) 10 Foundation 0x1afc52430 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ 11 Foundation 0x1afb5c168 -[NSBlockOperation main] 12 Foundation 0x1afc546b8 __NSOPERATION_IS_INVOKING_MAIN__ 13 Foundation 0x1afb5be00 -[NSOperation start] 14 Foundation 0x1afc550b0 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ 15 Foundation 0x1afc54b7c __NSOQSchedule_f 16 libdispatch.dylib 0x1af55a610 _dispatch_call_block_and_release 17 libdispatch.dylib 0x1af55b184 _dispatch_client_callout 18 libdispatch.dylib 0x1af50d190 _dispatch_main_queue_callback_4CF$VARIANT$mp 19 CoreFoundation 0x1af80b3a8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ 20 CoreFoundation 0x1af80639c __CFRunLoopRun 21 CoreFoundation 0x1af8058a0 CFRunLoopRunSpecific 22 GraphicsServices 0x1b975d328 GSEventRunModal 23 UIKitCore 0x1b38f6740 UIApplicationMain 24 The Blue Alliance 0x1021f094c main + 9 (main.swift:9) 25 libdyld.dylib 0x1af690360 start ``` Status: Issue closed Answers: username_0: Crash looks like it happened in `MyTBAViewController` https://console.firebase.google.com/project/tbatv-prod-hrd/crashlytics/app/ios:com.the-blue-alliance.tba/issues/dc64f4eea999cd6d534a1ce1f4630893 `Invalid parameter not satisfying: dataSourceSnapshot.numberOfSections == sectionIdentifiers.count` ``` Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x1af88d80c __exceptionPreprocess 1 libobjc.A.dylib 0x1af5b5fa4 objc_exception_throw 2 CoreFoundation 0x1af78fc4c +[_CFXNotificationTokenRegistration keyCallbacks] 3 Foundation 0x1afc140d4 -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:] 4 UIKitCore 0x1b3129448 -[__UIDiffableDataSource _commitUpdate:completion:] 5 UIKitCore 0x1b3124f48 -[__UIDiffableDataSource appendSectionsWithIdentifiers:] 6 libswiftUIKit.dylib 0x1e497e814 NSDiffableDataSourceSnapshot.appendSections(_:) 7 The Blue Alliance 0x102286ab8 specialized NSDiffableDataSourceSnapshot.insertSection(_:atIndex:) + 18 (NSDiffableDataSourceSnapshot+TBA.swift:18) 8 The Blue Alliance 0x1022248a8 closure #1 in MyTBATableViewController.updateObject(_:for:) + 345 (MyTBATableViewController.swift:345) 9 The Blue Alliance 0x102261a10 thunk for @escaping @callee_guaranteed () -> () (<compiler-generated>) 10 Foundation 0x1afc52430 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ 11 Foundation 0x1afb5c168 -[NSBlockOperation main] 12 Foundation 0x1afc546b8 __NSOPERATION_IS_INVOKING_MAIN__ 13 Foundation 0x1afb5be00 -[NSOperation start] 14 Foundation 0x1afc550b0 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ 15 Foundation 0x1afc54b7c __NSOQSchedule_f 16 libdispatch.dylib 0x1af55a610 _dispatch_call_block_and_release 17 libdispatch.dylib 0x1af55b184 _dispatch_client_callout 18 libdispatch.dylib 0x1af50d190 _dispatch_main_queue_callback_4CF$VARIANT$mp 19 CoreFoundation 0x1af80b3a8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ 20 CoreFoundation 0x1af80639c __CFRunLoopRun 21 CoreFoundation 0x1af8058a0 CFRunLoopRunSpecific 22 GraphicsServices 0x1b975d328 GSEventRunModal 23 UIKitCore 0x1b38f6740 UIApplicationMain 24 The Blue Alliance 0x1021f094c main + 9 (main.swift:9) 25 libdyld.dylib 0x1af690360 start ``` username_0: This is back - we are crashing when people are focused in the MyTBA view username_0: Ah okay - I might know what this is. We should be more careful about calling `appendSections` - calling it multiple times will cause this bug. Status: Issue closed username_0: https://github.com/the-blue-alliance/the-blue-alliance-ios/pull/772
facebook/react-native
816954959
Title: java.lang.RuntimeException : android.os.TransactionTooLargeException Question: username_0: Intent will report without any data java.lang.RuntimeException : android.os.TransactionTooLargeException : data parcel size 655692 bytes Answers: username_0: The current page data is more than 2 megabytes username_0: The current page data is more than 2 megabytes, and the startacitvity Android page is downloaded from the current page Status: Issue closed username_0: Intent will report without any data java.lang.RuntimeException : android.os.TransactionTooLargeException : data parcel size 655692 bytes username_1: If we avoid passing the bulk data via params while navigating to the other screen we can reduce this kind of crashes
Holzhaus/mixxx-gh-issue-migration
873402330
Title: ION Discover DJ: controller's lights no longer respond to script Question: username_0: The ION Discover DJ controller's lights (SYNC, REV, CUE, PLAY) no longer respond to script. They stay lit always on Mixxx 2.2.0 Alpha. Otherwise, the controller seems to work fine. I have played around with changing the CUE mode to MIXXX mode, PIONEER mode, CUPS mode, etc. Changing CUE mode does not make the lights work correctly again.
sul-dlss/technical-metadata-service
569147640
Title: Properties to extract for A/V formats Question: username_0: A/V formats generally consist of a container and then streams or tracks within the container. We should extract technical metadata at both levels: container and stream. The characteristics of each stream has an impact on player compatibility, with some playback and editing applications supporting only a limited subset of stream types within a given container. So you might find VLC plays almost any MOV file, but another player only plays MOV files with a particular codec, chroma subsampling, number of audio tracks, etc. The set of fields listed here is based largely on the properties Stanford's media lab currently extracts on their own, prior to accessioning (listed [here](https://docs.google.com/spreadsheets/d/12W5aqE68xZh5SW7Vzr04uzR8-rMKE3r4_UR7M-RTXCo/edit#gid=1513550010)). I've updated that list with what I think are the current mediainfo field names for the same properties, plus added a small number of additional fields based on my own experience with digital A/V preservation. For the container (mediainfo calls this track "General"): ``` "@type": "General" "VideoCount": "AudioCount": "TextCount": "OtherCount": "FileExtension": "Format": "Format_Profile": "CodecID": "Duration": "FrameRate": "Encoded_Date": ``` For video streams: ``` "@type": "Video" "StreamOrder": "ID": "Format": "Format_Profile": "CodecID": "Width": "Height": "DisplayAspectRatio": "PixelAspectRatio: "FrameRate": "ColorSpace": "ChromaSubsampling": "BitDepth": "Language": "StreamSize": "Standard": ``` For audio streams: ``` "@type": "Audio" "StreamOrder": "ID": "Format": "Format_Profile": "CodecID": "Channels": "SamplingRate": "BitDepth": "StreamSize": ``` [Truncated] For other streams ("other" is a defined type, often turns out to be a timecode track): ``` "@type": "Other", "StreamOrder": "ID": "Type": Format": "Title": ``` Notes - To get a list of all fields that mediainfo could potentially extract if they exist in a given file, run ```mediainfo --Info-parameters``` - To get a list of all the properties (not just the default output) mediainfo can extract for a specific file in JSON format, run ```mediainfo -f --Output=JSON [file]``` - It's also possible to request specific properties by passing in a configuration file. Sytax for this can be a bit tricky. See the help available with ```mediainfo --help-output``` - Not all stream types or properties we want will exist in a given file Answers: username_1: @username_0 Can you point to or create a **small** example of a container(s) that contain a video, audio, text, and other track for testing/development? username_0: I will track down some samples. If only I could search the techMD for existing items in the repository ... username_1: @username_0 What mimetypes should run through mediainfo? `video/*` and `audio/*`? username_0: Yes to those. I'll check to see if there's any others but I think that probably covers it. username_0: I've started putting samples in the staging environment at: ```/dor/staging/techmd-samples``` There's currently a small video with multiple streams in the ```audio-video``` folder. Status: Issue closed