repo_name
stringlengths
4
136
issue_id
stringlengths
5
10
text
stringlengths
37
4.84M
w3ctag/design-reviews
477654759
Title: Font Enumeration API Question: username_0: こんにちはTAG! I'm requesting a TAG review of: - Name: Font Enumeration API - Specification URL: TBD - Explainer (containing user needs and example code)¹: https://github.com/username_4/font-enumeration - GitHub issues (if you prefer feedback filed there): https://github.com/username_4/font-enumeration/issues - Tests: TBD - Primary contacts (and their relationship to the specification): @username_0, @username_4 Further details: - Relevant time constraints or deadlines: We'd like to discuss this at TPAC (Sep 16, 2019) so getting TAG review before then would be great. Overall, we plan to Dev Trial in M79 (mid Oct, 2019) and [Origin Trial](https://github.com/GoogleChrome/OriginTrials) in M80 (early Dec, 2019). - [x] I have read and filled out the [Self-Review Questionnare on Security and Privacy](https://www.w3.org/TR/security-privacy-questionnaire/). The [assessment is here](https://github.com/username_4/font-enumeration/blob/master/security-privacy.md). - [x] I have reviewed the TAG's [API Design Principles](https://w3ctag.github.io/design-principles/) - The group where the work on this specification is: TBD We recommend the explainer to be in [Markdown](https://github.github.com/gfm/). On top of the [usual information expected in the explainer](https://w3ctag.github.io/explainers), it is strongly recommended to add: - Links to major pieces of multi-stakeholder review or discussion of this specification: - Links to major unresolved issues or opposition with this specification: We'd prefer the TAG provide feedback as (please select one): - [x] open issues in our GitHub repo for each point of feedback - [ ] open a single issue in our GitHub repo for the entire review - [ ] leave review feedback as a comment in this issue and @-notify [github usernames] -------------------------- _Please preview the issue and check that the links work before submitting._ In particular, if anything links to a URL which requires authentication (e.g. Google document), please make sure anyone with the link can access the document. ¹ For background, see our [explanation of how to write a good explainer](https://w3ctag.github.io/explainers). Answers: username_1: @ylafon and I are looking at this during a breakout at the Tokyo TAG face-to-face meeting. One issue that doesn't appear to be addressed in the Security and Privacy questionnaire response is the question of fingerprinting. Having an API for font enumeration seems like it makes font-based active fingerprinting substantially easier and faster. That's something that needs to be traded off against the use cases for the feature -- use cases that aren't especially clear in the explainer. It would probably be helpful if the explainer gave some compelling examples of user-facing features that would be enabled by this web feature. This would also help understand the question of whether there are other less-powerful APIs that could address the same use cases, for example, APIs designed for finding similar fonts. It's also worth noting that past studies of font-based fingerprinting had reported entropy that included order data from plugins. One of the major plugins (I don't remember if it was Java or Flash) had a font enumeration API that returned the fonts in a system-specific sort order that I think was a function of the time the font was installed on the system. This provided a large amount of additional entropy that was totally unnecessary for the feature. At the very least it seems important for the spec to prescribe a sort order for the enumeration to avoid a repeat of this problem. I've still been hoping to find the time to take a somewhat closer look at this, but haven't managed to do that yet. username_1: Also, @ylafon points out that the explainer in #400 seems to provide a rather bad example of the use of this API -- it enumerates all of the fonts on the system just to find "Consolas" -- it seems like that would be much better addressed by an API that lets you ask for "Consolas". username_2: Labeling as a Fugu-related request since it appears in Fugu's [full list of capabilities](https://bugs.chromium.org/p/chromium/issues/list?can=2&q=proj-fugu&sort=pri&colspec=ID+Pri+M+Stars+ReleaseBlock+Component+Status+Owner+Summary+OS+Modified&x=m&y=releaseblock&cells=ids). username_2: @username_6 and I took another look at this in our Cupertino F2F. We share @username_1’s & @ylafon’s desire for a “ less-powerful APIs that could address [some of] the same use cases”—in particular, a picker-style API could allow sites to receive access to specific fonts that they need (like Consolas in the previous example) without exposing the list of installed fonts. @username_6 remembers a TPAC conversation from Fukuoka, perhaps in the Houdini TF, where a picker-style API got significant support. username_3: @username_6 and I had another look at this topic and its relevance to [Font Table Access API](https://github.com/w3ctag/design-reviews/issues/400). There has been no progress we observed and given how tightly coupled the two API proposals are our proposal is to close the issue. username_4: re: lack of progress - we deferred work for a while, but are planning to revisit in the very near future. re: two proposals - we are planning to re-merge the proposals; at one point we thought splitting them made sense to unblock some discussion. Closing one of these out is fine. username_2: We (@username_1 @username_2 @username_6) looked at this again during the TAG F2F this week. We've tried to file issues in the WICG/local-font-access repo which capture each of the concerns that have come up during the several TAG breakouts on these two reviews. Given the lack of engagement in these reviews thus far, we don't see any value in keeping these issues open. Please feel free to ping us to re-open or file a new issue when there are significant changes. * [Non-OpenType fonts #19](https://github.com/WICG/local-font-access/issues/19) * [Anne's feedback re: Non-goals and alternative approaches #20](https://github.com/WICG/local-font-access/issues/20) * [Fonts need to be sorted #23](https://github.com/WICG/local-font-access/issues/23) * [mention additional fingerprinting surface in details of font versions #25](https://github.com/WICG/local-font-access/issues/25) * [Please add a Table of Contents to the explainer #26]() * [explainer suggests iterating all the fonts in order to find Consolas #27](https://github.com/WICG/local-font-access/issues/27) Status: Issue closed username_5: We've made some progress on the Local Font Access API. It now combines the Enumeration API and a Font Data Access API. The repos are all the same, but the explainer is now at https://github.com/wicg/local-font-access Should this be a new issue, or can I revive this one? username_6: こんにちはTAG! I'm requesting a TAG review of: - Name: Font Enumeration API - Specification URL: https://wicg.github.io/local-font-access/ - Explainer (containing user needs and example code)¹: https://github.com/username_4/font-enumeration - GitHub issues (if you prefer feedback filed there): https://github.com/WICG/local-font-access/issues - Tests: TBD - Primary contacts (and their relationship to the specification): @username_0, @username_4 Further details: - Relevant time constraints or deadlines: We'd like to discuss this at TPAC (Sep 16, 2019) so getting TAG review before then would be great. Overall, we plan to Dev Trial in M79 (mid Oct, 2019) and [Origin Trial](https://github.com/GoogleChrome/OriginTrials) in M80 (early Dec, 2019). - [x] I have read and filled out the [Self-Review Questionnare on Security and Privacy](https://www.w3.org/TR/security-privacy-questionnaire/). The [assessment is here](https://github.com/username_4/font-enumeration/blob/master/security-privacy.md). - [x] I have reviewed the TAG's [API Design Principles](https://w3ctag.github.io/design-principles/) - The group where the work on this specification is: TBD We recommend the explainer to be in [Markdown](https://github.github.com/gfm/). On top of the [usual information expected in the explainer](https://w3ctag.github.io/explainers), it is strongly recommended to add: - Links to major pieces of multi-stakeholder review or discussion of this specification: - Links to major unresolved issues or opposition with this specification: We'd prefer the TAG provide feedback as (please select one): - [x] open issues in our GitHub repo for each point of feedback - [ ] open a single issue in our GitHub repo for the entire review - [ ] leave review feedback as a comment in this issue and @-notify [github usernames] -------------------------- _Please preview the issue and check that the links work before submitting._ In particular, if anything links to a URL which requires authentication (e.g. Google document), please make sure anyone with the link can access the document. ¹ For background, see our [explanation of how to write a good explainer](https://w3ctag.github.io/explainers). username_6: @username_5 Can you give a summary of the changes made and how they address the previous feedback we've given? username_5: Hi folks, apologies about the delays. Here's a quick summary: - The enumeration API now provides an object, `FontMetadata` that is not related to Web Fonts - Font table data aren't accessible individually anymore - There's a method to obtain byte-wise font data, i.e. `blob()` - Use cases are now more elaborately fleshed out username_2: We still believe that a picker-style API solves the most pressing user needs while having far preferable characteristics re: privacy, which we've documented in our [Web Platform Design Principles](https://w3ctag.github.io/design-principles/) document (specifically in [8.2. Use care when exposing APIs for selecting or enumerating devices](https://w3ctag.github.io/design-principles/#device-enumeration)). Note that such an approach would also address WICG/local-font-access#36 and WICG/local-font-access#62. From [this comment](https://github.com/WICG/local-font-access/issues/62#issuecomment-759620208) it looks like you're considering a picker-style API alternative. We look forward to learning more about it. username_5: Indeed, we've been making progress with the API and have been prototyping a chooser behind a flag. We're planning to launch another Origin Trial soon, with a modified API shape. I'll be amending the explainer and spec copy soon. username_2: Any updates for us? username_2: @username_6 and I took another look at this today in our F2F and it seems we're still waiting on updates from @username_5. We're going to close this; please let us know when you're ready for us to take another look and we'll reopen it. Status: Issue closed username_4: @username_2 @torgo and anyone else - I commented over in #400 (sorry about the two issues!) but we're ready for another look. Pinging here hoping for attention too.
Workday/canvas-kit
1107201538
Title: Add other style properties to Box and Flex Question: username_0: ## 🚀 Feature Proposal A clear and concise description of what the feature is. ## Motivation When `Box` and `Flex` where initially created we added base style properties which have covered most use cases. As Canvas Kit grows, we're finding more and more use cases where other style properties will be nice to have such as `animation` textDecoration`. Chakra has a list of `Other Props` that we can probably reference https://chakra-ui.com/docs/features/style-props#other-props Answers: username_1: Thoughts on adding psudo states too? e.g. ``` <a color='blue' color_hover='green' color_focus='red'>Link</a> ``` I could see that being really handy, but could also see it being an explosion of props to add. username_0: @username_1 yep! We've definitely talked about this as well! I believe @username_2 had some thoughts on this as well username_2: We've talked about this a lot internally. If we decided to add style props for pseudo classes, we'd likely follow [Chakra's pattern](https://chakra-ui.com/docs/features/style-props#pseudo). The debate has been whether to continue to invest in these components or spend that time figuring out what's next after Emotion. It's something I'd love to add, and something I think these components really need (along with responsive style support). It's been hard to justify with the given timeline.
seLain/mattermost_bot
298598664
Title: possible feature envy : MessageDispatcher.get_message Question: username_0: The `get_message` method in `MessageDispatcher` actually gets message content for `Message` object. ```python @staticmethod def get_message(msg): return msg.get('data', {}).get('post', {}).get('message', '').strip() ``` It's the same as `Message.get_message` ```python def get_message(self): return self._body['data']['post']['message'].strip() ``` If `MessageDispatcher.get_message` is removed, it should be noticed that many calling of `self.get_message` in `MessageDispatcher` should be altered as `msg.get_message()`. Not sure if there is side-effect outside of `MessageDispatcher`.
automl/auto-sklearn
559211280
Title: Classification predictions outside [0, 1] Question: username_0: I am training a binary classifier and when calling `clf.predict_proba(X_test)` I get the following error: ``` --------------------------------------------------------------------------- AssertionError Traceback (most recent call last) <ipython-input-20-feb67b2139ae> in <module> 1 predictions = clf.predict(X_test) ----> 2 predictions_proba = clf.predict_proba(X_test)[:,1] 3 4 f1 = sklearn.metrics.f1_score(y_test, predictions) 5 auc = sklearn.metrics.roc_auc_score(y_test, predictions_proba) /opt/anaconda3/envs/autosklearn/lib/python3.7/site-packages/autosklearn/estimators.py in predict_proba(self, X, batch_size, n_jobs) 716 assert( 717 (pred_proba >= 0).all() and (pred_proba <= 1).all() --> 718 ), "found prediction probability value outside of [0, 1]!" 719 720 return pred_proba AssertionError: found prediction probability value outside of [0, 1]! ``` I think this is similar to #585 but maybe that patch didn't cover predict_proba. I am using autosklearn version 0.6.0. Thanks for taking a look at this! Answers: username_1: same error here. Any updates? username_2: Hey @username_0 and @username_1 could you please share some details on the datasets used? Also, is this error very reproducible on your side? Could you please check the output of https://automl.github.io/auto-sklearn/master/api.html#autosklearn.classification.AutoSklearnClassifier.get_models_with_weights and paste it here, too? username_0: Hi @username_2, thanks for the reply. My error was not reproducible - I restarted the kernel and tried running again and did not encounter the same error. username_2: Okay, then I'll close this for now as this doesn't appear to be a common issue and we cannot reproduce it. If you (or someone else) encounters this again, could you please obtain the info I mentioned above and post it here? username_2: This was fixed by @franchuterivera in #852. It was caused by a numerical imprecission when averaging the models, and results in probabilities such as `1.0000000000000002`. It will be available in the next release. Status: Issue closed
go-oauth2/oauth2
249278568
Title: Refresh token by access_token Question: username_0: 有个疑问,使用密码模式时,使用access token也可以刷新授权码,这样正常吗? Answers: username_1: 不正常,这是个bug。在获取令牌的时候,没有做令牌本身的校验,已经修复!多谢! Status: Issue closed username_1: 有个疑问,使用密码模式时,使用access token也可以刷新授权码,这样正常吗? username_2: Sorry guys, please consider to write in English since translators may not be good enough, and it happens that this issue (according to the title, and to the translated text) seems to affect us.
Luminoth/BackpackPlanner
113498147
Title: Fix RuntimeException in android.support.v7.preference.PreferenceFragmentCompat.onCreateView, line 248 Question: username_0: ### Version: 0.1.2 (2) | com.energonsoftware.BackpackPlanner ### ### Reason ### java.lang.RuntimeException: Content has view with id attribute 'R.id.list_container' that is not a ViewGroup class ### Link to HockeyApp ### * [https://rink.hockeyapp.net/manage/apps/222203/app_versions/2/crash_reasons/49918127](https://rink.hockeyapp.net/manage/apps/222203/app_versions/2/crash_reasons/49918127) Answers: username_0: No idea what's causing this. username_0: This isn't happening on my S5, so what gives? Status: Issue closed username_0: Seems to be fixed these days.
panva/node-oidc-provider
313049256
Title: Hooks for redirectUri verification Question: username_0: Would it be possible provide a callback or other hook to allow for alternative verification of redirectUri? Right now I have an RP accessible via multiple host names that follow a pattern. For example `<tenant_prefix>.myawesomeapp.io`. I have a list of tenants that will that each access the service using their prefix. I'm trying to support this in the redirect_uris metadata property of a client for this RP. I've attempted to build a client adapter that reads from a table of these tenant specific URLs and applies them to the redirect_uris property before returning the client metadata. There are two issues with this approach however: - The node-oidc-provider caches the client metadata my adapter returns. Any changes to my list of tenants will not be reflected in the cached client metadata. I can get around this by setting `clientCacheDuration` to nothing and implementing a cache of my own in the adapter. - These URLs always will follow the same pattern. I'd rather not have to maintain a table of these host names every time a tenant is added or removed. My primary concern is how this will scale. Would it be possible to get some way of overriding the redirectUriAllowed method of client.js with behavior provided by the library consumer at the time the library is configured? Answers: username_1: You can do this already today with any method on a client prototype or its constructor as well as other models, although not officially, subject to API changes, `provider.Client.prototype.redirectUriAllowed` is accessible to you, redefine at your own risk, it is not marked as a public method. username_1: Out of curiosity, is this work you’re doing for plex? Status: Issue closed username_0: Thanks @username_1 for the quick response. I'm not a fan of supporting wildcards either. After taking some time to think about it, I'm going to close this issue. I'm trying to keep my implementation of this library as general as possible and features like this would be very specific to my implementation. If I were to implement wildcards or even support frequent cache-invalidation when reply_uris changes, I'm not certain this would be supported by other OP libraries or identity-as-a-service providers if I choose to use those in the future. In my use case these host names for specific tenants really just point back to instance host names. Tenants could have their own instance but more than likely share an instance. I'll make changes to my RP to allow it to receive the OIDC reply with uris that use the instance specific host name. In this way the reply_uris metadata is just as unchanging as the rest of the client metadata and I won't have to worry about how this will scale. username_1: Don't forget that should your RPs be supporting multiple IdP connections it is best practice to have unique callback routes for each.
jlippold/tweakCompatible
340217473
Title: `ColorMyCCModules` working on iOS 11.3 Question: username_0: ``` { "packageId": "com.ikilledappl3.colormyyccmodules", "action": "working", "userInfo": { "arch32": false, "packageId": "com.ikilledappl3.colormyyccmodules", "deviceId": "iPhone9,2", "url": "http://cydia.saurik.com/package/com.ikilledappl3.colormyyccmodules/", "iOSVersion": "11.3", "packageVersionIndexed": true, "packageName": "ColorMyCCModules", "category": "Tweaks", "repository": "BigBoss", "name": "ColorMyCCModules", "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 1 working reports.", "id": "com.ikilledappl3.colormyyccmodules", "commercial": false, "packageInstalled": true, "tweakCompatVersion": "0.0.7", "shortDescription": "Colorize your Control Center Modules!", "latest": "1.0.4-1", "author": "iKilledAppl3", "packageStatus": "Working" }, "base64": "<KEY> "chosenStatus": "working", "notes": "" } ```
caolan/async
140652440
Title: Feature Request: untilLimit Question: username_0: - Repeatedly call `fn` x times in parallel, until a condition meet. Answers: username_1: +1 and whilstLimit username_2: Hmnn, I'm not sure if I like the idea. What happens if you're running 5 tasks in parallel, and the first one that calls its callback, satisfies the condition? Then you get 4 other callbacks calls that may or may not satisfy the condition whose results are ignored. Sounds pretty inefficient, and seems like it will cause bugs wherever it's used. What would be the concrete uses for this? username_0: I want to do a heavy task on the DB. and run millions of queries. The input came by stream (I don't know in the beginning how many queries should be). The DB can handle 10 queries in the same time. I want to run the task maximum 10 times in parallel. Every time on task finish, our task start. until a condition meet, and no new tasks will start. username_2: So, say you have this timeline with a theoretical `untiLimit`: 1. Kick off 10 DB queries 2. 5 queries finish, the condition is not met 3. 5 new queries are started 4. The 6th query to respond, calls-back with a result set that satisfies the `untilLimit` condition 5. The main `untilLimit` callback is called 6. The 7th through 15th queries respond, with result sets that are discarded. So it took you 6 queries, to get the result you wanted, but, in total, you kicked off 15 queries. 60% of your DB queries were wasted. Now imagine you weren't doing queries, but inserts or updates. Now you have data being added (or deleted) that isn't obviously reflected in your control flow. Is this what you want? username_0: So what you suggest?​ username_2: Just using `until` or `whilst`, which execute 1 step at a time. username_0: it will be much slower, if I can run 10 at the same time, why run 1 at a time username_2: I think I already outlined why you would would want to run 1 at a time. Would it really be faster to run 10 at a time if you're polling for some condition? username_0: I still sure that IT will be useful in some cases. Here another example: I want to send for example email to all my users (2M). My sever give me the result one by one by using Stream. The email server limit me to 10 emails per second. ``` connection.query('select email from users') .pipe() .stream(Stream.Transform({ objectMode:true, transform:function(object,info,callback){ // I want to run the sendEmailToAsync, and do not wait until it finish. // The callback will run, when `sendEmailTo` will START. // This is sign to the Stream that we can continue to get the next email. // Every time I start sending an email we pooling another email. // If there are more than 10 emails sent in background, do not start to send new emails. sendEmalToAsync(object.email,callback) }) sendEmailTo=function(destination,callback){ var success=doSomeThingHeave(); // When we finish, another email can be sent. callback() } // Run the function again and again. maximum 10 times in parallel. sendEmailToAsync=require('async').untilLimit(sendEmailTo,10) ``` username_0: Maybe the `queue` is good place for it. The problem is that I don't want to push 1M functions to the `queue`. I want to push new tasks, only when previous tasks finished. username_2: `mapLimit`/`eachLimit` would also be an option in that case, in addition to `queue`. username_0: eachLimit not. eachLimit get an array in the begining of all the items. In my case, I don't have an array. And I don't want to hold in array all the items, it can be millions. It similar to eachLimit, but it should work in array that items added to it on-the-fly username_2: That is the canonical use-case for a `queue`, then. username_0: But if I use `queue`, the `queue` will hold all the functions in its memory. username_2: No it wont -- it re-uses the worker function, and splices items out of the task list array as they are processed. username_0: I talk before they process. The MySQL server, gives me records. I want to get 10 records, and send them to `queue` Every time a process complete, I get a new record from the db and send to queue. Using this method. My app will keep in memory only 10 records at the same time. I will use async to process 10 records at once. In your idea, the `queue` need to keep in memory millions of records until they processed username_2: No -- a queue will begin to process items as soon as they are pushed to it, and remove references to them as soon as they are finished processing. At any rate, I don't think there is a good use case for `untilLimit`, and there are some fundamental flaws with the idea. You are welcome to experiment with your own control flow outside of Async. Status: Issue closed username_3: @username_2 I am dealing with this same issue. It looks like your concern with implementing it is that the 5 operations you run may somehow change the outcome of the continue test function. However in many cases this just doesn't happen. As @Aminadav says, this is not the case for a function that handles db records. The reason is the truth test would simply return whether there was another item in the DB cursor to process. It will process up to X at a time. Processing database records isn't going to affect the number of records in the cursor. Queue just doesn't seem like the right structure for this because it will empty quickly before all records have been inserted. Then you have to keep track of how many times drain has been called. username_3: I ended up writing the following code. Hopefully it helps somebody ```javascript var usersCursor = Users.find({},{_id:1}); var numInProgress = 0; function doRecord(next){ usersCursor.next().then((user) => { console.log("record is ", user); exec(`/usr/bin/php do-script --id=${user._id}`, (e, stdout, stderr)=> { if (e instanceof Error) { console.error(e); throw e; } console.log('stdout ', stdout); console.log('stderr ', stderr); next(); }); }); } function checkIfNextRecord(next){ usersCursor.hasNext(function(err, result) { if(err){ next(null, true); } next(null, !result); }) } function start(action,testFunc,done, concurrency){ var self = this; var numInProgress = 0; var stop = false; function next(err){ if(err){ throw err; } itemComplete(); } function itemComplete(){ --numInProgress; testFunc(testFuncComplete); } function testFuncComplete(err, finished){ if(finished){ stop = true; if(numInProgress == 0){ console.log("done") done(); } return; } processItem(); } function processItem(){ setTimeout(() => { ++numInProgress; action.call(self,next); },0) } for(var i = 0; i < concurrency; ++i){ processItem(); } } start(doRecord,checkIfNextRecord,function(){ db.close(); },2); ```
sul-dlss/libsys-webforms
192987212
Title: new shelf_sel_search throws OCIError: ORA-00001: unique constraint Question: username_0: I'm seeing this both when trying to load a previously saved report, and when trying to create a new one... Status: Issue closed Answers: username_1: @username_0 This is supposed to happen when trying to load a previously saved and submitted report? Can you describe how to reproduce this error? I am not seeing it. Thanks. username_0: I'm seeing this both when trying to load a previously saved report, and when trying to create a new one... Status: Issue closed username_1: Closed by #263
jlippold/tweakCompatible
347687311
Title: `WhatsApp ++` working on iOS 11.3.1 Question: username_0: ``` { "packageId": "com.freemanrepo.waplus", "action": "working", "userInfo": { "arch32": false, "packageId": "com.freemanrepo.waplus", "deviceId": "iPhone8,1", "url": "http://cydia.saurik.com/package/com.freemanrepo.waplus/", "iOSVersion": "11.3.1", "packageVersionIndexed": true, "packageName": "WhatsApp ++", "category": "Tweaks", "repository": "beta.unlimapps.com", "name": "WhatsApp ++", "packageIndexed": true, "packageStatusExplaination": "This package version has been marked as Working based on feedback from users in the community. The current positive rating is 77% with 7 working reports.", "id": "com.freemanrepo.waplus", "commercial": false, "packageInstalled": true, "tweakCompatVersion": "0.0.7", "shortDescription": "Most-requested tweaks for WhatsApp.", "latest": "1.6r-96", "author": "UnlimApps Inc", "packageStatus": "Working" }, "base64": "<KEY> "chosenStatus": "working", "notes": "" } ```
lmichel/TAP-complex-data
1032301155
Title: [FEATURE] Constraints ih sub-components Question: username_0: I we have the following schema ![Scan1](https://user-images.githubusercontent.com/11462648/138254057-181f946b-47b1-40a4-b57c-a70f14a0af54.png) A selection on basic=XY with ref=AB will show up 1. The basic row on the top level 2. a 2 lines tables with ref=AB and ref=CD when we click on the basic row, This is exactly the expected behaviour If we had one join level as shown below ![Scan2](https://user-images.githubusercontent.com/11462648/138254634-ef8091db-b2e0-4b29-b2be-8dbd8626c15a.png) A selection on basic=XY with ref_val=AB will show up 1. The basic row on the top level 2. a 2 lines tables with cle1=1 when clicking on the basic row, 3. ref_val=AB when clinking on cle2=2 4. ref_val=CD when clinking on cle2=3 Although this is a correct behaviour, it is confusing for the user because he loose the track of the selected data as long as he goes down in the hierarchy . This issue must be discussed ahead but we can test the following workaround: 1. Restoring the the constraint when clicking on a row of a table with a `level > root` (e.g. ref and deeper in our example) 2. Running the constraint-less query on demand (button or shift-click...)
bolt/composer-install
128214212
Title: Non-interactive coniguration Question: username_0: I tried to use the composer install with the --no-interaction option inside a build script. However, when doing this there is no way to define alternative values to the questions that are asked interactively. Put otherwise: I want to install Bolt in separate directory, but I can't do this when doing a composer install non-interactively. Answers: username_1: So we need add parameters for those questions that you can pass in, correct? username_0: Correct, that would be a nice solution :) username_0: Okay, I started playing around with the script. It looks like composer's [create-project command](https://getcomposer.org/doc/03-cli.md#create-project) doesn't accept extra arguments, opposed to the [run-script command](https://getcomposer.org/doc/articles/scripts.md#running-scripts-manually) which does. So one solution would be to run the create-project command with the --no-scripts option, and after that run the run-script command, to trigger the bootstrap script. However, I also realised that the create-project command does not nothing more than fetching the composer.json in this repository and run `composer install` afterwards. There were already some options being pulled in as extra-arguments for installing the assets, but not for the bootstrap script. So it made more sense to add an extra option there, than to go through the trouble of passing them as arguments. This way the solution to my problem is to copy the composer.json file to a local project folder, change `post-create-project-cmd` to `post-install-cmd`, and because of a slight modifcation of the bootstrap script, add `"bolt-separate-web-dir": true` as extra var. After running `composer install` Bolt will be installed in a separate directory.
shoutem/ui
294420494
Title: Just to be sure Question: username_0: I can use these components much like I would use a "bootstrap" type framework in any personal and commercial project. Because it is BSD? But then you have a commercial project as well right? And that would give a user access to the same tools without having to code and instead using a CMS? Answers: username_1: Yes. The UI toolkit is free to use library. We have a paid service where you can create a React Native app. It's free to develop extensions for Shoutem apps too. Backend services (user auth, CMS, analytics, push notifications, automatic publishing) are paid (https://new.shoutem.com/pricing/). Status: Issue closed
NativeScript/NativeScript
72923058
Title: Video Support? Question: username_0: I've been able to add camera usage, which is also documented, but I do not see any way to be able to record a video or audio? Is this in the roadmap or already implemented but not documented. Status: Issue closed Answers: username_1: Hi @kn9ts, There is no such feature, but you can follow-up and participate in the discussion about it here: https://github.com/NativeScript/NativeScript/issues/63. username_2: Looks like this was added 10 days ago. Yay https://github.com/triniwiz/nativescript-videorecorder
grocy/grocy
629315935
Title: [Feature Request] Make adding the product optional or recipe optional Question: username_0: I started trying out grocy and I'm running into some issues in that it takes a long time to add some one of items. I'd prefer to put all items into a single list for all of my shopping. For example, I may need to buy 2 bolts to assemble something or purchase a gift for a friend. It'd like to add these to a shopping list, but it doesn't necessarily go into something. The same is true of recipes. I don't know a recipe for everything I cook and sometimes I just want to keep track of meals.. or keep track of that I'm dining out on this day or that. Answers: username_1: Sorry, I maybe don't get the problem... You can add products to shopping lists in many different ways, manually, from the stock overview page, automatically by miniumum stock amounts... And of course you can also add as many recipes as you want and put everything missing for a whole recipe onto the shopping list with one click or each missing ingredient separately... General usage questions may fit better on the [subreddit](https://www.reddit.com/r/grocy/) as also [mentioned in README](https://github.com/grocy/grocy#questions--help--bug-reporting--feature-requests), so closing this here for now. Status: Issue closed
jdi-testing/jdi-light
796220449
Title: Material UI tests: Implement Navigation - Menus Question: username_0: Reference to the Epic - #2608 and #2683 All steps are described in [the Material UI tests guide](https://epam-my.sharepoint.com/:w:/r/personal/alexey_girin_epam_com/Documents/JDI/JDI%20Light/Material-UI_tests_guide.docx?d=w5c44c14660654df6aa2b81b1b782ca55&csf=1&web=1&e=cDdINv). Answers: username_1: Demo has been done Status: Issue closed
dart-lang/sdk
84602529
Title: Two animate tests timing out on MacOS Question: username_0: html/element_animate_test/omit_timing and html/element_animate_test/timing_dict are timing out consistently on Mac OS X on Chrome. Marked as Skip in html/html.status Answers: username_0: These two tests are now failing on Chrome 44 on linux and windows. They may be failing on macos, too, but they are being skipped because they were timing out. Marked as failing.
tecosaur/LaTeX-Utilities
524960680
Title: Live Snippets inside dollars delimiter `$$` did not perform well Question: username_0: <!-- Following contents are required for a successful issue. Not providing necessary information, specifically log messages, may render the issue closed. It's hard to help when we don't really know what we're dealing with --> ## Bug Report #### Disable all the other extensions except for LaTeX Workshop and LaTeX Utilities, and check that you still see this issue. You still see this issue?: **Yes** ### Describe the bug When I use `$$ $$` and `$ $` as math text delimiters instead of `\[ \]` and `\( \)` and input some text, Live Snippets did not perform. But weirdly, if I input something in `\[\]` beforehand and move cursor into an empty area (which must be below the `\[\]`) surrounded by the dollars sign and input there, live snippet performed normally. ### To Reproduce Steps to reproduce the behaviour: 1. input `$$$$`. 2. input between dollars sign, like `a1`. Live snippet will not perform. 3. input `\[\]` in next line and input `a1` between them. It will perform well. 4. input `$$$$` in next line and input `a1` between them. It will not perform. 5. delete the `a1` just inputted. move cursor to `\[a_1\]` and do some edit, like delete `1`. 6. move cursor back to `$$$$` and input `a1`. It performed well. 7. but if you do the same thing to the `$$$$` above, it will still not perform. ### Expected behaviour live snippets inside `$$$$` perform normally. ### Logs I think the logs are unrelated, but I'll still paste here. <details> <summary>LaTeX Workshop Output</summary> <!-- To access the log, click the 'problems' icons on the statusbar, select 'OUTPUT', then select 'LaTeX Workshop' from the dropdown menu on the right. --> ``` [18:44:34] Initializing LaTeX Workshop. [18:44:35] Creating LaTeX Workshop http and websocket server. [18:44:35] LaTeX Workshop initialized. [18:44:35] Server created on 127.0.0.1:4891 [18:44:35] LaTeX Workshop version: 8.4.1 [18:44:35] Snippet data loaded. ``` </details> <details> <summary>LaTeX Utilities Output</summary> <!-- To access the log, click the 'problems' icons on the statusbar, select 'OUTPUT', then select 'LaTeX Utilities' from the dropdown menu on the right. --> ``` [18:44:35] Initializing LaTeX Utilities. [18:44:35] Live Snippets Loaded [18:44:35] Completion Watcher Initialised [18:44:35] LaTeX Utilities Started [18:44:36] TeXCount output: 0+0+0 (0/0/0/2) File: test.tex [18:44:40] TeXCount output: 0+0+0 (0/0/0/0) File: test.tex [Truncated] </details> <details> <summary>Developer Tools Console</summary> <!-- To access the log, click 'help' -> 'Toggle Developer Tools. Paste anything suspicious. --> None </details> ### Screenshots ![](https://raw.githubusercontent.com/username_0/Images/master/test.gif) ### Desktop - OS: Windows 10 - VS Code version: 1.40.1 - Extension version: 0.3.4 Answers: username_1: Hmm. At first glance, this seems like a duplicate of #41, so I'm afraid that this you're not likely to get that functionality. However, what you describe in step (6) / demonstrate on the 3rd line of the gif is weird behaviour. I'll investigate that. Status: Issue closed
xaboy/form-create
735001034
Title: element ui ,resetBtn,submitBtn设置show=false无效 Question: username_0: <!-- 版本号 (version) --> "@form-create/element-ui": "^1.0.18", "element-ui": "2.13.2", "vue": "^2.6.11", <!-- 使用的 UI 框架 (element-ui / iview) --> <!-- UI 框架的版本 (UI version) --> <!-- 问题描述 (Issue) --> 设置show=false无效,但是设置disabled、icon都是有用的,是哪里配置有问题吗? <!-- 复现步骤/生成规则 (Duplicate steps/generate rules) --> <form-create :option="option" :rule="rule" :style="{ height: dialogHeight }" ref="fc" v-model="fApi"></form-create> option: { form: { labelWidth: "120px", }, submitBtn: { show: true, icon: "el-icon-circle-check", }, resetBtn: { show: false, icon: "el-icon-refresh", }, } <!-- 期望的结果 (Desired outcome) --> <!-- 建议 (Advice) --> Answers: username_1: 我这边测试没有问题 ```js submitBtn: { show: false, icon: "el-icon-circle-check", }, ``` 可以隐藏默认提交按钮 Status: Issue closed
MicrosoftDocs/powerquery-docs
1004981090
Title: Salesforce Objects Connector Documentation > Parameters Question: username_0: It seems you can setup a "Salesforce Objects" connector to use parameters but the parameter is not supported properly? The name of the parameter is used in the URL of the Salesforce data source rather than the value. It's a common requirement to have multiple Salesforce environments (ie test and production) and need the same reports to be able to be configured easily to run against the different environments. If doesn't exist already it would be good to have documentation about which connectors support parameters and if Salesforce is planned to support it, or am I doing something wrong and it already does? Status: Issue closed Answers: username_0: Ok it seems like I got caught out by editing an existing "Salesforce Objects" data source. When switching it to a parameter Power Query kept the parameter name in double quotes for all the existing queries. Manually removing the double quotes in the Source step via the advanced editor then allowed the parameter of the URL to work as expected. More of a bug on Power Query's side when switching from the Production Salesforce option to a parameterized URL and keeping the double quotes around the parameter.
uikit/uikit
267905134
Title: Wrong viewport-height Attribut DOCS Slideshow Question: username_0: The viewport-height attribute was used incorrectly on the documentation page of the slideshow. This should be **uk-height-viewport** instead of **uk-viewport-height**. Answers: username_1: Thanks, fixed https://github.com/uikit/uikit-site/commit/9cb2fdd6df1cd799c80ec7f29582d665e0b58e54 Status: Issue closed
littlefs-project/littlefs
1075301602
Title: Logging debug data for littlefs using littlefs Question: username_0: Hello, I am using the littlefs, and it is working great, currently I am directing all the debug data of 'LFS_DEBUG_()' macro to a serial port. Now I was thing of also wiring that data to a log file. The issue is that the log file will be written by using littlefs(same IC and fs instance). Thus the the logging function can stuck in a recursive loop(I think.). Is it possible to log littlefs, debug, trace, warn, error using the same littlefs instance? Can I mount two separate littlefs in a single IC(Like diving the ic in tow groups(even bank, odd bank))? Is it even useful to see the log? Hop this make sense.
nanomsg/mangos
709583120
Title: Want options for peer credential (IPC) Question: username_0: It would be nice to be able to retrieve the peer PID, UID, and GID (and maybe for Solaris the zone ID). NNG has support for this, and the fact that it is missing is a shortcoming for mangos. There is sufficient support in the Go standard library to do this for Linux. It may require cgo to achieve this for other platforms.<issue_closed> Status: Issue closed
systemspharmacology/systemspharmacology.github.io
256957881
Title: examples Question: username_0: heading: subheading (->link) PBPK model building: Building a simple PBPK model of ciprofloxacin (-> ISSX Session 2) PK Drug-Drug-Interaction: Simulating the DDI of rifampicin and midazolam (-> ISSX Session 3) PK age-dependence: Simulating the PK of morphine in children and older adults (-> ISSX Session 4) or just start simple with a link to a recent workshop repo, e.g. from ISSX; this can be extended over time, e.g. in the style outlined; we should either way generate and then keep an overview somewhere, I would propose a project like https://github.com/username_1/substances/projects to be transferred Answers: username_1: aren't those tutorials? Examples, as far as I understand the request, are example projects for PKSim or MoBi username_1: /cc @username_2 username_2: PK Drug-Drug-Interaction: Simulating the DDI of rifampicin and midazolam (-> ISSX Session 3) PK age-dependence: Simulating the PK of morphine in children and older adults (-> ISSX Session 4) Those I would suppose to be tutorials? username_0: These are hands-on exercises from workshops that contain instructions for building example projects as well as solutions, which would from my perspective be example projects then. If we have that as “Training material” also fine and we should not double it. I guess Training material would from my perspective include exercises and tutorials. If looking for content for the website, maybe rather skip the “Examples” section for now and add “Training material” or “Exercises”. Or, well, at least the Glucose-Insulin Model would be a nice example, I guess? Is there more? I think there are quite some things in the pipeline, but I think launching the website should not wait for that to happen, we can always add content as it comes and should have enough to start with. I guess publication list as well as “planning projects” like the substance library are also good candidates for the homepage once having reached a certain stage. Maybe we add an “experimental” category on the website and put them there to indicate the status nascendi? username_0: I finally looked what is behind the current examples. Not sure they can be described as exciting as done. I would restrict it to: "Glucose Insulin Model Scientifically exciting for diabetes researchers. Technically exciting for everyone with PBPK models of glucose, insulin, and glucagon coupled through non-mechanistic PD as well as systems pharmacology PD models." for now, announcment with more to come referencing to substance library in status nacendii, browse with link/list as is. username_1: @username_0 Fullly agreed. I think our current examples (aside from GIM) are not even worth mentioning username_0: I do not see that as a real problem though. As said – there is more in the pipeline, but the webpage is basically ready and should be launched asap. And there is enough to put there. And I really vote for adding the status nascendii category (category being things like Essentials and News & Releases for me). We can agree on the projects to be transferred from your repo and the place to go, and implement for decision. Deleting/commenting it out, in case Rolörg vote for postponement should be trivial. I vote for projects to be transferred to Vision and Mission - Substance library - ADME library - SpecPop And to publications: - examples from workshops Although for latter we already have separate repos each and a filter to get the status, thus might not be required. For the earlier, there might be other suitable repos to place the project, I would be open and hope for your suggestion. For example, my original though was the publications repo, as I see many overlapping labels. The only argument against would be the mixed issues, but with a “journal” filter one would still get a more classical publication list. We could rename it to “Content and publications” then? username_1: Status nascendii lol. Never heard of that before username_0: No Latin education eh ;-) But a perfect description!? We should check the Latin spelling/grammar though...mine is rusty username_1: I'd bet that i am not the only one who will have no idea what that means. I'd suggest to use a word that is more widely known I like the idea of linking to projects instead of (or on top of) repositories username_0: Work in progress, under construction or development ... my favorite remains "in statu nascendi" ... I think most people with a natural science (less math and IT, sorry) background will know it ... username_1: Well I asked Andrea and she had never heard about it. I think she is a good potential candidate username_1: Work in progress is definitely something that everyone (even Math/IT people) will understand username_0: Well then ... however, thinking about it, work in progress is basically everything ;-) what about (in the) nascent state? Or other suggestions from the native speaker? username_2: Disagree. GIM is still the most prominent (and best described) model, but most of another examples (_Paracetamol_, _Theophylline_, _Aciclovir_, _Caffeine_) were used to qualify our GI-model and contain a lot of experimental data from numerous articles. I think this is worth mentioning - we just need to get a good description from <NAME>. username_0: OK. I am fine to present these examples, from my perspective best when selecting “browse”, also because the “just” you mention is there but should not prevent us going ahead before we sort that out. username_0: And examples then is rather what I called "substance library", i.e. models for substances. And the library being in the nascent state - we have some, but there the description should be extended for this purpose. And more is in the pipeline, where we should directly get it right - writing could then just be referencing to the publication where they are described. I guess we could also do that for the ones there are, guess most is based on Thelen 2011 ... username_1: @all: I am not following anymore...sorry Would you please open another issue and let me know clearly what should appear on the site? Thanks :) username_0: discussing/deciding with Juri next to me: - rename repo “OSP-based-publications” to “publications and content” - https://github.com/search?q=topic%3Atraining+org%3AOpen-Systems-Pharmacology <https://github.com/search?q=topic%3Atraining+org%3AOpen-Systems-Pharmacology&type=Repositories> &type=Repositories o delete label “training”, add label “tutorial”, “workshop” for repos - generate issue in pub-list (i.e. publications and content repo) for each hands-on exercise and link at least one of the workshops, e.g. the most recent ISSX (on the long-run, we will generate repo for each exercise and workshops will “recruit” from there); at PAGE we had additional ones, can add those any time, after checking in more detail; add “tutorial” and “workshop” label to each issue o PBPK model building: Building a simple PBPK model of ciprofloxacin (-> ISSX Session 2) o PK Drug-Drug-Interaction: Simulating the DDI of rifampicin and midazolam (-> ISSX Session 3) o PK age-dependence: Simulating the PK of morphine in children and older adults (-> ISSX Session 4) - link in tutorial section than graps all video and written tutorials/hands-on exercises - in Essentials section, rename “Training Materials” to Tutorials and link to Tutorial section of the the webpage - In Tutorials section, add 2 hands-on exercises on the web-page, so people know that this is not only videos, possibly delete 2 videos, if too long otherwise -> people will get the full list via the “Browse” button - https://github.com/Open-Systems-Pharmacology?utf8=%E2%9C%93&q=%22examples%22&type=&language= o delete label “example-project”, add label “osp-model” - Examples on website: o rename “Exampels” to “Example models” o add GIM: § Glucose Insulin Model Scientifically exciting for diabetes researchers. Technically exciting for everyone with PBPK models of glucose, insulin, and glucagon coupled through non-mechanistic PD as well as systems pharmacology PD models." o delete (comment out) other examples for now; we can re-introduce them when we get descriptions username_2: Ok, I renamed the repo and changed Repo-Topics for examples, models and workshops as discussed above. for the rest new issues are created: #8 #9 #10 #11 so I will close the issues now Status: Issue closed
BlackCodec/jwm-session
53576567
Title: session management Question: username_0: Hi, I am also working on a similar project. I have found a number of issues that need to be addressed (for Ubuntu specifically) and have a fairly full featured session that loads almost everything needed. If you'd like to work together I'll post it and give you a link Answers: username_1: Sorry i don't use this wm. I have only posted a work on github for a friend that need that scripts. I only tested it on Arch linux and it is running on a server but not more. In future i could try to improve them. If you like you can fork and submit bugs, i try to resolve but if are related to ubuntu i cant help you. Status: Issue closed
pythoninchemistry/ch40208
501909270
Title: Change sequencing for compound logical tests in the live coding notes Question: username_0: Replacing `if (a > c) and (b < c):` with `if True and False:` can be confusing for students following along if they do not already have a good mental model for what is happening. A better approach would be to have the equivalent code snippets in separate code cells, which can then *all* be run to show they produce the same result.<issue_closed> Status: Issue closed
bugsnag/bugsnag-android-gradle-plugin
722160467
Title: Could not find method bugsnag() with gradle plugin Question: username_0: Hi, I've recently updated Bugsnag to make it compatible with AGP 4.1.0 but my build is now broken. It looks like `bugsnag { }` part is the issue. Android gradle plugin used : 5.0.0 Android library used : 5.2.1 `build.gradle`: ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { project.ext { sdk = 29 minSdk = 23 targetSdk = 29 libs = [support : "1.2.0", material : "1.2.0", cardview : "1.0.0", swiperefreshlayout : "1.1.0", dagger : "2.28.3", retrofit : "2.9.0", constraint_layout : "2.0.0", threeten : "1.1.0", room : "2.2.5", paging : "2.1.2", ktx : "1.3.1", lifecycle : [runtime: "2.2.0", main : "2.2.0"], playservices : "17.3.0", googleauth : "18.1.0", firebaseperfs : "19.0.8", kotlin : "1.4.10", kotshi : "2.2.3", moshi : "1.8.0", googleservices : "4.3.0", firebaseplugins : "1.1.5", arch_core : "1.1.0", glide : "4.11.0", ucrop : "2.2.4", exoplayer : "2.10.0", flexbox : "1.1.0", oneSignal : "3.12.5", oneSignalGradlePlugin: "0.12.6", roundedimageview : "2.3.0", navigation : "2.3.0", vector : "1.0.1", appcompat : "1.2.0", sendbird : "3.0.107", facebook : "7.0.0", accountkit : "5.2.0", firebaseMessaging : "19.0.1", coroutines : "1.3.3", piwik : "1.0.1", rxjava : "3.0.2", rxkotlin : "3.0.1", rxandroid : "3.0.0", epoxy : "4.0.0-beta6" ] debug = [stetho : "1.5.0", [Truncated] at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:75) at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) at org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:55) at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:63) at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37) at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:82) at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37) at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:52) at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:297) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48) at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56) Caused by: groovy.lang.MissingMethodException: No signature of method: monitoring_d1x4bkd7ub1jdtxjzxjgrmb73.bugsnag() is applicable for argument types: (monitoring_d1x4bkd7ub1jdtxjzxjgrmb73$_run_closure5) values: [monitoring_d1x4bkd7ub1jdtxjzxjgrmb73$_run_closure5@59312382] at monitoring_d1x4bkd7ub1jdtxjzxjgrmb73.run(/Users/benjamin/code/altissia/language-learning-android/monitoring/monitoring.gradle:62) at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:91) ... 141 more ``` Answers: username_1: Hi @username_0, I believe the error you are getting is due to the syntax changes that were introduced in v5 of the gradle plugin. Your code should now look like this ( = is now required) ``` bugsnag { endpoint = "$project.bugsnag.uploadEndpoint" releasesEndpoint = "$project.bugsnag.releasesEndpoint" } ``` An upgrade guide with a full description of all the changes made in v5 of the plugin can be found [here](https://github.com/bugsnag/bugsnag-android-gradle-plugin/blob/master/UPGRADING.md#upgrade-from-4x-to-5x) Status: Issue closed username_2: Closing this out as the solution is above. However, let us know if you have any other issues.
crocodic-studio/crudbooster
233521609
Title: display in specify user Question: username_0: i have table called requisition ![image](https://cloud.githubusercontent.com/assets/27999833/26775553/3de8cd46-49f7-11e7-805f-cddfd11db1d9.png) i wan to show this data according to the Approvel column. This Approvel Data are from users table that is name is supervisor who can approved employee requisition. eg. one employee apply the requisition and his/her supervisor/Approvel is Sonam Dendup. so, his requisition should only seen by his supervisor/Approvel. not by other supervisor. how i can do or what is the code to show this result. please help me @fherryfherry Answers: username_1: Is the Approvel column taken from id of cms_user (cms_user_id) ? make a modul that only can be seen by seupervisor from requisition table, than, you can try add hook query index ``` public function hook_query_index(&$query) { //Your code here if(!CRUDBooster::isSuperadmin()) { $query->where('cms_users_id',CRUDBooster::myID()); } } ``` CMIIW username_0: i used that but its not showing anything. the requisition is put by employee. not by supervisor. username_1: Show your form script username_0: Thanks Arif-awaludin,, now it work, i have change column name. username_2: this not work for new crudbooster version
EarthMC/Issue-Tracker
1046624526
Title: [Feature] Remove various utility blocks from the Towny switch list Question: username_0: ### Is your feature request related to a problem? Please describe. As of now, some utility blocks can't be used in plots you don't have switch permissions in, even though there's no reason to restrict them. ### Describe the solution you'd like **The grindstone, smithing table, loom, grindstone and cartography table should be removed from the Towny switch list.** This will allow all players to use these blocks anywhere regardless of town claims and plot settings. As mentioned earlier, there's no reason to restrict the usage of these blocks, as they function similarly to crafting tables in the way that they can only be used as utility and don't have any storage. There is no security concerns associated with removing the switch restriction on these blocks, it'd simply be a quality of life improvement. Blocks like the crafting table and anvil are already free of this restriction which would also make keeping the blocks mentioned above restricted an inconsistency. ### Additional context The towny switch list can be viewed by running `/towny switches`. Here's the first page of it with the mentioned blocks on it: ![switches_page1](https://user-images.githubusercontent.com/35495200/140627453-3cd24767-d906-4350-b077-a74e7bff9dc7.png) Answers: username_1: Admins, this issue can be resolved by updating the _switch_ids_ line in [config.yml](https://github.com/TownyAdvanced/Towny/wiki/Default-Config.yml) to something like this: ```yml switch_ids: CHEST,SHULKER_BOXES,TRAPPED_CHEST,FURNACE,BLAST_FURNACE,DISPENSER,HOPPER,DROPPER,JUKEBOX,FLETCHING_TABLE,SMOKER,COMPOSTER,BELL,BARREL,BREWING_STAND,LEVER,BUTTONS,WOOD_DOORS,FENCE_GATES,TRAPDOORS,MINECARTS,LODESTONE,RESPAWN_ANCHOR,TARGET,STONE_PRESSURE_PLATE,POLISHED_BLACKSTONE_PRESSURE_PLATE ``` username_0: The admins are aware of this, Karl already removed wooden pressure plates from the switch list a couple of weeks ago (#1410) username_2: Done Status: Issue closed
modoolar/scrummer
416960522
Title: Active sprint drag-and-drop makes tasks mysteriously disappear until page refresh Question: username_0: When dragging a task in the "Active sprint" view, it disappears after dropping it and confirming the change (e.g. "In Progress" to "Done"). I have found the problem and fixed it. I'll submit a pull request soon. Answers: username_1: Hi! Can you send a pull request with the fix or create a branch in your repository? I have some problem, I don't know how to fix it. Thanks username_2: What was the root of the problem? username_0: The real root is that this project wasn't used enough for the developers to find the dozens of obvious bugs, let alone fix them. This repo isn't maintained and hasn't received a single commit in over a year. username_3: I am interested about your fix @username_0 ! Where is your commit? Thanks a lot! username_3: I think the fix is here : https://github.com/modoolar/scrummer/tree/11.0/scrummer#configuration Have you configure many workers? It works with me.
NrgXnat/oasis-scripts
713493185
Title: download freesurfer error Question: username_0: The script is correct. However, we were only able to download a few of datasets. It seems that the rest of freesurfer processed data cannot be downloaded. Thanks! Answers: username_1: Hi, are you still having this issue? If you could provide details on the error or output you're getting I can help you troubleshoot. There may have also been temporary downtime of the server so re-trying could help as well. Status: Issue closed username_1: I'm going to close this issue, but feel free to re-open it with more specific details and error messages if you are still experiencing a similar issue. username_2: Enter your password for accessing OASIS data on XNAT Central: .associated with OAS30001_AV45_d2430PTIMECOURSE_d2430 curl: (3) Illegal characters found in URL .in OAS30001_AV45_d2430OAS30001_AV45_PUPTIMECOURSE_d2430 .one with OAS30001_AV45_PUPTIMECOURSE_d2430 .associated with OAS30001_PIB_d0423PTIMECOURSE_d0423 curl: (3) Illegal characters found in URL .in OAS30001_PIB_d0423 OAS30001_PIB_PUPTIMECOURSE_d0423 .one with OAS30001_PIB_PUPTIMECOURSE_d0423 .associated with OAS30001_PIB_d0847PTIMECOURSE_d0847 curl: (3) Illegal characters found in URL .in OAS30001_PIB_d0847 OAS30001_PIB_PUPTIMECOURSE_d0847 .one with OAS30001_PIB_PUPTIMECOURSE_d0847 .associated with OAS30001_PIB_d1317PTIMECOURSE_d1317 curl: (3) Illegal characters found in URL .in OAS30001_PIB_d1317 OAS30001_PIB_PUPTIMECOURSE_d1317 .one with OAS30001_PIB_PUPTIMECOURSE_d1317 .associated with OAS30001_PIB_d2438PTIMECOURSE_d2438 curl: (3) Illegal characters found in URL .in OAS30001_PIB_d2438 OAS30001_PIB_PUPTIMECOURSE_d2438 .one with OAS30001_PIB_PUPTIMECOURSE_d2438 .associated with OAS30001_PIB_d3132PTIMECOURSE_d3132 curl: (3) Illegal characters found in URL .in OAS30001_PIB_d3132 OAS30001_PIB_PUPTIMECOURSE_d3132 .one with OAS30001_PIB_PUPTIMECOURSE_d3132 .associated with OAS30002_AV45_d2340PTIMECOURSE_d2340 curl: (3) Illegal characters found in URL .in OAS30002_AV45_d2340OAS30002_AV45_PUPTIMECOURSE_d2340 .one with OAS30002_AV45_PUPTIMECOURSE_d2340 .associated with OAS30002_PIB_d0975PTIMECOURSE_d0975 curl: (3) Illegal characters found in URL .in OAS30002_PIB_d0975 OAS30002_PIB_PUPTIMECOURSE_d0975 .one with OAS30002_PIB_PUPTIMECOURSE_d0975 .associated with OAS30002_PIB_d2345PTIMECOURSE_d2345 curl: (3) Illegal characters found in URL .in OAS30002_PIB_d2345 OAS30002_PIB_PUPTIMECOURSE_d2345 .one with OAS30002_PIB_PUPTIMECOURSE_d2345 .associated with OAS30003_AV45_d2682PTIMECOURSE_d2682 curl: (3) Illegal characters found in URL .in OAS30003_AV45_d2682OAS30003_AV45_PUPTIMECOURSE_d2682 .one with OAS30003_AV45_PUPTIMECOURSE_d2682 HTTP/1.1 200 OK Set-Cookie: SESSION_EXPIRATION_TIME="1642276534797,900000"; Version=1; Path=/ Date: Sat, 15 Jan 2022 19:55:34 GMT Accept-Ranges: bytes Server: Noelios-Restlet-Engine/1.1.10 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN Content-Security-Policy: frame-ancestors 'self' Content-Length: 0 Receving this as error
umbraco/UmbracoDocs
298770968
Title: Reorganize the page about umbracoSettings.config (or improve the search) Question: username_0: Just creating an issue here, as the documentation search has some room for improvement, or the page about `umbracoSettings.config` should be reorganized. Let's try the following: 1. Search for *scheduled tasks* 2. Look for a matching result in the list 3. Where to look? ![image](https://user-images.githubusercontent.com/3634580/36452251-17a78e6e-1694-11e8-9441-b7f09ec8bfa6.png) The problem here is that the title and the summary of the page mentions nothing about scheduled tasks, so a user is probably not that like to click this result. Perhaps the search should show a short text with the part of the page contents that matches the search words. Another solution could be to move the part about scheduled tasks to it's own sub page (and probably the same for the other sections). Then it would be easier to find the page in the search results. Answers: username_1: Yes,, been trying to get my head around the best way to document configuration, and it's the issue you mention that is exactly the thing!, topics kind of need 'introducing' and 'describing' with text that makes them findable... regardless of where they are configured - but also 'quick lookup' of configuration is a more frequent activity, and seeing the config in the context of the description, can be more effective in communicating how something works. UmbracoSettings is the worse culprit because so many different things are configured there! I think search has a part to play in understanding the terms people are searching for, (I'm sure half of peoples opinion on the docs is influenced by findability) and therefore how the documentation should be structured to lead people through to find what they need, but think your suggestion of showing an extract from the matching search result would be a good 'quick win sticking plaster' over the ad hoc organic nature of the current documentation as we work towards a better pattern of structuring information vs configuration. username_0: I like the idea of splitting the page into multiple sub pages, and the current page for **umbracoSettings** could have some basic information, but otherwise just be a index list of the sub pages. That would also create a better context for more details and possibly also examples. Regarding the search, perhaps we could take some inspiration from GitHub's search: ![image](https://user-images.githubusercontent.com/3634580/36525687-5afa7a74-17ab-11e8-843a-594055edf49e.png) username_2: I see the appeal of indexing this better by splitting it up. I am really not a fan of having many sub pages, especially since we can't show them properly in the menu as it only covers the top three levels. I don't know if you have had a look at the [migrating to Cloud guide](https://our.umbraco.com/documentation/Umbraco-Cloud/Getting-Started/Migrate-Existing-Site/) but I can tell you that a lot of users never make it to page 2. Don't know if the solution is to always make a "menu page" with sub pages as we would end up many levels down. Status: Issue closed username_3: Hi! As we haven't seen any new activity on this issue in while, I'll close it for now. If you feel it's still relevant, you're welcome to reopen it! 😁 Thanks. /Sofie
revelrylabs/moondog-engine
628747135
Title: Increase default volume size for Harbor Question: username_0: ## Background We have been running into issues on newer clusters where WAL replication is getting backed up and the logs aren't getting flushed often enough and filling the disk, taking down the whole DB. We believe this is mostly a result of too small default DB volumes. 1GB probably isn't really a big enough volume for Harbor, and KubeDB is pretty poor at resizing volumes after init. I think we should probably start the Harbor KubeDB off at 10GB to give plenty of room for data and logs. Answers: username_1: this is done. Status: Issue closed
soujava/vagas-java
850622009
Title: [Remoto] Desenvolvedor Android | Improving Question: username_0: Tem experiência com Android e gostaria de trabalhar da sua casa com Kotlin construindo sistemas que serão usados por milhões de pessoas em uma empresa que valoriza e dá autonomia aos profissionais? Você poderá trabalhar de qualquer lugar do Brasil, em **regime 100% remoto CLT**. A empresa é uma consultoria que existe há 8 anos e foca apenas em projetos de longa duração que tragam impacto positivo para a sociedade e que ajudem os desenvolvedores a evoluir. Além disso, acredita em desenvolvimento ágil, DevOps e trabalho remoto e segue um modelo completamente diferente do body shop - você não está condicionado ao projeto em que iniciará nem se o cliente manterá o projeto ou não. Algumas práticas do dia a dia mostram que você realmente é parte da empresa, como por exemplo os projetos possuírem code review de pessoas externas àquela conta. Nessa vaga especificamente você irá trabalhar numa equipe que desenvolve soluções tecnológicas para encontrar e selecionar os melhores talentos para as empresas e promove o desenvolvimento dos candidatos em suas carreiras para que encontrem as melhores empresas, gratuitamente. Você irá trabalhar na migração da solução atual de Java para Kotlin e a implementação de diversas novas funcionalidades. **Por que eu deveria me candidatar a essa vaga:** - Trabalhar remotamente, com qualidade de vida, interagindo com tecnologias de ponta e participando na construção de sistemas que serão usados por milhões de pessoas; - Ter autonomia e incentivo ao crescimento profissional, tendo tempo de prototipar com o time diferentes tecnologias para ver qual atende melhor às necessidades do cliente; - Você será contratado em regime CLT, com salário entre R$ 5.000 e R$ 12.000 (dependendo de como você for avaliado), R$ 1.100 em vale-refeição ou vale-alimentação (você escolhe) com um pagamento extra em dezembro, plano de saúde SulAmérica ou Unimed integral (com desconto de 50% para dependentes), plano odontológico SulAmérica, seguro de vida, auxílio creche e mais um bônus anual entre 1 e 3 salários com base no desempenho da empresa. **Para se candidatar, você precisa ter:** - Espírito de trabalho em equipe, comprometimento e vontade de pôr a mão na massa; - Capacidade de aprender rapidamente tecnologias emergentes mediante ao consumo de livros, documentação técnica, vídeos ou palestras; - Experiência com Kotlin na construção de aplicativos Android; - Consciência da necessidade de testes unitários; **Alguns diferenciais serão:** - Conhecimentos em arquitetura MVP ou MVVM; - Experiência com Dagger2 ou Koin; - Experiência com Retrofit e OkHttp; - Experiência com RxJava e AndroidX; - Experiência com Room e LiveData; - Experiência com Firebase Como se candidatar: Basta entrar no seguinte link: [http://bit.ly/2XUNPYi](http://bit.ly/2XUNPYi), preencher nome e e-mail e te enviaremos as instruções.
axismaps/levantCarta
924147253
Title: Attribute-only edits do not appear as changed (green) Question: username_0: - Select a line feature - Edit the dates in the attribute form - Click somewhere else on the map to exit selection mode - Line feature remains blue (unchanged appearance) Answers: username_1: https://github.com/axismaps/levant-carta-next/commit/16eec2614cc209a16f25b2cae3d7465fba8a4743 Status: Issue closed
atom/language-javascript
231446462
Title: Incorrect syntax highlighting when using immediately called functions Question: username_0: ### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode * Followed all applicable steps in the debugging guide: http://flight-manual.atom.io/hacking-atom/sections/debugging/ * Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq * Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom * Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages ### Description If an object property is set to a function then the name can be colour changed however, if it is an "immediate" function then it is still colour change ![image](https://cloud.githubusercontent.com/assets/8225332/26468581/028a567e-4165-11e7-954b-2ee9596cb115.png) ### Versions Atom : 1.17.1 Electron: 1.3.15 Chrome : 52.0.2743.82 Node : 6.5.0
hyotang666/trivial-formatter
690056912
Title: Is it possible to use it with single files? Question: username_0: Hello. I am very much a beginner in Common Lisp, so I'm feeling a bit helpless on how to use this project. I would like to format a single ECL file from the command line. Something like: ``` sbcl --non-interactive --load formatter.lisp --eval '(fmt "/program/main.lisp")' ``` By "format" I mean automatically indent the code in a nice style and print the source standard output. I am not sure if this is what this package does, exactly. I tried to read the code, but couldn't find how to do this. My guess related to this line: https://github.com/username_1/trivial-formatter/blob/2fbf05bb15de103546ba3630d59e913ab2f26ef1/src/trivial-formatter.lisp#L71 Is that it's not possible to format a single file. Is there some workaround I could try? Thanks in advance! Answers: username_1: How to install roswell is [here](https://github.com/roswell/roswell/wiki/Installation). After installing roswell, you can install trivial-formatter with command below. ``` ros install username_1/trivial-formatter ``` To launch lisp implementation with roswell is ``` ros run ``` To load trivial-formatter to running lisp environment, evaluate expression below in the repl. ``` (ql:quickload :trivial-formatter) ``` To format single lisp file, you need help of asdf object as intermidiate object. Repl interaction will be like below. ``` * (load "your-lisp-file") T * (make-instance 'asdf:cl-source-file :name :dummy) #<ASDF/LISP-ACTION:CL-SOURCE-FILE :DUMMY> * (setf (slot-value * 'asdf/component::absolute-pathname) "your-lisp-file") "your-lisp-file" * (trivial-formatter::debug-printer **) ``` username_0: Thanks for the response! I saw that you updated the README already as well, so I think it's fine. Status: Issue closed
ag-grid/ag-grid
930062071
Title: ag-charts-angular depends on Angular 8 and breaks install with npm 7 Question: username_0: <!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING --> **I'm submitting a ...** (check one with "x") ``` [x] bug report => see 'Providing a Reproducible Scenario' [] feature request => do not use Github for feature requests, see 'Customers of AG Grid' [] support request => see 'Requesting Community Support' ``` **Providing a Reproducible Scenario** use ag-charts-angular@"^3.3.0" with angular 12 and npm 7 **Current behavior** npm ERR! Could not resolve dependency: npm ERR! peer @angular/common@"^8.2.14" from [email protected] npm ERR! node_modules/ag-charts-angular npm ERR! ag-charts-angular@"^3.3.0" from the root project **Expected behavior** no error **Please tell us about your environment:** Windows 10, node v16.4.0, npm 7.18.1 * **AG Grid version:** X.X.X ag-charts-angular 3.3 * **Browser:** does not apply * **Language:** [all | TypeScript X.X | ES6/7 | ES5] Status: Issue closed Answers: username_1: Hi, This ticket has been flagged as managed-by-community/waiting-for-repro for a while now and there has not been any activity, to help us tidy up we are going to close it. Thanks
json-c/json-c
158647104
Title: Undefined symbols Error for architecture x86_64 on Mac Question: username_0: Xcode prints out the error as the title when i try to compile source. Undefined symbols for architecture x86_64: "_json_object_to_json_string_ext", referenced from: _main in main.o "_json_tokener_parse", referenced from: _main in main.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Definitely all libraries in /usr/local/lib and include in /usr/local/include. Answers: username_1: Unless you already have a copy of json-c installed in /usr/local, that doesn't make any sense. Until you run "make install", the build should occur locally (and once you do libtool should re-link things so they'll work in the install location). I've never tried building json-c on a Mac, and I don't have one on which I could, but perhaps if you show what the actual failing command is we might be able to figure out what's going wrong. Status: Issue closed username_1: Glad to hear you solved your problem.
jlippold/tweakCompatible
421467945
Title: `SnowBoard` working on iOS 12.1.1 Question: username_0: ``` { "packageId": "com.spark.snowboard", "action": "working", "userInfo": { "arch32": false, "packageId": "com.spark.snowboard", "deviceId": "iPhone9,3", "url": "http://cydia.saurik.com/package/com.spark.snowboard/", "iOSVersion": "12.1.1", "packageVersionIndexed": true, "packageName": "SnowBoard", "category": "Tweaks", "repository": "SparkDev", "name": "SnowBoard", "installed": "1.1.4", "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 2 working reports.", "id": "com.spark.snowboard", "commercial": false, "packageInstalled": true, "tweakCompatVersion": "0.1.4", "shortDescription": "Snowboard theming engine", "latest": "1.1.5", "author": "Spark", "packageStatus": "Working" }, "base64": "<KEY>", "chosenStatus": "working", "notes": "" } ```<issue_closed> Status: Issue closed
iamcjdizon/practice-programming-problems
168050530
Title: File format Question: username_0: The files you have uploaded are text files. Kindly upload the Java file (<filename>.java). Answers: username_0: Since you have uploaded your programming solutions (the ones with file extenstions), you may remove those without file extensions now. It would be `git rm <file-to-remove>`. Then, commit the removal of the files, and push it to your repository. Happy coding! :) username_1: Alright. Status: Issue closed username_0: Your repository is well-organized. :+1: username_1: I'm a bit OC ee. hahaaha.
dcpurton/biblatex-sbl
457935342
Title: Should be period before "by author" in introduction to a book Question: username_0: The SBLHS book placed a comma before "by author" for an untitled introduction to a book. SBL now recommends to make this a period. See https://sblhs2.com/2019/01/18/update-citing-an-untitled-introduction/
spring-projects/spring-security
535025320
Title: Add opaque token test support Question: username_0: An application can mock a `jwt()` authentication in a test using the `JwtRequestPostProcessor`. It would be nice to be able to do this for opaque tokens: ```java this.mvc(get("/").with(bearerToken())) ``` ```java this.mvc(get("/").with(bearerToken() .authorities(new SimpleGrantedAuthority("SCOPE_read")))); ``` ```java this.mvc(get("/").with(bearerToken() .scopes("read"))); ``` Answers: username_0: Related to, though more specific than https://github.com/spring-projects/spring-security/issues/7528 Status: Issue closed
lilcodelab/Xamarin.Plugin.Calendar
919881378
Title: Change Localization language Question: username_0: Hi there, In the description is given that we can change the Localization with System.Globalization.CultureInfo but I can't see how. Can you give me the information to change the localization(Automatic or via code change)? Answers: username_1: You can change it with this property. https://github.com/lilcodelab/Xamarin.Plugin.Calendar/blob/7da7d1d81527032b5a0251bd8d5e5770817697fe/src/Calendar.Plugin.Sample/SampleApp/Views/AdvancedPage.xaml#L25 Status: Issue closed username_1: You can change it in code behind like this: `calendar.Culture = new CultureInfo("hr-HR");` and in xaml you add: `x:Name="calendar"`
web-and-wine/talks
270265529
Title: Einführun `Blockchain und Bitcoin` Question: username_0: # Titel: Einführung `Blockchain und Bitcoin` - Speaker/in: <NAME> & <NAME> (www.bitcoin1x1.de) - Wunschtermin: Dezember 2017 - Dauer: - [x] Regulär (30min) - [ ] Lightning (15min) ### Kurzbeschreibung Eine kurze Einführung in das Thema Blockchain und Bitcoin. Die Frage die wir beantworten wollen ist: Was ist das `Double Spending Problem` und wie wurde es technisch gelöst? Dazu werden wir die Funktionsweise an einer kleinen Demo-Blockchain vorstellen. ### Publikum Alle mit Interesse am Thema digitale Währungen und Blockchain. ### Vorwissen Du solltest wissen was ein Hash und eine Signatur ist. Answers: username_1: Cool! Danke Daniel, ich bin gespannt! Status: Issue closed
ewanharris/ti.windows-remote-deployment
255267016
Title: Add pair device functionality to build hook Question: username_0: Would be nice to be able to do this all in one step rather than two. - Pull out the winappdeploycmd logic into it's own file using that ES6 class hotness - Constructor takes a path which is the path to the winappdeploycmd file - Needs install, uninstall, list etc - Promise based interface - In pair-device and remote-deploy change it up to use the above
luhtalam/15-Puzzle
180527314
Title: Koodikatselmointi Question: username_0: # koodikatselmointi projekti ladattu 2.10 klo 19:55. * Osassa luokista turhia importteja. Esimerkiksi Solver luokassa importattu saman packagen sisällä olevia luokkia. * Osa MinHeapTest testiluokan testeistä ei toimi, koska Game objektia luodessa on väärä määrä muuttujia. ### Solver-luokka canMove metodin sisältämässä switch statementissa ei tarvita breakkia, koska metodista returnataan aina ennen kyseistä komentoa. Metodissa käytetään myös puuttuvaa muuttujaa n, jonka varmaankin pitäisi sisältää pelilaudan leveys/pituus. Netbeans herjasi returnin puuttumisesta switchin ulkopuolella. Luultavasti metodi on vain vielä keskeneräinen? Minimaalista optimointia voisi ehkä saada aikaan sisällyttämällä addNewGame metodin switch lausekkeeseen canMove metodin switch lausekkeen, jolloin switch lauseketta ei käytäisi läpi kahta kertaa addNewGame metodin aikana. Huono puoli tässä on, että uuden peliruudukon luonti pitäisi siirtää jokaisen casen sisälle, jolloin koodissa olisi turhaa toistoa. Tämän voisi varmaankin korjata siirtämällä peliruudukon luonnin Game-luokan konstruktorimetodiin. Koodi, dokumentointi, ja ohjelman rakenne ovat mielestäni toteutettu hyvin selkeästi, eikä Itselläni ollut oikeastaan mitään vaikeuksia ymmärtää koodia. Haastavampaa oli keksiä parannusehdotuksia.
GluuFederation/gluu-gateway
293302303
Title: Update text for oxd plugin Question: username_0: Change to ``` This plugin enables the use of an external OpenID Provider for OAuth2 client registration and authentication. It needs to connect via `https` to Gluu's `oxd-https-extension` service, which is an OAuth2 client middleware service. ``` ![image](https://user-images.githubusercontent.com/3717101/35645931-2d09efa6-0693-11e8-911e-d3e9bb387a3f.png) Answers: username_1: Solved and tested in a new build package no.43 Status: Issue closed
pycket/pycket
369601170
Title: command line arguments are #f on old pycket Question: username_0: ``` [username_0@huor:~/sw/pycket-benchmarks/struct (master) plt] r x.rkt #()[username_0@huor:~/sw/pycket-benchmarks/struct (master) plt] pycket-c x.rkt Expanding x.rkt to x.rkt.json #f[username_0@huor:~/sw/pycket-benchmarks/struct (master) plt] pycket-c-linklets x.rkt #()[username_0@huor:~/sw/pycket-benchmarks/struct (master) plt] cat x.rkt (module x '#%kernel (display (current-command-line-arguments))) ```<issue_closed> Status: Issue closed
prometheus/prometheus
342260028
Title: Authentication to prometheus Question: username_0: Hi, To add authentication to prometheus, i used nginx reverse proxy and added basic authentication.(https://www.robustperception.io/adding-basic-auth-to-prometheus-with-nginx) The issue is that, Prometheus URL is still available at hostname:9090. Is there any way to stop using the prometheus URL/ adding authentication to the URL. Thanks, Vivek Answers: username_1: Thanks for your report. It looks as if this is actually a question about usage and not development. no crash, no panic = usage question :wink: To make support question, and all replies, easier to find, I suggest you move this to our [user mailing list](https://groups.google.com/forum/#!forum/prometheus-users). If you haven't looked already you might find your answer in the [Common errors](https://github.com/prometheus/prometheus/wiki/FAQ) or the [official docs and examples](https://prometheus.io/docs/introduction/overview/) or by searching in the [users](https://groups.google.com/forum/#!forum/prometheus-users) or [devs](https://groups.google.com/forum/#!forum/prometheus-developers) groups. The [ #prometheus IRC channel ](https://webchat.freenode.net/?channels=prometheus) is also a great place to mix up with the community and ask questions (don't be afraid to answers few while waiting). If you think this is not purely a support question, feel free to comment in here or in the [dev mailing list](https://groups.google.com/forum/#!forum/prometheus-developers). Once your questions have been answered, please add a link to the solution to help other Prometheans in trouble reaching this from a search :+1: Status: Issue closed username_2: See #4068 for a similar issue
urbit/urbit
492390754
Title: `+muk` (hoon murmur32) is too restricted in its inputs Question: username_0: `+muk` only hashes atoms up to 31 bytes in length. This assertion effectively creates a formal jet mismatch in `+mug`. See #1722 for more details. Answers: username_0: This description is wrong, I misread the assertion: it can has up to 31 bits worth of byte-width. In other words, the hoon includes an assertion that the atom fits in the loom. While this will eventually be a formal jet mismatch, it's not on any runtime system that can currently be used. The hoon assertion is entirely unnecessary, any attempt to exceed available memory will be a non-deterministic error by definition. Any jet for `+muk` can and should short-circuit this failure condition with a `bail: fail`. username_1: Yeah, if the atom doesn't fit in the loom, the compiled hoon wouldn't even make it to that assertion, right?  My guess is some C code got copied into hoon a little too mechanically. — ~rovnys-ricfer https://urbit.org username_0: That's right with regards to the atom itself, but `+muk` takes an explicit byte-length and creates a list of `(sub len (met 3 atom))` padding bytes, so it *might* actually still work where the specified byte-length is larger than the runtime can represent. That's the case where the jet should just short-circuit. Status: Issue closed username_0: Fixed in the breach.
JosefNemec/Playnite
264201952
Title: Ignore previously imported ROMs when importing for emulators Question: username_0: It would be great if the import emulated games functionality looked to see if each valid game in an import folder was already present in the library and either did not include them in the import list or included them unchecked. This could probably be accomplished by checking to see if there is already a game in the library with a value for `Image/ISO Path` that matches the path of the ROM file that would be imported. Alternately, being able to "un-check all" in the import list then re-check just the newly added roms would be a good start. Thanks for a GREAT program. <3 Answers: username_0: I take it ignoring previously imported ROM files didn't make the cut for v3.0? No problem, as we're all excited for any and all updates, and I understand if there are more important things to focus on at the moment. Just hoping this stays on your radar for a future update. Keep up the good work! <3 username_1: I wasn't planning on adding it into 3.0, but I agree that it's really annoying if you store ROMs in single folder. I might squeeze it into 3.0. Status: Issue closed username_1: Released in 3.0
solo-io/gloo
578763468
Title: Improve OPA docs Question: username_0: In the [OPA extauth docs](https://docs.solo.io/gloo/latest/security/auth/opa/#create-a-multi-step-authconfig) we often refer to an `input` object, without ever describing what the structure of that object is: - `input.http_request.path` - `input.http_request.method` - `input.state.jwt` This is the structure for that object (taken from the closed source extauth code). ```golang import envoyauthv2 "github.com/envoyproxy/go-control-plane/envoy/service/auth/v2" ​ // Input will be populated with the CheckRequest. If the check request is for an HTTP Request, // HttpRequest will be populated as well for ease of use. type Input struct { CheckRequest *envoyauthv2.CheckRequest `json:"check_request"` HTTPRequest *envoyauthv2.AttributeContext_HttpRequest `json:"http_request"` State map[string]interface{} `json:"state"` ``` We have to document this object. NOTE: the `state` attribute is used to carry state across multiple auth steps; in the example, we use `oauth` + `opa` and the `oauth` step sets the JWT with a `jwt` key, hence `input.state.jwt`.<issue_closed> Status: Issue closed
artsy/bearden
220751048
Title: Add Exception Notifications Question: username_0: My favorite way to do this is with Honeybadger, but open to ideas. What I want to be able to get is a notification when an exception is raised, especially on production. @madeleineb has been testing on production and exceptions are being raised, but then not really persisted anywhere. Plus, I'd like to know when they happen so that I can start investigating before she has to ask. 😉 Answers: username_1: I'm jumping in for this conversation since I just noticed that there's [`rescue_from Exception` in Gravity](https://github.com/artsy/gravity/blob/c032946/app/controllers/application_controller.rb#L19), and wanted to let everyone know that [it's not encouraged by the Railsguide](http://guides.rubyonrails.org/action_controller_overview.html#rescue-from). Bearden doesn't have it right now, so it's 👍, and never add it. That `rescue_from Exception` call would add a side-effect that silently makes any exception reporting services un-usable, so be careful when you have to edit error pages. just wanted to let you know about it and I'm totally 👍 for introducing a error reporting service. username_0: Yeah, I saw that post in Slack 😢 . Would be awesome if we had a Danger (Peril?) rule that looks for `Exception` in our Ruby code - you almost never want to be referencing that constant in a Rails app. /cc @orta username_1: That's something rubocop might be able to do - I'll look into it to see if we can adda rule on this. Status: Issue closed username_0: Ok, I've configured this on both staging and production - HoneyBadger will notify in the appropriate Slack channel. If we end up wanting email notifications we can configure that too, but Slack seemed good enough for now. username_2: @username_1 I think Rubocop already has a [rule](https://github.com/bbatsov/rubocop/blob/c8a3643080f4b28d716be147f10025f59b40f549/manual/cops_lint.md#lintrescueexception) for the blind rescue.
AzureAD/azure-activedirectory-library-for-android
286542672
Title: Android Telemetry does not report 5xx issues Question: username_0: Android Telemetry does not report 5xx issues @username_2 can add more details Status: Issue closed Answers: username_1: I tried Fiddler with bpu and made a 502 response. It turns out it did not thrown SocketTimeoutException, it went through the processTokenResponse. And there is status code in the telemetry data. Here is the telemetry looks like. ``` 11-02 18:20:13.098 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.is_frt: 11-02 18:20:13.098 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.correlation_id:f3d127b1-696f-4a56-ac17-efa97bafd664 11-02 18:20:13.098 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.is_rt: 11-02 18:20:13.098 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.device_id:7lUeJXtM9V0DD9UE1tWaA2sps2HSVQxiRn0CmNcPRNY= 11-02 18:20:13.098 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.application_name:com.microsoft.aad.adal.userappwithbroker 11-02 18:20:13.098 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.application_version:1.0 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.authority_type:aad 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.is_successful:false 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.authority_validation_status:yes 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.prompt_behavior:Auto 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.response_code:502 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.cache_event_count:4 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.api_id:115 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.ui_event_count:1 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.client_id:b92e0ba5-f86e-4411-8e18-6b5f928d968a 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.http_event_count:2 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.response_time:39132 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.request_id:27e39edf-b082-4719-b041-c41ed59ef95a 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.is_mrrt: 11-02 18:20:13.099 13303-13423/com.microsoft.aad.adal.userappwithbroker E/SampleTelemetry: Microsoft.ADAL.http_path:https://login.microsoftonline.com/oauth2/token/ 11-02 18:20:13.101 13303-13422/com.microsoft.aad.adal.userappwithbroker E/AndroidRuntime: FATAL EXCEPTION: AcquireTokenRequestHandlerThread Process: com.microsoft.aad.adal.userappwithbroker, PID: 13303 java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.Exception.getMessage()' on a null object reference at com.microsoft.aad.adal.example.userappwithbroker.MainActivity$2.onError(MainActivity.java:283) at com.microsoft.aad.adal.AcquireTokenRequest$CallbackHandler$1.run(AcquireTokenRequest.java:889) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135) at android.os.HandlerThread.run(HandlerThread.java:61) ``` p.s. the FATAL EXCEPTION is caused by the fiddler response which is a string instead of json. but it did not affect the test result here. Confirmed from Ashish, quote here. ``` Most likely since Outlook samples at .2% we are losing the telemetry payloads that have 5xx errors. i ran your query for teams again and we have 5xx errors there. ``` username_2: 5xx is being reported, it might be sampling that is leaving it out of the data.
rancher/rancher
507414722
Title: [UI] Question: username_0: <!-- Please search for existing issues first, then read https://rancher.com/docs/rancher/v2.x/en/contributing/#bugs-issues-or-questions to see what we expect in an issue For security issues, please email <EMAIL> instead of posting a public issue in GitHub. You may (but are not required to) use the GPG key located on Keybase. --> **What kind of request is this (question/bug/enhancement/feature request):** enhancement **What:** UI for a admin to create custom global role. Admin should be able to clone existing global role. **Backend Issue**: https://github.com/rancher/rancher/issues/16216 Answers: username_1: UI - Will be same as it is for Cluster and Projects. 1. Add button to top of Global role list that says "Add Global Role" ![image](https://user-images.githubusercontent.com/11514927/66876226-e2f5b680-ef65-11e9-8fdc-d70e8a4fea40.png) 2. Click on button and there it should match Project & Cluster Add pages: ![image](https://user-images.githubusercontent.com/11514927/66876221-dbcea880-ef65-11e9-8023-0195fbc2af60.png) username_2: Updates to the requirements for global roles: 1. Locked is not a concept that exists on a global role so it will not be displayed in the UI. 2. Inheritence isn't a concept that is applied to global roles as well so it is not displayed in the UI. username_3: The feature is validated in master-head 5845c2d - Admin can add a custom global role - Admin can clone existing global roles the global role page: <img width="1327" alt="Screen Shot 2019-12-03 at 4 55 50 PM" src="https://user-images.githubusercontent.com/6218999/70100025-c6810c80-15ed-11ea-925a-9e1c65f166d4.png"> adding/cloning a role: <img width="1294" alt="Screen Shot 2019-12-03 at 4 52 25 PM" src="https://user-images.githubusercontent.com/6218999/70099921-77d37280-15ed-11ea-99ba-fcc494a935e3.png"> the role shows in the list: <img width="1284" alt="Screen Shot 2019-12-03 at 4 52 35 PM" src="https://user-images.githubusercontent.com/6218999/70099946-8d489c80-15ed-11ea-9eef-11c32aa35178.png"> More tests will be done and bugs will be tracked by independent issues. Status: Issue closed
flokicker/dorfbauprojekt
368432225
Title: Neue Bugliste v0.1.4.6 Question: username_0: - [ ] Ressourcenübersicht UI überläuft - [ ] Collision-Liste muss immer wieder mal geleert werden - [ ] Korn auf Feld verschwindet nicht nach verrotten - [ ] Gelagerte Ressourcen UI Overflow - [ ] Nachricht anzeigen wenn Bewohner ausgewachsen ist - [ ] Mutter folgen noch zu schnell und buggy teilweise (z.B. in Haus) - [ ] Nichts mehr opfern können wenn schon auf +100 - [ ] Bewohner kniet den ganzen Winter über Kornfeld - [ ] Shift-Befehle geben funktioniert nach Holzhacken nicht - [ ] Bauanimation fehlt noch<issue_closed> Status: Issue closed
IQSS/dataverse.harvard.edu
1075802920
Title: Automate versioning of new release once release notes are merged Question: username_0: The versioning of Dataverse is the last step in preparing the code for release. Just prior is merging the release notes. Seeing as the versioning step is very limited and repetitive, it would be nice if it could be automated, perhaps as an action after the release notes are merged?
bigcommerce/cornerstone
291382343
Title: How do I render a component and pass a variable Question: username_0: I want to do this: ``` {{>components/products/card category=category}} ``` However, even though {{category}} is present, nothing passes to the component .. Answers: username_1: Hi, We have to use depthed references. That is replace **{{>components/products/card category=category}}** with **{{>components/products/card category=../category}}** username_2: @username_0 did @username_1 's solution work for you? Thank you for responding to this issue @username_1 !
D1i/iksicEngine
838589080
Title: Нужно разобраться с тем, работает ли вавилон на 2д проекции Question: username_0: Вавилон. https://www.babylonjs.com/ Answers: username_0: Почитав вопросы-ответы, я выяснил, что использование данного движка для 2d приложений, не имеет смысла, т.к есть лучшая альтернатива. https://www.pixijs.com/ Жду мнение 2ого разработчика username_1: Просмотрев информацию про оба движка, я узнал, что Вавилин обладает возможностями в создании и анимировании 2д и 3д изображений, пикси же предназначен исключительно для 2д. Однако, стоит заметить, что Валион для работы использует API - WebGL, что делает его довольно требовательным к вычислительным способностям компьютера, пикси напротив является довольно быстрым движком для рендеринга. Т.К. на данном моменте в проекте не планируется использование 3д графики, я считаю, что использование пикси будет оптимальным вариантом.
tornadoweb/tornado
62625454
Title: Tornado and CurlHTTPClient does not work in pypy Question: username_0: Tornado and CurlHTTPClient does not work in pypy ,a SystemError: <StackOverflow object at 0x1d47148> exception is thrown 。 Answers: username_1: This is a pycurl issue, not a Tornado issue. I don't think pycurl supports pypy. Status: Issue closed
NULLzuEINS/bbw-leben-mit-avws
330042111
Title: Sticky Header Question: username_0: **User story** Als Besucher der Webseite möchte ich auch auf Seriten mit viel Inhalt die Navigation schnell erreichen kann damit ohne viel zu scrollen durch die Inhalte der Seite navigieren kann. **Akzeptanzkriterien** - Der Header bleibt auf Mobilgeräten am oberen Ende der Seite haften, auch wenn man nach unten scrollt - Der Sprachwechsler #1 gehört in diesem Fall mit zum Header **UAT** (Wie kann man die Erfüllung der Aktzeptanzkritieren prüfen) 1. Öffne mit einem Mobilgerät eine Seite mit viel Inhalt - Scrolle nach unten - Öffne die Hauptnavigation und wähle einen anderen Menüpunkt aus **Kommentare** Auf desktop macht dies Verhalten nur wenig Sinn, da man hier viel Platz für Inhalt hat und meist auch eine Mouse oder ein Touchpad zum Scrollen. **Zusätzlicher Kontext** Dieses Featute ist ein _NiceToHave_<issue_closed> Status: Issue closed
Toxblh/MTMR
317336209
Title: Add brew formula Question: username_0: For easy installs and updates, it would be great to be able to just do: brew install mtmr Answers: username_1: `brew cask install mtmr` Welcome! Status: Issue closed username_2: After I install this via homebrew, folder `~/Library/Application Support/MTMR` isn't exist. username_2: Sorry, I never know that it must run once
fengcaian/NOTES
486230114
Title: H5无限加载绑定scroll事件 Question: username_0: ```javascript // 真实内容的高度 const pageHeight = Math.max(document.body.scrollHeight, document.body.offsetHeight); // 视窗的高度 const viewportHeight = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight || 0; // 隐藏的高度 const scrollHeight = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0; if (pageHeight - viewportHeight - scrollHeight < 50) { // 如果满足触发条件,执行 // do aync event } ```
frgfm/torch-scan
833372966
Title: New Feature request Question: username_0: ## 🚀 Compatibility with Complex Modules Thank you for the great repo. Can you please let me know if you would be willing to extend this to be compatible with complex convolution modules too? (For instance, you can look at [cplxmodule](https://github.com/ivannz/cplxmodule) or [speechBrain](https://github.com/speechbrain/speechbrain)). This will really help is comparing various models from architectural details to memory usage standpoint. Answers: username_1: Hi @username_0, Thanks for asking! There are two answers I can give you: 1. As of now, this library is designed to detect inherited modules (from PyTorch parent classes) and leverages this to cover most of model's components. Using this design, it wouldn't be possible to add support for custom modules apart from manually adding dependencies to all libraries that define custom modules. 2. That being said, I am considering completely changing the library for v0.2.0 by using ONNX export. It would limit support of ONNX exportable modules but I would be able to produce the same information without manually writing the computation of FLOPS, etc. So in the short term, apart from if you have a good PR in mind, I'm afraid I won't add support to this before v0.2.0 :/
iptc/newsinjson
486239684
Title: Version history in revision CR 10-31 Question: username_0: New property “revisions”: "revisions": {"description" : "$$TT: Array of previous versions of this news object. See http://spec.tt.se/revisions.html", "type": "array", "items": { "type": "object", "additionalProperties" : true, "properties" : { "uri" : { "description" : "$$TT: The identifier of the previous revision.", "type" : "string", "format" : "uri", "required" : true }, "slug" : { "description" : "$$TT: Short name given to article while in production.", "type": "string", "required" : false }, "replacing" : { "description" : "$$TT: Array of identifiers this revision is replacing.", "type" : "array", "required" : false, "items" : { "type": "string", "format" : "uri" } } } } }, Rationale for the change: (free-text) Compare with http://dev.iptc.org/ninjs-CR-10-30-Replacing That property says that item B replaces item A. Revisions hold the complete story back to the starting item(s). An example from TT: "revisions": [{"uri": "http://tt.se/media/text/170804-frivmfarah-508739","slug": "frivm-farah"},{"uri": "http://tt.se/media/text/170804-frivmfarahuv-508797","slug": "frivm-farahUV","replacing": ["http://tt.se/media/text/170804-frivmfarah-508739"]},{"uri": "http://tt.se/media/text/170804-frivmfarahuv2-508803","slug": "frivm-farahUV2","replacing": ["http://tt.se/media/text/170804-frivmfarahuv-508797"]}],
halide/Halide
787833774
Title: Multiple symbol definitions for x86-32-windows Question: username_0: Compiling a multitarget generator with the following list of targets ``` x86-32-windows-avx-avx2-f16c-fma-sse41-no_runtime x86-32-windows-avx-sse41-no_runtime x86-32-windows-sse41-no_runtime x86-32-windows-no_runtime ``` produces several concerning warnings: ``` Warning: Warning: symbol '__ymm@0000000000000200000000000000000000000000000000008000000000002000' seen multiple times in library. Warning: Warning: symbol '__ymm@0000000000000000000000000000008000000000000000028000000000000000' seen multiple times in library. Warning: Warning: symbol '__ymm@0000000000000100000000000000000800000000000000040000000000000000' seen multiple times in library. Warning: Warning: symbol '__xmm@00000000000002000000000000000000' seen multiple times in library. Warning: Warning: symbol '__xmm@00000000000000040000000000000000' seen multiple times in library. Warning: Warning: symbol '__xmm@00000000000000028000000000000000' seen multiple times in library. Warning: Warning: symbol '__xmm@00000000000000008000000000002000' seen multiple times in library. Warning: Warning: symbol '__xmm@00000000000001000000000000000008' seen multiple times in library. Warning: Warning: symbol '__ymm@0000000000000200000000000000000000000000000000008000000000002000' seen multiple times in library. Warning: Warning: symbol '__ymm@0000000000000000000000000000008000000000000000028000000000000000' seen multiple times in library. Warning: Warning: symbol '__ymm@0000000000000100000000000000000800000000000000040000000000000000' seen multiple times in library. Warning: Warning: symbol '__xmm@00000000000002000000000000000000' seen multiple times in library. Warning: Warning: symbol '__xmm@00000000000000040000000000000000' seen multiple times in library. Warning: Warning: symbol '__xmm@00000000000000028000000000000000' seen multiple times in library. Warning: Warning: symbol '__xmm@00000000000000008000000000002000' seen multiple times in library. Warning: Warning: symbol '__xmm@00000000000001000000000000000008' seen multiple times in library. ``` Replacing `32-windows` with `64-windows` in the targets list does _not_ generate these warnings. Answers: username_0: The warning is generated by our code, here: https://github.com/halide/Halide/blob/42c5182b5fbf8724b51d86316282565144f91dc9/src/LLVM_Output.cpp#L192 username_1: My wild guess: Those symbols are vector constants, where the name of the symbol is the value of the constant (in order to not store the same constant more than once) username_2: This has been a recurring issue on Windows for us as well; @username_3 might have more to say about it. AFAICT, it is exactly what Andrew says: constants are named after the value of the constant, so we end up with multiple symbols of the same name. We should either make the warning better at diagnosing real issues, or get rid of it. username_3: Yeap, this is a minor annoyance, and it's precisely due to what Andrew stated. I once spent an hour or so trying to get to the bottom of it, but in the end just decided to suppress the warning on our generator tool. username_4: In a larger build system this would unnecessarily alarm users not in the know. When would this warn about something not ignorable? If thats rare/benign could we remove this warning? username_1: Yes, if this is WAI we should disable the warning for sure.
twin-te/twinte-front
844070909
Title: 例外処理を実装 Question: username_0: Toast を実装 - CSVファイルを「アップロード」ボタンを押す→やっぱりファイル選択しないでキャンセル→`Failed to execute 'readAsText' on 'FileReader': parameter 1 is not of type 'Blob'.` - すでに登録している授業を追加しようとするとButtonが押せない(Buttonをdisabledにするか、エラーメッセージを出したい) - 同じ名前のファイルを再度選択しても onChange が発動しない Answers: username_1: 了解です! Status: Issue closed
falldamagestudio/Networkable
209761763
Title: Separate range of dynamically-assigned IDs for each client Question: username_0: Right now every client uses the same ID range when assigning IDs dynamically. If we let each client negotiate its own unique range of IDs instead, we could let a client which is authoritative regarding decisions on creating a certain object also assign the ID, without any risk of different clients assigning the same ID to different objects. This would allow the local game client to instantiate a networkable object, assign an ID, and tell other clients to replicate the operation, without waiting for a roundtrip via the master first.
NCIEVS/nci-protege5
220676957
Title: issue renaming a project after creation Question: username_0: a new vocab was created with the same name as an existing one. it was renamed afterwards, but this resulted in the vocab not being accessible from the protege server. the config file had the correct ID for the renamed project, this project existed in the correct location, but the snapshot & history filenames didn't match. The renamed project name included version info, the snapshot wasn't renamed, and there were 2 history files, one didn't match: NCI_Thesaurus.history NCI_Thesaurus.history-snapshot NCI_Thesaurus_17.04b.history Answers: username_1: a new vocab was created with the same name as an existing one. it was renamed afterwards, but this resulted in the vocab not being accessible from the protege server. the config file had the correct ID for the renamed project, this project existed in the correct location, but the snapshot & history filenames didn't match. The renamed project name included version info, the snapshot wasn't renamed, and there were 2 history files, one didn't match: NCI_Thesaurus.history NCI_Thesaurus.history-snapshot NCI_Thesaurus_17.04b.history username_2: Hi, This issue has been retested and verified the fix using latest tag nci-1.0069, Metaproject Admin1.0 and Edit Tab - 065. The renamed vocab is accessible as well. Please see attached snapshots for more detail. ![issue-252-1-previous](https://user-images.githubusercontent.com/8367102/27254743-37bcf144-535d-11e7-9f1d-6700513ce6d8.png) ![issue-252-2](https://user-images.githubusercontent.com/8367102/27254749-3d4413fe-535d-11e7-9bfd-3ed11bcbcbf0.png) ![issue-252_3](https://user-images.githubusercontent.com/8367102/27254753-48695b9a-535d-11e7-9816-b0bcf4f1e480.png) ![issue-252_4](https://user-images.githubusercontent.com/8367102/27254754-486a5cac-535d-11e7-8f40-30fd8540617d.png) Thanks, Reza Status: Issue closed
galasfoundry/mooch-music-beginner-dev-project-
706473749
Title: File storage Question: username_0: Server early, then p2p as userbase grows? App requests space , multiple seed files on apps running. Cons - need Huge userbase, redundancy and duplication, service providers p2p friendly (?) Pro - free, decentralised content ownership/stewardship
nicehash/NiceHashMiner
1167453485
Title: 366805013 Question: username_0: 366805013 _Originally posted by @username_0 in https://github.com/nicehash/NiceHashMiner/issues/2586#issuecomment-1066003381_ Answers: username_0: - [ ] username_0: 366805013 Status: Issue closed username_0: 366805013 _Originally posted by @username_0 in https://github.com/nicehash/NiceHashMiner/issues/2586#issuecomment-1066003381_ username_0: 366805013 Status: Issue closed
chef/chef
639094064
Title: powershell_package_source - Add Support for Private PS Repositories Question: username_0: ### Describe the Enhancement: I would like to register a private PowerShell repository via Chef. Doing that natively in PowerShell requires the use of the -Credential parameter with the Register-PSRepository cmdlet. After looking over the code it appears the section that builds the Register-PSRepository command (https://github.com/chef/chef/blob/3ce10c6d89728fc566709383d74b41df8dd01fd2/lib/chef/resource/powershell_package_source.rb#L129) doesn't currently provide a way to utilize that parameter. ### Describe the Need: We build custom PowerShell modules and host them on a private feed in a hosted instance of MyGet. Any organization or individual utilizing a private feed that requires authentication to register to would benefit from this enhancement. ### Current Alternative I believe the current alternative would be to register the private PowerShell repository via the powershell_script resource, or outside of Chef manually another way. ### Can We Help You Implement This?: This would be a first contribution for me so an understanding of how challenging this would be to implement would be helpful. From looking at the code it seems the general plan of attack would be: * Add a property for credential * Add a line in the "build_ps_repository_command" definition for the -Credential parameter * Create any appropriate tests
VSpaceCode/VSpaceCode
405384923
Title: Paredit/Smartparens Integration Question: username_0: https://marketplace.visualstudio.com/items?itemName=cospaia.paredit-revived Answers: username_1: I am not coding in Lisp so I do not have a personal interest to integrate this, but if someone is willing to do it the idea would be to put all the mappings concerning this extension in its own JSON file, like `extension/paredit.json`. The README could then be updated to explain than this file can be merged into the VSCode config and that it provides spacemacs bindings for this extension. username_0: Update link: https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva username_1: If anyone is interested and want to make a PR for paredit/smartparens/calva that will be welcome. In the meantime I'm closing this issue :) Status: Issue closed
nteract/semiotic
573658660
Title: Defined Nodes Corrupts Hierarchical Layout from Edge List Question: username_0: If you send an array of edges (that is hierarchical) layouts fine, but if you also send corresponding nodes, it results is a corrupted layout. With nodes: <img width="543" alt="Screen Shot 2020-03-01 at 5 08 49 PM" src="https://user-images.githubusercontent.com/495634/75638109-634c4980-5bdf-11ea-9038-e5bccbff657c.png"> Without nodes: <img width="493" alt="Screen Shot 2020-03-01 at 5 09 04 PM" src="https://user-images.githubusercontent.com/495634/75638117-68a99400-5bdf-11ea-8f8b-38162b262725.png"> Status: Issue closed Answers: username_0: Fixed in the latest version
SimLeeTag/photo-tag-iOS
741249861
Title: [Trouble] Tag Management Table View Delegate 메서드 호출이 되지 않는 문제 Question: username_0: ### 상황 * 태그 관리 화면의 Tabel View에서 Cell의 Swipe 메뉴 구현을 하고 있는 상황입니다. * UITableViewDelegate를 ViewController에서 분리 * table view의 delegate를 Tag Management View Controller에서 약한 참조로 가지고 있습니다. ### 문제 ![image](https://user-images.githubusercontent.com/52783516/98890889-51e26d80-24e0-11eb-9e38-08bf9d39e1c8.png) delegate에 있는 메서드가 불리지 않습니다. Answers: username_0: ### 첫번째 시도한 방법 * table view delegate의 delegate를 두는 방법 - ViewControllerDelegate라는 프로토콜(Archive 스와이프 메뉴를 만들어 리턴하는 메서드와 Activate 스와이프 메뉴를 만들어 리턴하는 메서드 정의)을 만든 후 table view delegate가 이것을 약한 참조 프로퍼티(A)로 가지고 있습니다. - table view delegate(현재 상황에서는 `TagManagementTableViewDelegate`)의 init에서 ViewControllerDelegate 타입의 delegate를 프로퍼티로 받습니다. - table view를 소유하고 있는 ViewController에서 ViewControllerDelegate를 채택한 후 준수하도록 메서드를 구현합니다. ![image](https://user-images.githubusercontent.com/52783516/99077016-6ff2bf80-25ff-11eb-9a18-feb99d7a3cff.png) username_0: * table view를 소유하고 있는 view controller의 init에서 TagManagementTableViewDelegate의 인스턴스를 생성하려고 할 경우 super.init이 불리기 전 시점이기 때문에 delegate를 self로 지정할 수 없는 문제가 있습니다. ![image](https://user-images.githubusercontent.com/52783516/99078074-18edea00-2601-11eb-8d4e-d30ae7934da2.png) 그래서 view controller들을 생산하는 AppViewControllersFactory 클래스에서 해당 `TagManagementViewController`의 인스턴스를 생성할 때 1. `TagManagementTableViewDelegate`의 delegate의 역할을 수행할 `TagManagementViewController`의 인스턴스를 생성한 후에 2. `TagManagementTableViewDelegated`의 init에서 이 인스턴스를 주입해주고난 후 3. `ViewController`의 delegate를 `TagManagementTableViewDelegate` 타입의 인스턴스로 지정했습니다. ![image](https://user-images.githubusercontent.com/52783516/99078649-13dd6a80-2602-11eb-9468-3d0119a6884a.png) username_0: ### 문제 및 고민 1. 그럼에도 불과하고 swipe 메뉴가 정상적으로 작동하지 않았습니다. 2. view controller에서 delegate를 약한 참조로 가지고 있으면서 인스턴스를 유지하기 위해서 위와 같은 방식을 시도해 본 것이지만, view controller에 책임과 코드가 많아지는 것을 지양하기 위해 클래스를 분리한 의미가 없어졌습니다. - swipe 메뉴에 따라서 table view를 소유하고 있는 view controller가 가지고 있는 뷰에 변화를 주는 것 등 상황에 따라서는 유의미한 형태일 수 있겠지만 현재는 cell이 속한 section만 변경해주기 때문에, 즉 table view delegate에서도 충분히 구현할 수 있다는 생각이 들었습니다. ### 해결 **문제의 원인** : UITableViewDelegate의 내부 구현 중 delegate 프로퍼티가 약한 참조로 선언이 되어있는데 ![image](https://user-images.githubusercontent.com/52783516/99079305-1b514380-2603-11eb-895e-050823a8756a.png) delegate를 사용하는 것과 관련된 delegate 프로퍼티가 모두 약한 참조이기 때문에 레퍼런스 카운트가 증가하지 않아서 TagManagementTableViewDelegate 인스턴스에 있던 프로퍼티가 호출되지 않았던 것입니다. - table view를 소유하고 있는 ViewController에서 약한 참조로 선언되어있는 delegate 프로퍼티 ![image](https://user-images.githubusercontent.com/52783516/99079361-30c66d80-2603-11eb-8f67-ee8b7a48fff4.png) - table view delegate에서 약한 참조로 선언되어있는 delegate 프로퍼티 ![image](https://user-images.githubusercontent.com/52783516/99079385-3a4fd580-2603-11eb-91dd-a288a582b533.png) ### 즉, table view delegate의 경우에는 이미 내부 구현에서 약한 참조로 선언이 되어있기 때문에 강한 참조로 변경 했습니다. Status: Issue closed
fullstackreact/google-maps-react
314604253
Title: is there any chance to get current latlng when use " centerAroundCurrentLocation:true" Question: username_0: i tried to use " centerAroundCurrentLocation:true" to use the users current location as the center of map. i also want to make a marker to show users current location but i dont know how can get the latlng to set the marker is any one can help? thanks a lot. Answers: username_0: i fixed by my self thanks Status: Issue closed username_1: @username_0 Could you kindly explain how you did it? I'm trying to set a marker on the current location which is stored as a state within the Map component but am struggling to figure out how to access it in my Marker component username_2: @username_0 I have the same situation can you post the answer please!
dansmaculotte/laposte-php
574780929
Title: Tracking API v1 deprecated Question: username_0: A new version has been released of the tracking API (v2). The v1 API will be deprecated and retired by April 30th, 2020. This issue is made to warn new users and remind @dansmaculotte/core to upgrade this API as soon as they have time.
lanpa/tensorboardX
381614103
Title: NameError: name 'workspace' is not defined Question: username_0: I was trying to run with pytorch 1 nightly. I resolved the issue by installing future (pip install future). The problem was that the test for caffe2 import only caught ImportError, but the missing future packaged caused ModuleNotFoundError: No module named 'past' line 331, in add_scalar self.tensorboard_writer.add_scalar(name,value,self.get_iteration_number(phase_name)) File "/Users/username_0/miniconda3/envs/fastai/lib/python3.7/site-packages/tensorboardX/writer.py", line 333, in add_scalar scalar_value = workspace.FetchBlob(scalar_value) NameError: name 'workspace' is not defined Status: Issue closed Answers: username_0: The issue describes a workaround, but it would be better to also catch ModuleNotFoundError in addition to ImportError in ```python def prepare_caffe2(x, modality): try: from caffe2.python import workspace except ImportError: # TODO (ml7): Remove try-except when PyTorch 1.0 merges PyTorch and Caffe2 # Caffe2 is not installed, disabling Caffe2 functionality pass x = workspace.FetchBlob(x) if modality == 'IMG': x = _prepare_image(x) return x ``` Should be ```python def prepare_caffe2(x, modality): try: from caffe2.python import workspace except (ImportError, ModuleNotFoundError): # TODO (ml7): Remove try-except when PyTorch 1.0 merges PyTorch and Caffe2 # Caffe2 is not installed, disabling Caffe2 functionality pass x = workspace.FetchBlob(x) if modality == 'IMG': x = _prepare_image(x) return x ``` username_1: The suggested fix didn't work for me, but I did manage to work around this installing the older release 1.2: `conda install -c conda-forge tensorboardx=1.2`. username_2: I found the solution in https://discuss.pytorch.org/t/tensorboard-in-pytorch-1-1/44515 run command 'pip/pip3 install future'
mattermost/desktop
1137678615
Title: Auto reconnect to Mattermost server after the VPN Connection established. Question: username_0: I set up the Mattermost client desktop application to start with windows and connect to our Mattermost server. Our Mattermost server can access through the VPN, and I need to manually log in to the VPN server after restarting my PC. Mattermost client desktop applications never retry to connect to the server after establishing the VPN connection (I set the Client app to start with Windows). I need to manually close the Mattermost client application from the taskbar tray and restart it after connecting to the corporate VPN network. I forgot to do this step (most of the time); after restarting my PC, I'm missing all the notifications. Could you add an auto-connect option to the list of servers if the client is not connected during the autostart of the client app (in Windows)? Answers: username_1: Thanks for the suggestion @username_0! I like this idea, seems like a good QoL improvement. I'll have to investigate to make sure it's possible and we'll see if we can implement it at some point in the future. username_0: Thank you for the quick reply. I appreciate It, and kudos to you guys and this fantastic project. username_2: By the way this used to happen before the 5.0 desktop update so I think this is actually a bug. username_1: Created a ticket here: https://mattermost.atlassian.net/browse/MM-42065 username_3: Also experiencing the same, the client offers no nice way to reconnect. No F5, no rightclick, no button, I have to close it via system tray as username_0 already described. If an automatic re-connect is too much work, maybe just add a refresh button to the error page as a first step username_4: Good morning! I am also waiting since a couple of months to get this one solved. **First connection attempt** to the server **fails**, the Desktop Client does not try to reconnect automatically. As this potentially **affects all people working from home** and **having the need to connect via VPN manually** I would be interested to get some higher priority on it :). If I well remember it was working before version 4.6.x. As suggested by @username_3 it would be "ok" from a users perspective to have a simple button to reconnect manually as a first fast fix before implementing some kind of automatic polling if not connected to a server (Maybe it´s just a check if a Websocket is established or not). Status: Issue closed username_3: Thank you very much for fixing, meanwhile I found out that Ctrl+R works for reloading ^^
open-telemetry/opentelemetry-specification
444664145
Title: Initial spec from java client Question: username_0: Create a spec for the opentelemetry API and SDK in the style of [opencensus-specs](https://github.com/census-instrumentation/opencensus-specs). The spec should describe the [opentelemetry java client](https://github.com/open-telemetry/opentelemetry-java) as it's implemented now. Where the API isn't well defined (as in issues labeled ["Agreement Required"](https://github.com/open-telemetry/opentelemetry-java/issues?q=is%3Aissue+is%3Aopen+label%3A%22Agreement+Required%22)), the spec should note this. This spec isn't meant to be authoritative yet, it's just meant to help the authors of other opentelemetry clients as we finalize the API. Answers: username_1: @username_3 would you mind reiterating your thoughts on this from the F2F discussion last week? username_2: @username_0 are you going to do the first draft? When? username_0: I put up a WIP draft at #17, largely a copy of the OC and OT specs at this point. @mayurkale22, @songy23, @rghetia, @dinooliva, and I will compare to the OC spec and clients today. username_3: I think that my comments were mostly related to adding typed spans into the specs repo ... or were you referring to something else? Status: Issue closed username_0: Closing this one in favor of moving docs individually from the work-in-progress dir.
mar10/fancytree
184876292
Title: Q: postProcess only called with $.Deferred Question: username_0: If using options `source` and `postProcess` together, I found that `postProcess` is never called. Is that by design? Code: dfd.done(function (data, textStatus, jqXHR) { .... if( ctx.options.postProcess ){ jQuery method done() is called on $.Deferred only. My code is as simple as it can be: $("#bs-pagetree").fancytree({ source: { url: "/pages/list" // returns JSON }, postProcess: function(event, data) { // convert data for fancytree ....some code here.... } }); Answers: username_1: `dfd` is the result from the ajax call, thus a promise. So `postProcess` should get called (unless the ajax request failed). Status: Issue closed username_0: Should, but in fact it isn't. username_0: Forgot to mention: jQuery UI - v1.11.4 jQuery v2.1.3 username_1: If using options `source` and `postProcess` together, I found that `postProcess` is never called. Is that by design? Code: dfd.done(function (data, textStatus, jqXHR) { .... if( ctx.options.postProcess ){ jQuery method done() is called on $.Deferred only. My code is as simple as it can be: $("#bs-pagetree").fancytree({ source: { url: "/pages/list" // returns JSON }, postProcess: function(event, data) { // convert data for fancytree ....some code here.... } }); username_1: I just tried it, and it seems to work. It is *not* called if the response is invalid json, but then you should see s.th. on the browser console. Here's my code: ```js $("#tree").fancytree({ extensions: [], // source: {url: "sample_parse_error.json"}, source: { url: "sample2.json" }, postProcess: function(event, data) { alert("postProcess"); // data.result = [ ... ]; data.response[0].title += " modified"; } }); ``` Could you send a debuggable sample or set up a jsFiddle for further investigation? username_0: I'll try. Status: Issue closed username_1: Will reopen, when we have some more information
bitnami/minideb
297330572
Title: Busybox, Musl end Extraction Question: username_0: Hello guys! I have two questions about the project: 1 - Do you have plans to replace parts of Coreutils using Busybox. And plans to use musl or dietlib instead of glibc? 2 - I'd like to extract the base system to make a live usb, I'v check this link http://mr.gy/blog/build-vm-image-with-docker.html and found this instructions: docker build -t <YOUR-IMAGE> ... docker create --name=<YOUR-CONTAINER> <YOUR-IMAGE> dd if=/dev/zero of=disk.img bs=1 count=0 seek=1G mkfs.ext2 -F disk.img sudo mount -o loop disk.img /mnt docker export <YOUR-CONTAINER> | sudo tar x -C /mnt sudo umount /mnt But I'm really not ashamed to ask if is there a lazy way do get this source. Do you know? Tks and congratulations for the great job!!! Answers: username_1: Why you dont use alpine ? Based on BusyBox and musl. username_2: The instructions in the link seem like a good start. I don't know exactly which steps need to be done to make the system boot from a live USB though, you'll have to do some experimentation. Status: Issue closed
SoftwareCountry/arcadian-assistant
416518686
Title: Events canceled by initiators are displayed in supervisor profile Question: username_0: 1. Go to the app 2. Open calendar view and create vacation/day off/sick leave 3. Cancel created event 4. Go to profile - created event is not displayed 5. Go to the app as supervisor of employee 6. Open profile view **Result** Canceled event is displayed in Profile view Answers: username_0: Related bug #510 username_1: Probably, is not a server bug. After event cancellation all server APIs (pending requests and events for specific employee) return list without cancelled event. username_2: Doesn't look like an issue. Profile view refreshes correctly. ![513](https://user-images.githubusercontent.com/6681817/53738207-9f9b7b80-3e9f-11e9-89da-c413f4cb6bd1.gif) username_1: Yes, it is server bug. Status: Issue closed username_0: Fixed username_0: Fixed
lindegroup/autopkgr
104516581
Title: AutoPkgr remains on "Adding default repo" message upon installing JSSImporter Question: username_0: I've seen this in 1.3.1 on OS X 10.8 and 10.9, and testing on 10.10 now. Steps to reproduce: 1. Open AutoPkgr on a fresh Mac. 2. Install Git and AutoPkg. 3. Switch to Folders & Integration tab, and click Install JSSImporter. 4. Observe that the install succeeds, but AutoPkgr sticks on this screen: ![screen shot 2015-09-02 at 8 32 21 am](https://cloud.githubusercontent.com/assets/7801391/9636168/f785183e-514e-11e5-8851-075490dc3aaa.png) Expected behavior is for the sheet to disappear after the jss-recipes repo has been added. Answers: username_0: Confirmed, this happens on 10.10 as well. And it seems to happen regardless of whether I add the `autopkg/recipes` or `autopkg/jss-recipes` repos prior to JSSImporter installation. username_1: I just saw this on a newly-built 10.10.5 VM running AutoPkgr 1.3.1, JSSImporter and AutoPkg 0.5.1. username_0: @username_2 - Got time to look into this one? It's not a big deal for people with existing AutoPkgr setups, but for people downloading a fresh copy and connecting to a JSS, it's a negative first impression. I might even push out 1.3.2 just for this, if it's fixable. username_2: Done. username_0: Thanks Eldon! On track for 1.3.2. username_2: Great! Status: Issue closed
dancooke/tandem
335746417
Title: problem with cbegin and cend with gcc version 4.9.2 (Debian 4.9.2-10) Question: username_0: [ 66%] Building CXX object CMakeFiles/libtandem.dir/tandem.cpp.o In file included from ~/tandem/tandem.cpp:9:0: ~/tandem/tandem.hpp: In function ‘std::vector<unsigned int> tandem::make_suffix_array(const T&)’: ~/tandem/tandem.hpp:75:40: error: ‘cbegin’ is not a member of ‘std’ return std::vector<std::uint32_t> {std::cbegin(sa), std::cend(sa)}; ^ ~/tandem/tandem.hpp:75:57: error: ‘cend’ is not a member of ‘std’ return std::vector<std::uint32_t> {std::cbegin(sa), std::cend(sa)}; ^ ~/tandem/tandem.hpp: In function ‘std::vector<unsigned int> tandem::make_suffix_array(const T&, std::size_t)’: ~/tandem/tandem.hpp:84:27: error: ‘cbegin’ is not a member of ‘std’ std::fill_n(std::copy(std::cbegin(sa), std::cend(sa), std::begin(result)), extra_capacity, 0); ^
sclausen/ngx-mqtt
228007697
Title: Connection to mosquitto broker over TLS Question: username_0: Good afternoon, Which is the option to connect to mosquitto broker using SSL (TLS)? Thanks, Beatriz Answers: username_1: Hi Beatriz, you can set the option `protocol: 'wss'` and maybe `rejectUnauthorized: false` but the latter depends on your broker. Does this help? username_0: Its working great now, many thanks!!!!! Status: Issue closed
ruma/ruma
663116417
Title: Implement MSRV policy Question: username_0: In #122 and on Matrix, we decided to have an MSRV of `stable - 2`, so 1.43 for the upcoming releases of the next ~6 weeks, 1.44 for the 6 weeks after that and so on. The only exception is ruma-signatures, which depends on ring with an MSRV policy of just "latest stable". Now we need to * Document this * Test it in CI Help wanted! :slightly_smiling_face:<issue_closed> Status: Issue closed
opentoonz/opentoonz
247758828
Title: Interface slow and laggy, latency between cursor and brush Question: username_0: I have a fairly good system, with AMD FX 8320 Eight-Core Processor, GTX 750 Ti card and 16 gigs of RAM. I'm running Ubuntu 16.04 LTS. As such, usually it takes quite a lot of vertices and vector-nodes to lag my system, but for some reason this happens to me in OpenToonz 1.1.3 on a blank canvas (even if it's fairly light on system resources). It doesn't lag my system or anything, just that drawing on it (or even resizing the interface for that matter) is slow as hell. I think this video I recorded should describe my issue better than I can in words: https://youtu.be/yKh6RE2_ISI I've tried switching my driver to Nouveau (opensource) and back to proprietary, but the problem persists in both cases. So I'm not entirely sure if the bug is in the drivers or the software itself (as I mentioned before, no other software, not even Inkscape, gives me such an issue). I also have no idea how to even work around this issue. I know there is a separate post about a similar issue somewhere here, but while the issue is similar it didn't seem to be identical to mine — that is, there was no mention of laggy interface — which is why I thought I'd make a separate post altogether. Answers: username_1: I see that you are running OpenToonz 1.1.3 Appimage (Morevna Edition). I can reproduce the same issue at one of my workstations (NVidia GTX 650, Proprietary driver, Ubuntu 16.04). There could be two possible reasons for this problem: 1. The problem is related with AppImage package 2. or, the problem is related with driver. I will do some tests tomorrow to dig the problem deeper. username_1: @turtletooth Can you please add "Linux" label to this issue? ^__^ username_2: Hi I am running OpenToonz 1.1.3 Appimage (Morevna Edition). as well. I am running it on Lubuntu 16.04.3 on a 4x Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz 12GB of ram with the latest opensource drivers. However I am unable to reproduce the slowness. Is someone else using Lubuntu? username_1: @username_2 Please let me know your videocard model. The problem seems to be affecting only some NVidia cards - I have appimage working correctly on my other laptop with Intel videocard. Also works fine on other laptop with NVidia mobile card. Additional information regarding my workstation (which is affected y issue): NVidisa driver version is 370.28. @username_0 what is your (proprietary) driver version? username_0: @username_1 I'm running this (version 375.66) ![image](https://user-images.githubusercontent.com/5314015/28973523-119f2c56-7951-11e7-9941-2b59a9549b11.png) username_1: @username_0 Thank you! @username_3 I know you have NVidia card on Debian. Can you please check if you affected by the same issue as @username_0 shows on video? - https://youtu.be/yKh6RE2_ISI (please check both Appimage and native build). ^__^ username_3: At my system all works fine with native and appimage build. I cannot reproduce the bug. (debian8, nv760) username_2: @username_1 I have a GeForce 940M and I am offered the same version for the proprietary drivers as @username_0 but I am using the opensource ones. Also unlike him, my processor is Intel and I don't run the proprietary processor microcode. username_1: @username_2 Thank you very much for clarification! I have Intel processor as well, but I am affected by issue. @username_0 Please disconnect graphic tablet from your workstation, restart OpenToonz and try to resize panels - does issue still happen? ^__^ username_0: @username_1 Incredible, now it doesn't seem to lag! (Well, it has a very slight latency issue even now, but not something that isn't manageable, but at least the slowness is gone.) But now, even after plugging the tablet back in again and restarting Opentoonz doesn't give me that issue though the pressure-sensitivity seems to have gone (it's working in MyPaint though). username_1: Please make sure you have Max size for brush set big enough. ![ot-config6](https://user-images.githubusercontent.com/332868/28996269-0c9fd332-7a27-11e7-9566-aea1dee316c1.png) username_0: @username_1 Yup, still an issue. Looks like I might need to restart or something. :P I don't know why this is happening though. Is it the Wacom drivers causing this? Is it the processor microcode or something? As for my model, I'm using a (probably discontinued) Wacom Bamboo One 5x8 Pen (or as it says in the Wacom setting, "Wacom Bamboo1 5x8 Pen"). I still use it because it has served me well for quite a long time now. ![image](https://user-images.githubusercontent.com/5314015/28996349-60c757ec-7a1c-11e7-9e0d-4abcacd7fae5.png) username_0: Oh, one more thing I forgot to mention, which might be an important information (I don't know). For some reason, regardless of whether pressure sensitivity was active, while my mouse interacts with OpenToonz well — that is moving the brush around without painting, or hovering over tool icons for their labels to show — I can't seem to do the same with my tablet sometimes. When I hover over any tool with my tablet, nothing shows as if the software doesn't seem to detect my tablet until I press / tap it. username_0: Sorry for triple post, but just wanted to make an update on something I've noticed today. Now the software can't seem to detect my tablet (hence no pressure-sensitivity), but because the tablet is plugged in I'm still getting the slowness and lag. username_1: @username_0 I assume your tablet is plugged into front USB port. Can you please try to plug it into rear USB port, reboot, start OpenToonz and then check how it behaves? username_0: @username_1 Okay, it's in the back port, though I seem to have got the pressure-sensitivity working before I switched. Strangely, though, all other problems seem to still persist (including the slowness and tablet not being able to hover-display labels on icons). username_1: Oksy, thank you for checking. At the moment I am a bit puzzled. I can reproduce the same issue at one of my workstations. But I have other workstations (laptops) with exactly same OS (cloned via partimage) and connecting same graphic tablets (I have tested several) do not trigger this issue on them. So, I am still not sure what triggers that issue. As a note to myself, here is a list of things I have to verify: - [ ] Try to plug tablet into back USB port and test if issue persists. - [ ] Try to uninstall Nvidia drivers from affected workstation (it is possible they causing some conflict). - [ ] Try to do full system update on affected workstation using "apt-get upgrade" and "apt-get dist-upgrade". - [ ] Test if issue happens with different Linux distro (Debian?) on this hardware. - [ ] Clone image to other workstation and test the issue there. I will need some time to check all those possibilities. The machine I am testing is heavily used by other studio members, so I am a bit limited with timeframe for my experiments. Please feel free to ping me within a week if I will not come up with any news. ^__^ username_3: Also we need to compare USB device info (for example usb-mode v2.0 or v1.2). For that run the following commands: ``` ~$ sudo lsusb Bus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 006: ID 056a:0010 Wacom Co., Ltd Graphire Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub ... ``` Look to record "Bus **002** Device **006**: ID 056a:0010 **Wacom** Co., Ltd Graphire". And make following device path: "/dev/bus/usb/**002**/**006**" (/dev/bus/usb/\<bus-number\>/\<device-number\>) to run lsusb again: ``` ~$ sudo lsusb -D /dev/bus/usb/002/006 Device: ID 056a:0010 Wacom Co., Ltd Graphire Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 8 idVendor 0x056a Wacom Co., Ltd idProduct 0x0010 Graphire bcdDevice 1.20 iManufacturer 1 WACOM iProduct 2 ET-0405-UV1.2-0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 34 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 40mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Device bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 2 Mouse iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.00 bCountryCode 0 Not supported bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 98 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 10 Device Status: 0x0000 (Bus Powered) ``` username_3: Also we may try to look and compare usb-bus activity https://www.mjmwired.net/kernel/Documentation/usb/usbmon.txt username_0: Okay, so this is what I got. Not sure how helpful that may be... `cyan@cyan-desktop:~$ sudo lsusb -D /dev/bus/usb/004/002 Device: ID 056a:006b Wacom Co., Ltd Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x056a Wacom Co., Ltd idProduct 0x006b bcdDevice 1.00 iManufacturer 1 Wacom Co.,Ltd. iProduct 2 CTE-660 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 34 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 98mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Device bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 2 Mouse iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.00 bCountryCode 0 Not supported bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 146 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 4 Device Status: 0x0000 (Bus Powered) ` username_0: Okay, so this is what I got. Not sure how helpful it might be though... ```~$ sudo lsusb -D /dev/bus/usb/004/002 Device: ID 056a:006b Wacom Co., Ltd Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x056a Wacom Co., Ltd idProduct 0x006b bcdDevice 1.00 iManufacturer 1 Wacom Co.,Ltd. iProduct 2 CTE-660 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 34 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 98mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Device bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 2 Mouse iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.00 bCountryCode 0 Not supported bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 146 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 4 Device Status: 0x0000 (Bus Powered) ``` username_0: Here's an update: Just out of curiosity, I tried switching to the "other" proprietary nvidia driver I had in the screenshot I posted before (340.102), restarted, and tested OpenToonz. The problem still seems to be there. I'll do one thing, I'll update my nvidia drivers (from the download link from nvidia website) and see if that has any effect. Now, if I can only figure out how to install this .run file... username_1: Hello @username_0 ! I am strongly discourage from installing NVidia drivers from .run file - this will bring a mess into your system and will be hard to remove. The problem seems to be unrelated with NVidia. username_0: @username_1 Sorry I wasn't able to ping you in a week's time, so thought I'd do so now. Any news on your testing? username_0: WHAAAAAAAAAAAAAAAAAAAAAT?!?!?!? I have no idea what on earth just happened, but the bug seems to have fixed itself out of the blue! But I think I might have some clue about it. See, just today I decided to [install Budgie desktop](http://www.omgubuntu.co.uk/2017/08/install-budgie-desktop-10-4-on-ubuntu) on top of my Ubuntu system, [as well as restore the Unity greater,](https://askubuntu.com/questions/403477/restore-unity-greeter) just to test the new desktop out because I'm a tinkerer like that. And when I started Opentoonz, lo an behold, the problem is no longer there, even WITH the tablet connected! (Interestingly, Budgie's notification seemed to tell me that it can't recognize my "Wacom tablet" and it may not work as intended, but that's probably besides the point.) Something tells me that there might have been something interfering with the tablet interfacing with Opentoonz (and that app specifically) when using Unity, XFCE, LXDE and Gnome, but for whatever reason that something doesn't seem to be doing so on Budgie. Does that info help in any way to figure out how to diagnose the issue and create a work-around to a problem like this? Is there something I can test out? https://youtu.be/N5EUR-3839M username_1: Hello @username_0! Sorry for delayed reply. I also did several tests on my hardware. I have discovered the following: **The bug is only happens when you have tablet connected while system is booting.** With the following steps the bug doesn't happens: - disconnect tablet - reboot PC, login to desktop environment (tested with KDE and LXDE) - connect tablet - start OpenToonz After that I have full pressure sensitivity and no lag. After system (and desktop environment) is fully booted you can connect and disconnect tablet several times without a harm. But if the tablet connected on boot, then most likely you will have a lag. The real behavior is dependent from tablet model. I have tested three of them (pretty old): 1. Wacom Bamboo CTE-650 - If your tablet was connected on boot, but you will disconnect it and connect again (while OT is closed), then the bug doesn't happen. 2. Wacom Bamboo CTH-470 - Disconnecting and re-connecting the tablet doesn't helps. I have to re-boot my PC without a tablet to avoid the bug. 3. Wacom Graphire CTE-640 - Disconnecting and re-connecting fixes the bug. Conclusion: **It seems Ubuntu 16.04 does some tablet configuration on boots, which interferes with OT functionality. Make sure your tablet is unplugged when workstation is booting.** username_0: @username_1 I'm running **CTE-660**. Does the issue still occur if you change USB ports? Given your tests I tried to run the same, but something strange just happened: I no longer experience the issue, regardless of whether I plug the tablet in before or after booting, and I have no idea why. The only changes I've made to my system since are the following: 1) Run system updates (which previously failed to fix the issue), 2) Install Arc Theme and Papirus Icon theme, 3) Install Budgie desktop environment 4) Change the port that the tablet was plugged into (previously it was at the back, now it's at the front so I can easily take it out and put it back in). I can confirm that this issue neither affects me on Budgie environment nor Unity now, which is weird, because it looks like Budgie is influencing Unity in some way. The Arc theme I installed on Budgie is carried on to Unity, and Unity also now seems to use alternative applications such as Files (which is used by Budgie) rather than its previous defaults like Nautilus. I have a strong feeling that there may have been something in the Unity / Gnome desktops that seem to be interfering with the tablet interfacing with OT, but seems to have either gone dormant or entirely replaced by Budgie defaults. And even then, this issue only seemed to occur IN OT. Which makes me a bit curious: I'm not a programmer or anything, so I don't know much about how software gets developed, but is there some unique framework that OT uses that isn't used by other general GTK / KDE applications? username_0: UPDATE: Sorry for double-post, but now it seems I'm having a different sort of issue entirely, but apparently for the same reasons. Now when I boot into Unity directly (rather than simply switching desktop environments) and start OT with tablet connected, OT starts up fine then quickly crashes and disappears; it stays up when I unplug the tablet before starting it. But that's not the case when booting directly in Budgie (rather than simply switching desktop environments via log-out); OT runs fine regardless of whether the tablet has been connected. username_0: ANOTHER UPDATE: Okay, I'm not entirely sure what exactly changed. Since I mentioned the OT doesn't give me any issues on Budgie, unlike other environments, I exclusively used OT and Budgie to finish an entire project in. Now, just when I thought I could actually do another project, OT now once again gives me the same issues. This time in Budgie too. Same issue as the last time in other environments. I have no idea why, and what I can potentially do about this. username_0: @username_1 For some reason the issue vanished again after I replugged the tablet into the front USB slot (earlier I put it in the back). It looks like you may be right; part of the reason may actually be the difference in USB slots (back vs front). Though, I'm still on Budgie. I'll try it again in Unity / Gnome or some other environment later, and also give that workaround you mentioned a shot. username_4: Hello username_0 Maybe I can help I found out with me, that I can not use the driver : X.Org X server -- Wacom input driver ![x org x server -- wacom input driver](https://user-images.githubusercontent.com/11164330/31893434-d292aa52-b80b-11e7-9f43-43dd34391c68.png) i use Wacom CTH-680 , OpenToonz-1.1.3-morevna-2017.08.03-97dd6-linux-64bit My System Budgie Ubuntu 17.10 Amd Fx-8370e eight-core processeor AMD Radeon rx 460 graphics But if I use the current githup of (OpenToonz), then that plays no role . username_0: @username_4 Hmm, I just checked with my Synaptic, and it looks like the version I'm using is 1:0.32.0-0ubuntu3 (which "seems" to be an older version, compared to yours, which is understandable since I'm using LTS release). Are you having the same issue? Are there are differences in your system compared to mine and Morevna? username_1: @username_4 Thank you very much for the hint! I will test it on my machine. @username_0 username_4 suggest to remove xserver-xorg-input-wacom package to eliminate the issue. The version number isn't really matter. username_4: Hello username_1 Watch the video then you'll see again what I mean https://vimeo.com/239614492 lg peter username_5: @username_4 The video is private, so it will not show. username_4: Sorry for that . Now it should be for everyone to see . I have still forgotten to say in the video . After you have installed or uninstall the driver, you have to log out of your desktop . username_5: @username_4 I think you should report your particular problem directly to the Morevna devs. If I am not mistaken, that would be there: https://github.com/username_1/morevna-club/issues. username_0: @username_5 I'm not entirely sure about that, man. From what I see in the video, while certain issues after the installation of the wacom driver seems to exist in Morevna specific build, the same slowdowns of the interface still exist in the Github version too. @username_4 Very thanks for the video! That was pretty enlightening. If I'm not mistaken, could this be a case where Opentoonz may be having difficulty in working with the stable Wacom driver, which causes the slowdowns (and, in my case, also crashes whenever I try to switch between the use of Wacom and Mouse, even if it's not slowing down)? Because that could explain why everything else seems to be working except for this software. Or is this something to do with the some fault in the driver itself, which apparently the dev-version of the driver seems to have fixed? I'll do one thing, I'll try both. I'll not only install the Github version and see how that fairs in my build, but also whether switching the drivers works well for me. @username_1 BTW I tried your work-around. Disconnecting the tablet while booting, then reconnecting after booting. Now OpenToonz won't even launch. :/ username_6: @username_0 Does it make a difference whether you reconnect after launching OpenToonz? Or do you have multiple graphics cards? If I have automatic graphics switching enabled on my Mac, I can't open OT #1439 unless I have some other memory intensive programs open at the same time - like Photoshop. username_0: @username_6 No, no difference, apparently. Right now, I just rebooted with the tablet connected, and it starts up fine now (but still with that same crashing problem as before; that is, when I work with the mouse, switch to tablet — both connected at the same time — then switch to mouse again, it is prone to crashing often). Hmm, I don't think I tried OpenToonz before I upgraded my RAM, so I'm not entirely sure about the memory problem, but that sounds like a pretty messy issue of its own... username_0: @username_1 @username_4 Uh oh. Looks like attempting to remove the driver gave me this warning. Now, I don't mind removing Lubuntu, but I'm a bit scared of proceeding with the removal of whatever xserver input thingy it means. @_@ ![selection_815](https://user-images.githubusercontent.com/5314015/31967184-c4076034-b92a-11e7-9258-e845febd80cb.png) username_1: @username_5 His video is not about reporting a problem. With this video he is kindly providing the solution to avoid the issue, which is reported by thread author. The https://github.com/username_1/morevna-club/issues is for handling our internal studio issues and intended for Russian-speaking audience only. ^__^ username_1: It is safe to remove those packages. Those packages are just placeholders to handle installing all drivers (they are also called meta-packages). This is clearly indicated in the description for each package: ![screenshot_003](https://user-images.githubusercontent.com/332868/32212058-d15fc7cc-be47-11e7-8ed5-56670cd741ab.png) username_1: About the origins of the problem. I strongly suspect that the problem is related with QT. Possibly tweaking some compilation options for QT can help. username_0: Okay, I tried removing the driver as mentioned. It works! And not only does it work, but it "feels" less clunky and a whole lot more stable now! Plus, OT seems to crash neither when I switch between tablet and mouse nor when I disconnect and reconnect the tablet while OT is still running — and it still has pressure-sensitivity! Huzzah! There IS a caveat, however (not "caviar", those things are expensive). When on a hunch I checked Settings > Wacom, it gave me the error in the following attached image. I wonder if @username_4 also has the same issue, or if it's just with my tablet? Because if this is a common trade-off issue, then removing the non-working driver seems to be a great temporary fix, though we'd still have to figure out what's causing this issue in the first place (where if it's the driver itself or QT compilation options as you said). ![wacom tablet_833](https://user-images.githubusercontent.com/5314015/32219083-06f51f08-be53-11e7-840f-ada110d498ca.png) username_5: Sorry for the misunderstanding, folks! @username_1 I hope I have not caused you trouble. username_7: hi I solved my own issues with slow cursor updates by switching graphics tablet from USB 3 port ( accidentally and silently it was there :) ) to usb 2 without any reboots and now it works great Arch linux with latest upgrades username_0: UPDATE: It seems like the laggyness has returned, despite not using xorg-input-wacom and directly using libwacom (yes, even in USB 3 port). o_O I dunno what happened, so I think it might be the ~~work of an enemy stand~~ recent updates. But I can't say for sure or don't know what it is. username_0: Okay, some update. I'm using the latest OpenToonz now, and my system is in the same state as it was previously (that is, I removed the apparently "troublesome" driver, and using the "working" one as mentioned by username_4). While I'm not experiencing any slowdowns, I'm having a completely different issue, but I think it might be related to this one: Using the Middle-Click to pan around the canvas and Left-Click to draw works fine, but using the same Middle-Click on my tablet doesn't seem to work. I don't know what might be causing this, but I think it might be the same source that caused lag earlier (that is, the way OpenToonz seems to work with Linux wacom drivers). Another issue I found myself facing after removing that driver last time is that, for some reason, GIMP application doesn't seem to be responsive to me anymore. In other words, I don't think removing that driver might be a solution, even if it is a sort-of functional workaround for OT. I'll reinstall the previous driver and see what happens. I'll just update this post after checking. username_6: I get that disappearing behavior in OS X when the stroke has been interrupted by auto-save or an unintentional button press on the stylus. username_8: Linux Mint 18 (Sarah) i libwacom-bin i libwacom-common i libwacom2 i xserver-xorg-input-wacom ![wacom opentoonz](https://user-images.githubusercontent.com/643833/34121579-514801f8-e408-11e7-9539-a67e04ec292b.gif) Not work :( username_0: @username_8 Yes, that is EXACTLY the issue I'm having! username_1: @username_0 Please let me know which version are you using username_0: @username_1 OT 1.2.0.1, Morevna Edition. username_1: Ah, I see. We changed QT version, this is might be the reason why tablet lag has gone. Regarding the other tablet bug - this is a completely different problem. Can you try this special build (despite the version number it is almost the same as 1.2.0.1) - https://dev.icystar.com/downloads/OpenToonz-1.1.3.1-morevna-17.11.30-linux64-76dc6.appimage username_0: Alright will do, but Google seems to tell me that the source is unsafe. Any idea why? username_1: THat's SSL problem. If you don't trust the source you can get it from here - https://sourceforge.net/projects/opentoonz-morevna-edition/files/stable/1.1.3.1/ username_0: Okay, that build seems to work great! I can draw, select and transform fairly well. Feels much more stable, even more so than the previous release. The middle-click on the tablet-stylus still doesn't work though. :/ I dunno why, because it works on my browser. username_1: The middle-click is a different problem. If the tablet lag has gone, then I suggest to close this issue. ^__^ username_0: Thank you very much, @username_1 ! @username_6 Please check if the OSX build in the link provided by Morevna works for you and solves your issue. username_6: @username_0, I couldn’t open that build due to a missing library. The latest build however doesn’t seem to have the problem with the interrupted stroke due to auto-save! Accidental button-press during a stroke continues to have that undesirable behavior. and sometimes the stroke width is incorrect. username_0: @username_1 Okay, tested, and sadly I still can't seem to pan around via middle-click with my tablet stylus. I can do it just fine with the mouse. Would it be fair to assume that, perhaps, the middle-click problem is related to the stylus-cursor not showing tool-tips or appropriate cursor styles when hovering over icons, like we usually get when we use the mouse in that way? Oh yeah, now that I think about it, I also can't seem to Right-Click via the stylus on OT! Forgot to mention that since I barely use the Right-Click. username_1: @username_0 Thank you for testing! I have opened a new issue for your problem - #1708 I think it will be more logical to continue discussion there. username_1: Please close this issue. username_1: @username_0 or @turtletooth Please close this issue. Status: Issue closed username_0: @username_1 Shit, I don't know how to do it. Lemme see...
changesets/action
1050735288
Title: Potential regression caused by #110 Question: username_0: It seems that the latest changes merged from #110 are causing the release process to fail. <img width="659" alt="image" src="https://user-images.githubusercontent.com/1110551/141267343-4fba08c7-cefc-49ca-afa6-796bce3088bb.png"> If I pin the GH action to the previous commit `b<PASSWORD>` instead of `changesets/action@master` it works fine. Not sure how the changes related to `.npmrc` are causing this issue 🤔. @username_1 any idea maybe? Also, I noticed that there is something odd with the if-else logic. In my setup I do have the `.npmrc` file with the auth token but I see the message log `Didn't find existing auth token for the npm registry in the user .npmrc file, creating one`. <img width="852" alt="Screen Shot 2021-11-11 at 09 52 14" src="https://user-images.githubusercontent.com/1110551/141267991-ed3b862e-6ca0-4603-855b-af2d32a4d3b3.png"> Let me know if I can help solving this. Thanks Answers: username_1: Where your `.npmrc` file is located? For my own reference: [failed job](https://github.com/commercetools/merchant-center-application-kit/runs/4175612973?check_suite_focus=true) [successful job](https://github.com/commercetools/merchant-center-application-kit/runs/4175800534?check_suite_focus=true) username_1: It indeed seems like the check for the authToken has failed for some reason. I'm not yet sure how because what you put there seems to match the regexp. My bet is that you have additional whitespace at the beginning of your line with the token and thus the `^` in the regexp prevents that from matching. I thought that the leading whitespace was not allowed there. Could you check if that is the case? username_0: Yes you're right, there are indeed whitespaces <img width="415" alt="image" src="https://user-images.githubusercontent.com/1110551/141272995-3e6aaeb4-f769-4a96-9dc5-1a819c95cd96.png"> username_1: Ok, great - and I assume this is allowed since u were using it successfully before. Could u prepare a PR with a fix for that? Just add "any amount of whitespace" after `^` in the regexp. I could then release it from mobile by merging the PR cause im not at the computer right now username_0: Sure, I can adjust the regex. Thanks for the help! username_0: Btw, do you think this is also related to the actual JSON.parse error? 🤔 username_1: It might be - my guess is that its failing on parsing the authentication error there since it ends up in the stderr but we only try to parse stdout. Different npm versions put errors in either stdout or stderr - which is super inconvenient for us to handle. I plan to rework how we publish packages this week (or next week) and I will take a look at solving this too. username_0: @username_1 alright, I created a PR with the fix and some refactoring. username_1: Fixed by https://github.com/changesets/action/pull/116 Status: Issue closed
modelica/ModelicaStandardLibrary
383254331
Title: Analysis of the MSL v3.2.3-rc.1+71590c7 regressions vs. v3.2.2+build.0-beta.3 Question: username_0: This is the public [report](https://htmlpreview.github.io/?https://github.com/username_0/MSL323FAILED/blob/master/index.html) of the 7 failed examples models for (untagged) MSL v3.2.3-rc.1+[71590c7](https://github.com/modelica/ModelicaStandardLibrary/commit/71590c7e658a6fbbe037364f52b82589b01a1003) vs. v3.2.2+build.0-beta.3 with my analysis, leaving 3 models open for further analysis. ### Modelica\Blocks\Examples\NoiseExamples\ActuatorWithNoise\ActuatorWithNoise.csv ### Modelica\Blocks\Examples\NoiseExamples\DrydenContinuousTurbulence\DrydenContinuousTurbulence.csv The changes in Modelica.Blocks.Examples.NoiseExamples.ActuatorWithNoise and Modelica.Blocks.Examples.NoiseExamples.DrydenContinuousTurbulence are due to the fix in the calculation of the Modelica.Blocks.Interfaces.PartialNoise.localSeed based on function Modelica.Math.Random.Utilities.impureRandomInteger. In MSL 3.2.2 the localSeed was 5009188, in MSL 3.2.3 it is 5009189. This is due to https://github.com/modelica/ModelicaStandardLibrary/issues/2252. This is mentioned in the release notes. We still could change the example models to utilize the fixedLocalSeed of 5009188 for reproducable results. ### Modelica\Electrical\Analog\Examples\AmplifierWithOpAmpDetailed\AmplifierWithOpAmpDetailed.csv There was one change in #2634 that changed the value of pi for OpAmpDetailed but I cannot judge if this is relevant or not. @username_1 @christiankral @kristinmajetta @christophclauss Please add you analysis here. ### Modelica\Electrical\MultiPhase\Examples\Rectifier\Rectifier.csv @username_1 @christiankral Please add you analysis here. ### Modelica\Fluid\Examples\Tanks\TanksWithOverflow\TanksWithOverflow.csv @username_2 @casella Please add you analysis here. ### Modelica\StateGraph\Examples\ExecutionPaths\ExecutionPaths.csv This looks like a false positive. Whereas for the MSL v3.2.2 regression run the stop time event was stored as ```csv ... 14.994,0,1,0,0,0,0,0,0,0 14.997,0,1,0,0,0,0,0,0,0 15,0,1,0,0,0,0,0,0,0 15,0,1,0,0,0,0,0,0,0 ``` it now is ```csv ... 14.994,0,1,0,0,0,0,0,0,0 14.997,0,1,0,0,0,0,0,0,0 15,0,1,0,0,0,0,0,0,0 15,1,0,0,0,0,0,0,0,0 ``` @username_2 @GallLeo Please confirm. ### Modelica\Utilities\Examples\ReadRealMatrixFromFile\ReadRealMatrixFromFile.csv The behaviour of Modelica.Utilities.Examples.ReadRealMatrixFromFile is correct. The MSL 3.2.2 regression was based on v3.2.2-beta.2 and performed on 07.03.16, however there have been later changes that went into v3.2.2 due to https://github.com/modelica/ModelicaStandardLibrary/issues/1948. Thus, the MSL 3.2.2 reference result is wrong and no further action should be necessary. Answers: username_1: Modelica\Electrical\MultiPhase\Examples\Rectifier\Rectifier.csv Besides adding power sensors (this is a good chance to compare and test different power sensors), the parameters of the model have been changed to more realistic values. Additionally, the initialization has been improved significantly starting nearly in steady state. Therefore the old reference results cannot match the new results. I recommend to generate new reference results with the new version. username_2: For ExecutionPaths I cannot reproduce the problem, but since transition{1,2}.enableFire does change at 15s if simulating longer I don't see a problem with having that change - or not having it. For TanksWithOverflow it seems to be caused by changes of height_ab (and one additional height) due to https://github.com/modelica/ModelicaStandardLibrary/pull/2539 (at least the main variation). This was previously discussed in a mail-thread as well. Thus from my side there are no remaining issues. Status: Issue closed
inception-project/inception-plugin-server
389075022
Title: Prevention Of Hacker Attacks Question: username_0: Description: As an INCEpTION-Administrator or Update-Server-Administrator, I have to be able to protect the Update-Server from hacker attacks. Acceptance Criterion: The INCEpTION-User or the INCEpTION-Plug-In-Developer enters the invalid input multiple times when logging in. The login dialog is blocked. The INCEpTION-Administrator and the Update-Server-Administrator receive a message. Answers: username_1: When and how is the message delivered? username_1: If the login is disabled after repeated login failures, that itself can be used as a denial-of-service attack effectively locking out any users from the system.
jeffbass/imagezmq
667848519
Title: Provision for authentication Question: username_0: Hi Just wanted to check, is there any built in provision for authentication? Any advice on how to secure our setup in general? I would like to setup some form of basic authentication where the server only processes the frames received from a legitimate client that I have deployed. Answers: username_1: Hi @username_0, **imageZMQ** has no provision for authentication. It does not have any security provisions at all. I designed it and use it for sending images between Raspberry Pi computers and image hubs that are all behind a firewall. **ZMQ** does have a lot of security choices that will show up on a Google search. But I won't be adding any security to **imageZMQ**. You may want to fork this repository and add security features to it. Or it may be easier to start fresh using some of the existing **ZMQ** security libraries that are available. If you do find a good solution for your use case, it would be great if you could share it back on this thread. Thanks, Jeff username_0: Thanks Jeff! I'll be sure to post here if I find something useful regarding authentication.
jlippold/tweakCompatible
541544453
Title: `Zebra` working on iOS 12.4 Question: username_0: ``` { "packageId": "xyz.willy.zebra", "action": "working", "userInfo": { "arch32": false, "packageId": "xyz.willy.zebra", "deviceId": "iPhone9,1", "url": "http://cydia.saurik.com/package/xyz.willy.zebra/", "packageName": "Zebra", "packageVersionIndexed": false, "iOSVersion": "12.4", "category": "Packaging", "repository": "Zebra Repo", "name": "Zebra", "installed": "1.0~rc3", "packageInstalled": true, "packageStatusExplaination": "A matching version of this tweak for this iOS version could not be found. Please submit a review if you choose to install.", "id": "xyz.willy.zebra", "commercial": false, "packageIndexed": true, "tweakCompatVersion": "tweakcompatible-zebra-1.0~rc3", "shortDescription": "A Useful Package Manager", "latest": "1.0~rc3", "author": "<NAME>", "packageStatus": "Unknown" }, "base64": "<KEY>", "chosenStatus": "working", "notes": "" } ```<issue_closed> Status: Issue closed
askv4694/ewasvisual
907915916
Title: Build warnings Question: username_0: Running `R CMD build .` on Ubuntu 20.04 yields the following notes and warnings: ``` * checking for file ‘./DESCRIPTION’ ... OK * preparing ‘ewasvisual’: * checking DESCRIPTION meta-information ... OK * excluding invalid files Subdirectory 'R' contains invalid file names: ‘README.txt’ * checking for LF line-endings in source and make files and shell scripts * checking for empty or unneeded directories NB: this package now depends on R (>= 3.5.0) WARNING: Added dependency on R >= 3.5.0 because serialized objects in serialize/load version 3 cannot be read in older versions of R. File(s) containing such objects: 'ewasvisual/mockdata/TrueFalse.rds' WARNING: Added dependency on R >= 3.5.0 because serialized objects in serialize/load version 3 cannot be read in older versions of R. File(s) containing such objects: 'ewasvisual/mockdata/allProbes.rds' 'ewasvisual/mockdata/matrix1.rds' WARNING: Added dependency on R >= 3.5.0 because serialized objects in serialize/load version 3 cannot be read in older versions of R. File(s) containing such objects: 'ewasvisual/mockdata/matrix2.rds' 'ewasvisual/mockdata/matrix3.rds' WARNING: Added dependency on R >= 3.5.0 because serialized objects in serialize/load version 3 cannot be read in older versions of R. File(s) containing such objects: 'ewasvisual/mockdata/matrix4.rds' WARNING: Added dependency on R >= 3.5.0 because serialized objects in serialize/load version 3 cannot be read in older versions of R. File(s) containing such objects: 'ewasvisual/mockdata/merged10000.rds' WARNING: Added dependency on R >= 3.5.0 because serialized objects in serialize/load version 3 cannot be read in older versions of R. File(s) containing such objects: 'ewasvisual/mockdata/wholeMatrix.rds' * building 'ewasvisual_0.1.0.tar.gz' ``` Dependency on R version should be fixed. `README.txt` most likely should reside in top-level directory. Status: Issue closed Answers: username_0: Thanks for the fix, no more build warnings as of 7074efd41fb2fca551523514d5b5ad22b7213535.
MichaelSwartz/airlines
65266933
Title: Reviews - View with upvotes Question: username_0: ```ruby As an authenticated user or visitor I want to view the reviews about an airline So that I can get more information about it ``` Acceptance criteria - I must be on the airlines details page to view reviews - Authenticated users can up-vote or down-vote reviews - The reviews must be ordered by up-votes where the reviews with the most up-votes are at the top<issue_closed> Status: Issue closed
ros2/geometry2
378849726
Title: static_transform_publisher can't handle __params:= or __name:= given from launch file Question: username_0: <!-- For general questions, please ask on ROS answers: https://answers.ros.org, make sure to include at least the `ros2` tag and the rosdistro version you are running, e.g. `ardent`. For general design discussions, please post on discourse: https://discourse.ros.org/c/ng-ros Not sure if this is the right repository? Open an issue on https://github.com/ros2/ros2/issues For Bug report or feature requests, please fill out the relevant category below --> ## Bug report **Required Info:** - Operating System: - Ubuntu 18.04 - Installation type: - source - Version or commit hash: - ros2 branch - DDS implementation: - default / FastRTPS - Client library (if applicable): - rclcpp #### Steps to reproduce issue The argument parsing in static_transform_publisher can't currently handle the params passed by the launch file: ``` ros2 launch nav2_bringup test_bringup_launch.py ``` test_bringup_launch.py file is this: ``` from launch import LaunchDescription import launch.actions import launch_ros.actions def generate_launch_description(): params_file = launch.substitutions.LaunchConfiguration('params', default='nav2_params.yaml') return LaunchDescription([ launch.actions.DeclareLaunchArgument( 'params', default_value='nav2_params.yaml', description='Full path to params file to load'), launch_ros.actions.Node( package='tf2_ros', node_executable='static_transform_publisher', output='screen', arguments=['0', '0', '0', '0', '0', '0', 'base_link', 'base_footprint'], parameters=[params_file]) ]) ``` Params file is this: ``` static_transform_publisher: ros__parameters: use_sim_time: True ``` #### Expected behavior [Truncated] The parameter is set correctly. However the TF is not published correctly. When I view the TF using this command: ``` ros2 run tf2_ros tf2_echo base_link base_footprint ``` I get these errors: ``` Failure at 1.54169e+09 Exception thrown:"base_link" passed to lookupTransform argument target_frame does not exist. The current list of frames is: Error: TF_NAN_INPUT: Ignoring transform for child_frame_id "__params:=nav2_params.yaml" from authority "Authority undetectable" because of a nan value in the transform (0.000000 0.000000 0.000000) (-nan -nan -nan -nan) at line 258 in /home/mkhansen/ros2_dev/ros2_ws/src/ros2/geometry2/tf2/src/buffer_core.cpp Error: TF_DENORMALIZED_QUATERNION: Ignoring transform for child_frame_id "__params:=nav2_params.yaml" from authority "Authority undetectable" because of an invalid quaternion in the transform (-nan -nan -nan -nan) at line 271 in /home/mkhansen/ros2_dev/ros2_ws/src/ros2/geometry2/tf2/src/buffer_core.cpp ``` #### Additional information I looked at the static_transform_broadcaster_program.cpp and can see where it is parsing the arguments. It is currently looking at 'argc' to decide how to assign the variables. It would need to first strip the __params:= and __name:= from the args list before proceeding. Answers: username_1: Could be solved by `static_transform_broadcaster_program.cpp` using `init_and_remove_ros_arguments()` or `remove_ros_arguments()` https://github.com/ros2/rclcpp/blob/33a755c535d654c97401eb6d199580368c19eb40/rclcpp/include/rclcpp/utilities.hpp#L65-L82 username_0: Did this get merged and fixed for Crystal? It looks to me like it did but it's still marked open so I wasn't sure. username_2: @username_0 Yeah, it looks like the code for this got merged. Can you confirm that your original issue is solved? Assuming so, feel free to close this out. username_2: I think this is solved as of Crystal, so I'm going to close it out. Feel free to open a new issue if you are still having problems. Status: Issue closed
tnightingale/cordova-plugin-nativeview
154781491
Title: Improve input latency Question: username_0: The bottleneck is sending frames to the Webview via a websocket. There are two ways we could improve this: 1. Faster compression algorithm: currently using zlib/deflate with fastest level setting. Looks like [LZ4 (Java)](https://github.com/jpountz/lz4-java) ([javascript](https://www.npmjs.com/package/lz4)) is faster. Unfortunately that implementation falls back to the pure java implementation on Android which testing shows is slower than deflate. 2. Supporting compression in the transport (websocket) would allow us to take advantage of the Webview's native decompression (assuming here that it's faster than our [Javascript implementation](http://nodeca.github.io/pako)). Would like to use [AndroidAsync](https://github.com/koush/AndroidAsync) as websocket server. Unfortunately it [doesn't support the permessage-deflate extension](https://github.com/koush/AndroidAsync/issues/370#issuecomment-130677229).
jlippold/tweakCompatible
354166838
Title: `BottomControlX` working on iOS 11.2.1 Question: username_0: ``` { "packageId": "com.xcxiao.bottomcontrolx", "action": "working", "userInfo": { "arch32": false, "packageId": "com.xcxiao.bottomcontrolx", "deviceId": "iPhone10,3", "url": "http://cydia.saurik.com/package/com.xcxiao.bottomcontrolx/", "iOSVersion": "11.2.1", "packageVersionIndexed": true, "packageName": "BottomControlX", "category": "Tweaks", "repository": "BigBoss", "name": "BottomControlX", "installed": "1.1.0", "packageIndexed": true, "packageStatusExplaination": "A matching version of this tweak for this iOS version could not be found. Please submit a review if you choose to install.", "id": "com.xcxiao.bottomcontrolx", "commercial": false, "packageInstalled": true, "tweakCompatVersion": "0.1.0", "shortDescription": "Easier access to your ControlCenter on iPhone X.", "latest": "1.1.0", "author": "XCXiao", "packageStatus": "Unknown" }, "base64": "<KEY>", "chosenStatus": "working", "notes": "" } ```