repo_name
stringlengths
4
136
issue_id
stringlengths
5
10
text
stringlengths
37
4.84M
BeamMW/beam
598961648
Title: Status notifications: think if activate and activated are good words Answers: username_1: It makes more sense to say "reactivate" instead of "activate" so users understand that they're republishing the same expired address ![Screen Shot 2020-04-13 at 11 30 24 AM](https://user-images.githubusercontent.com/41215180/79146385-569b4380-7d90-11ea-8422-8bfee705e524.png)
nightwatchjs/nightwatch
340973878
Title: section in page object cannot return selector in a function Question: username_0: <H3>Environment</H3> <ul> <li>nightwatch: ^0.9.21</li> <li>node: v9.11.1,</li> <li>chrome</li> </ul> Where is a problem: page-object: ``` url: config.url, sections: { dropdown: { selector: 'span[class="selection"]', elements: { inner: 'span[class="selection"] > span', list: 'ul[class="select2-results__options"]', first: 'ul[class="select2-results__options"] li:first-child', last: 'ul[class="select2-results__options"] li:last-child', }, }, }, ``` ``` const myPage = browser.page.mypage() const section = myPage.section.dropdown section.expect.element('@list').to.be.visible ``` What i expect: ``` Expected element <ul[class="select2-results__options"]> to be visible - condition was met in 29ms ``` What i get: ``` Expected element <Section[name=dropdown],Element[name=@list]> to be visible - element was not found - expected "visible" but got: "not found" ``` Answers: username_1: Please try the new version v1.0.7. Status: Issue closed
slateci/slate-client-server
429425314
Title: Malformed (non-base64) secret data is not detected cleanly. Question: username_0: If a secret creation request arrives with un-encoded values in the contents map a crash will occur when base64 decoding is performed. There should at least be a check that each value contains only valid base64 characters which returns a clear error message on failure. Status: Issue closed Answers: username_0: The server will now scan secret values for obvious signs of not being base64 encoded and reject them accordingly.
bcgov/range-web
502266342
Title: Pastures | On create pasture, Private Land Deduction default is not setting Question: username_0: Default is 0 The default is required or it generates an error that prevent saving the plan Answers: username_0: @username_1 Definitely setting default to 0. I am curious though...if the field is blank (like say I had a value there and then I deleted it) does that = 0 for the purposes of the schedule calculation? I just want to confirm that if that field is blank it doesn't create an error when doing schedule AUM calculation math. Thinking you're probably all over that and handling it with some sort of IF statement that captures the "" value and uses a 0 in the math. Can your confirm that no error will be generated by a blank field here? I can create a new issue if needed. Thx username_1: @username_0 Yep, it looks like it handles blank values as 0. I did notice that the grazing schedule wasn't actually updating its calculations when the pld value was changes, so I pushed a fix for that. Status: Issue closed
code-paw/bling-souq
166591816
Title: Cannot add webhook for code-paw/bling-souk Question: username_0: ![screenshot 2016-07-20 19 43 36](https://cloud.githubusercontent.com/assets/3686662/16989591/6f254042-4eb2-11e6-97ee-8220ba803ab3.png) Answers: username_0: ![screenshot 2016-07-20 19 43 36](https://cloud.githubusercontent.com/assets/3686662/16989591/6f254042-4eb2-11e6-97ee-8220ba803ab3.png) username_1: Both of us have admin access by default, there is a pre-existing web-hook for waffle [here](https://github.com/code-paw/bling-souq/settings/hooks), you might want to try resetting it. username_1: The should have been fixed now, if the error modal shows up at the bottom of the project board, opt to not see it again. Status: Issue closed
dpa99c/cordova-plugin-firebasex
530184623
Title: window.FirebasePlugin.grantPermission(function(hasPermission){ returns null on IOS device Question: username_0: I am using this plugin, Android is everything working fine IOS it is not working when I try to call window.FirebasePlugin.grantPermission(function(hasPermission){ hasPermission returns null; Could you help in resolving it Thanks Answers: username_1: Are you calling `window.FirebasePlugin.grantPermission` or `hasPermission` in Cordova `deviceready` event? username_0: window.FirebasePlugin.grantPermission username_1: You didn't understood my question @username_0 ```jabascript document.addEventListener("deviceready", function() { // your ios code }, false); ``` I'm asking that if your code (which you posted above) is being called/executed inside the above similar code of `deviceready` event? username_0: I am calling like this this.platform.ready().then(() => { if(this.platform.is('ios')){ //My above code here } } username_0: window.FirebasePlugin.setScreenName() window.FirebasePlugin.setUserId() these functions are not working in IOS it says can not read the property setScreenName of undefined username_2: You can only call `grantPermission()` if `hasPermission()` returns `false`: window.FirebasePlugin.hasPermission(function(hasPermission){ if(!hasPermission){ window.FirebasePlugin.grantPermission(function(permissionGranted){ if(permissionGranted){ console.log("Permission granted"); }else{ console.warn("Permission denied"); } }); }else{ console.log("Permission already granted"); } }); Please see the [example project](https://github.com/username_2/cordova-plugin-firebasex-test) for a [working code example](https://github.com/username_2/cordova-plugin-firebasex-test/blob/master/www/js/index.js#L189). Status: Issue closed username_2: Please build and run the [example project](https://github.com/username_2/cordova-plugin-firebasex-test) to verify that [the usage](https://github.com/username_2/cordova-plugin-firebasex-test/blob/master/www/js/index.js#L422) of these functions work fine on iOS username_3: @username_2 Is it possible to call hasPermission and grantPermission outside the device ready. I already call it on the device ready. I was wondering what if the user click the "Don't Allow" on the first prompt. I was planning to call it upon clicking a certain button on the app like a toggle button that on and off the permission Thank you so much in advance!
Shahil98/SE_Fall20_Project-1
727518217
Title: Create a login page for the centralized dashboard Question: username_0: I have added the initial files for the web application. We can reference our previous project to build the web app. I think we should follow a similar design. I will also add a navbar to all pages so the web app is consistent. Status: Issue closed Answers: username_0: I have added the initial files for the web application. We can reference our previous project to build the web app. I think we should follow a similar design. I will also add a navbar to all pages so the web app is consistent. Status: Issue closed
mpc-hc/mpc-hc.org
316104789
Title: Could you pay more attention to Chinese users? Question: username_0: I never find online Chinese subtitles by mpc. I know this is not your problem ,but I hope you can recommend a few online Chinese subtitles website in setting ,even if there is only one。 Status: Issue closed Answers: username_1: Not the right place to report things.
jonsy92/fitraspi
175867861
Title: To Do´s for Daniel Question: username_0: Hey Digga, hier mal einige To Do´s für heute. - Implementierung der Funktion **calc_age** - Anlage 1. einer grafischen Oberfläche (Formular) , auf dem man alle Parameter für den Konstruktor und die restlichen Methoden eingeben kann. 2.Einiger Buttons, mit denen du die Rückgabewerte der Funktionen ausrechnen und anschließend auf Labels oder Textboxen ausgeben kannst. - wenn du alles angelegt hast, kannst du ja mal über die buttons einen Athleten instanziieren und alle Methoden testen ;) Answers: username_0: Als Zusatztipp : https://msdn.microsoft.com/de-de/library/system.datetime.now(v=vs.110).aspx 👍 Status: Issue closed
ant-design/ant-design
389165200
Title: table在ie9,ie10下显示复选框的时候报错(无法获取未定义或 null 引用的属性“store”) Question: username_0: - [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Version 3.5.4 ### Environment IE9,IE10, react16.6.0 ### Reproduction link [https://ant.design/components/table-cn/#components-table-demo-row-selection-and-operation](https://ant.design/components/table-cn/#components-table-demo-row-selection-and-operation) ### Steps to reproduce 页面崩溃 ### What is expected? 页面正常显示 ### What is actually happening? 页面崩溃 <!-- generated by ant-design-issue-helper. DO NOT REMOVE --> Answers: username_0: 使用网站链接代码,在IE9,IE10下都出现页面崩溃现象 username_1: 说实在的,ie11 以前的浏览器都不大会去兼容了,这条 `issue` 可能很难跟进。 username_2: IE9/10 我们还是会支持的。 username_3: Because I don't have a win pc, could you show me some error stack about crash ? Status: Issue closed
htanivar/dockerfiles
479206541
Title: Unable to delete docker image: image has dependent child images Question: username_0: https://stackoverflow.com/questions/38118791/can-t-delete-docker-image-with-dependent-child-images Answers: username_0: https://stackoverflow.com/questions/38118791/can-t-delete-docker-image-with-dependent-child-images username_0: docker inspect --format='{{.Id}} {{.Parent}}' \ $(docker images --filter since=<imageid> --quiet) Status: Issue closed
joemaller/version-everything
258368023
Title: Error trying to add package-lock.json Question: username_0: One workaround is to `rm package-lock.json` from the `preversion` script. Seems like there should be a better way. This might just be a problem with NPM, though I bet it's intentional. Answers: username_0: One workaround is to `rm package-lock.json` from the `preversion` script. Seems like there should be a better way. This might just be a problem with NPM, though I bet it's intentional. username_0: Question: Between steps 1 & 2, is `.gitignore` committed to the repo? Probably yes, but I don't remember.
pandeiro245/245cloud
963188045
Title: 音楽検索のところのfa-youtubeとかのFontAwesomeが表示されていない Question: username_0: ![image](https://user-images.githubusercontent.com/125965/128594702-c119762c-ba96-47c2-b31a-6f7c51181289.png) Answers: username_0: ``` nishiko:~/environment (issue-430) $ git grep awesome Gemfile:gem 'font-awesome-sass' Gemfile:gem 'awesome_print' Gemfile.lock: awesome_print (1.8.0) Gemfile.lock: font-awesome-sass (5.11.2) Gemfile.lock: awesome_print Gemfile.lock: font-awesome-sass app/assets/stylesheets/fontawesome_import.css.scss:@import "font-awesome-sprockets"; app/assets/stylesheets/fontawesome_import.css.scss:@import "font-awesome"; ``` username_0: ![image](https://user-images.githubusercontent.com/125965/128595646-a9269644-47fc-4a35-841e-8fabf780cc16.png) font-awesome、CDN使ってみたりしてもうまく行かなかったのでテキストにした
naturalis/asterid-phylo-comp
115055357
Title: Perform Bayesian analysis Question: username_0: Given a final taxon selection subsequent to issue #1, create a supermatrix for the selected taxa and run `smrt bbinfer` on it using ExaBayes. This results in a consensus topology and a set of trees. We will use these trees for comparative analysis. Answers: username_0: As of commit 1158756d8a55f5e6d9fa0777faf96411f29dc401 we have a matrix that merges four markers (rbcL, matK, rps16 and ndhF). An initial test using `smrt bbinfer` shows rapid convergence. username_0: As of commit <PASSWORD> we have the resulting posterior sample produced by exabayes using `smrt bbinfer`. Note that the tip labels are NCBI taxon IDs, that the trees are unrooted, and that the trees include the burnin. username_0: As of commit 4eaecbff74b04398a4b382a45fae87a73743c25e the tree sample is rerooted on Cornales. Status: Issue closed
CityOfZion/neon-js
628059807
Title: new wallet.Account is taking too long to complete in React Native Question: username_0: I am currently using neon-js on React Native to allow users to create/open their wallets. I typically use the following lines of code: ``` const createWallet = async () => { const privateKey = await Neon.decrypt.privateKey(wallet.data.key, wallet.data.hash) const newWallet = await new wallet.Account(privateKey) return newWallet } ``` The problem is that these lines can take up to 5 entire minutes in order to execute. Can the Account constructor be optimized? Answers: username_1: I would guess that the decryption is taking up most of the time. I am assuming you are running on a mobile device (since you are using RN) which is underpowered for decrypting keys. Status: Issue closed
mmanela/chutzpah
42844154
Title: Unable to integrate mockjax with chutzpah Question: username_0: <b>pshaikh10[CodePlex]</b> <br />Hi Matthew, I am using mockjax to mock my ajax call for services. when i am setting my service response in responseText and setting async false in ajax setting then my testcases are working in both chutzpah and browser. But when i am storing my service response in .json file and setting proxy property of mockjax (which take path of .json file) then my testcases are failing because i am not coming in callback function. but my service is returning proper data (i have check data in firebug). Please help me Test.js and Golbal.js are for first scenario Testproxy.js and GolbalProxy.js are for second scenario Thanks Answers: username_0: Closing issue. Original poster can re-open if not fixed. Status: Issue closed
google/blockly
405815187
Title: Filter out insertion markers in getDescendants and getChildren Question: username_0: ### Problem statement Insertion markers are returned when you query for a block's descendants/children, which is unexpected. ### Expected Behavior Blockly manages insertion markers internally, and developers calling our external APIs don't need to check for insertion markers. ### Actual Behavior Insertion markers are filtered out at workspace.getAllBlocks but not at lower levels. ### Additional Information Most of the work here is in figuring out where this filtering needs to happen. See https://github.com/google/blockly/pull/2243
koppen/redmine_github_hook
145072953
Title: ActiveRecord::RecordNotUnique when git has hash-collision. Question: username_0: ``` ActiveRecord::RecordNotUnique (Mysql2::Error: Duplicate entry '10-ef898a9dcfd82777da9eb9eb0bb3c9ece4ab1e1d' for key 'changesets_repos_rev': INSERT INTO `changesets` (`repository_id`, `revision`, `scmid`, `committer`, `commit_date`, `committed_on`, `comments`) VALUES (10, 'ef898a9dcfd82777da9eb9eb0bb3c9ece4ab1e1d', [snip]): app/models/repository/git.rb:218:in `save_revision' app/models/repository/git.rb:207:in `block (2 levels) in save_revisions' app/models/repository/git.rb:204:in `block in save_revisions' app/models/repository/git.rb:203:in `each' app/models/repository/git.rb:203:in `save_revisions' app/models/repository/git.rb:153:in `fetch_changesets' plugins/redmine_github_hook/app/services/github_hook/updater.rb:23:in `block in call' plugins/redmine_github_hook/app/services/github_hook/updater.rb:15:in `each' plugins/redmine_github_hook/app/services/github_hook/updater.rb:15:in `call' plugins/redmine_github_hook/app/controllers/github_hook_controller.rb:42:in `update_repository' plugins/redmine_github_hook/app/controllers/github_hook_controller.rb:8:in `index' lib/redmine/sudo_mode.rb:63:in `sudo_mode' ``` Answers: username_0: Very large repository causes this problem. After trying multiple execution, all changesets is inserted. Status: Issue closed
drush-ops/drush
238719932
Title: --field option not declared Question: username_0: Oddly, I am seeing the --field option when viewed via help but not when used. I think this is a useful option so lets keep it if possible: For example: 1. Good, DIsplays --field properly: `drush help user-information` 1. Bad, "Unknown option: --field": `drush user-information --uid=1 --field=user_status`<issue_closed> Status: Issue closed
2amigos/yii2-usuario
322508639
Title: [Bootstrap 4] Add class `show` to alerts Question: username_0: ### What steps will reproduce the problem? Use yii2-usario with bootstrap 4 ### What is the expected result? Alerts to show ### What do you get instead? Alerts are invisible I know you don't support bootstrap 4 at this point, but would it be able to add the class `show` to all alert windows for now, so they at least show up? All I get now during registration and stuff is white pages. And yes, I know I could override those pages ;) Answers: username_1: @username_2 should we create a version for B4? What do you think? username_2: I was about to, I also had it locally... but haven't had time to test and make few enhancements. Also, from what I've read Yii2.1 is now Yii3 (because they're now following Semver) so I didn't check all the stuff. I preferred to merge GDPR
angular/angular
181191347
Title: Unable to use ContentChildren with ngForTemplate Question: username_0: **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** Getting directives with `@ContentChildren` does not work when the directives were created using `ngForTemplate`. **Expected behavior** Directives instead repeated templates using `ngForTemplate` should be picked up by `@ContentChildren` like they would if you were using `ng-content`. **Minimal reproduction of the problem with instructions** https://plnkr.co/edit/pt3fgjvL7yREdHKWl8IZ?p=preview Check `src/app.ts`. You'll see that the `Marker` directive is being repeated by the template passed to `Repeater`, but `Repeater` cannot use `@ContentChildren` to query for `Marker`s. **What is the motivation / use case for changing the behavior?** In general, this seems like it should work. My specific use case is making a pair of components, each that use `ngForTemplate` with one used inside the others template. Together they allow filtering of a collection whose items have sub-items. One feature is that if all items have been filtered out (IE, not matching result) a message should be shown. I would assume the way to do this would be to query for items from the parent and subscribe to changes. **Please tell us about your environment:** Reproducible in Plunker. * **Angular version:** 2.0.X 2.0.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 ] Tested in Chrome * **Language:** TypeScript 2 * **Node (for AoT issues):** `node --version` = Answers: username_1: If you want to observe changes to directives rolled out by `ngFor` in your example, you would like to query for `ViewChildren` and not `ContentChildren`. In your plunker content is: ``` <template let-n> <marker>{{n}}</marker> </template> ``` while view: ``` <h2>Found {{markers?.length}} Marker Content Children</h2> <template ngFor [ngForOf]="items" [ngForTemplate]="tmpl"></template> ``` username_0: @username_1 I suspected that, but tried that as well (see updated plunker: https://plnkr.co/edit/pt3fgjvL7yREdHKWl8IZ?p=preview). If this is an issue with `ViewChildren` I'll update the issue to reflect that. username_2: I think I ran into this while exploring using `ViewChildren`/`ContentChildren` within custom structural directives. It appears `ViewChildren` and `ContentChildren` can't see into views created by `createEmbeddedView`. [Plunker here](https://plnkr.co/edit/FxmvTleSAsugxPVMznzD). Status: Issue closed username_4: So, there is still no way to use "ContentChildren" with views created using "createEmbeddedView"? @username_2
ray-project/ray
1016526560
Title: [Bug] ray install-nightly does not work on MAC os Question: username_0: ### Search before asking - [X] I searched the [issues](https://github.com/ray-project/ray/issues) and found no similar issues. ### Ray Component Ray Core ### What happened + What you expected to happen when trying to install nightly using ray install-nightly, the command fails since the link to the nightly wheel on macOS is incorrect: produced link: `https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-2.0.0.dev0-cp37-cp37m-macosx_10_13_intel.whl` actual link to nightly: `https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-2.0.0.dev0-cp37-cp37m-macosx_10_15_intel.whl` ### Reproduction script `ray install-nightly` ### Anything else _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! Answers: username_1: This is fixed in https://github.com/ray-project/ray/pull/17973, which isn't included in the latest released version. Status: Issue closed
netty/netty
290073080
Title: Writing an Http2 client with Http2MultiplexCodec Question: username_0: I'm trying to write an Http2 client using the new `Http2MultiplexCodec` API, and I'm struggling a bit, especially since there's still [no client example](https://github.com/netty/netty/tree/4.1/example/src/main/java/io/netty/example/http2/helloworld) using thew new API. Since it's still lacking some documentation, here's my understanding of the API -- please correct me if anything's wrong: - You bootstrap your client's `SocketChannel` pipeline by using a `Http2MultiplexCodecBuilder`. The `ChannelHandler`/`ChannelInitializer` that this builder takes is only used for _remotely_ created streams (server pushes?). - To send a new request from the client, you need to open a new `Http2StreamChannel`, accomplished by using the primary `SocketChannel` to create a new `Http2StreamChannelBootstrap`. The `ChannelHandler`/`ChannelInitializer` that you pass into this bootstrap will be used for the locally created stream. The problem I'm encountering is that all new locally created streams are using stream ID 0 (the stream ID [reserved for control messages](https://http2.github.io/http2-spec/#StreamIdentifiers)). I don't see a transparent way to change the ID, and I'd expect to not have to manage the current stream ID state by myself with the new API. Design wise, I find this a but clunky/confusing. I would rather declare my pipeline setup one time, as part of the `Http2MultiplexCodecBuilder` (similar to the server setup), rather than for every newly created stream. But that aside, is there anyway to correctly obtain new valid stream IDs (3, 5, etc.) for new client streams? And is there a working client example using `Http2MultiplexCodec` anywhere? Answers: username_0: Just noticed that part of the problem might be that the new API is not specifying the stream ID using `ExtensionHeaderNames.STREAM_ID` -- which I'm currently relying on. A working example would help a lot of this header is not being used anymore. username_1: For outbound streams the stream IDs are assigned by the codec at the appropriate time behind the scenes (e.g. when a frame is written which must transitions the stream to a non-idle state). username_1: The initial settings can be set in [Http2FrameCodecBuilder](https://github.com/netty/netty/blob/4.1/codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameCodecBuilder.java#L61-L64). You don't necessarily have to wait for the settings like in this example. However you should wait for the `Http2ConnectionPrefaceAndSettingsFrameWrittenEvent` user event on the client side before you start writing. username_0: Thanks, slowly working my way through this. I tried inserting a `ChannelInboundHandlerAdapter` after `Http2MultiplexCodec` (_forClient_) that overrides `userEventTriggered` and checks for `evt instanceof Http2ConnectionPrefaceAndSettingsFrameWrittenEvent` -- this does not seem to be reached. Also, on an unrelated note, I seem to be having an issue with multiple threads attempting to call `Http2StreamChannelBootstrap#open().syncUninterruptibly().getNow()`. The first thread works fine and I can write to the tail-end of the channel, the second one results in a `Write failed: java.nio.channels.ClosedChannelException`. username_2: @username_0 can you show some reproducer for the `CloseChannelException` ? Also the exact code you used for the client where you dont receive `Http2ConnectionPrefaceAndSettingsFrameWrittenEvent ` will help username_0: Sorry for the slow response. I spent some time trying to create a minimal/complete/verifiable example, and I was able to successfully recognize the `Http2ConnectionPrefaceAndSettingsFrameWrittenEvent` and bootstrap multiple new `Http2StreamChannel`s simultaneously -- so something's wrong somewhere in my specific application logic. I'll spend some time debugging it. Closing this out, thanks for the responses. Would still love to see an official Http2 client example still though. My attempt to reproduce is a bit hacky, but feel free to ping me if you think it'd be useful as a starting point. Status: Issue closed username_3: hi @username_0 and @username_2 I am struggling to write a client based on Http2MultiplexCodec too. Basically, I tried to modify the example/http2/client/Http2ClientInitializer. Here is how I added the Http2MultiplexCodec: `Http2ClientUpgradeCodec upgradeCodec = new Http2ClientUpgradeCodec( Http2MultiplexCodecBuilder .forClient(new SimpleChannelHandler()) .frameLogger(new Http2FrameLogger(INFO, Http2MultiplexClientInitializer.class)) .build() );` ` ch.pipeline().addLast(sourceCodec, upgradeHandler, new UpgradeRequestHandler(), new UserEventLogger());` However, it did not work. Mind if giving some hint? Thanks! username_3: Never mind. I found an example. username_4: Just wanted to bump this, is there an example for the new client API that someone can point me to? username_5: Same here. @username_3 could you share the example you have found? username_3: I developed our code based on http://codegists.com/snippet/java/multiplexcodeccleartexthttp2testjava_jprante_java username_6: Just in-case anyone finds this from Google (or elsewhere), codegists.com is dead however the mentioned example is available in [jprante/netty-http](https://github.com/jprante/netty-http).
MicrosoftDocs/azure-docs
919283870
Title: Using an image that is public on docker Question: username_0: I'm looking to use an image that's on Docker and public, and does not require a login. What should I do? https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image When I follow these instructions: ``` from azureml.core.environment import Environment # Create the environment myenv = Environment(name="myenv") # Enable Docker and reference an image myenv.docker.enabled = True myenv.docker.base_image = "python:3.9.5-slim-buster" ``` I get: `Authentication failed for Container Registry: hub.docker.com.` --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: cd073257-7b30-f956-05e1-3118db776efa * Version Independent ID: c4282d40-dc34-fbe5-fb59-b2329e9395b2 * Content: [Deploy models with custom Docker image - Azure Machine Learning](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image) * Content Source: [articles/machine-learning/how-to-deploy-custom-docker-image.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/machine-learning/how-to-deploy-custom-docker-image.md) * Service: **machine-learning** * Sub-service: **core** * GitHub Login: @saachigopal * Microsoft Alias: **sagopal** Answers: username_1: Thanks for the feedback! We are currently investigating and will update you shortly. username_1: @username_0 Hello David, are you seeing problem when you are using the default image? Could you please use the default image or one of the images Microsoft provides to see if the problem is specific to your image? I have no seen any problem in my end. So please do a quick check. username_0: I do not have a problem with the default image, or an image from a private repo. Only the public image. I _think_ I was able to get it to work by adding `"library/python:3.9.5-slim-buster"` Were you able to repro? Can you try the same? username_1: @username_0 Hello David, I can not reproduce this. Do you have a support plan? I can offer you a free support ticket for this issue if you don't have one to assign a support engineer looking into your case. Please feel free to share your Azure Subscription ID to me so that I can do it. username_1: Close this at this moment since we are working offline. We will now proceed to close this thread. If there are further questions regarding this matter, please respond here and @username_1 and we will gladly continue the discussion. Status: Issue closed
blackuy/react-native-twilio-video-webrtc
1155135809
Title: Unable to run project after installing this library Question: username_0: Searched in the following locations: - https://repo.maven.apache.org/maven2/org/webrtc/google-webrtc/1.0.30039/google-webrtc-1.0.30039.pom ### Environment - **Node.js version**: - **React Native version**:0.67.2 - **React Native platform + platform version**: iOS 9.0 ### react-native-twilio-video-webrtc **Version**: npm version or "master" Answers: username_1: Dupe of #593 Status: Issue closed
trailofbits/polyfile
766272622
Title: 济南天桥区泺口妹子真实找上门服务 Question: username_0: 济南天桥区泺口哪有特殊服务的洗浴【+V:781372524】年第四季度凯悦酒店集团宣布旗下首北兆龙饭店于日前开业,标志着品牌在亚洲的第一家精品生活方式酒店正式揭幕。兆龙饭店于年开业迎宾,历经数十载传承、蜕变与焕新,是首都地标性建筑之一。如今,凭借品牌的乐活旅行精神,及其对当地社区的热爱和悉心关怀,焕新亮相的首北兆龙饭店将以现代时尚的设计、精心打造的餐饮体验、可持续发展理念和轻松惬意的氛围为旅行者和本地居民提供玩乐和工作的精彩选择,品味独具一格的居停体验。首北兆龙饭店正门“随着酒店第四季度的揭幕,我们很高兴能在此欢迎环球旅行者的到来,和他们分享三里屯开放多元的街区文化,”首北兆龙饭店总经理宝拉女士说道,“无论是敢于创新和不拘一格的年轻一代,或是寻求社交空间的都市旅人,均可收获难忘的旅途体验。”年月日,首北兆龙饭店携手中国演员兼歌手熊梓淇举办焕新乐活夜活动,和千禧一代分享其所倡导的标志性生活方式。熊梓淇将担任首北兆龙饭店首任乐活体验官,即日起至月日入住的客人将获得特别设计的限量版明星房卡套,关注酒店官方微信公众号,更可观看来自熊梓淇的欢迎视频,与新锐偶像一同开启乐活之旅!首北兆龙饭店乐活体验官及酒店总经理宝拉女士于焕新乐活夜现场地处时尚街区三里屯核心地带,首北兆龙饭店距团结湖地铁站号线步行仅需分钟,信步可达三里屯酒吧街,毗邻三里屯使馆区,同时邻近中央商业购物区。距离距首都国际机场约分钟车程,距北京大兴国际机场约小时车程,旅行者可轻松便捷抵达。此外,首北兆龙饭店秉承品牌的绿色环保理念,提供特斯拉及其他车辆的丰富接送选择。酒店共设有间客房,融合活力的现代装饰与自然概念,以天然木材和植物材料营造大地色调和自然舒适的氛围,客房墙体以树木生长的年轮为符号,致敬酒店的历史和北京的岁月流转,也预示着酒店及整个街区的崭新开始。所有客房均设有英寸和游戏选项、音箱、特别设计的可移动咖啡和茶推车,及免费。旅行者还可在此尽享无忧入住办理,于轻食柜台享受免费欢迎特饮的同时办理入住手续,更可于期间同其他旅客畅聊趣事,自抵达首北兆龙饭店的那一刻起便可感受“家外之家”的惬意。首北兆龙饭店客房酒店二层设有极具个性的全日制餐厅及酒吧——,汇集全球潮流宾客和本地时尚人士,于新奇有趣的开放空间中庆祝、欢聚、畅谈。配备敞亮的户外露台、活力酒吧,并整合大堂、用餐区域及全日轻食柜台,为宾客营造全天候的休闲氛围。精选新鲜应季食材,融合本地风味与加利福尼亚菜系倡导的健康饮食理念和生活方式,同时供应意大利风味菜肴;酒吧则囊括精酿啤酒、葡萄酒、烈酒、招牌鸡尾酒和非酒精饮品等选择丰富的酒单,更有精心打造的欢乐时光,让宾客享用佳酿的同时亦能欣赏户外露台灯光表演,分享欢聚时刻。此外,汲取源自意大利米兰大学生欢乐时光的灵感,提供餐前小食服务,供应新鲜沙拉自助、意式烤面包、冷餐肉,佐以精选饮品。全日制餐厅及酒吧——首北兆龙饭店更为宾客打造了灵活的社交空间,将数字化与当地文化无缝融合,为宾客呈现活力四射的各种多媒体影像展示。步入酒店一层入口处的画廊,保存完好的年代乘风破浪大幅艺术品,竖屏滚动展示着的千禧一代儿时的游戏,加之现代艺术品穿插的展示,置身其中,亦有抵达灵魂深处的碰撞。阳光充沛的中庭,从三层降下的纱幕,夜幕降临时,为宾客们展示定制的老北京记忆的视听体验,灯、光、影、乐每一步的精心推敲,带我们重温不可抹去的儿时记忆。的户外露台亦配备光影秀,宾客可在惬意的环境中,享受当代生活方式带来的沉浸式唯美爱情故事体验,此处是举办浪漫庆典的新目的地。酒店一层画廊户外露台光影秀零售空间则精选独立设计师品牌,同时配备步行街,藉由商铺和沉浸式数字体验为所在街区注入新活力,结合悉心的设计照顾到各个年龄段客人的感受,在此尽享乐活方式。此外,社交空间中还包括设备先进的开放健身房,让宾客于平方米的空间中尽情体验丰富的有氧运动。首北兆龙饭店同时提供各类外带服务,将玩乐精神传递至周边街区,提供传统茶歇、时令水果、北京话梅糖及果汁等丰富选择,打造精彩时光。借焕新乐活夜活动之际,首北兆龙饭店现推出客房入住优惠,即日起至年月日,宾客可享受每晚客房起的优惠。更多详情,请致电(),或访问官方网站。首北兆龙饭店官方微信更多酒店图片,请查阅百度云盘链接:提取码:关于酒店凯悦酒店集团旗下品牌拥有超过年历史,其具有本土风情且不拘一格的独特体验已成为该品牌的经典标签。于年成立于旧金山,阳光加州赋予了品牌自由开放的精神,鼓励宾客体验当地的独特人文风情,享受充满趣味的旅行时光。品牌旗下每一家酒店都拥有独特的设计风格,旨在充分反映酒店所在地的文化特色。目前,品牌已在加州、芝加哥、伊利诺伊州、巴尔的摩、马里兰州和纽约等地开设精品酒店。如需更多信息,请访问。声明:中华娱乐网刊载此文出于传递更多信息之目的,并非意味着赞同其观点或证实其描述。版权归作者所有,更多同类文章敬请浏览:综合资讯穆褪怖承环https://github.com/trailofbits/polyfile/issues/1199?8400q <br />https://github.com/trailofbits/polyfile/issues/787?rqneb <br />https://github.com/trailofbits/polyfile/issues/825?ewcgo <br />https://github.com/trailofbits/polyfile/issues/1186?4mo5E <br />https://github.com/trailofbits/polyfile/issues/1198?ryuel <br />https://github.com/trailofbits/polyfile/issues/786?23995 <br />https://github.com/trailofbits/polyfile/issues/1342?51591 <br />qzvsyutluwjwqrymgmoejoegzcwxayzpolk
iamdevlinph/nextjs-firebase-v2
482773927
Title: Update next to 9 Question: username_0: When using `[email protected]` the pages on the deployed next.js app all resolve to 404. This is only fixed by downgrading to `[email protected]`. It seems like next 9 has many issues. Build using next 9: https://zeit.co/username_0/nextjs-firebase-v2/m6hejig4f Branch for reproduction: https://github.com/username_0/nextjs-firebase-v2/tree/next-9-route Related reads: - https://github.com/zeit/now-cli/issues/2654 - https://github.com/zeit/now-cli/issues/2638 - [Nextjs app with new 'dynamic routing' 404 when deployed w/ now](https://spectrum.chat/zeit/now/nextjs-app-with-new-dynamic-routing-404-when-deployed-w-now~7f74cc42-4a9c-466d-a6d2-16ded87a2ecc)
jggautier/dataverse-scripts
568032874
Title: Add error handling when "get_dataset_json_metadata.py" script is given PIDs of unpublished or deaccessioned datasets Question: username_0: get_dataset_json_metadata.py will try to get the JSON metadata of unpublished datasets and datasets whose versions are all deaccesionned, and it will fail and crash. Add error handling to report datasets whose metadata the script can't get (because I don't know how to use pyDataverse to get the metadata of unpublished datasets, and it seems like Dataverse allow for the retrieval of deaccessioned dataset versions) Answers: username_0: This is done with try/except Status: Issue closed
46bit/arcims_migration
99649301
Title: Decouple conversion from AXL to SQL+SLD from GeoServer API import Question: username_0: To keep the tooling flexible it'll be best if axl_sld_translator outputs a `layer_name.sql` and `layer_name.sld` file for each AXL `LAYER` converted. I can then have a second tool import each pair individually. This makes it easy to interfere where necessary with pipeline outputs. Answers: username_0: For API, http://boundlessgeo.com/2012/10/adding-layers-to-geoserver-using-the-rest-api/ Status: Issue closed
videojs/video.js
109108602
Title: Minified CSS-file 5.0 failing Question: username_0: Dear devs, It seems the minified stylesheet for video.js 5.0 is broken. When I use the CDN-hosted files as advised in the Quick Start, I get the result as shown in the image. This happens in all browsers and even when hosting the minified stylesheet local. ``` <link href="https://vjs.zencdn.net/5.0/video-js.min.css" rel="stylesheet"> <script src="https://vjs.zencdn.net/5.0/video.min.js"></script> ``` ![videojs](https://cloud.githubusercontent.com/assets/11296429/10196346/c578aac2-6792-11e5-9696-ce101b9af2c7.jpg) When I switch to the unminified version, the player does work as expected. ``` <link href="https://vjs.zencdn.net/5.0/video-js.css" rel="stylesheet"> <script src="https://vjs.zencdn.net/5.0/video.min.js"></script> ``` Answers: username_1: That's weird, there's a quote missing at `url('../font/1.3.0/VideoJS.eot?)` username_2: I ran into this same issue, and manually adding the quote fixed it. username_0: @username_2 Well, yes, that's true. But somebody should regenerate the one on the CDN ;) Status: Issue closed username_3: Fixed! (you may need to clear your browser cache) Sorry for the complication.
babel/babel
273139563
Title: Confused "export function" when the function has the same name as inner variable Question: username_0: ### Input Code My original code is here: ```js var add = 1; export function add() { add += 1; return add; } ``` And after babel-transform (you can try it on [babel/repl](https://babeljs.io/repl/#?babili=false&browsers=&build=&builtIns=false&code_lz=FANwhgTgBA5grgSwCZQLxQIwG5jAKYAeADgPYQAuUAZnAHYDG5CJtsiSAFAJRQDewUNsigBqdNmABfYEA&debug=false&circleciRepo=&evaluate=false&lineWrap=true&presets=es2015%2Creact%2Cstage-2&targets=&version=6.26.0)): ```js "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.add = add; var add = 1; function add() { exports.add = add += 1; return add; } ``` ### Expected Behavior When I import `add` function, I wanna this result: ```js add(); // return 2 add(); // return 3 ``` ### Current Behavior ```js add(); // return 2 add(); // Uncaught TypeError: add is not a function ``` I see the transformed code, when the first time I called `add` , it's a function, but in the function, the expression `exports.add = add += 1` make `exports.add` become a number. So I was confused Why babel think the "add" in my origin code "add += 1" is meaning "exports.add" not the inner varible add ? It's a bug or a feature? Answers: username_1: I *think* that it should throw also on the first call, since `import { add } from "....."` should return `2`. (node actually throws `SyntaxError: Identifier 'add' has already been declared`, so I may be wrong) Your code is equivalent to this one, which throws. ```js var add = 2; function add() {} export { add }; console.log(add); // 2 ``` --- Note that exported declarations are added to the scope, so you code in a CommonJS word would be ```js var add = 2; function add() { // ... } exports.add = add; ``` and not ```js var add = 2; exports.add = function add() { // ... } ``` Status: Issue closed username_1: @username_0 I'm clising this since it is the expected behavior. If I misunderstood the issue, comment and I'll reopen it.
appium/appium
228010768
Title: The swipe did not complete successfully Question: username_0: Appium v1.6.4; Genymotion mashine: HTC One - 4.2.2 - API 17 - 1080x1920; AndroidDriver version: 1.17.1; Java version is: 1.8.0_111; Host Ubuntu 16.04; Latest C# Driver. 2017-05-02 13:57:02:891 - info: [HTTP] <-- GET /wd/hub/session/5ed51c56-0eb2-4d72-9b82-3d6fe88db2b6/element/96/text 200 26 ms - 131 2017-05-02 13:57:02:894 - info: [HTTP] --> POST /wd/hub/session/5ed51c56-0eb2-4d72-9b82-3d6fe88db2b6/touch/perform {"actions":[{"action":"press","options":{"x":540,"y":443}},{"action":"wait","options":{"ms":450}},{"action":"moveTo","options":{"x":540,"y":1576}},{"action":"release"}]} 2017-05-02 13:57:02:895 - info: [debug] [MJSONWP] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":540,"y":443}},{"action":"wait","options":{"ms":450}},{"action":"moveTo","options":{"x":540,"y":1576}},{"action":"release"}],"5ed51c56-0eb2-4d72-9b82-3d6fe88db2b6"] 2017-05-02 13:57:02:896 - info: [debug] [AndroidBootstrap] Sending command to android: {"cmd":"action","action":"swipe","params":{"startX":540,"startY":443,"endX":540,"endY":1576,"steps":13}} 2017-05-02 13:57:02:898 - info: [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"action","action":"swipe","params":{"startX":540,"startY":443,"endX":540,"endY":1576,"steps":13}} 2017-05-02 13:57:02:899 - info: [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION 2017-05-02 13:57:02:899 - info: [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: swipe 2017-05-02 13:57:02:901 - info: [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Display bounds: [0,0][1080,1776] 2017-05-02 13:57:02:901 - info: [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Display bounds: [0,0][1080,1776] 2017-05-02 13:57:02:902 - info: [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Swiping from [x=540.0, y=443.0] to [x=540.0, y=1576.0] with steps: 13 2017-05-02 13:57:04:034 - info: [AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"value":"The swipe did not complete successfully","status":13} 2017-05-02 13:57:04:034 - info: [debug] [AndroidBootstrap] Received command result from bootstrap Only if Swiping from [x = 540.0, y = 443.0] to [x = 540.0, y = 1576.0], but not Swiping from [x = 540.0, y = 1576.0] to [x = 540.0, y = 443.0]. Answers: username_1: I would recommend switching to UIA2. but it is not possible for Android OS older than 5.0 username_2: @username_0 Hi, I'm having the same problem with Appium 1.6.5, wondering if you solved the problem? Status: Issue closed username_4: Did you find a solution @username_0 ? Im also having this issue. username_5: I am facing the similar issue on the Appium server 1.7.2 username_6: I faced the problem but it seems to have been in connection with actions I performed before using the TouchAction. After making sure that the actions before (in my case sending a KeyCode to close a possibly open keyboard) are performed correctly, the swipe worked as expected again. I am using version 1.7.2 of Appium.
flutter/flutter
290731784
Title: TransformLayers doesn't work on text Question: username_0: In the example https://github.com/username_0/flutter-test/blob/master/t71_text_transform_rendering_2/lib/main.dart TransformLayers without text works. canvas.transform works. But TransformLayers with text no longer works. Answers: username_1: This was introduced when we stopped applying a cull rectangle to the PaintingContext's canvas: https://github.com/flutter/flutter/commit/0434ae22ec69c6b91d2cfa00ac715a68942446de The transform will render correctly if you revert to constructing `new Canvas(_recorder, estimatedBounds)` in PaintingContext._startRecording username_0: Thanks for the hint. I'm not super sure what what the instructive is from the RenderObject's perspective. The PaintingContext is already created. username_2: That's weird. Bug in skia? username_0: Tried on tip of skia and messed around a bit but couldn't figure it out. https://bugs.chromium.org/p/skia/issues/detail?id=7537 Status: Issue closed username_0: This issue is no longer reproducible on head. Closing. username_0: The issue reappeared on skia head. username_0: In the example https://github.com/username_0/flutter-test/blob/master/t71_text_transform_rendering_2/lib/main.dart TransformLayers without text works. canvas.transform works. But TransformLayers with text no longer works. username_0: Seems to have broken between engine e61bb9ac3a3fd789754e2e54220bcfc27076a857 and 3e877d371a359097d7af28aa6e85026fa2318baa username_1: This bug was reintroduced by https://github.com/flutter/engine/commit/c9da0000e2faa1acd0d466cd9ab3f662bd8d9f8f That commit replaces an SkCanvas::save()/restore() with an equivalent translate/untranslate in order to work around another Skia bug (see https://bugs.chromium.org/p/skia/issues/detail?id=7739) username_3: @username_0 Looks like this works now! ![screenshot_20181025-141650](https://user-images.githubusercontent.com/7806031/47530999-1fb23480-d861-11e8-828b-64f10bb79236.png) username_0: Cool. Must have been fixed upstream. We should change https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/rendering/list_wheel_viewport.dart#L896 to `needsCompositing` then close this issue. username_4: The issue should be fixed on master, despite having a visual glitch: #41654. Closing Status: Issue closed
pytorch/pytorch
771216989
Title: Support scope in fx Node Question: username_0: ## 🚀 Feature Scope support for a node in fx graph. scope means: full qualified path of the submodule the node belongs to. ## Motivation Needed by quantization to assign the qconfig for a call_method node: https://github.com/pytorch/pytorch/blob/master/torch/quantization/fx/quantize.py#L315 ## Pitch ```python import torch from torch.fx import symbolic_trace ​ class Sub(torch.nn.Module): def forward(self, x): return x.contiguous() class M(torch.nn.Module): def __init__(self): super().__init__() self.sub = Sub() ​ def forward(self, x): x = self.sub(x) return x m = M().eval() m = symbolic_trace(m) print(m) print(m.graph) ---- GraphModuleImpl() def forward(self, x): contiguous = x.contiguous(); x = None return contiguous graph(x): %contiguous : [#users=1] = call_method[target=contiguous](args = (%x,), kwargs = {}) return contiguous ``` the scope for node " %contiguous : [#users=1] = call_method[target=contiguous](args = (%x,), kwargs = {})" should be "sub"
tangrams/kinkade
172666526
Title: Add link to website from repo Question: username_0: It'd be useful to add a link to http://tangrams.github.io/kinkade in the repo description Status: Issue closed Answers: username_1: I haven't officially released it nor even settled on a name, so I'm stetting this as a very slight throttle for now. Cheers!
arangodb/arangodb
570935322
Title: database auto-upgrade configuration via enviromnent variable doesn't work Question: username_0: ## My Environment * __ArangoDB Version__: 3.6.1 * __Storage Engine__: unknown * __Deployment Mode__: default `arangodb/arangodb:3.6.1` * __Deployment Strategy__: whatever `arangodb/arangodb:3.6.1` does by default * __Configuration__: whatever `arangodb/arangodb:3.6.1` does by default * __Infrastructure__: gcloud compute VM from docker image * __Operating System__: unknown * __Total RAM in your machine__: 512M * __Disks in use__: SSD * __Used Package__: `arangodb/arangodb:3.6.1` docker image ## Component, Query & Data __Affected feature__: launching with environment environment variables to control command-line config behavior ## Steps to reproduce I'm attempting to upgrade from 3.5.1 to 3.6.1, but this seems to affect other environment variable config options, too. 1. Set up a docker container with the image from `arangodb/arangodb:3.6.1` 2. Set up an environment variable for `ARANGODB_ALL_DATABASE_AUTO_UPGRADE=true` (or `ARANGODB_DATABASE_AUTO_UPGRADE=true` ... I'm confused what the correct one is), [per the documentation](https://www.arangodb.com/docs/stable/programs-starter-options.html#environment-variables) for how to use an env var to set `--all.database.auto-upgrade=true` 3. Start container __Problem__: The config option seems to just be ignored. Same goes for trying to use env vars for `--starter.mode`, `--starter.data-dir`, and others. __Expected result__: I expect the environment variables to provide the same functionality that the commandline options do, especially for an officially-provided docker image.
Voronchuk/elixir_google_spreadsheets
421977686
Title: Conflicting httpoison versions Question: username_0: Can you do a release by any chance? I have this error when trying to use this lib: ```sh Failed to use "httpoison" (version 1.5.0) because elixir_google_spreadsheets (versions 0.1.9 and 0.1.10) requires ~> 0.12 mix.lock specifies 1.5.0 ``` Looks like the fix is in master already. Thanks! Answers: username_1: Hey, have you tried `0.1.10` is the issue in that version? username_0: ![Screenshot 2019-03-18 at 09 18 00](https://user-images.githubusercontent.com/8428277/54519595-cc9b6400-495e-11e9-8792-d44f942f69d5.png) The fix is one of those commits Status: Issue closed username_1: Upgrade to `0.1.11`, please username_0: Thank you!
Clinical-Genomics/scout
593496315
Title: Identify positions in transcript with low coverage? Question: username_0: Hi! We have a WGS case where we are primarily interested in one gene. In the coverage report I can see that only 99.89% of the gene is covered to 10x; 0% of the two transcripts in this gene are covered to 10x. Is there any way I can identify which position(s) are not covered to 10x? A quick manual look in IGV did not identify anything, and I'm wondering for which exons I need to do Sanger :) Is there any way I can get the depth of coverage in numbers for each position? I mean, can I access that from my end? Sample: 20053 Gene: SLC6A8, HGNC number 11055, region chrX:152953752-152962048 Answers: username_1: In theory yes, but it appears it was a long time since anyone used the feature so it has collected some rust. Heres a url for it: https://scout.scilifelab.se/reports/genes/11055?sample_id=ACC6583A7 <img width="900" alt="Screenshot 2020-04-03 at 18 38 17" src="https://user-images.githubusercontent.com/758570/78384408-6b324b80-75da-11ea-83a6-59bce075e88a.png"> So basically one exon with a dip below 10, which aint weird for X. Like so: <img width="1610" alt="Screenshot 2020-04-03 at 18 43 06" src="https://user-images.githubusercontent.com/758570/78384959-68842600-75db-11ea-86a3-5530a1c7d719.png"> I'm not exactly sure how to interpret the reason for it, in that alt allele spanning the dip: usually, when dealing with low level events on X for a gent I'd assume I'm looking at sth that has a homologous region on Y. This is on the edge of PAR2, but afaik not formally in it. You would know this better. I think you could figure out the syntax of the url above knowing the cg sample_id of your 20053 from e.g. the igv view in scout or from the order portal so you could repeat this for other genes if need be. But, anyway, you are supposed to be able to get there via the coverage overview from the gene panel on the case page, here: <img width="703" alt="Screenshot 2020-04-03 at 18 37 37" src="https://user-images.githubusercontent.com/758570/78384407-6a99b500-75da-11ea-8d23-1cccb4f64411.png"> Going to the correct gene panel view where you can select overview: <img width="831" alt="Screenshot 2020-04-03 at 18 38 00" src="https://user-images.githubusercontent.com/758570/78384409-6bcae200-75da-11ea-86d8-ed0bc14d5bee.png"> And get to a completeness list: <img width="929" alt="Screenshot 2020-04-03 at 18 51 15" src="https://user-images.githubusercontent.com/758570/78385465-2dcebd80-75dc-11ea-98bf-703780ea69ef.png"> Now, that might have worked for you if the "Next" button wasn't bugged in the sense that it tries a GET request to chanjo, and this particular gene panel gene list is too long for that, so it fails. In recognition of that, we will also treat this as a bug report. There is unfortunately no time to get it into the next release (4.15, ready for deploy due Monday or so). Thank you for getting me to look.. 😸 username_0: Thank you so much @username_1! username_0: Mostly out of curiosity: there are three SLC6A8 transcripts in NCBI. All three are listed in the "transcript overview" box in Scout in cases with SLC6A8 mutations. Only two are included in the report above. The missing one happens to be the disease-associated, and also the largest isoform. How come it's not included? Is there a cut-off for number of transcripts per gene? Thank you! username_1: Hi again! 'welcome! 😊 This is a bit complicated in the databases, as usual when one tries to get into biological details, and most likely much more complicated in actual cells. In general, there has been an effort to keep gene models the same across MIP, Scout, Chanjo and the scout IGV-view: this mostly succeeds, but not always. More often, there are discrepancies between NCBI and ENSEMBL gene models. As this is especially pronounced for hg19, we mostly dodge them until we are up to hg38. I'm guessing your three NCBI transcripts are the RefSeq NM-ones listed in Scout? There are also a few NCBI XM-ones that have not made it into the canon yet. The situation in ENSEMBL that MIP and Scout use for a primary source of gene model data is a bit more complicated: <img width="1425" alt="Screenshot 2020-04-08 at 12 50 00" src="https://user-images.githubusercontent.com/758570/78776259-d8a5f980-7997-11ea-8f3d-3942734523b3.png"> <img width="1662" alt="Screenshot 2020-04-08 at 13 07 02" src="https://user-images.githubusercontent.com/758570/78777478-e52b5180-7999-11ea-90a7-10e94174bd94.png"> As you can see from this gene overview in Scout (or from an ENSEMBL gene overview), they think two of the RefSeq transcripts are essentially the same, and at least from a quick look in IGV I have to say they are at least not too far off? I'm soon off to lunch, so I have not checked in genbank, but I leave that as an exercise for you! 😉 HNGC prefer NM_001142805 as the default coordinate reference sequence for SLC6A8, which is according to ENSEMBL (and IGV) are effectively the same as the older standard NM_005629. NM_001142805 is also listed in the Chanjo report. HGNC are good, and arguably by definition the canon for gene name data, but of course they are not omniscient. Do you have newer data that indicate NM_005629 is different, and more relevant to disease? If so, it may well be relevant to communicate with HGNC about it, and we can try to update accordingly! username_0: Enjoy your lunch :) NM_005629 and NM_001142805 are essentially the same, they only differ by 33 nt (somewhat surprisingly these are split up over two exons). NM_005629 which is the longer is the one listed as disease-associated in HGMD and also the only one I see mentioned in Ensembl. Hence I was curious why it didn't make it to the Chanjo report :) ![image](https://user-images.githubusercontent.com/57791644/78778722-055c1000-799c-11ea-99ed-73d72a8c6076.png) It's always interesting to learn more about what happens behind the Scout interface that we see, so thanks for taking the time to respond! username_1: 😄Thanks, and ditto for taking time to report things that don’t quite add up. Errors hide among them! My feeling in general is that HGMD is lagging on nomenclature, but that was based on experience from a few years back. Assuming you have recent literature again supporting them or eg disease variants in the removed regions do contact HGNC. They as all of us rely on feedback! Often you may well be the foremost expert on your gene of interest! username_1: (Oh, and careful with your genome builds - the ENSEMBL picture above was from hg38!) username_0: Very good point! In hg19 (or technically GRCh37), both NM_005629 and NM_001142805 are listed as RefSeq equivalents to ENST00000253122 despite differing slightly from each other. ![image](https://user-images.githubusercontent.com/57791644/78781150-0db64a00-79a0-11ea-8c1c-a610965e515b.png) username_1: So to be fair, the issue with the Next button not working is not precisely in Scout, but close enough (Chanjo-Report). It will be a little tricky to test out, but expect it solved around the next release. username_1: Hehe, and yes, about hg19 basically deriving from GRC build 37 - but don't forget it was the other way for a long time. 😄 Apparently that little issue over the mt sequence is now history as well! Status: Issue closed username_1: Closing this as it is solved by https://github.com/Clinical-Genomics/chanjo-report/pull/4. It will still be somewhat cumbersome to get to the requested information, but possible also in the general case. The entire gene symbol handling in Chanjo/Chanjo report and its interaction with Scout could use an overhaul, but that is another story.
nextauthjs/next-auth
1149417196
Title: getServerSession error on getInitialProps Question: username_0: ### Environment ``` System: OS: Windows 10 10.0.22000 CPU: (8) x64 Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz Memory: 2.12 GB / 7.86 GB Binaries: Node: 14.17.1 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.17 - ~\AppData\Roaming\npm\yarn.CMD npm: 6.14.13 - C:\Program Files\nodejs\npm.CMD Browsers: Edge: Spartan (44.22000.120.0), Chromium (98.0.1108.56) Internet Explorer: 11.0.22000.120 npmPackages: next: ^11.0.0 => 11.1.4 next-auth: ^4.0.1 => 4.2.1 react: ^17.0.2 => 17.0.2 ``` ### Reproduction URL https://github.com/username_0/get-server-session ### Describe the issue I tried `getServerSession` in `getInitialProps` to make session available on all pages in SSR, but I got error `Can't resolve 'v8'`, but it's fine if tried it in `getServerSideProps`. So is it a bug or is it just not possible to call `getServerSession` on `getServerSideProps`? here's the code: ``` MyApp.getInitialProps = async (appContext: AppContext): Promise<any> => { const appProps = await App.getInitialProps(appContext) // Not error. const session = await getSession(appContext.ctx) // Error: Can't resolve 'v8'. const serverSession = await getServerSession(appContext.ctx, nextAuthOptions) return { ...appProps, pageProps: { ...appProps.pageProps, session, }, } } ``` ### How to reproduce Just run `npm install` and `npm run dev` to get the error. ### Expected behavior I expect `getServerSession` to work on `getInitialProps`, but if it's not possible is there work around this so I don't have to use `getInitialProps` on every pages? Status: Issue closed Answers: username_1: getInitialProps also runs in the browser, so it's not possible, no. You can rather try our Middleware instead to lock down the entire app in a single line `pages/_middleware.js` ```js export { default } from "next-auth/middleware" ```
rigetti/forest-benchmarking
422927251
Title: SCS solver is finicky, and therefore we disabled the diamond norm unit test Question: username_0: I don't run into this error locally, but on Semaphore we run into the following when running the `test_diamon_norm` unit test (it is misspelled in the source code): `cvxpy.error.SolverError: Solver 'SCS' failed. Try another solver or solve with verbose=True for more information. Try recentering the problem data around 0 and rescaling to reduce the dynamic range.`<issue_closed> Status: Issue closed
pasosdeJesus/sivel2_gen
1044289350
Title: F-545 Que funcionen bien gráfica de victimizaciones individuales y de actos individuales en sivel2 --así como funcionan en sivel2_gen (Noviembre) [0,4] Question: username_0: Al elegir "Desagregar por" "Departamento": 1. Sexo sale a la derecha pero debería salir abajo remplazando lo que era departamento con opciones de selección múltiple con chosen 2. Genera error: ![image](https://user-images.githubusercontent.com/701221/144327489-2b7a129f-94c2-49ce-96a9-ed7b3a5d6bf1.png) Status: Issue closed Answers: username_1: ![Captura de pantalla de 2021-11-11 03-01-36](https://user-images.githubusercontent.com/12545631/141260596-ffba5e94-749c-4068-9272-868074409d52.png) En sivel2 si esta cargando correctamente la gráfica. Puede ser que tengas la base de datos vacía o que me muestres especificamente como reproducir el error. username_0: Al elegir "Desagregar por" "Departamento": 1. Sexo sale a la derecha pero debería salir abajo remplazando lo que era departamento con opciones de selección múltiple con chosen 2. Genera error: ![image](https://user-images.githubusercontent.com/701221/144327489-2b7a129f-94c2-49ce-96a9-ed7b3a5d6bf1.png) Status: Issue closed username_0: Reimplementada
xahlee/xah-fly-keys
125026045
Title: closing help Question: username_0: I am not shure if thats a question or a issue but I seek a solution :) the problem is when I have 2 frames open and I open the help menu on one of it, it uses the other frame to show the help buffer, so far so good normaly I would press q to quit-window and I would been back to the previous 2 windows open and buffers. now q is shadowed by a copy command. the closest thing to quit-window I found is Menu t h which is bound to (xah-close-current-buffer), but then it dont open the last opened buffer in this frame, at least not always. Do you use some config that opens the help menu always in a new frame or what am I missing? Do you never use the help menu? :) I know I could modespecific bind q again to keyboard-quit but then I would loose the ability to copy text from help so I think thats no good solution, too. I just noticed that this behaviour of not showing the last buffer only occurs when the old buffer was a jabber-chat-buffer. But quit-window works also if the "overlapped" buffer was jabber-chat. So I guess I at least understand, what the idea is, so that its not working for jabber-chat is pretty shure a bug. Answers: username_1: how do you use the help menu to show its content to the another frame? but anyway if you look at the end of xah-close-current-buffer it has code to make sure the buffer shown is a user buffer. I think what happened is that the jabber-chat buffer isn't user buffer. (i.e. its buffer name starts with *) i think you could try simply to remove that part of code and see how you like it. Or, figure out exactly how buffers are ordered, and modify the code used in xah-close-current-buffer and xah-next-user-buffer and xah-previous-user-buffer. right now they just keep calling next-buffer. The issue is that next-buffer is a high-level command. I am pretty sure there's a more efficient lower level code to switch to next buffer, but i haven't looked into. the problem of closing a window and the next buffer does not show exactly what i expected sometimes happens to me too, especially just closing a image file. My work around is simply to press f11 or f12 to xah-next-user-buffer <C-next>, <C-tab>, <f12>. or xah-previous-user-buffer <C-prior>, <C-S-iso-lefttab>, <f11>. to switch to the buffer i want. lastly, if you have a easy thumb key to toggle xah-fly-keys, let's call it X, then, you can just do X q X. (are you still on Truly ergonomic keyboard. i forgot if you also had kinesis...) username_1: another solution is to add a option to determine what constitutes a “user” buffer and “emacs” buffer. Right now they are simply determined by whether the buffer name starts with *. this might be a good solution so that people can add special buffers to be considered as user buffer. do you think this is something useful? username_0: I yesterday updated to the newer version that solved some issues and added some, this was one of am and I thought its to basic I cant complain if you dont use gnus and I have to do modespecific stuff but the help screen is pretty basic. I dont know if I can accept using Menu t h instead of only q, but for now it would be good enough. I have some other points I dont really get, as example I get why q is shadowed in command mode, but has it be shadowed in insert mode? in insert mode either if its a writable buffer would normaly type the letter or in this case of a readonly buffer could do the mode specific action. I am also confused why you switched around q and j for copying and cutting but I will get used to it. and yes the buffername starts with *. I still use the TECK, the help menu is shown in another window I think (I mix up always the term window and frame, I think thats default behaviour?) but yes deactivating fly keys from time to time could help, even it got better with magit it still shadows many keys, and I dont have to much interest to config it somehow with mode specific stuff. another funny thing is, that I use for many modes german prefix, then a o e keys dont reakt because it waits till I press the 2nd letter to gerate the german umlauts, that makes sense in insert mode not so much in command mode I think. have to try some of your suggestions and come back to it. username_1: just updated. Now when insert mode, they should fall into whatever the major mode's keys. e.g. in dired, put to insert mode, then d will call dired-flag-file-deletion. username_1: for the swap of copy/paste keys. The reason is that cut is much more frequent then copy. And middle finger pressing a key below homerow is butter than the ring finger. The disadvantage is that it just swapped tradition, so a throwback. i figured since xfk is totally new, might as well go with the more efficient route. username_1: @username_0 did you try it? username_0: "just updated. Now when insert mode, they should fall into whatever the major mode's keys. that is, q will work now for burying help buffer." sry did miss that, I did not update to the newest version I use the melpa version at the moment, you most likely dont update that so often? But sounds good, maybe I switch back to the git version. sounds good. At the moment I use menu end to quit fly keys in the modes/situations I need it, it works ok, this patch would make it better so I think I can live with it :) another alternitiv would be to modespecific deactivate with a hook fly-keys. thx :) Status: Issue closed username_0: ok just saw that its already in the melpa version. after evaling the new file/version, I can quit the help with q. seems a nice improvement. username_0: hmm next logical step would be a list where it should start with command mode and where with insert mode, but I think thats more configuration issue with hooks not something you need to code into fly-keys. at some modes its more logical or you would more often want the mode specific keys in some you more likely want the command mode. but its good to have both. But thats more a preference thing I guess, do you copy often stuff from help or do you most of the time only look at it and close it. do you move more in magit your cursor or do you more likely call the commands :) I think gnus navigation modes I need seldom command mode, more when I start to write a mail in message mode. but that should be reasonalbe easy to configure now. username_1: @username_0 great. Thanks. git and melpa are synced. Unless author purposefully made it otherwise, else melpa should show updates within a day. the fall back behavior in insert mode is nice. For me too. Do report if you have issues. Thanks.
Tripazzy/JOSOE
324690909
Title: ThickRoundRect looks weird Question: username_0: Anyone know how to fix [this](https://github.com/username_0/JOSOE/commit/593722a2a56668af23454ce898ae42f8489ef46c)? See my comment on it if you don't know what I'm on about. Answers: username_0: Fixed with [this](https://github.com/username_0/JOSOE/pull/13).
NaNoGenMo/2016
184728117
Title: Entry: ??? Question: username_0: I think I'll be able to participate this year. Not sure if it'll interfere with my procjam plans. Possible ideas: * Modifying IVAN code to output a log of observed happenings (with more detailed metadata than the in-game text log), and transforming it into a more palatable form with CFG-like productions. Play a few games and see which one produces the best story. * Making a simple(ish) turn-based game and an AI to play it, and turn its tree-searching into a breathless stream-of-consciousness overthinking of every possible outcome before the first move is made. * Same, but with a less adversarial setup: the narrator tries to optimise the outcome in a complex social situation, for example arranging a less-than-happy family around a table and managing the outcome. Answers: username_0: I've played most of a game of IVAN and manually annotated it. I don't think the first idea would reach 50,000 words without excessive boring detail about irrelevant game events, made up dialpgue/explanations for apparently random happenings, and/or several repetitive playthroughs (with the same quest assignment and sequence of dungeons). For now I'm going to focus on the third idea. Communal meals will give me the opportunity to gradually introduce a variety of new characters/groups/families as they arrive, have the narrator imagine the results of possible seating arrangements, describe various sorts of procedurally generated foods and drinks, and watch/react to/intervene in various positive or negative interactions between people. Maybe I'll do it as several independent stories, Emily-Short-style. username_0: Spent a bit of time writing out in more detail what this project will require. The plan is to make a multi-agent system with discrete events, probably in continuous time with discrete locations. Agents should choose their actions by a shallow tree search using imperfect knowledge to model the actions of other agents (ignoring distant agents and ones that wouldn't be concerned by the action), evaluate predicted world state with personal heuristics, and use schemes like minmax or expected value to choose the best branch. Various forms of stress and forgetfulness should cause them to omit actions from consideration and misevaluate predicted world states. The system would output a log of events and the narrator's ability to sense them, the narrator's knowledge and how it develops over time the narrator's personal simulations of the system, and the narrator's storytelling style and dialect. That would then be processed into human-readable text. A few issues: * First, I need to read up on epistemic logic. https://www.youtube.com/watch?v=KVOpXJZWLC4 and http://personal.us.es/hvd/publications.html seem a good place to start * Ambiguities and misunderstandings are significant sources of friction in social situations, but the proposed system can't model them unless the text generator is also used in the simulation, *and* I can parse my generated text, subject to various conditions relating to character dialect, with decent accuracy. The alternative is to rely more strongly on differences of opinion, existing hostilities, and faux pas. * Many characters may have cause to lie. Randomly generating lies wouldn't be too difficult, but telling lies with any kind of objective (including mere plausibility, but especially with intent to provoke a specific reaction) may require much more advanced reasoning methods than simply simulating the system going forward. * Characters using their observations to update their own knowledge about other characters and the world could also require similar reasoning methods. * If any mysterious murders or other crimes occur during the meal, an attempt to solve it may again require reasoning more complex than just rewinding to a time before the murder and mentally simulating the evolution of the system. I'll review some of <NAME>'s work and see how helpful it is in developing a robust model of fallible multi-agent knowledge systems. There might even be some suitable Python/C++/Prolog libraries around. username_1: You mentioned procedurally generated food; in case you want to just fetch something, or as inspiration, here's an API https://github.com/username_1/whatsonthemenu (as used by https://github.com/username_1/menubot). username_0: Awesome! Thanks :) username_0: http://pdkb.haz.ca looks like a really good Python library for epistemic/doxastic logic programming. And has papers and slides documenting it. username_0: Change of plans! Fictional scientific papers! username_0: Had a closer look at the snarXiv for inspiration regarding how to procedurally generate studies about physicsy things like time travel/teleportation/FTL, and the conclusion was "nope". Going to try to generate neuropunk studies in the style of Dollhouse and Stitchers. But with less plot and more white coats. Probably with an expert system to plan focussed experiments where everything satisfies relevance constraints. username_0: Threw together a simple CFG generator to assist with translating information into text. Still needs options to process capitalisation, plurals, etc. Sample output: `'the cat complains with Aerith. a terrible postbox licks Aerith near the terrible doorbell. the wonderful cat licks the doorbell. a postbox sleeps on the doorbell. Macavity trusts Klaatu. the brand new cat dies near Bob. Klaatu convinces Aerith near a brand new glistening terrible harpy. Boo sleeps near a brand new brand new second-hand wonderful brand new harpy. Windle Poons dies. Aerith convinces Macavity. Klaatu trusts Boo with a barnacle-infested wonderful schooner. Macavity pontificates on Klaatu. Aerith convinces a pokemon with Macavity. Bob trusts Klaatu. Macavity flollops near Macavity. a barnacle-infested postbox flollops. the barnacle-infested harpy flollops on a postbox. a wonderful schooner calls Aerith. the wonderful wonderful postbox pontificates with a glistening brand new museum. the wonderful bee licks Aerith with a wonderful pokemon. Aerith licks the postbox. a second-hand museum trusts the glistening second-hand glistening postbox with Klaatu. the bee sleeps. Klaatu complains with a postbox. Bob dies'` username_0: The [repository](https://github.com/username_0/NaNoGenMo2016) for my entry is now online. I'm using [PyDDL](https://github.com/garydoranjr/pyddl) (forked to add Python 3 compatability, and with a few wrapper classes) to solve surgery planning tasks as STRIPS problems. So far just a basic example operation, but it's working: ![brain surgery plan](https://pbs.twimg.com/media/CxvanTyWIAAtj0L.jpg:large) username_0: I think there's a bit too much work to do on this project before December, and I'm happy with how #125 turned out so I'll finish this some other time. Maybe for NaNoGenMo 2017, or after my PROCJAM project is done. Status: Issue closed
bonej-org/BoneJ2
148361943
Title: Automate GUI testing with macros Question: username_0: You could automate simple GUI tests specified in the integration tests by writing macros. Simple things like verifying that an error message pops up, when the user tries to run a plugin with a wrong kind of image. For example _"Verify that the ConnectivityWrapper plugin shows an error message if the user tries to run it with a non binary image"_. There might be a way to automate the running of these test macros, but even having them around as manually runnable files would help in testing that everything still works after changes. Status: Issue closed Answers: username_0: I've learned how to automate most tests in JUnit with the help of Mockito the mocking framework. It's more convenient to run these automatically in the IDE or with Maven instead of launching macros.
ant-design/ant-design
612556640
Title: Form.Item text disappearing animation always defaults to error color Question: username_0: - [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-reproduction-template-xxbdk?file=/index.js) ### Steps to reproduce Create a `Form.Item` component that has feedback, a validateStatus that is **not** "error", and a help text that disappears (I used a setTimeout). Wrap the `Form.Item` with an `Input` component. ### What is expected? Help text should disappear using the same color as the validateStatus color (ie. default color for validating and success). ### What is actually happening? Help text always disappears with the error color | Environment | Info | |---|---| | antd | 4.2.0 | | React | 16.13.1 | | System | macOS Mojave 10.14.6 (18G103) | | Browser | Chrome 81.0.4044.129 | <!-- generated by ant-design-issue-helper. DO NOT REMOVE --><issue_closed> Status: Issue closed
quilljs/quill
491510570
Title: Get event when clicking toolbar button Question: username_0: I am making a custom toolbar element, an image button, that should open a popup to enter a URL. (Must admit, strange that it is not a built-in feature!) For the popup to show up where the button is, I need the event emitted when the button is clicked. I have looked in the documentation, but I did not find a clear answer. Answers: username_1: Do you really need something from quill? You can just add a toolbar button manually, add an event to it like in regular js and enter the content in quill. Inserting content is documented there. username_2: @laneme As far as my experiences goes: That will not work if using the programmatic toolbar generation that comes out of the box with quill. username_2: Related: https://github.com/quilljs/quill/issues/983
mikepb/clerk
56463327
Title: Return Promises if no callback given Question: username_0: To seamlessly support [co](https://github.com/tj/co), return [Promises](http://www.html5rocks.com/en/tutorials/es6/promises/) if no callback is provided. Answers: username_0: This feature has been implemented in 0.7.0, but needs to be documented and tested. username_0: Completed in 0.7.2 Status: Issue closed
Shopify/shipit-engine
92893665
Title: new stack UI needs a little love Question: username_0: The repo field on the new stack page has line breaks that are not pretty: <img alt="shipit 2015-07-03 11-10-42" src="https://cloud.githubusercontent.com/assets/118850/8501521/4a4fefb8-2174-11e5-8448-f79e28d0a99d.png"> Answers: username_1: <img width="652" alt="screen shot 2015-07-06 at 9 36 34 am" src="https://cloud.githubusercontent.com/assets/325821/8523300/87a6e498-23c2-11e5-9879-e5041c5b4ddc.png"> The rest of the form needs some love too. IMHO the help text looks like a misplaced label and the checkbox for skipping CI should be on the other side. username_0: This was fixed a while ago. Status: Issue closed
joberstein/Holo-Game
209238141
Title: Puzzle: Uplift Question: username_0: Cheer a generated crying person up within one minute using voice control. The generated person should listen for key words, and loudness of voice, as well as eye contact. Examples of appropriate phrases: "It's okay”, “Don’t worry”, “I understand”.
koush/vysor.io
678617693
Title: [Feature Request] "Show taps" option Question: username_0: When making screen recordings, I usually turn on the `Show taps` setting in `Developer Options` so that the viewer can see where I'm clicking. When interacting with my device through Vysor though, clicks from my computer don't show the tap indicator. The indicator _does_ show (and gets captured in Vysor's screen recording) when I interact with my phone's actual touchscreen though. Is it possible to either - somehow treat Vysor click events as taps so Android's built-in option captures them, or - build a setting similar to `Show taps` into Vysor itself? Answers: username_1: There is an adb shell command to do this: https://stackoverflow.com/questions/49056918/how-to-enable-show-touches-developer-option-from-adb-shell Then use the "shell" custom action to trigger it. https://stackoverflow.com/questions/49056918/how-to-enable-show-touches-developer-option-from-adb-shell Status: Issue closed username_0: I'm able to enable/disable "Show taps" via adb or manually in Settings. My issue is that only physical tap events are generating the tap indicators. Click events in Vysor don't generate the tap indicators, even when the setting is enabled. username_1: When making screen recordings, I usually turn on the `Show taps` setting in `Developer Options` so that the viewer can see where I'm clicking. When interacting with my device through Vysor though, clicks from my computer don't show the tap indicator. The indicator _does_ show (and gets captured in Vysor's screen recording) when I interact with my phone's actual touchscreen though. Is it possible to either - somehow treat Vysor click events as taps so Android's built-in option captures them, or - build a setting similar to `Show taps` into Vysor itself? username_1: Oh, i see. Vysor's events aren't generating touches. Those touch indicators may be happening prior injection. This would need to be a whole new feature.
libgdx/gdx-pay
288397343
Title: How to use the code? Question: username_0: Hi can you please take a look at this link and can you please solve my issue. Thank you :) https://stackoverflow.com/questions/48241019/error-in-app-purchase-libgdx Answers: username_1: Steps: 1. Learn how Apple In-App Purchases work: https://developer.apple.com/in-app-purchase/ 2. Learn about sandbox testing of In-App Purchases. 3. Clone the project, take a look at gdx-pay-tests-robovm (Robovm) or gdx-pay-tests-iosmoe (Multi-OS Engine) and run it on a device. Once you have done that, come back :-). username_0: Hi, thank you for your helpful response, I am currently trying to make my app work on android before going to iOS. I have successfully integrated in-app purchase in my app using https://github.com/libgdx/gdx-pay/wiki/Integration-example-with-resolvers as an example. The issue I am having are the CONSUMABLE products in my game, whenever I buy a product and buy it again my app crashes. I tried reinstalling the game several times and tried buying the product but the game crashes even before the payment bill shows up. Is there something I am doing wrong? Should I show my code? username_1: Actually consumables was contributed by someone else (@junkdog). Does he have this problem to? What error do you see in logcat? username_0: I have actually (magically I guess) fixed the issue, maybe it was because I didn't call the 'request purchase restore' method so I made a button that will explicitly call the 'request purchase restore' method and for some reason I am able to buy the consumable items multiple times but I do need click the restore button to actually get those items . Later I decided to add ENTITILEMENT item and I could successfully purchase the item but if I click it again after purchasing the app crashes. I will show my Logcat in my next comment. username_0: Here is my logcat when I click on an already purchased ENTITLEMENT product. Is there any way to fix this? FATAL EXCEPTION: Thread-17143 Process: com.karangames.game, PID: 20766 com.badlogic.gdx.utils.GdxRuntimeException: com.badlogic.gdx.pay.android.googleplay.GdxPayException: startPurchaseRequest failed at getBuyIntent() for product: product_4 at com.karangames.game.Store$1.handlePurchaseError(Store.java:70) at com.badlogic.gdx.pay.android.googleplay.AndroidGooglePlayPurchaseManager$2.purchaseError(AndroidGooglePlayPurchaseManager.java:221) at com.badlogic.gdx.pay.android.googleplay.billing.V3GoogleInAppBillingService.internalStartPurchaseRequest(V3GoogleInAppBillingService.java:216) at com.badlogic.gdx.pay.android.googleplay.billing.V3GoogleInAppBillingService.access$200(V3GoogleInAppBillingService.java:40) at com.badlogic.gdx.pay.android.googleplay.billing.V3GoogleInAppBillingService$1.run(V3GoogleInAppBillingService.java:227) at com.badlogic.gdx.pay.android.googleplay.billing.NewThreadSleepAsyncExecutor$1.run(NewThreadSleepAsyncExecutor.java:15) at java.lang.Thread.run(Thread.java:818) Caused by: com.badlogic.gdx.pay.android.googleplay.GdxPayException: startPurchaseRequest failed at getBuyIntent() for product: product_4 at com.badlogic.gdx.pay.android.googleplay.billing.V3GoogleInAppBillingService.internalStartPurchaseRequest(V3GoogleInAppBillingService.java:216)  at com.badlogic.gdx.pay.android.googleplay.billing.V3GoogleInAppBillingService.access$200(V3GoogleInAppBillingService.java:40)  at com.badlogic.gdx.pay.android.googleplay.billing.V3GoogleInAppBillingService$1.run(V3GoogleInAppBillingService.java:227)  at com.badlogic.gdx.pay.android.googleplay.billing.NewThreadSleepAsyncExecutor$1.run(NewThreadSleepAsyncExecutor.java:15)  at java.lang.Thread.run(Thread.java:818)  Caused by: com.badlogic.gdx.pay.android.googleplay.GdxPayException: Unexpected getBuyIntent() responseCode: ResponseCode{code=3, message='Billing API version is not supported for the type requested'} with response data: Bundle[{RESPONSE_CODE=3}] at com.badlogic.gdx.pay.android.googleplay.billing.V3GoogleInAppBillingService.fetchPendingIntentFromGetBuyIntentResponse(V3GoogleInAppBillingService.java:299) at com.badlogic.gdx.pay.android.googleplay.billing.V3GoogleInAppBillingService.getBuyIntent(V3GoogleInAppBillingService.java:289) at com.badlogic.gdx.pay.android.googleplay.billing.V3GoogleInAppBillingService.internalStartPurchaseRequest(V3GoogleInAppBillingService.java:208) at com.badlogic.gdx.pay.android.googleplay.billing.V3GoogleInAppBillingService.access$200(V3GoogleInAppBillingService.java:40)  at com.badlogic.gdx.pay.android.googleplay.billing.V3GoogleInAppBillingService$1.run(V3GoogleInAppBillingService.java:227)  at com.badlogic.gdx.pay.android.googleplay.billing.NewThreadSleepAsyncExecutor$1.run(NewThreadSleepAsyncExecutor.java:15)  at java.lang.Thread.run(Thread.java:818) Status: Issue closed username_1: This is intended behavior. Javadoc of `com.badlogic.gdx.pay.OfferType#ENTITLEMENT`: An entitlement can only be purchased once (e.g. one time upgrade). Basically a non-consumable. Existing transactions (including entitlement) are passed to the app on startup via `com.badlogic.gdx.pay.PurchaseObserver#handleRestore`. If a product is in the list of Transactions of restore, let the user not buy it again for entitlements. username_2: I used gdx-pay for ios and it works properly. My application has been published in the market and provides purchasing as well as restoring functionality (for non-consumable product). But in 'App Store Promotions' I got a message 'These in-app purchases can’t be promoted on the App Store because your latest app binary doesn’t include the SKPaymentTransactionObserver method. When I asked support engineers they responses that 'it doesn't look like your app has implemented the paymentQueue:shouldAddStorePayment:forProduct method.' I would appreciate any advise if Is it possible do something to improve the situation? username_1: @username_2 so far I have not tried to promote in-app purchases, it is on our TODO-list. The ios implementation does implement SKPaymentTransactionObserver, see: https://github.com/libgdx/gdx-pay/blob/master/gdx-pay-iosrobovm-apple/src/main/java/com/badlogic/gdx/pay/ios/apple/PurchaseManageriOSApple.java#L350 I don't know if there are any special requirements, can you let your engineer look at that code? Also found this, is that useful for you? https://stackoverflow.com/questions/46672653/skpaymenttransactionobserver-in-app-purchases-can-t-be-promoted-on-the-app-stor username_2: I have already attached PurchaseManageriOSApple.java as a file (and AppleTransactionObserver.java ) in my request. Do not understand why they need exactly that 'magic' method/ Will try to give them your second reference as well. Thanks. username_2: Finally I got an answer as follow: We can confirm the developer will need to implement “paymentQueue:shouldAddStorePayment:forProduct:” in order for the IAP product to be promoted: https://developer.apple.com/documentation/storekit/skpaymenttransactionobserver/2877502-paymentqueue?language=occ username_1: @username_2 , so to support this, the only thing to do is add this: private class AppleTransactionObserver extends SKPaymentTransactionObserverAdapter { @Override // new method added public boolean shouldAddStorePayment(SKPaymentQueue queue, SKPayment payment, SKProduct product) { return true; } } If that is only thing to be done to make this work correctly, I can add it. Can you create a new ticket for this? I will commit it on the new ticket. username_2: I have created a new issue. Thanks a lot.
DataBiosphere/leonardo
291333214
Title: Support multiple Jupyter extensions (UI and server) Question: username_0: Original JIRA: https://broadinstitute.atlassian.net/browse/GAWB-2998 Currently in the ClusterRequest we have the field jupyterExtensionUri that installs a single Jupyter UI extension. We should support multiple extensions, including both client and server extensions as described here: http://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html Note that it is possible that a single extension can contain a server extension only, a UI extension only, or both. Remove our existing extensions (the UI extension to cover Google auth and the server extension to add /localize) from their hardcoded install procedure and use this procedure instead. Allow Leo administrators to specify "default extensions" in config. You should probably write a tech doc detailing how we'll achieve this. An incomplete list of things to consider: - How will we get the list of extensions from Leo onto the Docker? - How will we localize the extensions from GCS onto the Docker image? - How will we determine which extensions are server, client, or both in order to install them correctly? Answers: username_1: +1, we will likely need support for server extensions in AoU to add logic around delocalization of notebooks back to GCS. Note: it's conceivable the specific delocalization feature could be provided by Leonardo, but would be nice to have some flexibility to extend this ourselves if needed. FYI: my current ultra hacky and brittle workaround (for prototyping purposes only) is to use the `jupyterUserScriptUri` to append my own Python code onto `/etc/jupyter/custom/jupyter_localize_extension.py` username_0: Cool - yeah our extension support needs some love. We currently have support for notebook extensions (but probably doesn't work now because of #221, sigh) and 0 support for server extensions. Status: Issue closed
sublimehq/Packages
197422696
Title: JavaScript - String formatted like a regex Question: username_0: Just another script which causes wrong highlighting in JavaScript syntax (dev JavaScript sublime syntax package): const a = 1 / /This is regex./ / 'This should be a string, not a regex.'; Here we divide `1` with a regex and then we divide result with a string. However, the string is formatted like a regex (probably because `/ /` before it). I've tried to fix it manualy, but I am not very experienced with sublime syntax notations. Sorry about that. Status: Issue closed Answers: username_1: This is fixed by 26b7b4da1b0b4e4683a9100d8c756df09f666e0f. BTW, thanks for all of the JavaScript bug reports! I grabbed your test file you had posted at https://github.com/username_0/wsdwa1022.github.io/blob/master/test/1.js and checked it with the latests changes. Aside from the fact that the nesting is so deep highlighting is lost for parts, all of the actual lexing is correct.
hasnat23/e-Voting-with-Blockchain
569342745
Title: How to run the system Answers: username_1: Please read Readme file for details. username_2: Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:\xampp\htdocs\e-Voting-with-Blockchain-master\connection.php:5 Stack trace: #0 C:\xampp\htdocs\e-Voting-with-Blockchain-master\admin\checklogin.php(19): require() #1 {main} thrown in C:\xampp\htdocs\e-Voting-with-Blockchain-master\connection.php on line 5 how to solve this
zo0r/react-native-push-notification
614513301
Title: Can i handle function when local notification received Question: username_0: # Question <!-- Before submitting it, please ensure that this was not already asked in another issue, or on StackOverflow. Ideally, you should always refer to StackOverflow first. This issue should serve for you to ask a question about the library to the maintainers and other fellow developers - remember that even if the issue gets closed, the conversation can move forward 🤗 Also, ideally this issue should culminate in a PR to the documentation for this library so that future developers will have that doubt cleared. --> I want to put function when local Push notification is received , not tabbed. Can i implement function when notification received? Answers: username_1: Hi @username_0 I don't fully understand your question, can you provide more information ? Such as: Which kink of notification, State of the application, ... ? username_0: I understand this function process when notification received or tabbed the notification. But when i receiving local notification, this function deos not working and working only tab the notifiaction on foreground. So i need to know how can i implement function when notification received ``` onNotification: function (notification) { console.log("NOTIFICATION:", notification); // process the notification // required on iOS only (see fetchCompletionHandler docs: https://github.com/react-native-community/react-native-push-notification-ios) notification.finish(PushNotificationIOS.FetchResult.NoData); }, ``` Thank you! username_1: ````js // (required) Called when a remote is received in foreground or opened, or local notification is opened onNotification: function (notification) { ``` The function is called when remote notification comes and the app is in foreground, and if a local or remote notification is pressed, `onNotification` is called. username_0: @username_1 Thanks! I understand the remote message and local message are different anyway. You means i can't implement local notification handling like remote notification from firebase?
BKWLD/vue-visual
192637530
Title: Add support for pixel density in asset breakpoint object Question: username_0: From previous asset docs: --- You an also specify pixel density constraints: ``` :image='{ 500: 'image-mobile.png', '500@2': 'image-tablet-2x.png' }' ``` --- Answers: username_0: An easy way to implement this is to `map` through the config before it is processed, parsing the `@` delimiter out and multiplying the left side by the right side. And then, when reading the current width in deciding which image to show, multiple the screen width by the pixel density. Status: Issue closed username_0: We'll get this via srcset in 2.0.
jenkins-infra/plugin-site-api
676240359
Title: incoreect rendering an links for kubernetes-credentials-provider Question: username_0: the kubernetes-credentials-provider-plugin maintains its documentation in github and it is published using github pages https://jenkinsci.github.io/kubernetes-credentials-provider-plugin this renderes fine in github - however the pages in contain mainy errors. 1) references do not work correctly ![image](https://user-images.githubusercontent.com/494726/89802597-9e0cc300-db29-11ea-981d-0e5080e311c4.png) vs ![image](https://user-images.githubusercontent.com/494726/89802613-a402a400-db29-11ea-94ce-36696825e48f.png) 2) the github pages metadata is rendered in the jenkins plugin page 3) syntax highlighters are not used (and the processing instruction is not removed, leading to weired looking examples) 4) links to sub pages to do work as expected (links to examples should take you to an examples page - but instead takes to yo the examples folder in github Answers: username_1: Would consider it not a defect, as GitHub itself fails to render this content properly: https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/blob/master/docs/README.md#using-the-credentials-inside-jenkins username_2: I interpret the report as "Add GitHub Pages Support" RFE. Which makes total sense to consider. Would you be willing to contribute a patch @username_0 ? username_0: well I would like the URL in my plugin to link to the correct rendering - yet still have some content for plugin.jenkins.io. How can I acheive that as the URL freom the pom is used for other things IIRC? username_0: I think there is 2 things - the RFE as mentioned by @username_2 and some docs (that are missing or I missed on how to separate the 2 rendereings) username_1: A workaround could be to link to a readme that itself is mostly just a link to the real documentation. But plugin site will always use `url` from the plugin pom, and if it's wiki.o or GitHub, will try to render it inline.
pycaret/pycaret
747692074
Title: Score seems incoherent with class prediction Question: username_0: This doesn't make sense to me. How can higher scores (which is supposed to be probability, right?) return 0 instead of 1? ![image](https://user-images.githubusercontent.com/3595998/99833556-f0a24600-2b40-11eb-8c11-e231076b3097.png) Answers: username_1: @username_0 Can you please upload the Notebook with a sample dataset? username_1: @username_0 The probability value is the value of the predicted class. So in your example Label 0 with a score of 0.9542 means 95.42% probability of class 0 and (1 - 0.9542) would be the probability of Class 1 (incase you want to calculate). ![image](https://user-images.githubusercontent.com/58118658/99837425-8e901380-2b35-11eb-882f-9fcc21969217.png) Status: Issue closed
prometheus/node_exporter
189350135
Title: The supervisord collector cannot connect to supervisord listening on UNIX sockets? Question: username_0: Supervisord can listen for XML RPC requests on IPv4/IPv6 sockets, but also UNIX sockets: http://supervisord.org/configuration.html#unix-http-server-section-settings The advantage of using UNIX sockets here is that we don't need to bother with authentication, as we can simply use filesystem permissions on the socket to restrict access. If I look at the implementation of our collector, I guess we can't connect to UNIX sockets, as the XML-RPC client library that we use only supports HTTP URLs. Can anyone else confirm this? Answers: username_1: Yes, this is a duplicate of https://github.com/prometheus/node_exporter/issues/262. Sorry no progress has been made on figure out how to fix this. Status: Issue closed
paulrosen/abcjs
717070017
Title: Generate to create partitions to learn piano for kids Question: username_0: Hello, Your work is amazing! Thank you! My kids are learning piano with a method called _Musinains_ from the company Melopie. Is there a possibility to generate such partition with abcjs ? ![Musinains](https://is5-ssl.mzstatic.com/image/thumb/Publication5/v4/08/c6/59/08c6590e-8b11-30f2-14ec-ab356adce870/musique_ludique_chanson.png/560x0w.png) Answers: username_1: That looks really fun! So are you asking to change the shape of whole notes to the faces? Is there more to it than that? To reproduce what you have above you need a little post processing. After your call to `renderAbc()`, search for all items with the class "abcjs-note" and replace the path in them with your picture. For this to work, call `renderAbc` with the parameter `{ add_classes: true }`. Notice there are other things you can search for, like the staff line of the note so you can have different pictures for different notes. username_1: Closing due to inactivity - I'll be happy to reopen if you want to follow up. Status: Issue closed
tinymce/tinymce
620897589
Title: Last symbol before noneditable element can't be removed. Question: username_0: **What is the current behavior? Describe the bug** If user paste inline noneditable element then type 1 symbol after it then press backspacke, symbol won't be delete and caret will be before it. **Please provide the steps to reproduce and if possible a minimal demo of the problem via [fiddle.tinymce.com](http://fiddle.tinymce.com/) or similar.** http://fiddle.tinymce.com/cjhaab **What is the expected behavior?** Symbol can be removed **Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE?** 5.*+ Latest chrome P.S. I debugged it. Before that line execution https://github.com/tinymce/tinymce/blob/master/modules/tinymce/src/core/main/ts/delete/CefBoundaryDelete.ts#L27 HTML is <p>Hello <span class="noneditable">world</span>"&#65279;1"</p> and current range is correct, but after execution that line caret moves to self block and HTML is <p>Hello <span class="noneditable">world</span>"&#65279;""1" and range is broken, then https://github.com/tinymce/tinymce/blob/master/modules/tinymce/src/core/main/ts/delete/CefBoundaryDelete.ts#L34 that line will restore range to delete incorrectly. Answers: username_1: Thanks for the report and debugging information. I can confirm that this is a bug and will log it internally for us to investigate. We will let you know when we have an update.
philiprbrenan/notifications
447871079
Title: Docbook to Dita PS2-338 groupseq importance=optional completed with 100 % success Question: username_0: 100 % success. Projects: 0+11=11. Files: 0+1292=1292. Errors: 0,0 On 2019-05-23 at 21:59:39 Xref: 607 hrefs missing, 100 files not referenced, 1 href url encoding Please see: aws s3 sync s3://purestorage.migration/docbook/results/ http://www.ryffine.com
quarkusio/quarkus
1047559710
Title: Java-based flyway migrations scripts are applied to all schemas Question: username_0: ### Describe the bug In [this blog post](https://flywaydb.org/blog/multipleschemas) the flyway team describes the patterns that you can use for schema-based multi-tenancy. We tried to use the pattern with a single database, multiple schema with multiple histories. The migration table for each schema is stored in the schema itself. According to Quarkus guides this case is supported (in [the quarkus-flyway guide](https://quarkus.io/guides/flyway#multiple-datasources)) For example, we have the following two schemas: 1. "base" schema with its history defined from: - *.sql migration scripts in resources locations "database/base" (full project path "src/main/resources/database/base") - Java migration scripts in source package "database/base" (full project path "src/main/java/database/base") 2. "mycompany" schema with its history defined from: - *.sql migration scripts in resources locations "database/mycompany" (full project path "src/main/resources/database/mycompany") - Java migration scripts in source package "database/mycompany" (full project path "src/main/java/database/mycompany") So let's say that we have the following scripts in our project: 1. For the "base" history: - database/base/V1__FirstBaseMigration.sql (located in resources of the project) - database/base/V2__SecondBaseMigration.java (located in java sources of the project) 2. For the "mycompany" history: - database/mycompany/V1__FirstMycompanyMigration.sql (located in resources of the project) - database/mycompany/V2__SecondMycompanyMigration.sql The above setup is almost the same as the quarkus-quickstarts project "hibernate-orm-multi-tenancy-quickstart" (if you enable "database" profile) but it just includes both sql and java migrations (the quickstart contains only *.sql) and also instead of using two different databases (and their default schema) we are using a single database with two different schemas ("base" and "mycompany") by pointing the two datasources to the same database and by setting the config options "quarkus.flyway.TENANT_ID.schemas" to the correct schema for each tenant id in application.properties: quarkus.datasource.base.db-kind=postgresql quarkus.datasource.base.jdbc.url=jdbc:postgresql://localhost:5432/quarkus_test quarkus.flyway.base.schemas=base quarkus.flyway.base.locations=classpath:database/base quarkus.flyway.base.migrate-at-start=true quarkus.datasource.mycompany.db-kind=postgresql quarkus.datasource.mycompany.jdbc.url=jdbc:postgresql://localhost:5432/quarkus_test quarkus.flyway.mycompany.schemas=mycompany quarkus.flyway.mycompany.locations=classpath:database/mycompany quarkus.flyway.mycompany.migrate-at-start=true ### Expected behavior I assume that the correct behavior is for the above two histories to applied correctly to their corresponding schema of the database ("base" history for "base" schema and the "mycompany" history for "mycompany" schema). ### Actual behavior If we restrict our two histories to use only .sql migration scripts then we get the expected behavior. But if we include at least one Java migration script to any of the two histories then the quarkus-flyway will try to apply this Java migration to both schema. For example in the above example case the quarkus-flyway will try to apply the "database/base/V2__SecondBaseMigration.java" migration script to both schema "base" and "mycompany". Of-course because there is also a "V2__SecondMycompanyMigration.sql" migration script for the "mycompany" schema the quarkus-flyway will throw the following exception: Failed to start application: org.flywaydb.core.api.FlywayException: Found more than one migration with version 2 Offenders: -> ~/quarkus-quickstarts/hibernate-orm-multi-tenancy-quickstart/target/classes/ (JDBC) -> ~/quarkus-quickstarts/hibernate-orm-multi-tenancy-quickstart/target/classes/database/mycompany/V2__SecondMycompanyMigration.sql (SQL) In the above case quarkus-flyway throws exception because there is also an sql migration with the same version for "mycompany" history but there are cases in which there is no conflict between versions and the Java migration of the "base" history could be wrongly applied to all schemas. I think that quarkus-flyway-deployment scans all classes that implement JavaMigration interface in the project and it does not filter the classes based on the package prefix for each tenant schema (it will include all JavaMigrations for each schema migration). ### How to Reproduce? Steps to reproduce: 1. Go to quarkus-quickstarts project "hibernate-orm-multi-tenancy-quickstart" (the "database" profile) 2. Set the two datasources to point to the same database and use different schemas by setting "quarkus.flyway.base.schemas=base" and "quarkus.flyway.mycompany.schemas=mycompany" in application.properties. Or you can also use the two databases setup with the default schema. 3. Set the locations for flyway "quarkus.flyway.base.locations=classpath:database/base" and "quarkus.flyway.mycompany.locations=classpath:database/mycompany" in application.properties 4. Create a Java migration script in the "database/base" java package and an sql script with the same version number in the "database/mycompany" resources. [Truncated] ### Output of `java -version` OpenJDK Runtime Environment Temurin-17+35 (build 17+35) ### GraalVM version (if different from Java) _No response_ ### Quarkus version or git rev "2.3.1.Final" or "2.4.1.Final" ### Build tool (ie. output of `mvnw --version` or `gradlew --version`) Apache Maven 3.8.1 ### Additional information _No response_ Answers: username_1: I've encountered this as well with quarkus dev services trying to run 2 datasources in separate containers. I've created a [reproducer](https://github.com/username_1/quarkus-issue-21275) The problem appears to be here: https://github.com/quarkusio/quarkus/blob/7273d6fbd63197edaf61833cc522690e583049d6/extensions/flyway/runtime/src/main/java/io/quarkus/flyway/runtime/QuarkusPathLocationScanner.java#L43 The path location scanner scans for filesystem migrations for each individual datasource in the locations configured for all of the datasources during the static init: (https://github.com/quarkusio/quarkus/blob/7273d6fbd63197edaf61833cc522690e583049d6/extensions/flyway/deployment/src/main/java/io/quarkus/flyway/FlywayProcessor.java#L108) The filesystem scan should check to make sure that the location it is scanning is in the `locations` parameter that is passed in for the datasource: https://github.com/quarkusio/quarkus/blob/7273d6fbd63197edaf61833cc522690e583049d6/extensions/flyway/runtime/src/main/java/io/quarkus/flyway/runtime/QuarkusPathLocationScanner.java#L32 username_2: Thanks for the analysis. As you seem to have got pretty far, mind providing a Pull Request? username_1: My understanding of the context is a little sketchy, but I'll try and put together a fix and put up a PR
MicrosoftDocs/windows-itpro-docs
376789029
Title: Need Surface Laptop 2 drivers for Enterprise OSD Question: username_0: Does anyone know where we can get the drivers for the Surface Laptop 2? --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 586d1246-6e18-b33c-2382-52a53bb392f5 * Version Independent ID: 0ec4aa1e-aac0-98dd-0a47-83e93d854086 * Content: [Download the latest firmware and drivers for Surface devices (Surface)](https://docs.microsoft.com/en-us/surface/deploy-the-latest-firmware-and-drivers-for-surface-devices) * Content Source: [devices/surface/deploy-the-latest-firmware-and-drivers-for-surface-devices.md](https://github.com/MicrosoftDocs/windows-itpro-docs/blob/master/devices/surface/deploy-the-latest-firmware-and-drivers-for-surface-devices.md) * Product: **w10** * GitHub Login: @BRecords * Microsoft Alias: **jdecker** Answers: username_1: I would like to know this as well. username_0: Looks like they have been released quietly. https://www.microsoft.com/en-us/download/details.aspx?id=57515 username_2: @username_0 Thanks for updating the topic with the new links! I'm back from vacation and merged your pull request. Status: Issue closed
Submitty/Submitty
890649819
Title: Migrate JS files to mjs Question: username_0: **What problem are you trying to solve with Submitty** Currently, all our JS usage within Submitty is using old style JS includes in the page, and we have our scope leak all over the place, having to also manually annotate files with a `/* exported */` and `/* global */` directives for eslint to understand what might be dropping through scripts. **Describe the way you'd like to solve this problem** A better way to handle this mess would be to make use of the module system that all modern browsers now support (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules), and is inline with how most people write JS these days. The JS files would get loaded as modules in the HTML, and then we have regular import / export statements within the files, giving us understanding of where functions / classes are coming from, while also allowing the IDE to provide more meaningful intellisense. A side effect of this is that we can leverage the import / export syntax to also write proper unit testing for the JS files without resorting to any ugly shims or scope leakage in the test suite. **Additional context** This issue isn't necessarily to track the full scope of effort to do this project, but to gain feedback from developers on if we should do (or should not) do this, any potential pitfalls, etc. The actual migration process would most likely be more drawn out and take a while, doing it gradually overtime as it would require rewriting the hooks of the JS into the DOM that currently exist in a lot of places. Answers: username_1: I support moving to modules I think a possible issue would be with the `addInternalJS` functions, would the versioned file be able to be used in the JS `import` statement? username_2: I see all the code related to #6421 has been moved to the TS folder, so is `ts` modules favored over `mjs` modules, and `mjs` modules have been deprecated? Do we need to update this issue? @username_0 username_0: The basis for this was accomplished in #7285 with documentation in Submitty/submitty.github.io#392. Now it's just a matter of slowly transitioning the code over, but we don't need a meta issue to track that. Status: Issue closed
NerdHerd4043/2020_InfiniteRecharge
569271415
Title: Change Controls Question: username_0: Current Scheme: X: Feeder && Flywheel A: if(X) { Kickup } Ideal Scheme: X: Feeder && Kickup A: Flywheel Sub-Optimal Scheme: X: Feeder A: Flywheel Y: Kickup Answers: username_1: Current Scheme: A: Feeder Y: Flywheel X: Kickup Status: Issue closed
mattermost/mattermost-mobile
184050579
Title: Implement Redux store template Question: username_0: Need to adjust code to meet Mattermost Redux store template--we seemed to have drifted off from the approach discussed ``` { "entities": { "general": { "clientConfig": {/* object containing config setting names to a string value */} }, "user": { "users": { "USER1": {/* User object */}, ... }, "userIdsByTeamId": { "TEAM1": ["USER1"], ... } }, "team": { "teams": { // includes teams the user is a member of and open teams visible to them "TEAM1": {/* Team object */}, ... }, "openTeamIds": ["TEAM1", "TEAM2"], "teamMembers": { "TEAM1-USER1": {/* TeamMember object*/} }, "teamMembersByTeamId": { "TEAM1": ["TEAM1-USER1"] } }, "channel": { "channels": { "CHANNEL1": {/* Channel object */}, ... }, "channelIdsByTeamId": { "TEAM1": [CHANNEL1, CHANNEL2], "": [DIRECT_CHANNEL1] } "channelStatsByChannelId": {/* ChannelStats object */} "channelMembers": { "CHANNEL1-USER1": {/* ChannelMember object */}, ... }, "channelMembersByChannelId": { "CHANNEL1": ["CHANNEL1-USER1", "CHANNEL1-USER2"] } "notChannelMembersByChannelId": { "CHANNEL1": ["USER3", "USER4"] } }, "post": { [Truncated] }, "loginView": { "loginId": "username", "password": "<PASSWORD>", "mfaToken": "<PASSWORD>" }, "teamView": { "teamId": "TEAM1", "channelView": { "channelId": "CHANNEL1" // contents of post textbox are in entities.postDraftsByThreadRootId }, "threadView": { "rootPostId": "POST1" // contents of post textbox are in entities.postDraftsByThreadRootId } } } } ```<issue_closed> Status: Issue closed
phemex/php-client
1171608950
Title: Delete Function not working Question: username_0: when I submit a delete or get function to cancel all the orders the system says that is a error with the authentication but is the same auth used for the post There is a way to add an example of a delete function where we can for example cancel open orders. Much appreciated. ( I am making one tool to manage orders and create "preset orders" where people can send for example a grid of orders, automatic calculation of fibonacci grid for example or automated closing orders if client closes connection ... to avoid loses for example due power outages )
infor-design/design-system
298717963
Title: Map tokens to Mongoose theme data Question: username_0: [FS_20180215_194559.XML.zip](https://github.com/infor-design/design-system/files/1741530/FS_20180215_194559.XML.zip) Answers: username_1: @username_2 please review the XML file ahead of the mongoose tokens meeting we have next week. Just to get an idea for what we are dealing with... Ben mentioned potentially needing to compare their variables with ours, but before getting ahead of ourselves I just want to make sure you've seen this before the Monday meeting in case it comes up 😄 username_2: @username_1 okay! username_3: First revision of adding our tokens into the mongoose xml: [FS_20180215_194559-tokenized.XML.zip](https://github.com/infor-design/design-system/files/2142711/FS_20180215_194559-tokenized.XML.zip) I added notes at the top, but will repeat them here: - ❓ IDS color values are hex, not hex8 - ❓ Not sure what to match to "clear buttons" Status: Issue closed
unknownuser88/consolewrap
211199913
Title: Paste to previous line? Question: username_0: Is there a way to put the console.log above the currently selected text? Answers: username_1: I think it will be in the next version username_0: Honestly not as needed as I thought. Could maybe useful as another shortcut like ctrl+shift+uparrow+q? Thanks for this project though, loving it. Status: Issue closed username_1: in version 0.1.0 you can use `ctrl+shift+alt+q` to insert before selection username_0: That's awesome, thanks a lot!
goalgorilla/drupal_social
221812454
Title: Compile sass files Question: username_0: Hi there, Is there a standard procedure for compiling sass files for a subtheme base off socialbase? Answers: username_1: We use Gulp for this. You can copy package.json (containing the modules), gulpfile.js (containing the tasks) and the components folder structure (containing the scss) to set up something similar in your custom sub theme. Run `npm install` to install the dependencies and `gulp watch` to fire the watch task. Here you can find some extra information on the component library for Open Social that we have set up: http://styleguide.getopensocial.com/ Feel free to ask for support in our [issue queue](https://www.drupal.org/project/issues/social?categories=All). Status: Issue closed
tuna/issues
958172570
Title: [tuna]404 at /ubuntu-ports/dists/bionic/restricted/binary-amd64/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) - 该问题是否被之前的 issue 提出过: #### 您的环境(Environment) - 操作系统(OS Version): - 浏览器(如果适用)(Browser version, if applicable): - 其他(Others): Answers: username_1: https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu-ports/ (amd64 != arm64) Status: Issue closed
AdguardTeam/AdguardForMac
450465847
Title: Add settings export Question: username_0: Could you add a way of exporting user settings so they can be imported later on say a new machine or a fresh OS install? Thanks Answers: username_1: currently, you can only export settings and logs username_2: not settings, system info:) This is an important feature request, we definitely should implement this. username_3: Hii, how's the status with this????? On windows you can easily export settings and all, but on mac there seems no way to do it. i have same laptop 2 users and i want to apply same settings on both especially the user list and https exclusion list. username_4: @username_3 We plan to add this feature in the nearest updates. Stay tuned ;) username_5: Just bumping this topic in case it got buried
ODM2/ODM2StreamingDataLoader
221540050
Title: Unable to create new site/sampling feature Question: username_0: I attempt to create a new site/sampling feature, however, it doesn't show up in the table. It should appear and be selected. If there is an error, then I should receive an error message. ![image](https://cloud.githubusercontent.com/assets/5023186/25003556/31c2a320-200d-11e7-9a18-2a8969665abb.png) Answers: username_1: **ready to test on branch issue_77** username_2: this looks like it has been addressed Status: Issue closed
MitchTalmadge/AMP-dockerized
706165952
Title: Not really an Issue Question: username_0: Hey, just wanted to say, that you should maybe add a full cleanup of apt after every apt install as this is considered good docker "coding" style. And maybe you should consider not installing sudo at all, its overall not best to install it, there are better, docker-friendly, alternatives to sudo, and so far i cant see anything that really needs sudo in your files. Answers: username_1: Hey! Thanks for the tips! I just found [this best practices page](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/) after researching some more and I will incorporate the ideas to help make this image better. And you appear to be right, I think I once used `sudo` but found a better solution, and forgot to remove it. Thanks! username_0: Hey, nice that my tips help you. I have created my own amp docker-container a while ago, its here on github aswell. But its overall a bit simpler than yours, but it applies most if not all of the best practices, like cleaning up apt or minimal layer-count and such things, but i have no time to work on own container anymore. Maybe i can fork yours and apply some of the practices so its less overall work for you aswell, for a better docker container together Status: Issue closed
CoolProp/CoolProp
213268888
Title: Get preferred inputs programmatically Question: username_0: I am looking for a way to programmatically retrieve the preferred input pair from a group of 3 possible inputs. Let's say I want to calculate an isotherm in a logp-h diagram, how can I tell that I should do the sweep in y-direction and not in x-direction (using p,T-inputs is much better than h,T-inputs). Until now, I have made a custom Python function, but I think we want to port this to the C++ level. The only problem is that such a function has to be maintained since it needs to be modified as soon as we get new solvers. Now the question: Is there a better way of doing this than my attempt in https://github.com/CoolProp/CoolProp/blob/master/wrappers/Python/CoolProp/Plots/Common.py#L414-L485 ?
FrankerFaceZ/FrankerFaceZ
239852060
Title: Theater Mode Issue Question: username_0: **Web Browser**: Firefox & Edge **Do you use BetterTTV or other Twitch extensions**: FFZ Addon **FFZ Logs (via FFZ Menu > About > Logs; if Applicable)**: **Bug / Idea**: When in Theater Mode Cant Click on Play/pause or any button on same line **Steps to Reproduce (if Applicable)**: Answers: username_0: Issue seem to Be Sorted Now Status: Issue closed
amitdev/PMD-Intellij
182079563
Title: Update to PMD 5.5.1 to support Apex? Question: username_0: The Salesforce Apex language has been added to PMD since the last time this plugin was updated, can the plugin be updated to support the new features? Answers: username_1: I've updated to 5.5.1. Support for Apex might need some more change. I'll check later. username_2: This would be awesome to have! Any chance you checked? username_3: I'd love to use this for my apex development, any idea on when apex will be supported? username_4: IlluminatedCloud does support PMD in Apex code username_5: I am trying to use PMD in IntelliJ IDE using illuminated cloud. When I run PMD using pre-defined rules, no violations are reported. When I try to import custom rules from PMD's website, it does not load the custom rules and throws as error as shared in attachment. ![image](https://user-images.githubusercontent.com/17682618/43739385-d2b5f5a4-9995-11e8-8e82-e5d9860d3295.png) Just to be clear, I am trying to run PMD for salesforce( apex) rules and want to see the bugs/errors from PMD in the IDE itself. I have searched all over the internet, did not find any support for it. Does PMD on intelliJ support apex ? Status: Issue closed username_1: I've added support to use custom rulesets to scan apex files (.cls and .trigger).
StyraHem/ShellyForHASS
841075741
Title: [BUG] Question: username_0: <!-- Please READ THIS FIRST Before opening a new issue, please check if a similar one is already open DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed without comment. Please check if the bug is already reported and add more information there instead of creating a new report. --> ## Environment - ShellyForHASS release with the issue: 0.2.1 - Last working ShellyForHASS release (if known): unknown - Home Assistant Core release with the issue: core-2021.3.4 - Operating environment (Home Assistant/Supervised/Docker/venv): HA supervised in Proxmox ## Describe the bug <!-- I'm seeing multiple HA Core log errors relating to Shelly, mostly around status updates and checking for firmware updates. I have a single Shelly device and seems to be working just fine wrt actual integrations. Firmware updates via the HA UI are not working, but a workaround is to simply use the Shelly native web interface. --> ## Steps to Reproduce <!-- Reboot HA core and/or HA hardware and errors start appearing in log. Errors seem to appear every minute, possibly related to some polling cycle. --> ## Expected behavior <!-- No log errors. --> ## Screenshots <!-- None - see logs. --> ## Traceback/Error logs <!-- AssertionError 2021-03-25 08:49:52 ERROR (Poll status) [pyShelly] Error update device status: 8CAAB5C51A12 SHSW-1, , Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/pyShelly/block.py", line 191, in update_status_information dev.raise_updated(force_update_devices) File "/usr/local/lib/python3.8/site-packages/pyShelly/base.py", line 36, in raise_updated callback(self) File "/config/custom_components/shelly/device.py", line 59, in _updated self._update_ha_state() File "/config/custom_components/shelly/device.py", line 51, in _update_ha_state self.schedule_update_ha_state(True) File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 421, in schedule_update_ha_state assert self.hass is not None --> ```txt ``` ## Additional context <!-- Add any other context about the problem here. --> Answers: username_1: I have similar issues. These error messages in the log every 10 minutes: ``` 2021-03-31 21:56:03 ERROR (FirmwareManage) [pyShelly] Error http GET: https://repo.shelly.cloud/files/firmware, HTTP Error 400: Bad Request, Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/pyShelly/firmware.py", line 29, in _http_get f = urllib.request.urlopen(url) File "/usr/local/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) File "/usr/local/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( File "/usr/local/lib/python3.8/urllib/request.py", line 569, in error return self._call_chain(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 400: Bad Request Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/pyShelly/firmware.py", line 29, in _http_get f = urllib.request.urlopen(url) File "/usr/local/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) File "/usr/local/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( File "/usr/local/lib/python3.8/urllib/request.py", line 569, in error return self._call_chain(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 400: Bad Request 2021-03-31 22:06:03 ERROR (FirmwareManage) [pyShelly] Error http GET: https://repo.shelly.cloud/files/firmware, HTTP Error 400: Bad Request, Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/pyShelly/firmware.py", line 29, in _http_get f = urllib.request.urlopen(url) File "/usr/local/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) File "/usr/local/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( File "/usr/local/lib/python3.8/urllib/request.py", line 569, in error return self._call_chain(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 400: Bad Request Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/pyShelly/firmware.py", line 29, in _http_get f = urllib.request.urlopen(url) File "/usr/local/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) File "/usr/local/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( File "/usr/local/lib/python3.8/urllib/request.py", line 569, in error return self._call_chain(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 400: Bad Request ``` username_2: Fixed in latest release Status: Issue closed
jlippold/tweakCompatible
347669213
Title: `BatteryNotch` working on iOS 11.3.1 Question: username_0: ``` { "packageId": "com.gilshahar7.batterynotch", "action": "working", "userInfo": { "arch32": false, "packageId": "com.gilshahar7.batterynotch", "deviceId": "iPhone10,6", "url": "http://cydia.saurik.com/package/com.gilshahar7.batterynotch/", "iOSVersion": "11.3.1", "packageVersionIndexed": true, "packageName": "BatteryNotch", "category": "Tweaks", "repository": "Packix", "name": "BatteryNotch", "installed": "1.2", "packageIndexed": true, "packageStatusExplaination": "This package version has been marked as Working based on feedback from users in the community. The current positive rating is 100% with 3 working reports.", "id": "com.gilshahar7.batterynotch", "commercial": true, "packageInstalled": true, "tweakCompatVersion": "0.1.0", "shortDescription": "Represent battery around the notch", "latest": "1.2", "author": "gilshahar7", "packageStatus": "Working" }, "base64": "<KEY>", "chosenStatus": "working", "notes": "" } ```
swoole/swoole-src
412830893
Title: redis携程客户端:php代码一次操作,底层好像发送了2次请求 Question: username_0: Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. 请求redis <?php go(function () { $redis = new Swoole\Coroutine\Redis(); $redis->connect('127.0.0.1', 6379); $val = $redis->mget(['name']); var_dump($val); }); sleep(1); 2. What did you expect to see? 应该给redis只发送一次mget指令 3. What did you see instead? tcpdump查看发送了两条 ![image](https://user-images.githubusercontent.com/5676888/53158821-7f4a0200-35ff-11e9-802f-1a205de0ffe0.png) 4. What version of Swoole are you using (show your `php --ri swoole`)? swoole Swoole => enabled Author => Swoole Team <<EMAIL>> Version => 4.2.13 Built => Feb 18 2019 12:43:58 coroutine => enabled debug => enabled trace_log => enabled kqueue => enabled rwlock => enabled openssl => OpenSSL 1.0.2q 20 Nov 2018 http2 => 1.35.1 pcre => enabled zlib => enabled brotli => enabled mysqlnd => enabled async_redis => enabled Directive => Local Value => Master Value swoole.enable_coroutine => On => On swoole.display_errors => On => On swoole.use_shortname => On => On swoole.fast_serialize => Off => Off swoole.unixsock_buffer_size => 262144 => 262144 5. What is your machine environment used (including version of kernel & php & gcc) ? ➜ ~ php -v PHP 7.2.14 (cli) (built: Jan 12 2019 05:21:04) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.2.14, Copyright (c) 1999-2018, by Zend Technologies ➜ ~ gcc -v Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1 Apple LLVM version 10.0.0 (clang-1000.10.44.4) Target: x86_64-apple-darwin18.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin Answers: username_1: ![image](https://user-images.githubusercontent.com/25978241/53215372-4bb4b980-368b-11e9-832f-3ad54c0b55fa.png) 用了你的代码, 只有一次 username_1: 你可以用随机字符串测试 Status: Issue closed
miyuchina/mistletoe
1144906693
Title: Parsing error in a specific case Question: username_0: If I have this text in markdown: **_Week_**day It converts to: ****day Note that there is no space before "day". But, if I add a space after the last pair of *, it works correctly. So this text: **_Week_** day Converts correctly to: Week day where "Week" is in bold and italic. Answers: username_1: Hi @username_0, I've made some formatting to your original report, let me know in case it is not correct. I've tried to run the current version of mistletoe on the "problematic" input you write: **_Week_**day Unlike you, I get this back (I paste the resulting HTML for simplicity here): <p>**<em>Week</em>**day</p> I hope this is correct, because when testing here, I get the same result from the GitHub's markdown formatter: **_Week_**day So can you please re-check? If you still get the wrong result, which version of mistletoe do you use?
waiting-for-dev/devise-jwt
237142168
Title: Sign in Failed Question: username_0: Rails 5.1.1 Ruby 2.4.1 Tested on both devise-jwt 0.1.1 and 0.3.0 Tried to signup a user, got a success response with the `jti` in response Next tried to sign_in by passing the generated jti in the authorization header. But i get a response of `Failed to Login` I'm attaching the postman images of the same. ![screen shot 2017-06-20 at 14 40 02](https://user-images.githubusercontent.com/8247590/27325524-66600250-55c6-11e7-9df0-095d6af78564.png) ![screen shot 2017-06-20 at 14 40 12](https://user-images.githubusercontent.com/8247590/27325529-6bae59a0-55c6-11e7-9475-d9d590005f20.png) Answers: username_1: @username_0 what you have to provide in order to authenticate is not the `jti` claim but the whole token you get in the `Authorization` response header after your sign up. `jti` is not the token, it is just a claim that uniquely identifies it and that, in this library, is used for token revocation purposes. In fact, there is no need to return it in the response. username_0: Lol, i though i was doing it wrong. can you advice on how the right way to authenticate is. Status: Issue closed username_0: Got it, i didn't check the headers in the response. Going to close this now.
omega8cc/boa
167348097
Title: Default MariaDB 10.0.26 settings suggestion/querry Question: username_0: Hello, We are using BOA stable 3.1.1 and have noticed that /etc/mysql/my.cnf comes with defaults that seem to be wasting memory for drupal 7 and drupal 8 sites. Namely: aria_pagecache_buffer_size defaults to 128 MB (and we're using 1 byte of it with 10 mixed D7/8 sites on this vps) We added the below line to the my.cnf file to give it a size of 128K: aria_pagecache_buffer_size = 131072 additionally key_buffer and key_buffer size are defaulting to 256MB and almost none is being used. This is on a vps with 2GB ram. Just a heads-up. Thansk for the great work. Ed Answers: username_1: Please follow [guidelines](https://github.com/username_1/boa/blob/master/CONTRIBUTING.txt). username_0: boa info more is here (not really necessary for this support heads-up, is it?): https://gist.github.com/username_0/2e864a383ce4727bb72d5787b6f7b40c Since only the mysql database and its tables use myisam, defaults to key_buffer, key_buffer_size and aria_pagecache_buffer_size should be kept super low. I recommend 2 MB for key_buffer and key_buffer_size, and 128 KB (or lower if the block unit size is lowered - 128 KB is the min res unit for this aria storage engine table setting). Or can we safely disable aria database engine altogether? Ed username_1: The `boa info` is always relevant and always required. BOA is not designed to precisely tune everything in MariaDB, quite contrary, it is designed to use as much memory, as safely possible. It's not designed to use as little as possible. You can change this behavior, though, as [explained in the docs](https://github.com/username_1/boa/blob/master/docs/cnf/barracuda.cnf#L101) ``` ### ### By default BOA configures your system to use as much RAM as safely available ### but if you want to make the configuration more precize, add this extra ### variable to use MySQLTuner on the fly to detect optimal memory allocation. ### This check is no longer enabled by default, because it is very expensive ### method on systems with not enough resources and many sites hosted. ### _USE_MYSQLTUNER=NO #------------ Use MySQLTuner to configure SQL limits when YES ``` As for the Aria engine, have you actually verified the memory usage before and after? I don't think its limit is used if the engine is not used. Status: Issue closed username_1: Additionally, since you are using `SKYNET_MODE=OFF`, please run this command to update the meta-installers before trying `boa info`: ``` $ cd;wget -q -U iCab http://files.aegir.cc/BOA.sh.txt;bash BOA.sh.txt ``` Also, the `VPS` line shouldn't be empty.
irmen/Pyro5
848750083
Title: Proxy from sshtunnel Question: username_0: Is it possible to connect to server via jump host by sshtunnel? Answers: username_1: Yeah that should be possible, if you're having issues check https://pyro5.readthedocs.io/en/latest/tipstricks.html#pyro-behind-a-nat-router-firewall some of that may be relevant for this too username_2: It works fine with sshtunnel in my experiments. Just assign the daemon to the loopback address and port on the server system, do the same with the proxy on the client system and then bind local to remote via ssh. The performance penalty is pretty drastic though (about 10x slower vs. regular TCP sockets in my experiments) username_1: Also, don't forget that Pyro5 supports SSL by itself as well. (this doesn't help with tunneling, but does give you encryption and authentication: https://pyro5.readthedocs.io/en/latest/security.html?highlight=ssl#secure-communication-via-ssl-tls Status: Issue closed username_0: Great, Thx.
moethu/SketchUpNET
356024816
Title: Implement Scenes & References Question: username_0: SketchUp makes use of scenes to hide and show a specified set of layers. It would be nice if there was a reference to these scenes. Answers: username_1: Hi @username_2 yes the library doesn't include scenes at the moment. It looks like it would be easy to add them. Do you need them for a specific use-case? username_2: @username_1 yeah, I will need to read and write scenes. I'm creating a 3d configurator, and the different configurations are expressed as scenes. username_1: what parts of a scene would be necessary for you to achieve this? rendering options? layer settings? element visibility? username_2: @username_1 element visibility... "hidden objects" in the SketchUp UI username_1: @username_2 I started implementing a reading scenes with hidden elements feature first. How would you like to access hidden elements? My first shot was adding a list of IDs of hidden elements - but then you'd need a central container for entities in the data model. username_2: What options do we have? Elements are now split up in different cases, right? Like components, curves, groups, instances, etc. What about adding a list of ID with the type of element? Does that work? username_1: In order to keep compatibility I wouldn't remove the existing lists by types. I added a new dictionary (int ID, entity) so you have both options in the end. objects are only referenced so this doesn't require much additional memory. Each Scene object has a list of hiddenElements containing references to the actual elements. Would this work for you? So what about writing hidden elements, just allow adding elements to the list of hidden elements? username_2: Yeah, both suggestion work for me! username_1: Got an issue with writing hidden entities, the API doesn't provide a method for it. There is no `SUSceneSetHiddenEntities`. I'll check if there is any workaround but I implemented a way to get Scenes and their hidden entities. username_1: @username_2 can you give this branch a try? it works for me. writing scenes however will require some more changes in the library. username_1: @username_2 I never got your feedback on this one, does it work?
Atlantiss/NetherwingBugtracker
365749381
Title: [Quest] Catch of the day Question: username_0: [//]: # (Enclose links to things related to the bug using http://wowhead.com or any other TBC database.) [//]: # (You can use screenshot ingame to visual the issue.) [//]: # (Write your tickets according to the format:) [//]: # ([Quest][Azuremyst Isle] Red Snapper - Very Tasty!) [//]: # ([NPC] Magistrix Erona) [//]: # ([Spell][Mage] Fireball) [//]: # ([Npc][Drop] Ghostclaw Lynx) [//]: # ([Web] Armory doesnt work) Mobs spawned by Shellfish traps don't attack the player **Server Revision**: 2108 Answers: username_1: They did attack me, although not instantly. Status: Issue closed
GoogleContainerTools/skaffold
367896172
Title: Proposal: How to handle Jib build directly to registry. Question: username_0: Currently, Jib can build to the Docker daemon and share the same logic as the rest of the `local` builders (`docker` and `bazel`): `local.go#buildArtifact` performs a series of steps for a build: 1. `b.runBuildForArtifact` builds to the Docker daemon and gets the initial tag 1. `docker.Digest` gets the digest for the initial tag from the Docker daemon 1. `tagger.GenerateFullyQualifiedImageName` generates the intended tag 1. `b.api.ImageTag` retags the initial tag to the intended tag 1. if `push=true`, `docker.RunPush` pushes the intended tag However, to leverage the full benefits of Jib, we would need to add the ability to call `jib:build` to build directly to the registry. The implementation logic would be very similar to how the `kaniko` builder works: 1. Generate initial tag as random ID. 1. Run `jib:build` to initial tag. 1. `docker.RemoteDigest` to get the digest 1. `tagger.GenerateFullyQualifiedImageName` to get the intended tag 1. `docker.AddTag` to retag with intended tag The original plan was the perform this logic when `local.push=true`, but we're proposing a new builder type `jib` (only supports `JibMavenArtifact` and `JibGradleArtifact`). Therefore, the following would be what users could do with the Jib artifacts: - `local` and `push=false` - `jib:dockerBuild` builds to Docker daemon - `local` and `push=true` - `jib:dockerBuild` builds to Docker daemon and then the image is pushed - `jib` - `jib:build` builds directly to the registry The caveat, though, is that the `jib` builder would not support other artifact types. The alternative is to just keep the original approach, where users could do: - `local` and `push=false` - `jib:dockerBuild` builds to Docker daemon - `local` and `push=true` - `jib:build` builds directly to the registry @GoogleContainerTools/java-tools @GoogleContainerTools/container-tools Answers: username_1: It makes me to wonder what exactly this "Jib artifact" is? Is it tangible? Does it have a unique property that distinguish it form other types of artifacts? username_0: The `JibMavenArtifact` and `JibGradleArtifact` defines what type of project it is (Maven or Gradle) and the module/subproject name, whereas the `jib` builder type defines to build using `jib:build` (vs `jib:dockerBuild` for the `local` builder type). username_1: `JibMavenProject` or `JibMavenProjectStructure` may be a more apt name then. Can we call it that way? Or, is this an internal framework thing in that we have no choice but to adhere to the word "artifact"? An artifact sounds like it is a concrete output that you can carry around, so I think it can be a bit confusing. username_0: It is named like the other `config.Artifact` types `DockerArtifact` and `BazelArtifact`. The "artifact" portion refers to the fact that the project will be used by Skaffold to build an output artifact. username_2: There is no clear agreement yet where we will be heading with the builders/artifacts - I believe it's a confusing situation. See: https://github.com/GoogleContainerTools/skaffold/issues/953 and https://github.com/GoogleContainerTools/skaffold/issues/955. I would not put this on the critical path for Jib yet. I think we should go with the jib builder as a local builder for now even if it's not the most optimal flow for jib yet and when we reshuffle the builder/artifact structure, we can rethink how a more optimal jib flow fits in. The artifact name is misleading I agree - it refers more to an "descriptor format" like Dockerfile for docker, or bazel files for bazel or pom.xml and build.gradle for jibMaven and jibGradle... username_2: @username_3 @dlorenc any thoughts? username_3: I'm +1000 on just keeping the original approach based on `push=true|false` In a project with multiple artifacts, we want a builder to be able to build all the artifacts. It's already not always the case. Let's not make it worth. I can see myself working on a backend in Java built with Jib and a front end in Node built with Docker username_0: @username_3 Do you mean keeping the original approach as in the current approach (as implemented) of: - `local` and `push=false` - `jib:dockerBuild` builds to Docker daemon - `local` and `push=true` - `jib:dockerBuild` builds to Docker daemon and Skaffold pushes to registry Or the original "proposed" approach of: - `local` and `push=false` - `jib:dockerBuild` builds to Docker daemon - `local` and `push=true` - `jib:build` builds directly to the registry username_3: The latter seems good to me username_0: Okay, for that approach, then, we would deviate from the normal local builder logic and perform the steps like the `kaniko` builder: 1. Generate initial tag as random ID. 1. Run `jib:build` to initial tag. 1. `docker.RemoteDigest` to get the digest 1. `tagger.GenerateFullyQualifiedImageName` to get the intended tag 1. `docker.AddTag` to retag with intended tag username_3: I think it makes sense Status: Issue closed
andywhite37/haxpression
118927217
Title: canEvaluate doesn't evaluates are functions given correct number of arguments Question: username_0: Parser.parse(computerOperation).canEvaluate(); -> this method returns true But after calling this line the error is thrown which stops the application of the user: Parser.parse(computerOperation).evaluate().toFloat(); Error message: "Uncaught Error: function pow expects exactly 2 argument(s)" syntax looks like this : pow(,2) (first argument is missing) Is there any way I can stop that the application freezes? Thanks! p.s. it's kinda urgent, hopefully you can help me in time... awesome framework btw! Answers: username_0: The reason why tested syntax is wrong because I am using this for calculator where users can type anything they want. I have checks after every input, but some checks are more complicated. username_1: Yeah, I think I can add a check to make sure the function has the right number of args. I will try to add that today. username_1: Ok, I think this should be fixed in version 0.4.1 https://github.com/username_1/haxpression/commit/05038434b77e8a5cb11b4fe0ab70fe3feb47ecad Let me know if that works for you. Status: Issue closed
xenia-project/game-compatibility
623304063
Title: 534507F5 - SEGA Superstars Tennis Question: username_0: <!-- Xbox 360 Marketplace links only. Can't find it? Try Google: "game title" site:marketplace.xbox.com ie: https://marketplace.xbox.com/en-us/Product/Halo-3/66acd000-77fe-1000-9115-d8024d5307e6 --> Marketplace - Delisted <!-- Replace (xxxxxxxx) with the commit id of the build you tested the game with. You can find the commit id in the first line of the log: Build: detached / xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx on (date) ie: Tested on https://github.com/xenia-project/xenia/commit/f748e5af49062fd78d098acdaf045183f29faf36 --> Tested on https://github.com/xenia-project/xenia/commit/f7ad6310574c34c6aed6586d52e6422739c702eb # Issues: The game performs fine and only has a few graphical glitches when playing the game. Saving and loading doesn't work anyone. # Log: [xenia.zip](https://github.com/xenia-project/game-compatibility/files/4668906/xenia.zip) # Screenshot(s): ![image](https://user-images.githubusercontent.com/31457368/82682448-2f654b00-9c47-11ea-9ad2-cdb2a89a26ab.png) # Labels: marketplace-delisted | gpu-corrupt-drawing
ebean-orm/ebean-annotation
556671643
Title: ENH: Add @Index concurrent and definition for more advanced platform specific indexes Question: username_0: For example, Postgres specific indexes of: ```java @Index(unique = true, columnNames = "lower(name)", concurrent = true, platforms = Platform.POSTGRES) @Index(name = "ix_t_detail_defn", platforms = Platform.POSTGRES, definition = "create index ix_t_detail_defn on t_detail using hash (lower(name)) where lower(name) like 'r%'") @Entity @Table(name = "t_detail") public class TSDetail { ... ``` ```sql create unique index concurrently ix_t_detail_lowername on t_detail (lower(name)); create index ix_t_detai_defn on t_detail using hash (lower(name)) where lower(name) like 'r%'; ```<issue_closed> Status: Issue closed
uber/tchannel-python
131786015
Title: listen on $TCHANNEL_PORT if it's available Question: username_0: If we're not explicitly provided a port to listen on, but we have a `TCHANNEL_PORT` environment variable available, then we should prefer to listen on that port instead of dynamically picking one. Status: Issue closed Answers: username_0: This can be handled by a wrapper.
jupyterhub/team-compass
601121358
Title: Testing the support bot Question: username_0: <!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! --> ### Bug description <!-- Use this section to clearly and concisely describe the bug. --> #### Expected behaviour <!-- Tell us what you thought would happen. --> #### Actual behaviour <!-- Tell us what actually happens. --> ### How to reproduce <!-- Use this section to describe the steps that a user would take to experience this bug. --> 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ### Your personal set up <!-- Tell us a little about the system you're using. --> - OS: <!-- [e.g. linux, OSX] --> - Version: <!-- e.g. jupyterhub --version. ---> - Configuration: <!-- Be careful not to share any sensitive information. ---> Answers: username_0: @username_1 should this be enough to trigger the bot? username_1: Yes, should be enough, but right now the bot is only configured for 3 repos: jupyterhub, binderhub and tljh (discussion about this here: https://github.com/jupyterhub/binderhub/issues/1087). username_0: ah - we should document that in the team compass as well, then...maybe add a line for "Currently, the bot will only check the following repositories: [list-of-repos]" so people know what to expect? username_1: Good idea. Just added a new commit to the PR: https://github.com/jupyterhub/team-compass/pull/278/commits/78edd5a44f0a165dd710ac3caf589865d4fc6377 username_0: awesome, thanks :-) Status: Issue closed
kreezxil/wpc
533925633
Title: Mod suggestion Question: username_0: CleanView Clumps Appleskin AmbientSounds 3 Neat SwingThroughGrass Most if not all are client sided or quality of life mods that are missing or could do with being added. Answers: username_1: Cosmetic armor reworked username_2: next time @username_0 @username_1 one mod suggestion per issue. Status: Issue closed username_2: add have been added
zhyrohaad/AlasiyaEvE
590629603
Title: Contract Question: username_0: **Describe the bug** When creating a contract , i am stuck on "retrieving item list.,..." **To Reproduce** try to create a contract (public) **Expected behavior** should listed items in personal hangar **Screenshots** If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here. Answers: username_1: this system is mostly skeleton code, with a few calls that return something. it is on the list, but quite low
circleinteractive/uk.co.circleinteractive.module.tickets
530335704
Title: Any plans to update or officially release this? Question: username_0: https://civicrm.org/case-studies/city-of-london-club - which I'm assuming refers to this code, suggests that CI might get round to releasing this. Interested because I'm looking for event ticketing solution for Civi 5.x
shimo-yuki/achieve
416029212
Title: 入力欄にもbootstrapのデザインつけてあげると見栄え良いかと思います Question: username_0: この辺を ![2019-03-01 19 02 44](https://user-images.githubusercontent.com/25131575/53631157-3f18fe00-3c55-11e9-8839-791c68b48998.png) ![2019-03-01 19 06 25](https://user-images.githubusercontent.com/25131575/53631163-4213ee80-3c55-11e9-81eb-40bfbd6248c5.png) Answers: username_0: こんな感じで ![2019-03-01 19 09 08](https://user-images.githubusercontent.com/25131575/53631275-8606f380-3c55-11e9-9fc9-1242dcbb981f.png) Status: Issue closed
cristofer-dev/MyRoadMap
274952276
Title: Manipulación de cache Question: username_0: La duda va principalmente por que cuando se pasa a producción una nueva version y hay cambios en JS o css, esos demoran en la propagación. Que se sugiere para manipular el cache de los recursos web, js y css principalmente? ¿Qué cabeceras de caché debería usar? `Expires`, `Cache-Control: max-age` o `Last-Modified` Quizas forzar la descarga del recurso cambiando el nombre de la url en plan `"my_stylesheet_fingerprint.css"` aunque eso implicaria manipular las rutas en cada paso a producción e igual es un lio. Answers: username_1: Hablemos de nuevo en un par de semanas, porque es justo un problema que estoy viendo actualmente. Por mientras, pegale una mirada a este: https://jakearchibald.com/2016/caching-best-practices/ username_0: BKN... voy al link! Thanks! Status: Issue closed
DamonCrutchfield/swe-inventory-app-starter
951674819
Title: - [x] Create Warehouse Model Question: username_0: - [x] Has a name property (String) - [x] Has a location property (String) - [x] Express Route to GET one warehouse - [x] Express route to POST one warehouse - [x] Express route to GET warehouses location - [x] Express route to GET one warehouse location - [x] Express route to GET warehouses<issue_closed> Status: Issue closed