repo_name
stringlengths
4
136
issue_id
stringlengths
5
10
text
stringlengths
37
4.84M
icetee/palladium
209132426
Title: Uncaught TypeError: Cannot read property 'existsSync' of null Question: username_0: [Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.14.3 x64 **Electron**: 1.3.13 **OS**: Mac OS X 10.12.3 **Thrown From**: [palladium](https://github.com/username_1/palladium) package 1.0.6 ### Stack Trace Uncaught TypeError: Cannot read property 'existsSync' of null ``` At /Users/username_0/.atom/packages/palladium/lib/palladium-mail.js:152 TypeError: Cannot read property 'existsSync' of null at PalladiumMail.createConfig (/packages/palladium/lib/palladium-mail.js:152:28) at /packages/palladium/lib/palladium.js:29:69) at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/app.asar/src/command-registry.js:259:29) at CommandRegistry.handleCommandEvent (/app.asar/src/command-registry.js:3:59) at CommandRegistry.module.exports.CommandRegistry.dispatch (/app.asar/src/command-registry.js:160:19) at AtomEnvironment.module.exports.AtomEnvironment.dispatchApplicationMenuCommand (/app.asar/src/atom-environment.js:1164:28) at EventEmitter.outerCallback (/app.asar/src/application-delegate.js:320:25) at emitThree (events.js:116:13) at EventEmitter.emit (events.js:194:7) ``` ### Commands ``` -3:01.6.0 editor:consolidate-selections (input.hidden-input) -3:01.6.0 core:cancel (input.hidden-input) -2:45.9.0 core:copy (input.hidden-input) -0:09.1.0 palladium:create-config (input.hidden-input) ``` ### Non-Core Packages ``` atom-live-server 2.1.1 palladium 1.0.6 ```<issue_closed> Status: Issue closed
department-of-veterans-affairs/va.gov-team
917868134
Title: Access for Haidong "Alex" Ji Question: username_0: Thanks @username_1 SOCKS access confirmed! Answers: username_1: #### For AWS Access User: Haidong "<NAME> COR: <NAME> Approval required: @username_2 username_1: SOCKS access granted. Please continue with [the guide](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/engineering/internal-tools.md#configure-the-socks-proxy) to establish a connection to SOCKS proxy. username_0: Thanks @username_1 SOCKS access confirmed! username_2: AWS access approved. Status: Issue closed username_1: Access granted and temporary credentials passed to user at this time.
Team-online-stage/Online-stage-platform
664268926
Title: Als developer wil ik weten welke componenten er zijn Question: username_0: Tot nu toe hebben we vooral gekeken naar het weergeven van templates uit het wrc component, maar er zijn natuurlijk veel meer componenten beschikbaar. Een volledig overzicht van alle commonground app en componenten kan je vinden op https://appstore.commonground.nl/. Maar voor nu kijken we even naar alle componenten waarvan we een voorbeeld installatie beschikbaar hebben de lijst kan je terugvinden op https://conductionnl.github.io/. Voor het project stage platform zullen we met name gebruik maken van twee componenten Het education component voor het aanbieden van tutorials Het medewerkers component voor het aanbieden van stages Laten we beginnen met eens te kijken naar het medewerkers component, daarbinnen kennen we het object jobPosting of in normaal nederlands een vacature. Defacto komen vacatures en stages erg met elkaar overeen, ze bevatten een omschrijving van het werk, wellicht voorwaarden waaraan moet worden voldaan om te solliciteren en optioneel een start en einddatum. We gaan daarom gebruik maken van een jobPosting web resource voor het weergeven van stages. **Opdracht** 1. Voeg een nieuwe jobPosting toe aan https://mrc.dev.zuid-drecht.nl/ 2. Voeg een nieuwe functie (en route) toe aan je controller voor een stage overzicht 3. Voeg een nieuwe pagina toe aan je eigen applicatie voor een stage overzicht 4. Haal alle jobPostings op en geef ze als cards weer op je pagina 5. Voeg een nieuwe functie (en route) toe aan je controller voor één stage 6. Voeg een nieuwe pagina toe aan je eigen applicatie voor één stage 7. Link je cards zo door dat ze bij klikken die specifieke stage openen
chramos/react-native-skeleton-placeholder
926579066
Title: Fix RNCMaskedView.updateBitmapMask crashing on Android with RN64 Question: username_0: Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. <!-- 🔺️🔺️🔺️ PLEASE REPLACE THIS BLOCK with a description of your problem, and any other relevant context 🔺️🔺️🔺️ --> Here is the diff that solved my problem: ```diff diff --git a/node_modules/react-native-skeleton-placeholder/lib/SkeletonPlaceholder.js b/node_modules/react-native-skeleton-placeholder/lib/SkeletonPlaceholder.js index ffc2522..2814e9a 100644 --- a/node_modules/react-native-skeleton-placeholder/lib/SkeletonPlaceholder.js +++ b/node_modules/react-native-skeleton-placeholder/lib/SkeletonPlaceholder.js @@ -35,7 +35,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { Object.defineProperty(exports, "__esModule", { value: true }); const React = __importStar(require("react")); const react_native_1 = require("react-native"); -const masked_view_1 = __importDefault(require("@react-native-community/masked-view")); +const masked_view_1 = __importDefault(require("@react-native-masked-view/masked-view")) const SCREEN_WIDTH = react_native_1.Dimensions.get("window").width; function SkeletonPlaceholder({ children, backgroundColor = "#E1E9EE", speed = 800, highlightColor = "#F2F8FC", }) { const [layout, setLayout] = React.useState(); ``` <em>This issue body was [partially generated by patch-package](https://github.com/ds300/patch-package/issues/296).</em>
skleanthous/C4-PlantumlSkin
507840616
Title: skinparam defaultTextAlignment center Question: username_0: I quickly noticed I paste it on every diagram. Would be nice to have it in the skin by default. ```puml skinparam defaultTextAlignment center show stereotype ``` Current: ![image](https://user-images.githubusercontent.com/6132708/66921999-7ee6f700-f026-11e9-819a-6f3757bc247c.png) Target: ![image](https://user-images.githubusercontent.com/6132708/66921910-59f28400-f026-11e9-97f0-2ba408464301.png) Answers: username_1: The stereotype part I believe is covered by the issue #10 you raised. As for text alignment, also sounds good. Feel free to create a PR for this too. Also, not problem if these are combined. username_1: The only comment I'd add is that I believe that the stereotype should adhere to the font colouring of the item it's in already. Status: Issue closed
huggingface/tokenizers
1092326639
Title: 500/502/504 Server Error while using BertTokenizer Question: username_0: Hi, I am using the class BertTokenizer (with the scivocab file: 'allenai/scibert_scivocab_uncased') to tokenize my text for the pre-training of my language model. I have tried starting the pre-training a few times now. However, I always get a Server Error at different stages of my training (my dataset has about 8000 samples and I do not shuffle my dataset and therefore the pre-training should take about 9 hours). For example, during the first training an error occured after about 1227 samples and during the second training it occured after 4022 samples. Since the error is not consistent at a specific sample, I therefore I do not assume that there is a problem with my code. However, my code looks as follows, where the variable `text` represents a sample of my dataset and I call the tokenizer in a loop: ``` # Load pre-trained model tokenizer (vocabulary) tokenizer = BertTokenizer.from_pretrained('allenai/scibert_scivocab_uncased') # create the input_ids, token_type_ids, attention_mask batch = tokenizer(text, max_length=512, padding='max_length', truncation=True) ``` Here are the actual errors I get during training: 1. 504 Server Error: Gateway Time-out for url: https://huggingface.co/api/models/allenai/scibert_scivocab_uncased 2. 502 Server Error: Bad Gateway for url: https://huggingface.co/allenai/scibert_scivocab_uncased/resolve/main/special_tokens_map.json 3. 500 Server Error: Internal Server Error for url: https://huggingface.co/allenai/scibert_scivocab_uncased/resolve/main/vocab.txt 4. 502 Server Error: Bad Gateway for url: https://huggingface.co/allenai/scibert_scivocab_uncased/resolve/main/tokenizer.json I was wondering if you have had this problem before and if there is a work around? If you need more information regarding the problem, please do not hesitate to contact me. I would really appreciate your help! Kind regards username_0 Answers: username_1: Hi @username_0 , I think you should load the tokenizer only once if you want to avoid issues. It's also going to be much faster. If you keep loading in the loop, then many errors might start popping as you might be considered starting DOS attempts by automated checks. ```python tokenizer = AutoTokenizer.from_pretrained(....) for example in examples: batch = tokenizer(text, ...) ``` should be much better. And you shouldn't see anymore errors. Can you confirm? username_0: Thank you very much! I tested it twice and it definitely works better now. Status: Issue closed
lzcrwxl/Blog
431800478
Title: vue 的keep-alive include无效 Question: username_0: keep-alive内置组件的include不生效,是需要在对应的组件中设置好name属性,并且是需要配置路由的vue组件都需要声明,不声明的组件默认都生效缓存,另外 注意**不是路由里面的name属性**。 view.vue: ``` <keep-alive include="test"> <router-view /> </keep-alive> ``` test.vue ``` export default { name: "test", data() {} } ```
kalexmills/rangeloop-test-repo
752766347
Title: roberthbailey/cluster-api-provider-vsphere-seed: vendor/github.com/mxk/go-flowrate/flowrate/io_test.go; 5 LoC Question: username_0: Found a possible issue in [roberthbailey/cluster-api-provider-vsphere-seed](https://www.github.com/roberthbailey/cluster-api-provider-vsphere-seed) at [vendor/github.com/mxk/go-flowrate/flowrate/io_test.go](https://github.com/roberthbailey/cluster-api-provider-vsphere-seed/blob/6d49cdb8f554eea5e809e81b916621d9f65a3d5b/vendor/github.com/mxk/go-flowrate/flowrate/io_test.go#L92-L96) The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements which capture loop variables. [Click here to see the code in its original context.](https://github.com/roberthbailey/cluster-api-provider-vsphere-seed/blob/6d49cdb8f554eea5e809e81b916621d9f65a3d5b/vendor/github.com/mxk/go-flowrate/flowrate/io_test.go#L92-L96) <details> <summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary> ```go for i, s := range status { if !reflect.DeepEqual(&s, &want[i]) { t.Errorf("r.Status(%v) expected %v; got %v", i, want[i], s) } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 6d49cdb8f554eea5e809e81b916621d9f65a3d5b
psrc/soundcast
51449203
Title: Toll Before and After test Question: username_0: _From @username_0 on June 11, 2014 17:58_ Do a run with and without tolls on: 1. Tacoma Narrows 2. 520 Observe- change in toll volumes on both links Compare to actual before -after's (Kris O says he can get the data) _Copied from original issue: psrc/soundcast#120_ Answers: username_0: Done. See here http://twiki/DSA/TollTests Status: Issue closed
dkuk/ajax_counters
93322599
Title: 500 Error after installing on Redmine 3.0 Question: username_0: After installing: Completed 500 Internal Server Error in 7671ms (ActiveRecord: 515.5ms) ActionView::Template::Error (undefined method `each' for #<ActionDispatch::Request::Session:0x00000003c78910>): 8: # For reduce session data length: 9: # c - counter, t - time, p - refresh period 10: cur_time = Time.now 11: session.each do |k,v| 12: if v.is_a?(Hash) && v.has_key?(:c) && v.has_key?(:t) && v.has_key?(:p) 13: expired = false 14: if v[:t]+v[:p].seconds < cur_time lib/redmine/hook.rb:119:in `block (2 levels) in render_on' lib/redmine/hook.rb:117:in `map' lib/redmine/hook.rb:117:in `block in render_on' lib/redmine/hook.rb:61:in `block (2 levels) in call_hook' lib/redmine/hook.rb:61:in `each' lib/redmine/hook.rb:61:in `block in call_hook' lib/redmine/hook.rb:58:in `tap' lib/redmine/hook.rb:58:in `call_hook' lib/redmine/hook.rb:167:in `call_hook' app/views/layouts/base.html.erb:14:in `_2dba6c2bce50384b466510dd84654b99' app/controllers/issues_controller.rb:118:in `block (2 levels) in show' app/controllers/issues_controller.rb:115:in `show' I had to remove both this plugin and unread_issues to get the 500 error to go away and restore the site. Environment: Redmine version 3.0.3.stable.14325 Ruby version 2.0.0-p643 (2015-02-25) [x86_64-linux] Rails version 4.2.2 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Mercurial 2.8.2 Git 1.9.1 Filesystem Redmine plugins: a_common_libs 1.1.4 global_roles 2.0.0 redmine_agile 1.3.9 redmine_base_deface 0.0.1 redmine_bootstrap_kit 0.2-devel redmine_checklists 3.1.1 redmine_ckeditor 1.1.0 redmine_default_assign 0.4 redmine_email_fetcher 0.3.1 redmine_hotkeys_js 0.0.2 redmine_importer 1.2.2 redmine_issue_completion 0.0.2 redmine_issue_status_change 1.0 redmine_issue_templates 0.1.0 redmine_ldap_sync 2.0.7.devel.g202f7c74b9 redmine_monitoring_controlling 0.1.1 redmine_multiprojects_issue 0.2 redmine_my_page 0.1.5 redmine_per_project_formatting 0.0.4 Answers: username_1: It is old repo. It was permanently moved to https://bitbucket.org/username_1/ajax_counters.git Status: Issue closed
IBIC/neuropointillist
349292724
Title: Script that uses nibabel to sum contrast files without fslmaths Question: username_0: Our neurohackademy group is working on writing an alternate npointmerge script that sums the contrasts with a lighter python dependency (using nibabel) instead of fsl maths in case people don't have that installed. Hope to finish it in time and will share when we do! https://github.com/rosali920/neuropointillist<issue_closed> Status: Issue closed
blinkseb/plotIt
78889873
Title: Crash when fitting a ratio without events Question: username_0: A plot like this crash plotIt when fitting the ratio ![xvertices](https://cloud.githubusercontent.com/assets/386274/7744482/f4d94508-ffa3-11e4-9cf9-6b2b7a5d2e9e.jpg) Stack: ``` #0 0x000000379deac61e in waitpid () from /lib64/libc.so.6 #1 0x000000379de3e609 in do_system () from /lib64/libc.so.6 #2 0x00007f469a7dc85c in TUnixSystem::StackTrace() () from /gridgroup/cms/brochet/root/root-sl6/lib/libCore.so #3 0x00007f469a7df033 in TUnixSystem::DispatchSignals(ESignals) () from /gridgroup/cms/brochet/root/root-sl6/lib/libCore.so #4 <signal handler called> #5 0x00007f46996945dd in ROOT::Math::WrappedMultiTF1::DoEvalPar(double const*, double const*) const () from /gridgroup/cms/brochet/root/root-sl6/lib/libHist.so #6 0x00007f4698883e3c in ROOT::Math::OneDimParamFunctionAdapter<ROOT::Math::IParametricFunctionMultiDim const&>::DoEval(double) const () from /gridgroup/cms/brochet/root/root-sl6/lib/libMathCore.so #7 0x00007f46988a6bef in ROOT::Math::RichardsonDerivator::Derivative1(double) () from /gridgroup/cms/brochet/root/root-sl6/lib/libMathCore.so #8 0x00007f46988806ba in ROOT::Fit::FitResult::GetConfidenceIntervals(unsigned int, unsigned int, unsigned int, double const*, double*, double, bool) const () from /gridgroup/cms/brochet/root/root-sl6/lib/libMathCore.so #9 0x00007f4698880d1d in ROOT::Fit::FitResult::GetConfidenceIntervals(ROOT::Fit::BinData const&, double*, double, bool) const () from /gridgroup/cms/brochet/root/root-sl6/lib/libMathCore.so #10 0x00007f469958032a in TBackCompFitter::GetConfidenceIntervals(TObject*, double) () from /gridgroup/cms/brochet/root/root-sl6/lib/libHist.so #11 0x00000000004c9cc5 in plotIt::TH1Plotter::plot (this=0x24e0008, c=..., plot=...) at src/TH1Plotter.cc:348 #12 0x0000000000482378 in plotIt::plot (file=..., c=..., plot=...) at include/plotters.h:14 #13 0x0000000000487be8 in plotIt::plotIt::plot (this=0x7fffcf1e75b0, plot=...) at src/plotIt.cc:458 ```
solo-io/gloo
426722330
Title: Add a glooctl proxy address option Question: username_0: There are cases where the user just wants the socket address (host:port) and NOT the protocol prefix. This enhancement would make it easier for user to get this information without having to strip off prefix. For example, curl has a new option `--connect-to` that allows you to remap an address while preserving the host and sni request headers, which is needed for TLS. This enhancement would allow you to more easily construct this command `curl --connect-to gloo.example.com:443:$(glooctl proxy address --port https --name ingress-proxy) https://gloo.example.com/api/pets` versus having to use sed to strip off the prefix. ``` export PROXY_HOST_PORT=$(glooctl proxy url --name ingress-proxy \ --port http | sed -n -e 's/^.*:\/\///p') curl --connect-to gloo.example.com:80:${PROXY_HOST_PORT} \ http://gloo.example.com/api/pets ```
phootwork/file
364531068
Title: no any instruction about how to use it? Answers: username_1: I have the same issue about that it misses the `usage` section in `README` :). Status: Issue closed username_2: True, there was none, so I created them. I was also impressed how much to document. Thanks for the heads up. Here you go: https://phootwork.github.io/file/
cmderdev/cmder
221539164
Title: Extra space before cursor Question: username_0: ![bug](https://cloud.githubusercontent.com/assets/9301116/25003326/77c82a7e-2081-11e7-8eff-d864358a65e2.png) There is an extra space before the cursor, how to fix this bug? This problem only occur when I open cmd.exe, but there is no extra space when I open powershell with cmder. Answers: username_1: Startup -> Environment Then add <code>chcp 65001</code> username_1: Startup -> Environment Then add <code>chcp 65001</code> ![image](https://cloud.githubusercontent.com/assets/15179660/25006126/3f551be0-208e-11e7-94f9-e565621445d7.png) Status: Issue closed username_0: @username_1 Thank you. Your answer fix my problem username_2: @username_1 I have take your method. But When I use `ssh` command, this problem will reappear. How can I fix it ? ![_20170419105729](https://cloud.githubusercontent.com/assets/13944592/25161539/2659174e-24ef-11e7-8f0c-270732994894.png) username_3: @username_0 hi, this is Windows 10 bug, please upgrade to OS version 15063.332 . username_4: OS: Windows 10 Change the original command prompt λ to other characters in file cmder/vendor/clink.lua line 51 // before fixing local lambda = "λ" // after modification local lambda = ">>" username_5: Don't edit clink.lua. There are other BETTER ways. search for prompt.lua
johelvisguzman/DotNetToolkit.Repository
341123770
Title: Allow the ado.net context to look at the name or the connection string Question: username_0: Currently, the ado.net context task a connection string parameter to begin operating. it should be able to look for the name of the connection string, and then check for the connection string itself. Similar to how it works with the entity framework context.<issue_closed> Status: Issue closed
CorteXodus/SC72_XML_Sitemap_Generator
57441095
Title: Sitemap.xml always empty Question: username_0: Just tried this one, installed the package and configured the config.include file. Then generated the sitemap.xml from the new sitemap menu in sitecore: No succes. The file is always empty no matter what I try. I haven't been able to tackle this yet, but I could not find anything in the sitecore log files. Answers: username_1: My first guess is that you haven't added any templates to the Sitemap Manager's settings item. In the Sitecore tree, under 'System' -> 'Modules', there should be an item called "SitemapSettings". That item contains a field for including the templates which should be evaluated when producing the sitemap. I think I've probably spit out dozens of sitemaps that were empty after forgetting to populate that thing! Status: Issue closed
aspose-cells/Aspose.Cells-for-Java
721185729
Title: excel转图片的时候,由公式生成的表格数据没有转成功 Question: username_0: ImageOrPrintOptions imageOrPrintOptions = new ImageOrPrintOptions(); SheetRender sheetRender = new SheetRender(worksheet, imageOrPrintOptions); sheetRender.toImage(0, “picPath“); 有什么方法,在excel转图片的时候,含有公式的表格数据也可以成功转到图片中? Answers: username_1: @username_0, Please call Workbook.calculateFormula() method before instantiating and rendering to image format via SheetRender API if it works for your needs. If you still find the issue, kindly do provide your template Excel file (you may share the file via some file sharing service, e.g dropbox, Google drive, etc.), we will check it soon. Moreover, we handle client's queries and issues in Aspsoe.Cells [forum](https://forum.aspose.com/c/cells/9) more actively, so you may post your issue/query there.
porscheinformatik/tapestry-csrf-protection
53843363
Title: Create an annotation CsrfProtected Question: username_0: Hello, I'm using tapestry-csrf-protection since many month, and I log too much CsrfException which are not login attack. When using tapestry-csrf-protection, all the pages are under csrf protection, except page with annotation @NotCsrfProtected. I will prefer that all the pages are NOT under csrf protection, except page with annotation @CsrfProtected. In my case, only the login page... Thanks, Thomas Answers: username_1: I think this would be not a good idea since the CSRF protection should be the default for a web framework (I think it should be even default in Tapestry Core). Why wouldn't you protect all your pages (only login)? username_0: Because I log whith redmine all exceptions from 60 tapestry web sites. There are a huge number of CsrfException from googleBot, bingbot, etc... These are not attack ! So I want to protect only my login page. Except my login page, there is nothing to protect. Have the choice to protect or not all the page seems to me a good idea.
rakam-io/recipes
477809348
Title: Use jinja context in sql Question: username_0: Where referencing a column in sql use the following; `{{TABLE}}."url"` (with alias quotes of database) instead of `url` https://github.com/rakam-io/recipes/blob/153f7e5c98489311d775be2361b8f6e5986d16ac/segment/warehouse/page/pages.model.jsonnet#L34<issue_closed> Status: Issue closed
cli/cli
599671250
Title: Ability to attach label to creation of issues Question: username_0: ### Describe the feature or problem you’d like to solve It will be nice to attach labels to new issues being created with Github CLI ### Proposed solution so while creating an issue you could attach a label with `-l` or `--label` . This might help in pulling a set of issues only related to one aspect of a project or codebase i.e: bugs, enhancement, design, etc. Status: Issue closed Answers: username_1: Thanks @username_0! We're looking at this in https://github.com/cli/cli/issues/340, so please follow along there! This is something we're actively working on and hope to release in the next few weeks. Thanks again.
react-materialize/react-materialize
267857410
Title: Unknown prop 'onAutocomplete' Question: username_0: I'm getting the following error while trying to use the `Autocomplete` component: `Warning: Unknown prop onAutocomplete on <div> tag. Remove this prop from the element.` I am using `React 15.6.1` and `react-materialize 1.0.14`. Any idea how to resolve this? Answers: username_1: I wouldn't worry to much about warnings, it's something we need to fix on our end :) As per that prop: https://github.com/react-materialize/react-materialize/blob/master/src/Autocomplete.js#L99 Status: Issue closed
Wynncraft/Issues
186107432
Title: A Grave Mistake - Tomb Entrance Denial Question: username_0: So I did most of the quest before the fix and got all the dialogue pieces, and then when I played through each one again I didn't get any dialogue. And now it won't let me through into the tomb... Answers: username_1: Are there any messages that pop up in chat? Also, what does it day in your quest book for the quest? username_0: When I try to enter it says "Stay away" and my quest book says "I told you to stay away" username_2: I have this same problem. I've gone through all 4 steps with a friend, he was able to go through the door, and i wasn't. Any way i could reset my quest status or fix it at all? username_0: Leaving the area and returning fixed the issue. Status: Issue closed
facebook/flow
665277300
Title: Flow is too restrictive about spreading objects and computed properties. Question: username_0: Probably related to #8186 I am trying to upgrade flow beyond 0.111.0 (where many unsoundness problems related to type/object spreads were resolved). However, there's a good chance we will simply stop at a prior version and never upgrade, because the trade-offs aren't clearly making our code safer and more maintainable. Specifically, we heavily favor a "pure" style of coding where we avoid object mutation whenever possible. Therefore it bears extra human scrutiny whenever we see `o[x] = y;` because that's a code smell. This a problem with the new restriction on computed properties, where the only apparent work-around is to create an object and mutate it later (this also means that inline object definitions are also impossible in many cases, bloating the size of perfectly-readable code.) The only resource on the internet for dealing with these errors seems to be a small afterthought of the [Medium post about v111](https://medium.com/flow-type/spreads-common-errors-fixes-9701012e9d58). (Addl. request: official documentation on flow.org about these errors.) More concretely, we can't perform operations like these: [Try Flow](https://flow.org/try/#0C4TwDgpgBAogdgVwLZQLxQOQEMNQD6YBGGA3AFCiRQAqATghALJZhpQDeUA2trgRsQC6ALijB60AL7kAxgHs4AZ2BQAHqPjI2vcmQD0eqACIAqouhY4UAJZwAJhFURaRqIoQBzDxGXWFUADNaORRGCDtrLTA5ZQAaKEIEFVsAG1sIYTJ5JRUsAHlaACFROgZmVnQACnYyKDruVRExCTJJEolygEpyAygAOTlgDP65KAQ4PytaCABHBGtpuzFR6YD0qHyigDp9Q0KscyX-SzhBrGBJxT0ZA4u4D3jgAAtrRRs3uUIANz8ERRSQBsaB<KEY>) Ultimately, the problem seems to be that Flow wants to guarantee it doesn't get into a combinatorial explosion of unions when encountering computed properties. The work-around is to get outside the definition of the, object, and then outside the typecast to the supertype that would contain all those unions, and _then_ assigning the key is permitted. However, this work-around means that we stop scrutinizing object mutations as closely, which could be a problem in a Redux application. Granted, we could be making better use of `$ReadOnly` to try and avoid this problem, but it's a very large codebase and applying that to 95%+ of our objects would be a huge undertaking just to get better spread typing. As it is, we will probably never even get to "exact by default", let alone re-annotating all our objects as `$ReadOnly`. What I would like to see (and if this isn't possible, you may consider this a **Proposal**) is some way to tell Flow that I plan on doing the supertype casting immediately, so raising an alarm about the computed property is premature. Intuitively, if it's inside of a literal object definition (heck, even a recursive one), Flow should be able to see if there is a type cast glued onto the object and waive the error as long as the computed property is known to be a subset of the possible keys on the typecast object. In other words, it should be possible for this to pass type-checking even without any new syntax. Instead, it throws a fit over calculating a union that will never be used. Am I missing something, or is this simply something that Flow can't handle right now? Answers: username_1: You can get around the second problem case by annotating the defaults explicitly ```javascript type X = { [idx: string]: string | number }; function withDefaults(obj: X): X { const defaults: X = { defaultValue: 'hello', } return { ...defaults, ...obj }; } ``` username_2: Adding a +1 here. We are also using spread patterns that ought to be properly typed by flow. Typically this: ```javascript const updatableUserAttrs = ({ startDate, title }) => ({ ...(startDate !== undefined ? { startDate } : {}), ...(title !== undefined ? { title } : {}) }); ``` This won't type check because each spread is treated as a union. However, there is no need for a union, the pattern is pretty self-contained and explanatory so one would expect the computed types for each spread objects to be `{| startDate?: ... |}` and `{| title?: ... |}`. This is an issue for us because those patterns are really useful, modular, easy to read and conducive to static typing. Flow really shouldn't force us to either break them up or explicitly type them. This example is small but we have much larger ones in the code base for which type inference should work for us not against us..
imjoshdean/mascot-bot
299469091
Title: Implement !shake Question: username_0: BronyCon slack has a series of shake lettered emoji, it would be fun to do something similar to the `!clap` [functionality](https://github.com/username_0/mascot-bot/blob/master/src/behaviors/clap/clap.js) and create a `!shake` one as well. Expected: - When a user types in `!shake Word` the output should be ```:sh-w::sh-o::sh-r::sh-d:``` - When a user types in `!shake Some phrase` the output should be: ```:sh-s::sh-o::sh-m::sh-e::blank::sh-p::sh-h::sh-r::sh-a::sh-s::sh-e:``` This is to be implemented by @username_1 Answers: username_1: Implemented. What have you done?
aksnzhy/xlearn
282601777
Title: Recommendation for encoding many binary features Question: username_0: Is there a recommendation for encoding a categorical variable as a very large number of binary features? For example, in the Kaggle KKBox Recommendation Challenge there is an `artist_name` field. Consider these two options for encoding this feature: 1. `artist_name` is a categorical feature that can take one of many values, e.g. `artist_name:99`. This seems to be the most obvious encoding. 2. Each of the possible `artist_name` values is a binary feature, e.g. `artist_99:1`. The second option has the advantage that it can handle cases where a single song has multiple artists. For example, `artist_name = artist 1 | artist 2 | artist 3` becomes `[artist_1:1, artist_2:1, artist_3:1]`. However, this would also mean you have potentially > 10K features. I have not gotten to try this encoding yet, and there is a non-trivial effort in feature engineering to test it. I don't see any inherent limitation in the FM formulation preventing the second option from working, but is there any limitation in the Xlearn software that would prevent? Would it be much slower, bad performance, etc.? Any other thoughts?
UTNianos/issues
155565091
Title: Botones de donar cargan muy lento. Question: username_0: Los botones de "donar" en la parte de abajo del banner de UTNianos tardan bastante rato en cargar. Revisar porque esta pasando esto. Reportado por @username_1 . Answers: username_0: Relacionado: parece que algunas cosas de ML tardan bastante en cargar... ![mp_tiempos_sin_cache](https://cloud.githubusercontent.com/assets/1574757/15437140/d82155dc-1e9b-11e6-9df9-5e14e071d9d6.png) Status: Issue closed username_1: Arregle los botones. En algun momento deberiamos optimizar el tiempo de carga, ya sea reduciendo lo que cargamos, cacheando o bien haciendo cosas asincronas
fushar/testerdream
98084291
Title: Bug when parsing C++'s long long[] Question: username_0: Copying from [Tahlil's comment](http://username_0blog.com/?p=615/comment-page-1/#comment-253): My code for srm 527 div2 does not pass last case though it passed system test. Check the autogenerated code here : http://pastebin.com/g1Vgxy2Q<issue_closed> Status: Issue closed
glasklart/hd
59329653
Title: Crack & Break it ! Question: username_0: **App Name:** Crack & Break it ! **Bundle ID:** com.lemondoo.CrackYourScreen **iTunes ID:** <a target="_blank" href="http://getart.username_1.at?id=448925179">448925179</a> **iTunes URL:** <a target="_blank" href="https://itunes.apple.com/us/app/crack-break-it-!/id448925179?mt=8&uo=4">https://itunes.apple.com/us/app/crack-break-it-!/id448925179?mt=8&uo=4</a> **App Version:** 3.3 **Seller:** Lemondo Ltd. **Developer:** <a target="_blank" href=https://itunes.apple.com/us/artist/lemondo-entertainment/id406195207?uo=4>© Lemondo Entertainment</a> **Supported Devices:** iPhone4, iPadThirdGen4G, iPhone6Plus, iPadFourthGen, iPadThirdGen, iPadFourthGen4G, iPodTouchFifthGen, iPhone5s, iPhone5, iPadMini, iPadMini4G, iPad23G, iPad2Wifi, iPhone4S, iPhone6, iPhone5c **Original Artwork:** <img src="http://a547.phobos.apple.com/us/r30/Purple3/v4/d9/d4/f2/d9d4f29f-6ac9-7a53-7858-97b4ff65ce7e/pr_source.jpg?downloadKey=1425117307_8fb398145074179a7efca3fda0096d14" width="150" height="150" /> **Accepted Artwork:** \#\#\# THIS IS FOR GLASKLART MAINTAINERS DO NOT MODIFY THIS LINE OR WRITE BELOW IT. CONTRIBUTIONS AND COMMENTS SHOULD BE IN A SEPARATE COMMENT. \#\#\# Answers: username_1: ![2x](http://preview.username_1.at?image=https://cloud.githubusercontent.com/assets/2068130/6425589/7529e47e-bf30-11e4-92eb-a7d5c0996ad1.png) https://cloud.githubusercontent.com/assets/2068130/6425589/7529e47e-bf30-11e4-92eb-a7d5c0996ad1.png Source: https://cloud.githubusercontent.com/assets/2068130/6425590/81ec7a3c-bf30-11e4-8462-2c781aed43ba.png Status: Issue closed
TD-4242/zabbix-agent
151947738
Title: Error in install with berkshelf Question: username_0: Hello. My Berksfile ``` source "https://api.berkshelf.com" cookbook "zabbix-agent", "~> 0.13.0" ``` i try execute `berks install` but receive this error: `There is a circular dependency between libzabbix and zabbix-agent Unable to find a solution for demands: zabbix-agent (~> 0.13.0)` How i can resolve this problem? Answers: username_1: Hmm, looks like I need to update the Berksfile anyway. remove the zabbix-agent line from the Berksfile. username_1: this should be fixed. Status: Issue closed username_2: I am still getting this, even adding cookbook 'zabbix-agent', "~> 0.13.3" to my Berksfile. The versions in my Berks cache are zabbix-agent-0.13.3 and libzabbix-0.1.0 Do I need something newer?
18F/tock
597510982
Title: Remove `is_staff` check from utilization view Question: username_0: We intended this to be open and transparent. Missed a check in the view: https://github.com/18F/tock/blob/master/tock/utilization/views.py#L31 If someone has perms to log in, they should be able to see it.<issue_closed> Status: Issue closed
facebook/react-native
693274667
Title: Clean 0.63.2 project Android logcat spams warnings "ViewManagerPropertyUpdater: Could not find generated setter for class ..." Question: username_0: ## Description On a fresh 0.63.2 project run on Android in release mode, the following output fills up much of the adb logcat output. I'm not sure if this represents a potential issue or not but it probably shouldn't be a warning if it's expected. ``` 2020-09-04 11:00:58.495 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTGroupViewManager 2020-09-04 11:00:58.496 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTGroupShadowNode 2020-09-04 11:00:58.497 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTShapeViewManager 2020-09-04 11:00:58.497 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTShapeShadowNode 2020-09-04 11:00:58.498 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTTextViewManager 2020-09-04 11:00:58.498 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTTextShadowNode 2020-09-04 11:00:58.499 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.checkbox.ReactCheckBoxManager 2020-09-04 11:00:58.501 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.uimanager.LayoutShadowNode 2020-09-04 11:00:58.502 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDialogPickerManager 2020-09-04 11:00:58.503 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.drawer.ReactDrawerLayoutManager 2020-09-04 11:00:58.504 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDropdownPickerManager 2020-09-04 11:00:58.504 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager 2020-09-04 11:00:58.505 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollContainerViewManager 2020-09-04 11:00:58.506 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ReactProgressBarViewManager 2020-09-04 11:00:58.507 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ProgressBarShadowNode 2020-09-04 11:00:58.507 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactScrollViewManager 2020-09-04 11:00:58.509 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager 2020-09-04 11:00:58.509 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager$ReactSliderShadowNode 2020-09-04 11:00:58.509 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager 2020-09-04 11:00:58.510 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager$ReactSwitchShadowNode 2020-09-04 11:00:58.511 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager 2020-09-04 11:00:58.512 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTSurfaceViewManager 2020-09-04 11:00:58.512 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTSurfaceViewShadowNode 2020-09-04 11:00:58.513 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager 2020-09-04 11:00:58.513 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode 2020-09-04 11:00:58.514 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.image.ReactImageManager 2020-09-04 11:00:58.515 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ReactModalHostManager 2020-09-04 11:00:58.516 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ModalHostShadowNode 2020-09-04 11:00:58.516 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextManager 2020-09-04 11:00:58.516 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextShadowNode 2020-09-04 11:00:58.517 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputManager 2020-09-04 11:00:58.519 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputShadowNode 2020-09-04 11:00:58.519 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextViewManager 2020-09-04 11:00:58.520 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextShadowNode 2020-09-04 11:00:58.520 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.view.ReactViewManager 2020-09-04 11:00:58.521 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.viewpager.ReactViewPagerManager 2020-09-04 11:00:58.522 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextViewManager 2020-09-04 11:00:58.522 23158-23186/com.testcleanrnandroiderrors W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextShadowNode ``` ## React Native version: ``` System: OS: Windows 10 10.0.20206 CPU: (16) x64 AMD Ryzen 7 3700X 8-Core Processor Memory: 27.94 GB / 63.93 GB Binaries: Node: 12.18.3 - ~\AppData\Local\Temp\yarn--1599231731019-0.8172420899374775\node.CMD Yarn: 1.22.4 - ~\AppData\Local\Temp\yarn--1599231731019-0.8172420899374775\yarn.CMD npm: 6.14.6 - C:\dev\tools\nodejs\npm.CMD Watchman: 4.9.4 - C:\dev\tools\watchman\watchman.EXE SDKs: Android SDK: API Levels: 28, 29 Build Tools: 28.0.3, 29.0.2, 29.0.3, 30.0.1, 30.0.2 [Truncated] npmPackages: @react-native-community/cli: ^4.10.1 => 4.12.0 react: 16.13.1 => 16.13.1 react-native: 0.63.2 => 0.63.2 npmGlobalPackages: *react-native*: Not Found ``` ## Steps To Reproduce 1. npx react-native init MyApp --template react-native-template-typescript 2. cd MyApp 3. yarn react-native run-android --variant=release 4. view ADB logs ## Expected Results There are no errors or warnings on a clean new project ## Snack, code example, screenshot, or link to a repository: N/A - reproducible on any fresh project, just run `npx react-native init MyApp --template react-native-template-typescript` Answers: username_1: +1 username_2: +1 username_3: Running into this issue now as well. Only shows up when I enable debugging, though.
notskm/vscode-clang-tidy
676521081
Title: Officially putting this project on indefinite hiatus Question: username_0: I don't have time or desire to work on this project at all anymore. I have other things I'd like to spend my free time on. I'm also about to start college, which will further limit the amount of time I can spend on this. As a result, this project is being put on indefinite hiatus. Answers: username_1: Sad to see it, but I understand. Good luck with your future endeavors! username_2: Maybe you could put this info into the README and/or the information displayed in VS Code when installing. username_3: Any intention to transfer ownership to other developers? I'd gladly help. username_0: @username_3 Transferring ownership is an option, but I don't see the point when the project can just be forked. Another option is adding a collaborator with push rights. Over the winter, I'll only be taking one class. Since I should have some extra time, I might at least clean up the codebase and make sure everything's working. username_3: @username_0 I think someone with push rights is also fine, the downside of a fork is that it would appear in the vscode store as a fork while the original has a good rating already. username_0: Closing this issue. I'm working on the project again. School starts up again soon, so we'll see how much time I can put into this. Status: Issue closed
CartoDB/mobile-sdk
247049556
Title: Replace map samples in doc Question: username_0: Remove Bing and ESRI, add HERE maps and satellite here: https://carto.com/docs/carto-engine/mobile-sdk/loading-map-data#microsoft-bing-maps Status: Issue closed Answers: username_1: As this is a minor fix with no real need for a review, merged straight to master. @username_2 Let's go live! username_2: Ok @username_1 , just refreshed the docs!
conan-io/conan
437684676
Title: cmake_find_package: find_dependency(NO_MODULE) requires CMake >= 3.7 Question: username_0: Investigate if with some other trick or path it can be solved without using `NO_MODULE`, otherwise check cmake version and use `find_package` for cmake < 3.9 Answers: username_0: Investigate if with some other trick or path it can be solved without using `NO_MODULE`, otherwise check cmake version and use `find_package` for cmake < 3.9 username_0: Implementation here: https://github.com/Kitware/CMake/blob/master/Modules/CMakeFindDependencyMacro.cmake Looks like reasonable to use `find_package` when cmake < 3.9 Status: Issue closed
nasa-gibs/worldview
669773805
Title: Update Australia bushfire tour story Question: username_0: **Describe the bug** The Australia bushfire tour story tries to show imagery from 2020-01-03T23:30 through 2020-01-04T04:30 but, GIBS only has imagery available from 2020-01-03T00:00 to 2020-01-03T23:50. **To Reproduce** Steps to reproduce the behavior: 1. Go to step 3 of the tour 2. Play the animation<issue_closed> Status: Issue closed
neilalex/ad-replication
330386472
Title: Updating crosswalks Question: username_0: Dorn has changed [E2] and [E3] crosswalks in his [website](https://www.ddorn.net/data.htm). You should change the Macros adding "**__corr_**" in the end of the crosswalks' names (this applies only for 1970 and 1980). Answers: username_1: Thanks -- seems like a pretty easy update (should be able to make shortly)
Zrips/CMI
632032194
Title: Concurrent modification exception Question: username_0: **Description of issue:** This error appear in console sometime --- **ERROR (DELETE IF YOU HAVE NO ERROR):** ``` ###################### `[22:12:16] [Craft Scheduler Thread - 15014/WARN]: [CMI] Plugin CMI v192.168.127.12 generated an exception while executing task 39076763 java.util.ConcurrentModificationException: null at java.util.HashMap$HashIterator.nextNode(HashMap.java:1493) ~[?:?] at java.util.HashMap$KeyIterator.next(HashMap.java:1516) ~[?:?] at com.username_1.CMI.Modules.Holograms.CMIHologram$4.run(CMIHologram.java:1270) ~[?:?] at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.15.2.jar:git-Paper-284] at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.15.2.jar:git-Paper-284] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.15.2.jar:git-Paper-284] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:112 [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:62 [?:?] at java.lang.Thread.run(Thread.java:834) [?:?] [22:131] [Craft Scheduler Thread - 15018/WARN]: [CMI] Plugin CMI v192.168.127.12 generated an exception while executing task 39079051 java.util.ConcurrentModificationException: null at java.util.HashMap$HashIterator.nextNode(HashMap.java:1493) ~[?:?] at java.util.HashMap$KeyIterator.next(HashMap.java:1516) ~[?:?] at com.username_1.CMI.Modules.Holograms.CMIHologram$4.run(CMIHologram.java:1270) ~[?:?] at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.15.2.jar:git-Paper-284] at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.15.2.jar:git-Paper-284] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.15.2.jar:git-Paper-284] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:112 [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:62 [?:?] at java.lang.Thread.run(Thread.java:834) [?:?] [22:131] [Craft Scheduler Thread - 15019/WARN]: [CMI] Plugin CMI v8.6.26.7 generated an exception while executing task 39079254 java.util.ConcurrentModificationException: null at java.util.HashMap$HashIterator.nextNode(HashMap.java:1493) ~[?:?] at java.util.HashMap$KeyIterator.next(HashMap.java:1516) ~[?:?] at com.username_1.CMI.Modules.Holograms.CMIHologram$4.run(CMIHologram.java:1270) ~[?:?] at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.15.2.jar:git-Paper-284] at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.15.2.jar:git-Paper-284] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.15.2.jar:git-Paper-284] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:112 [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:62 [?:?] at java.lang.Thread.run(Thread.java:834) [?:?]` ###################### ``` **Cmi Version (using`/cmi version`):** 192.168.127.12 **Server Type (Spigot/Paperspigot/etc):** paper(284) **Server Version (using `/ver`):** 1.15.2 **Relevant plugins (Delete if this isn't needed):** Answers: username_1: Should be fixed with next build Status: Issue closed
kubernetes-sigs/cluster-api-provider-openstack
848491005
Title: unable to load clouds.yaml Question: username_0: /kind bug **What steps did you take and what happened:** I've tried to perform steps from [Cluster API Quick Start](https://cluster-api.sigs.k8s.io/user/quick-start.html) in order to create test k8s cluster in our 'on-premise' OpenStack, but faced with an issue after applying cluster manifest. Cluster has stuck on _Provisioning_ phase, machine resources has stuck in _WaitingForInfrastructure_ state. ```sh # kubectl get cluster --all-namespaces NAMESPACE NAME PHASE default capi-quickstart Provisioning # kubectl get kubeadmcontrolplane --all-namespaces NAMESPACE NAME INITIALIZED API SERVER AVAILABLE VERSION REPLICAS READY UPDATED UNAVAILABLE default capi-quickstart-control-plane v1.18.16 # clusterctl describe cluster capi-quickstart --disable-grouping --disable-no-echo NAME READY SEVERITY REASON SINCE MESSAGE /capi-quickstart False Info WaitingForControlPlane 5m19s ├─ClusterInfrastructure - OpenStackCluster/capi-quickstart ├─ControlPlane - KubeadmControlPlane/capi-quickstart-control-plane └─Workers └─MachineDeployment/capi-quickstart-md-0 ├─Machine/capi-quickstart-md-0-55fd7d7567-22h5r False Info WaitingForInfrastructure 5m18s 0 of 2 completed │ ├─BootstrapConfig - KubeadmConfig/capi-quickstart-md-0-qbggm False Info WaitingForClusterInfrastructure 5m19s │ └─MachineInfrastructure - OpenStackMachine/capi-quickstart-md-0-x4f8g ├─Machine/capi-quickstart-md-0-55fd7d7567-7zshr False Info WaitingForInfrastructure 5m18s 0 of 2 completed │ ├─BootstrapConfig - KubeadmConfig/capi-quickstart-md-0-7l4mx False Info WaitingForClusterInfrastructure 5m18s │ └─MachineInfrastructure - OpenStackMachine/capi-quickstart-md-0-5tcg2 └─Machine/capi-quickstart-md-0-55fd7d7567-nrl9f False Info WaitingForInfrastructure 5m18s 0 of 2 completed ├─BootstrapConfig - KubeadmConfig/capi-quickstart-md-0-qpjqh False Info WaitingForClusterInfrastructure 5m19s └─MachineInfrastructure - OpenStackMachine/capi-quickstart-md-0-9lvpz ``` Pod _capo-controller-manager_ reports that it unable to load _clouds.yaml_ ```sh E0401 12:58:22.237151 1 controller.go:257] controller-runtime/controller "msg"="Reconciler error" "error"="auth option failed for cloud pilotcloud: unable to load clouds.yaml: no clouds.yaml file found" "controller"="openstackcluster" "name"="capi-quickstart" "namespace"="default" I0401 12:58:22.237283 1 openstackmachine_controller.go:340] controllers/OpenStackMachine "msg"="Cluster infrastructure is not ready yet, requeuing machine" "cluster"="capi-quickstart" "machine"="capi-quickstart-md-0-55fd7d7567-7zshr" "namespace"="default" "openStackCluster"="capi-quickstart" "openStackMachine"="capi-quickstart-md-0-5tcg2" I0401 12:58:30.404497 1 openstackmachine_controller.go:340] controllers/OpenStackMachine "msg"="Cluster infrastructure is not ready yet, requeuing machine" "cluster"="capi-quickstart" "machine"="capi-quickstart-md-0-55fd7d7567-7zshr" "namespace"="default" "openStackCluster"="capi-quickstart" "openStackMachine"="capi-quickstart-md-0-5tcg2" I0401 12:58:30.405240 1 openstackmachine_controller.go:340] controllers/OpenStackMachine "msg"="Cluster infrastructure is not ready yet, requeuing machine" "cluster"="capi-quickstart" "machine"="capi-quickstart-md-0-55fd7d7567-22h5r" "namespace"="default" "openStackCluster"="capi-quickstart" "openStackMachine"="capi-quickstart-md-0-x4f8g" I0401 12:58:30.768171 1 openstackmachine_controller.go:340] controllers/OpenStackMachine "msg"="Cluster infrastructure is not ready yet, requeuing machine" "cluster"="capi-quickstart" "machine"="capi-quickstart-md-0-55fd7d7567-nrl9f" "namespace"="default" "openStackCluster"="capi-quickstart" "openStackMachine"="capi-quickstart-md-0-9lvpz" ``` But at the same time secret _capi-quickstart-cloud-config_ exists and contains _clouds.yaml_ inside ```sh # kc get secret capi-quickstart-cloud-config -n default -o yaml | grep ' clouds.yaml' clouds.yaml: Y2x<base64-string>ECg== ``` Also this base64 string could be successfully decoded ```sh # echo 'Y2x<base64-string>ECg==' | base64 -d clouds: pilotcloud: cloud: pilotcloud region_name: RegionOne interface: public user_domain_name: Default project_domain_name: default key: /root/envs/pilotcloud/signing_key.pem cert: /root/envs/pilotcloud/signing_cert.pem cacert: /root/envs/pilotcloud/ca.pem auth: [Truncated] password: <<PASSWORD>> project_name: TEST_TENANT ``` **What did you expect to happen:** Provider will try to connect to OpenStack at least. **Anything else you would like to add:** - **Environment:** - Cluster API Provider OpenStack version (Or `git rev-parse HEAD` if manually built): - Cluster-API version: v1.13.15 - OpenStack version: - - KIND version: v0.10.0 - Kubernetes version (use `kubectl version`): Client Version: v1.19.1; Server Version: v1.20.2 - OS (e.g. from `/etc/os-release`): CentOS Linux 7.8 Answers: username_1: I think the error is not that it couldn't find the key in the secret. I think the error is returned here: https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/6b4da71c432f3a126c799c0872790cc8b205b68f/pkg/cloud/services/provider/provider.go#L87-L91 This means that `unable to load clouds.yaml: no clouds.yaml file found` is returned by `clientconfig.AuthOptions(clientOpts)` which is a func von gophercloud which we are using. I assume that this func is unable to parse your clouds.yaml file and then returns this (frankly) weird error. I guess it might be because of the references files for cert/key/cacert. username_0: @username_1 I've removed cert/key/cacert parameters from clouds.yaml for test purposes ```sh # kc get secret capi-quickstart-cloud-config -n capo-system -o yaml | grep ' clouds.yaml' clouds.yaml: Y2x...Ao= # echo 'Y2x...RAo=' | base64 -d clouds: pilotcloud: cloud: pilotcloud region_name: RegionOne interface: public user_domain_name: Default project_domain_name: default auth: auth_url: https://pilotcloud:55000/v3/ username: <username> password: <<PASSWORD>> project_name: TEST_TENANT ``` But errors are still remains ```sh E0401 14:18:22.029484 1 controller.go:257] controller-runtime/controller "msg"="Reconciler error" "error"="auth option failed for cloud zephyr01cn: unable to load clouds.yaml: no clouds.yaml file found" "controller"="openstackcluster" "name"="capi-quickstart" "namespace"="capo-system" ``` username_1: @username_0 I assume the mismatch in the cloud name is just in this issue? :) username_0: @username_1 Oops, my bad, forgot to replace real cloud name with 'pilotcloud' in error message... :) Actually there is the same cloud name in secret and error message. username_1: No problem :) Unfortunately the code of the util is not easily decipherable. Can you try to only speicfy the properties as we use them in our e2e tests? ```bash clouds: ${CLUSTER_NAME}: auth: username: ${OS_USERNAME} password: <PASSWORD>} user_domain_id: ${OS_USER_DOMAIN_ID} auth_url: ${OS_AUTH_URL} domain_id: default project_name: demo verify: false region_name: RegionOne ```` I suspect the `cloud`property is throwing the util off. I can later try to step through in the debugger to find out where it goes wrong. username_0: As a first test I used clouds file like this: ```sh clouds: pilotcloud: region_name: RegionOne verify: false auth: auth_url: https://pilotcloud:55000/v3/ username: ... password: ... project_name: ... domain_id: default user_domain_id: Default ``` And got this error ```sh E0401 15:09:50.474823 1 controller.go:257] controller-runtime/controller "msg"="Reconciler error" "error"="providerClient authentication err: Authentication failed" "controller"="openstackcluster" "name"="capi-quickstart" "namespace"="default" ``` username_0: Now I've tried this ```sh clouds: pilotcloud: region_name: RegionOne interface: public user_domain_name: Default project_domain_name: default key: /root/envs/pilotcloud/signing_key.pem cert: /root/envs/pilotcloud/signing_cert.pem cacert: /root/envs/pilotcloud/ca.pem auth: auth_url: https://pilotcloud:55000/v3/ username: ... password: ... project_name: ... ``` And got this ```sh E0401 15:23:00.376410 1 controller.go:257] controller-runtime/controller "msg"="Reconciler error" "error"="providerClient authentication err: You must provide exactly one of DomainID or DomainName in a Scope with ProjectName" "controller"="openstackcluster" "name"="capi-quickstart" "namespace"="default" ``` So I think you're right, rootcause was in `cloud` property username_1: @username_0 Okay good. Should be possible to get it to work now. I'll check if we can use another util func which not randomly tries to parse a cloud.yaml which does not exist. username_0: It could save a lot of time if there would be more informative error message, e.g. "unknown parameter" or at least "failed to parse clouds.yaml". username_2: I knew https://github.com/kubernetes/cloud-provider-openstack had some check on the yaml and params maybe worthy a steal username_2: I knew https://github.com/kubernetes/cloud-provider-openstack had some check on the yaml and params maybe worthy a steal username_1: Yeah the problem is that we would have to make this change upstream in goperclouds/utils and I assume the error is not even wrong from there point of few. I hope we're just using the wrong func username_1: I think there are not using the cloud.yaml but the cloud.conf format? username_1: I think I know how to fix it. I'll open a PR, let's discuss there username_2: they use .. in the CSI side username_1: Ah okay. Apart from that, I think my fix is correct for the current problem, we should never set the cloud in the `clientOpts` if it cannot work. We currently rely on that it's not set in the "incoming" cloud.yaml.
Vhoyon/Discord-Bot
334548964
Title: Tweak Request parameters to behave more like UNIX commands Question: username_0: Currently, _all_ parameters must look like `--[parameter]`. This creates instances where simple params are also double dashed : `--s` and `--silent`. It would be preferable to follow the UNIX way of making parameters : - simple dash for multiple single char params; - double dash for single multi-char param. This would also give the possibility of using, for example (request #59 would greatly use this!), `-scl`, which would mean that this command would receive the parameters `s`, `c` and `l`. Changing the parameter char could mean changing the dash, so for example, changing the param prefix to `~` would mean using `~scl` in our previous example, while keeping the `~~example` structure for other full named parameters. _**This means the parameter prefix would be a single char but extended to double automatically for multi-char params**_. https://serverfault.com/questions/387935/whats-the-difference-betwen-the-single-dash-and-double-dash-flags-on-shell-comm Answers: username_0: It would also be possible to map `-s` and `--s` to the same params, although that will mean you won't be able to do the `--scl` as the double dash will consider the full string `scl` as a full parameter. Status: Issue closed username_0: Tweak added to commit a34217b6ee8cf7f865798ae6846f363e82699805.
swagger-api/swagger-ui
221709158
Title: Missing configuration in v3.0.5 Question: username_0: I notice that none of these options from version 2 are being honored. Is this just a case of "not yet implemented" or has the way this works changed? <!-- language: lang-js --> // This one is what sorts the methods inside the tags operationsSorter: function (a, b) { var order = { 'get': '0', 'post': '1', 'patch' : '2', 'put': '3', 'delete': '4' }; var foo = order[a.method].localeCompare(order[b.method]); if (foo == 0) { return a.path.localeCompare(b.path); } else { return foo; } }, // This one is what sorts the tags. apisSorter: 'alpha', // This makes the model show by default, with all the parameter descriptions defaultModelRendering: 'model', jsonEditor: true Answers: username_1: Not implemented yet. See [Known Issues](https://github.com/swagger-api/swagger-ui#known-issues) and the available [parameters](https://github.com/swagger-api/swagger-ui#known-issues). username_2: Is there any way to indicate the priority of each parameter implementation? The lack of apisSorter and docExpansion are pretty much the only thing keeping me from transitioning to 3.x username_1: The ticket is marked as P2, meaning it's second-tier priority. If it's important to you, consider submitting a PR to add the functionality (with tests 😄). username_3: Hi, is there a timeline or ETA on the availability of JSON Form Editor in 3.x version. Thats what I am waiting fro migrating to 3.x Status: Issue closed username_4: `tagsSorter`, `operationsSorter`, and `defaultModelRendering` are implemented now. JSON Form Editor is being tracked here: https://github.com/swagger-api/swagger-ui/issues/2771 Closing, thanks everyone!
bits-and-bots/lessons
564917570
Title: (Alien Soil S Status: Issue closed Question: username_0: Design a lesson based around sorting/filtering "soil." Students can be given random samples of "soil" (made up of things like cheerios, coffee grounds etc) from alien planets. Then they can be given charts of the composition of soil from certain planets. Each group would have to sort out the "soil", to see which planet it belongs to, maybe using a scale to see how much of each element is in their sample. Objective -introduces students to some science lab techniques, such as weighing materials, recording results, safety etc. Materials: -scale -gloves -miscellaneous items for soil, such as cereal, pebbles etc Answers: username_0: Design a lesson based around sorting/filtering "soil." Students can be given random samples of "soil" (made up of things like cheerios, coffee grounds etc) from alien planets. Then they can be given charts of the composition of soil from certain planets. Each group would have to sort out the "soil", to see which planet it belongs to, maybe using a scale to see how much of each element is in their sample. Objective -introduces students to some science lab techniques, such as weighing materials, recording results, safety etc. Materials: -scale -gloves -miscellaneous items for soil, such as cereal, pebbles etc username_1: Let's make it edible just in case username_2: ![](https://github.trello.services/images/mini-trello-icon.png) [Soil sorting lesson](https://trello.com/c/WptW7mxg/60-soil-sorting-lesson)
umijs/dumi
963610852
Title: 使用最新的dumi构建资源异常,运行92%之后自动终止 Question: username_0: ### Question 使用dumi构建文档项目,在centos服务器自动化构建时,每次运行到92%就构建结束,没有任何错误,但是没有任何构建包产出。导致服务器访问dist目录失效。 构建信息: Webpack █████████████████████████ chunk asset optimization (92%) TerserPlugin ✨ Done in 264.19s. 表现: 到92%任务自动结束,没有构建包输出,没有任何错误,执行 DEBUG 调试模式输出也没有任何错误; 观察: 内存飙升 在运行到92%时,服务器cpu达到110%+(本地测试mac高配笔记本也有同样的问题,cpu达到110%+) 请问,有解决方案吗? ### Sample Code 经过初步的定位,可能是umi构建资源时,TerserPlugin或babel内部造成内存泄漏或者资源处理异常问题导致的服务爆栈问题。 详见文章:https://zhuanlan.zhihu.com/p/286491809 请问官方是否能出解决方案? Answers: username_1: 压缩器可以换成 esbuild:https://umijs.org/zh-CN/plugins/plugin-esbuild Status: Issue closed
AndrewAnnex/SpiceyPy
795712556
Title: SpiceyPy fails to install using pip in Mac OS X Big Sur Question: username_0: **Describe the bug** SpiceyPy fails to install due to some SSL Certificate error **Expected behavior** Expected a successful installation. **To Reproduce** Used the following command for the installation from the command in a terminal window: pip install spiceypy **Desktop (please complete the following information):** - SpiceyPy Version 4.0.0 - OS: Mac OSX Big Sur - OS Architecture: 64-bit - Python Version 3.8.5 - Python Architecture: 64-bit **Additional context** ``` (base) user@Mac-Pro ~ % pip install spiceypy Collecting spiceypy Using cached spiceypy-4.0.0.tar.gz (265 kB) Requirement already satisfied: numpy>=1.17.0 in ./opt/anaconda3/lib/python3.8/site-packages (from spiceypy) (1.19.2) Building wheels for collected packages: spiceypy Building wheel for spiceypy (setup.py) ... error ERROR: Command errored out with exit status 1: command: /Users/user/opt/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/<KEY>pip-install-l4d81tc5/spiceypy/setup.py'"'"'; __file__='"'"'/<KEY>install-l4d81tc5/spiceypy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /<KEY>pip-wheel-k8e180y7 cwd: /<KEY>pip-install-l4d81tc5/spiceypy/ Complete output (21 lines): running bdist_wheel running build running build_py Checking the path /<KEY>pip-install-l4d81tc5/spiceypy/cspice Unable to find CSPICE at /<KEY>pip-install-l4d81tc5/spiceypy/cspice. Attempting to Download CSPICE For you: Gathering information... SYSTEM: Darwin PROCESSOR: i386 MACHINE: 64bit Downloading CSPICE for MacIntel_OSX_AppleC_64bit... Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Unable to find CSPICE at /<KEY>pip-install-l4d81tc5/spiceypy/cspice. Exiting ---------------------------------------- ERROR: Failed building wheel for spiceypy Running setup.py clean for spiceypy Failed to build spiceypy Installing collected packages: spiceypy Running setup.py install for spiceypy ... error ERROR: Command errored out with exit status 1: command: /Users/user/opt/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/<KEY>pip-install-l4d81tc5/spiceypy/setup.py'"'"'; __file__='"'"'/private/var/folders/2r/4bw6nw0x58z0_ybx632_h14m0000gq/T/pip-install-l4d81tc5/spiceypy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /<KEY>pip-record-<KEY>install-record.txt --single-version-externally-managed --compile --install-headers /Users/user/opt/anaconda3/include/python3.8/spiceypy cwd: /private/var/folders/2r/4bw6nw0x58z0_ybx632_h14m0000gq/T/pip-install-l4d81tc5/spiceypy/ [Truncated] Gathering information... SYSTEM: Darwin PROCESSOR: i386 MACHINE: 64bit Downloading CSPICE for MacIntel_OSX_AppleC_64bit... Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Download failed with URLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123), trying again after 15 seconds! Unable to find CSPICE at /<KEY>pip-install-l4d81tc5/spiceypy/cspice. Exiting ---------------------------------------- ERROR: Command errored out with exit status 1: /Users/user/opt/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/2r/4bw6nw0x58z0_ybx632_h14m0000gq/T/pip-install-l4d81tc5/spiceypy/setup.py'"'"'; __file__='"'"'/<KEY>T/pip-install-l4d81tc5/spiceypy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /<KEY>pip-record-<KEY>install-record.txt --single-version-externally-managed --compile --install-headers /Users/user/opt/anaconda3/include/python3.8/spiceypy Check the logs for full command output. ``` Answers: username_1: The install command is failing when it goes to download SPICE from NAIF because it can't verify the authenticity of it. Do you have any institutional firewalls or anything that require special certificates? You can manually download the OSX 64 bit spice tarball here: https://naif.jpl.nasa.gov/pub/naif/misc/toolkit_N0066/C/MacIntel_OSX_AppleC_64bit/packages/ Unzip it, then you can tell spiceypy where to find it by setting the CSPICE_SRC_DIR environment variable prior to installing. For example I could download it into my home directory at /Users/jmapel/ and then unzip it and I would end up with /Users/jmapel/cspice/lib containing the cspice.a library. By setting CSPICE_SRC_DIR=/Users/jmapel/cspice prior to installing, cspice will find it the library and properly copy over to the install. username_2: hey @username_0 so if you are using anaconda you should install spiceypy using `conda install spiceypy -c conda-forge` instead of using pip. Otherwise this looks somewhat like the SSL handshake issue https://spiceypy.readthedocs.io/en/main/installation.html#ssl-alert-handshake-issue although I guess the error message is different. Try running `conda list openssl` to see if you are running an old version, then try upgrading/updating it to a newer version username_3: Hi @username_2, @username_0 -- I have seen in the past a similar issue with Mac installs using pip, not only SpiceyPy but other packages that require SSL. @username_0, could it be that you have downloaded Python from [www.python.org ](https://www.python.org) but did not run the `Install Certificates.command` provided within the `Python 3.8` folder in Applications? In the cases I have seen, that fixed the issue. username_2: @username_3 yeah that was my initial thought as well, but if you look at the text posted by @username_0 the python executable is `/Users/user/opt/anaconda3/bin/python` unless they installed python from python.org and then moved the directory? username_2: also the install certificates command is documented in the doc link above. username_1: I would go with Andrew's recommendation to use Anaconda to install spiceypy instead of pip then. username_2: Sam, just run "conda install spiceypy -c conda-forge" instead of these other suggestions. -Andrew username_2: Sam, The easiest and best solution would be to create a new conda environment for spiceypy `conda create -n new_spiceypy_env python=3.8 spiceypy -c conda-forge` that should just work. Looking at the package conflicts my guess is that this is not a fresh conda environment, or that this is the base environment for anaconda which has lots of packages in it that are creating some conflict with packages that the conda-forge provides, which isn't easy to fix. Otherwise the python version is not the issue. That command should get you past whatever conflict issue is happening and the openssl issue. Here is a link [https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) to anaconda's documentation that explains how to make new environments for reference. For the other issue when trying to compile cspice, which again is unrelated to the main issue, it looks like you have not set up xcode properly. The solution to this is to run `sudo xcode-select --install` and ensure you can launch xcode locally before trying to install again, although you may need to restart the terminal. As for the cause of the SSL error to begin with, thanks for posting the output for the ssl version. I don't have a great explanation for that yet as it seems like a relatively recent version of the library, maybe try conda installing `ca-certificates`? You might end up with the same conflict issues as before though. I would have to dig into it a bit more and try somethings out as I haven't had to think about these issues for a few years now. let me know if the new environment command at the top of this message works. thanks - Andrew username_2: great! I'm closing the issue. Status: Issue closed
JustFly1984/react-google-maps-api
422623554
Title: @types/markerclustererplus/index.d.ts is not a module. Question: username_0: I wanted to try out the new release @1.2.0-alpha.0, but I'm getting an error during compilation : `@types/markerclustererplus/index.d.ts is not a module.` in `lib/components/drawing/Marker.d.ts` How can I fix that ? Answers: username_0: By looking at the master branch commits, I just realized you apparently patch a few things regarding the markerclusterer, but you didn't publish a new version for npm. I would be happy to try out this new release ! username_1: Hi @username_0 . I don't have publishing rights to npm so you'll either have to wait until @username_2 wakes up or grab the current master branch which should work username_0: Thanks @username_1 ! Since @username_2 didn't published it yet, what's the correct way to use the master branch to test it out ? I tried to install the package directly from github `npm install --save https://github.com/username_2/react-google-maps-api/tree/master/packages/react-google-maps-api` but it doesn't work. I'm getting the following error: `npm can't find a package.json file in your current directory.` Even though the package.json seems to be there according to the Github file system. Thanks again username_2: @username_1 @username_0 I'm not really sure why it fails, it does work for docs, but it fails on gatsby-example deploy. I'm currently reqriting google's markerclustererplus to typescript and will include it as part of the lib. I'm thinking to make it as separate module, cos it has Apache.2.0 license. Our ouwn lib is living with MIT license, so that is a problem. We can't include code with Apache 2.0 into MIT if I understand copyright correct Status: Issue closed username_2: @username_0 please try alpha 4, soon will be alpha 5
cgeo/cgeo
972087355
Title: Smaller font size for logging and entering coords Question: username_0: ### Describe your problem! A (visual-impaired) user contacted us on support mail with this text (shortened): --- I have not good eyes, I was on more operation with them, so I have big problems to read smaller texts. And the new GUI design was changed in the way, that the recatngles were added around all the input data and the font of the input texts was significantly decreesed. It is mainly hard for the input of coordinates or distance/azimuth, where the numbers must be writtten exactly. Please, should it be possible increese the input font, especially for fieds with numerical inputs? There is enough space in the fields in the horizontal direction, now unused. [...] On the other way, the rectangles around the input fields seems me unnecessary, taking a lot space on the screen. But as it is a one of the main changes in the last GUI, the revert back unfortunately cannot be expected. --- I made two screenshots to prove he is right: ![Screenshot 2021-08-16 224041](https://user-images.githubusercontent.com/949669/129627168-4da7a4ab-3097-4d76-a714-7873587d75f6.png) ![Screenshot 2021-08-16 224124](https://user-images.githubusercontent.com/949669/129627170-80e855c2-4a64-4798-8d57-6951e2247566.png) ### How to reproduce? Use logging or coordinate input ### Actual result after these steps? Smaller fonts as before ### Expected result after these steps? Same font size? ### Reproducible Yes ### c:geo Version 2021.08.15 ### System information _No response_ ### Additional Information I asked the user to try the general scle up option on his device settings. Answers: username_0: Support ticket #247562 username_1: This is something what cannot satisfy all people. On my device (Sony XA1 with 5" display) the new c:geo GUI caused approx. 30% bigger font. And I personally do not like it, the bigger font the less info on the screen. Could it be possible to setup the text size in the c:geo configuration? username_2: c:geo now honors the Android-wide settings for Font Size. A first step would be to ask the user to increase/decrease this font size. I would expect that if font is too small/large in c:geo then it is also too small/large in all other apps. I tried and could significantly increase or decrease the font size with this approach. As for the border around the input fields: the only solution I can think of is to include another option to change their color to eg. gray (so they are not so "prominent" any more). To my knowledge, the topic of accessibility was never really tackled in c:geo. There would be lots of Todos I assume. This would fit as a (larger) topic into a GUI redesign (and material.io supports this I think). username_1: I'm using default font size in the system. The font is too large only in the new c:geo GUI, other apps are normal. I'm not going to use the small font for the whole system, other apps text would be too small. You never get 100% happy users... username_2: True dat username_1: Depends what "normal" size you expect in which application, the absolute size is same, which of course is not convenient for all apps. Especially in the list of caches in c:geo I would like to have the same amount of text as in the old GUI. The new GUI list of caches is not very compact, one cache uses often 5 rows with big spacing, so the list shows only 6 caches per my 5" screen. username_0: Yes and no. But this case (picture in initial post) shows the very same device with old and new release and our intentation was probably not to reduce font sizes but rather keep them the same or in tendency increase them a bit (due to many requests in the past). In this special case a visual impaired user told us, it was small before but he could handle it..now he can no longer handle it. There is a side issue, which I currently try to clarify with the user, that changing his system font settings has absolutely no effect. But still: The initial issues seems valid IMHO. Can someone confirm that we reduced those font sizes explicitly? username_3: Maybe the font size could be handled with variables in addition to the new modern.ui being used now. So the system wide settings are used in general, but when someone wants or needs it bigger or smaller a scale factor could be set and is added or subtracted from the default values, so the font size is only changing inside cgeo. username_0: I managed to fix it for the coordinate input with #11507 For the general size of all other text input field (logs, waypoint notes and all other places where text input fields show up) someone with more experience needs to take a look. Not sure which generic font size to use and where to define it. IMHO this is all we need to do to avoid a smaller text than before UI changes. The rest (discussed above) can be done via system font settings. Please lets not add further additional settings for this but rather improve it based on user feedback to be OK on default font sizes and the rest is up to the user. username_4: for fieds with numerical inputs? username_0: Indeed the initial user which I cited only talked about coordinate input, but there are couple of other users claiming (and its correct) that the text in input fields (waypoint notes, logging text,...) all got smaller. IMHO we should still see to keep it same as before. If you refer to the pictures in the initial post, you can see it was kind of unproportional: The "Report problem" got slightly bigger, the log text smaller. I can't think, this was intentional. username_4: The "very big text input size" was the Android 4 default style BTW ;-) While it was indeed intended to reduce them a bit, your PR looks like a very good compromise: Currently - 16|PR - 18|Old - 20 -|-|- Might be a bit too small | Looks good | definitely too big username_0: I showed it to some caching friends which had some hard time with our release. He also "approved" the 18sp. Status: Issue closed
knative/serving
349199831
Title: Improve handling of vendored build configs Question: username_0: The long-term solution is to more throughly decouple the build system from the serving system, so that build doesn't need to be installed or updated at all, or can be updated independently without these confusing errors. Until then, @username_1 suggested symlinking `third_party/config/build/release.yaml` into `config/` so that developers who run `ko apply -f config/` get those vendored updates too. If we do that, Matt says we should also remove the copy of build in release.sh, to prevent developers from having two copies of this in their configs. (This issue might also affect updates to other vendored configs in `third_party/config/monitoring/`, in which case we should make similar short-term changes and consider similar long-term fixes) <!-- /area build /area test-and-release /kind bug /kind cleanup --> Answers: username_1: We won't be vendoring build for too much longer, since it's dropping from the v1beta1 API spec. Status: Issue closed
r-dbi/RPostgres
412657771
Title: dbWriteTable: quoting seems to be missing Question: username_0: [1] ‘1.0.0.9001’ ``` # stats about my R ``` platform x86_64-w64-mingw32 arch x86_64 os mingw32 system x86_64, mingw32 status major 3 minor 5.1 year 2018 month 07 day 02 svn rev 74947 language R version.string R version 3.5.1 (2018-07-02) nickname <NAME> ``` Answers: username_1: Thanks for the report. It seems obvious that the quotes are missing, and that the following query should be sent instead: ```r (05378004, 'Bergisch Gladbach', 2.2805988748190344495, 109.. ``` With `copy = FALSE`, every value should be processed with `dbQuoteLiteral()` before it's added to the query. Would you like to contribute a pull request? username_0: I'd love to help, but I'm not into C++. I'm into PHP, Python and other stuff. Sorry :( username_2: I dont think you need C++ for that. You would have to adapt the method `dbWriteTable` in `tables.R` if I understand it correctly? So if "other stuff" includes R, you could fix it ;) Status: Issue closed
bbc/hive-runner-android
178090268
Title: Check installed packages Question: username_0: Occasionally, we have an issue with the instrumentation for Calabash and it requires re-installing before the job is started. Ideally, in the pre-script section we should be taking a snapshot of the packages installed on the device, run the tests, post-test get another list of packages, compare the two and then remove whatever has been added during the test. Answers: username_1: Part of bbc/hive-runner#154
IjzerenHein/react-navigation-shared-element
628412380
Title: Bottom Tabs Navigator breaking Transition Question: username_0: ## Description In v3 and v5 a [Bottom Tabs Navigator](https://reactnavigation.org/docs/tab-based-navigation/) still breaks the Shared Element Transition. This is a known issue (see https://github.com/IjzerenHein/react-navigation-shared-element/issues/42#issuecomment-625457009), I just wanted to create a dedicated issue to this (maybe for future PRs). ## Workaround A common workaround for this issue is to wrap the Tabs inside an extra SharedElement Stack Navigator: ```ts const SharedElementStack = createSharedElementStackNavigator(); function HomeScreenStack(): JSX.Element { return ( <SharedElementStack.Navigator screenOptions={{ gestureEnabled: false, }} headerMode="none"> <SharedElementStack.Screen component={HomeScreen} name="HomeScreenSharedElementStack" /> </SharedElementStack.Navigator> ); } ``` But even with this workaround the issue is not solved. See [demo](#demo) ## Demo [Demo Video on streamable](https://streamable.com/nigj5q) In this demo I'm using the following Setup: * Shared Element Stack Navigator (with `sharedElements`) - Bottom Tabs Navigator + Shared Element Stack Navigator (no configuration) * HomeScreen (containing `<SharedElement>`) + Shared Element Stack Navigator (no configuration) * HeartScreen + Other Screen + Other Screen - Post Details Screen (containing `<SharedElement>`) Answers: username_1: <Tab.Screen name="Home" component={HomeStackScreen}/>
aws/aws-sdk-ruby
267979692
Title: Deprecation of Resource#wait_until methods Question: username_0: ### Issue description Why is #wait_until for Resource deprecated? Documentation suggests that waiters on the equivalent Client are to be used instead but those methods only support pre-defined waiters. The Resource#wait_until methods allow an arbitrary evaluation of the resource which can be used to produce custom waiters, which is not possible with the Client methods. eg This is from code that manages version level restores of S3 (from before S3 supported tags) ```ruby # Wait until tags are updated on an S3 object indicating the restore is complete s3_object.wait_until(max_attempts: status_attempts, delay: 10, before_wait: before_wait) do |object| status = object.exists? && (object.metadata['restore_status'] ) ! finish_statuses.include?(status) end ``` Answers: username_1: Good to know! So resource `#wait_until` is marked as deprecated mainly to due the fact that the shared resource model is easy to be outdated when compared with client API models, we would not remove it to introduce breaking changes : ) And we have a backlog feature to support custom waiters as well : ) Closing, feel free to reopen with further comments or questions, I'll also add a "+1" for custom waiters in our feature backlog : ) Status: Issue closed
michaelrsweet/pappl
614103376
Title: WebIF: Add "print test page" functionality Question: username_0: Add a test page button to print a test page using the current printing defaults. The test page needs to: - [ ] Show the printer name, location, contact, etc. - [ ] Show the current "firmware" versions - [ ] For color printers, show a variety of color test patches (CMYK for sure, plus a variety of other color patches) - [ ] For monochrome printers, show a variety of grayscale test patches - [ ] Scale all of the above to fit on a single page Status: Issue closed Answers: username_0: We've opted for a simpler callback mechanism, which allows a printer application to provide its own test page.
dlemstra/Magick.NET
837152256
Title: Providing your own mipmaps with DXT5 compression Question: username_0: ### Is your feature request related to a problem? Please describe I'm working on a tool to influence mipmap generation. As an example, to remove repeating elements depending on the mipmap level. Or to change the alpha channel depending on the mipmap level. The file format required is DDS. The goal is to make a small tool to automate this process from the command line. The only approach to influencing the generated mipmaps is via `DdsWriteDefines` and then writing out a collection of images. Sadly, this only supports DXT1 or None as its compression and I'd like the library to support DXT5 too such that I can influence the alpha channel. ### Describe the solution you'd like I'd like the library to support other DDS compression formats when providing your own mipmaps. As an example BC3 / DXT5 for alpha support. ### Describe alternatives you've considered There does not appear to be alternative options. The only element I could find was the following forum topic: - https://legacy.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30236&start=15 The current implementation is described in that topic and appreciated a lot already! ### Additional context I use version 7.23.3 of Magick.Net-Q8-AnyCPU. Answers: username_1: When you don't supply the compression it will use the default depending on the image format (`DXT1`, `DXT3`, `DXT5` or `DX10`). You are not the first one running into this misunderstanding though. What can I do to make it more clear that this only forces either DXT1 or no compression? To write your own mipmaps you will need to read the image with a `MagickImageCollection` to read all the images. And when you set the boolean `MipmapsFromCollection` in the `DdsWriteDefines` the images in the collection (except for the first one) will be used as the mipmaps. username_0: Ah, that is good to know! I think the following suggestions may help: - Change the description of `DdsWriteDefines.Compression` from `Gets or sets the compression that will be used (dds:compression)` to `Gets or sets whether the compression of the images should be overridden (dds:compression)` - Change the description of `DdsCompression.None` from `None.` to `No compression is overridden: the compression of the images in the collection is used.` - Change the description of `DdsCompression.Dxt1` from `DXT1.` to `Overrides the compression of all the images in the collection to DXT1.` The description at the moment doesn't describe the behavior, leaving it to my own interpretation and that was off. I think adding a clear description as to what behavior you can expect will solve this problem for future users too. Personally I'd like to change the name of the member variables / enumerations too - but that is a breaking change. As an example, change `None` to `DoNotOverride`. In my application this doesn't happen - but what is the behavior if your collection uses different compressions? Does it use the top-level compression, of the texture itself? username_1: `None` means `No` compression. It does not mean that the compression will not be overriden, it means all images will not be compressed. username_1: I have updated the comments, thanks for your suggestions. Status: Issue closed
DefinitelyTyped/DefinitelyTyped
187593988
Title: material-ui: TextField onChange has wrong type Question: username_0: - [x] I tried using the latest `https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/material-ui/material-ui.d.ts#L1664` file in this repo and had problems. - [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript - The authors of that type definition are: // Definitions by: <NAME> <https://github.com/ngbrown>, <NAME> <https://github.com/herrmanno> There is no any type explanation [at official documentation](http://www.material-ui.com/#/components/text-field), but in **fact**, *onChange* callback signature must be changed from: ``` interface TextFieldProps { onChange?: React.FormEventHandler; // .... } ``` to: ``` onChange?: (e: FormEvent, value: string) => void; ``` Answers: username_1: please send a pull request. I'll review it. Status: Issue closed username_0: fixed
google/or-tools
712811955
Title: cp_model_dump_prefix hardcoded Question: username_0: **Version:** v7.8 **Language:** C++ **Solver:** CP-SAT **Operating system:** Windows 10 **Steps to reproduce the behavior:** 1. use the flag _cp_model_dump_models_ (without creating **C:/tmp/** first) **What did you expect to see?** protofile to be created somewhere (presumably in the current directory) **What did you see instead?** Check failed: (file::SetTextProto(file, model_proto, file::Defaults())).ok() IMHO, hardwired _/tmp/_ is not a great cross-platform option: https://github.com/google/or-tools/blob/a0a56698ba8fd07b7f84aee4fc45d891a8cd9828/ortools/sat/cp_model_solver.cc#L88<issue_closed> Status: Issue closed
zio/zio-kafka
1113021180
Title: Scala case classes for all parameters to AdminClient methods Question: username_0: Many of the methods of `AdminClient` have a case class that mimics the Java variant of parameters, but there are some that use the apache kafka java classes directly. It would be nice to have case classes for all of them.<issue_closed> Status: Issue closed
JensForstmann/Factorio-Blueprint-To-Combinator
593765507
Title: Items missing? Question: username_0: Import Blueprint: `<KEY>1zkkIn8Bg/5Q3n68NH802eSy+LVD+MR<KEY>xdo3zWm` refined-hazard-concrete-right seems to be missing Answers: username_1: Thanks for opening an issue. I'll look into this. Status: Issue closed username_1: @username_0 I've added support for hazard-conrete-left & -right. Your example bp will the output a combinator with these signals: - 2x substation - 4x small-lamp - 1x se-rocket-landing-pad - 8x kr-advanced-underground-belt - 4x kr-advanced-loader - 1x steel-display-small - 8x textplate-small-steel - 118x refined-concrete - 93x refined-hazard-concrete
wang-xinyu/tensorrtx
681617009
Title: yolov3 Fp16和 FP32 运行速度是一样的? Question: username_0: 您好,感谢您的分享! 我测试了一下,GTX1080ti ubuntu 16.04,驱动450,cuda 10.2,cudnn 7.6,tensorrt 7.0 尺寸 1x608x608 FP16 运行速度是 19ms 左右吧,引擎文件大小400M. 注释了宏 USE_FP16,使用FP32,引擎文件369M,运行速度 也是19ms. Answers: username_1: 参考下tutorial中`Check if Your GPU support FP16/INT8` gtx1080ti是不支持fp16的,所以一样 username_0: 好,感谢 Status: Issue closed
spadebuilders/community
367471674
Title: Integrate with Truffle Question: username_0: Integrate with the [Truffle Framework](https://truffleframework.com/) * new smart contracts have Codes 1066 / Translate 1444 support out of the box * "local" Translate contract for application specific codes showing useful human readable feedback in development environment Answers: username_0: Initial call with <NAME>. Schedule a call post-TruffleCon.
flutter/flutter
900797228
Title: [tool_crash] SentinelException Question: username_0: ## Command ``` flutter --no-color run --machine --track-widget-creation --device-id=192.168.1.40:5555 --start-paused --dart-define=flutter.inspector.structuredErrors=true --devtools-server-address=http://127.0.0.1:9100 lib\main.dart ``` ## Steps to Reproduce 1. ... 2. ... 3. ... ## Logs SentinelException ``` ``` ``` [✓] Flutter (Channel stable, 2.0.6, on Microsoft Windows [Version 10.0.19042.985], locale en-US) • Flutter version 2.0.6 at C:\src\flutter • Framework revision 1d9032c7e1 (4 weeks ago), 2021-04-29 17:37:58 -0700 • Engine revision 05e680e202 • Dart version 2.12.3 [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2) • Android SDK at E:\Android\adt-bundle-windows-x86_64-20140702\sdk • Platform android-S, build-tools 30.0.2 • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174) • All Android licenses accepted. [✓] Chrome - develop for the web • Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe [✓] Visual Studio - develop for Windows (Visual Studio Community 2019 16.7.2) • Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community • Visual Studio Community 2019 version 16.7.30413.136 • Windows 10 SDK version 10.0.18362.0 [✓] Android Studio (version 4.1.0) • Android Studio at C:\Program Files\Android\Android Studio • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6842174) [✓] Connected device (5 available) • LG M700 (mobile) • LGM700fc70801 • android-arm • Android null (API null) • Carlyle HR (mobile) • 192.168.1.40:5555 • android-arm • Android 9 (API 28) • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19042.985] • Chrome (web) • chrome • web-javascript • Google Chrome 91.0.4472.77 • Edge (web) • edge • web-javascript • Microsoft Edge 90.0.818.62 • No issues found! ``` ## Flutter Application Metadata **Type**: app **Version**: 1.0.0+1 **Material**: true **Android X**: false **Module**: false **Plugin**: false **Android package**: null **iOS bundle identifier**: null **Creation channel**: master **Creation framework version**: ec40df9576d6020dd56820b9b5aff8f828706e49 ### Plugins wear-0.1.1 Answers: username_1: Closing this as duplicate of https://github.com/flutter/flutter/issues/78214 Status: Issue closed
flutter/flutter
465138036
Title: type '_Type' is not a subtype of type 'Key' flutter error Question: username_0: ``` [{"event":"app.progress","params":{"appId":"8a26e346-3d1b-46d5-910e-289a7bb0ca47","id":"5","progressId":"hot.restart","message":"Performing hot restart..."}}]Performing hot restart... Syncing files to device Android SDK built for x86... Restarted application in 5,033ms. I/flutter ( 8581): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ I/flutter ( 8581): The following assertion was thrown building Mainpage(dirty, state: _MainpageState#6f496(ticker I/flutter ( 8581): active)): I/flutter ( 8581): type '_Type' is not a subtype of type 'Key' I/flutter ( 8581): I/flutter ( 8581): Either the assertion indicates an error in the framework itself, or we should provide substantially I/flutter ( 8581): more information in this error message to help you determine and fix the underlying cause. I/flutter ( 8581): In either case, please report this assertion by filing a bug on GitHub: I/flutter ( 8581): https://github.com/flutter/flutter/issues/new?template=BUG.md I/flutter ( 8581): I/flutter ( 8581): When the exception was thrown, this was the stack: I/flutter ( 8581): #0 new ChainAnimation (package:flutteranimation/anim/chainimation.dart:9:20) I/flutter ( 8581): #1 _MainpageState.build (package:flutteranimation/main.dart:44:20) I/flutter ( 8581): #2 StatefulElement.build (package:flutter/src/widgets/framework.dart:3825:27) I/flutter ( 8581): #3 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3739:15) I/flutter ( 8581): #4 Element.rebuild (package:flutter/src/widgets/framework.dart:3565:5) I/flutter ( 8581): #5 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3722:5) I/flutter ( 8581): #6 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3864:11) I/flutter ( 8581): #7 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3717:5) I/flutter ( 8581): #8 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2961:14) I/flutter ( 8581): #9 Element.updateChild (package:flutter/src/widgets/framework.dart:2764:12) I/flutter ( 8581): #10 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4876:14) I/flutter ( 8581): #11 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2961:14) I/flutter ( 8581): #12 Element.updateChild (package:flutter/src/widgets/framework.dart:2764:12) I/flutter ( 8581): #13 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3750:16) I/flutter ( 8581): #14 Element.rebuild (package:flutter/src/widgets/framework.dart:3565:5) I/flutter ( 8581): #15 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3722:5) I/flutter ( 8581): #16 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3717:5) I/flutter ( 8581): #17 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2961:14) I/flutter ( 8581): #18 Element.updateChild (package:flutter/src/widgets/framework.dart:2764:12) I/flutter ( 8581): #19 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4876:14) I/flutter ( 8581): #20 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2961:14) I/flutter ( 8581): #21 Element.updateChild (package:flutter/src/widgets/framework.dart:2764:12) I/flutter ( 8581): #22 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4876:14) I/flutter ( 8581): #23 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2961:14) I/flutter ( 8581): #24 Element.updateChild (package:flutter/src/widgets/framework.dart:2764:12) I/flutter ( 8581): #25 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4876:14) I/flutter ( 8581): #26 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2961:14) I/flutter ( 8581): #27 Element.updateChild (package:flutter/src/widgets/framework.dart:2764:12) I/flutter ( 8581): #28 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4876:14) I/flutter ( 8581): #29 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2961:14) I/flutter ( 8581): #30 Element.updateChild (package:flutter/src/widgets/framework.dart:2764:12) I/flutter ( 8581): #31 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3750:16) I/flutter ( 8581): #32 Element.rebuild (package:flutter/src/widgets/framework.dart:3565:5) I/flutter ( 8581): #33 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3722:5) I/flutter ( 8581): #34 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3864:11) I/flutter ( 8581): #35 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3717:5) I/flutter ( 8581): #36 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2961:14) I/flutter ( 8581): #37 Element.updateChild (package:flutter/src/widgets/framework.dart:2764:12) I/flutter ( 8581): #38 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3750:16) I/flutter ( 8581): #39 Element.rebuild (package:flutter/src/widgets/framework.dart:3565:5) I/flutter ( 8581): #40 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3722:5) I/flutter ( 8581): #41 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3717:5) I/flutter ( 8581): #42 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2961:14) I/flutter ( 8581): #43 Element.updateChild (package:flutter/src/widgets/framework.dart:2764:12) [Truncated] I/flutter ( 8581): #260 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3864:11) I/flutter ( 8581): #261 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3717:5) I/flutter ( 8581): #262 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2961:14) I/flutter ( 8581): #263 Element.updateChild (package:flutter/src/widgets/framework.dart:2764:12) I/flutter ( 8581): #264 RenderObjectToWidgetElement._rebuild (package:flutter/src/widgets/binding.dart:933:16) I/flutter ( 8581): #265 RenderObjectToWidgetElement.mount (package:flutter/src/widgets/binding.dart:904:5) I/flutter ( 8581): #266 RenderObjectToWidgetAdapter.attachToRenderTree.<anonymous closure> (package:flutter/src/widgets/binding.dart:850:17) I/flutter ( 8581): #267 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2258:19) I/flutter ( 8581): #268 RenderObjectToWidgetAdapter.attachToRenderTree (package:flutter/src/widgets/binding.dart:849:13) I/flutter ( 8581): #269 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.attachRootWidget (package:flutter/src/widgets/binding.dart:736:7) I/flutter ( 8581): #270 runApp (package:flutter/src/widgets/binding.dart:780:7) I/flutter ( 8581): #271 main (package:flutteranimation/main.dart:7:3) I/flutter ( 8581): #272 _runMainZoned.<anonymous closure>.<anonymous closure> (dart:ui/hooks.dart:199:25) I/flutter ( 8581): #277 _runMainZoned.<anonymous closure> (dart:ui/hooks.dart:190:5) I/flutter ( 8581): #278 _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:300:19) I/flutter ( 8581): #279 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:171:12) I/flutter ( 8581): (elided 4 frames from package dart:async) I/flutter ( 8581): ════════════════════════════════════════════════════════════════════════════════════════════════════ Lost connection to device. ``` Answers: username_1: `ChainAnimation({key: Key, Animation<double> animation})` doesn't look like valid syntax to me. username_0: hey can you please explain to me what is wrong in these syntax username_1: Shouldn't it be `ChainAnimation({Key key, Animation<double> animation})`? username_2: It should be ChainAnimation({Key key, Animation<double> animation}) : super(key: key, listenable: animation); Status: Issue closed username_3: Made the same mistake today, instead of `Key key` my intellisense gave me `key: Key`
dsccommunity/SqlServerDsc
728612916
Title: Clarify use of BrowserSvcStartupType when used with failover installs. Question: username_0: ` Action: InstallFailoverCluster BrowserSvcStartupType: null ` Hello, I would request that you clarify in the documentation the usage of the BrowserSvcStartupType parameter. It took me a day of troubleshooting and finally digging through the code to realize that I needed to specify BrowserSvcStartupType: null when using Action: InstallFailoverCluster (and AddNode) - and probably the two other cluster options. Thank you. Answers: username_1: Thank you for sending in a issue for this! It will help another person and I label this so someone in the community can update the documentation. username_0: To clarify, any other option on BrowserSvcStartupType results in the setup.exe complaining that BROWSERSVCSTARTUPTYPE cannot be used with action INSTALLFAILOVERCLUSTER. Status: Issue closed
kubernetes/website
1132990532
Title: Job completion-mode documentation has an unclarified note about a 'rare' condition Question: username_0: **Page to Update:** https://kubernetes.io/docs/concepts/workloads/controllers/job <!--Optional Information (remove the comment tags around information you would like to include)--> <!--Kubernetes Version:--> <!--Additional Information:--> Answers: username_1: As for why the note was added... Due to the async nature of kubernetes, it's possible that we don't observe the creation of Pods in a timely manner. We have some in-memory guards in place to prevent double creation. So it's very unlikely that you would observe such behavior and we simply don't make guarantees. Not sure how to express all of the above in a user-friendly way :) I'll wait for suggestions from tech-writers. username_2: /sig apps /language en Help wanted, but this isn't necessarily easy enough to merit /hel /remove-kind bug /triage accepted username_2: Thanks for the report @username_0
D-Generation-S/Tank
1095234723
Title: [FEATURE] Add proper aseprite file import Question: username_0: **Is your feature request related to a problem? Please describe.** Add the possiblity to use the aseprite json array export to fully descripe spritesheets **Describe the solution you'd like** A way to import those files and be ready to use them right away **Describe alternatives you've considered** - **Additional context** -<issue_closed> Status: Issue closed
DBMS-Consulting/CQT2
250945035
Title: Defect: MDC View is showing TR1 instead of Tier-1 in the column LIST_TYPE. Question: username_0: ![image](https://user-images.githubusercontent.com/25993316/29414832-9b66c142-837e-11e7-9a14-8ef324517f0e.png) Answers: username_0: Issues resolved: ![image](https://user-images.githubusercontent.com/25993316/29415701-7c18cdbe-8381-11e7-81ed-b29575bb2842.png) Status: Issue closed username_0: Screenshot for PRO list type showing : TIER-1 in LIST_TYPE column. ![image](https://user-images.githubusercontent.com/25993316/29417617-6ff72c32-8387-11e7-9b41-c88783208658.png) username_1: Yes, the parent list type is propagated to the child lists. <NAME> DBMS Consulting, Inc +1-860-983-5848 <EMAIL> username_0: PRO list type showing TIER-1 in LIST_TYPE column.. Added a screenshot to show that TIER-1 conversion for both Tier-1 and Protocol (where parent is Tier-1 list) lists
subugoe/crlite
805827231
Title: add doi popup (only crossref) Question: username_0: this would be kind of neat, though it would be limited to crossref and may break since this is still in the lab stage http://crossref.github.io/doi-popup/ I guess this would be a mini htmlwidget? Don't really have a concrete usecase right now anywhere in hoad though, since we're not really interested in individual docs.
samblackmore/calculator
212310223
Title: Imprecise floating point results Question: username_0: Do we do anything with them? http://stackoverflow.com/questions/588004/is-floating-point-math-broken `0.1 + 0.2 = 0.30000000000000004` `5/6 = 0.8333333333333334` Answers: username_0: This has been solved by rounding the logs to x decimal places while keeping the actual values intact. Status: Issue closed
Azure/azure-storage-java
469328803
Title: Using Input/Output streams with async blob api Question: username_0: ### Which service(blob, file, queue, table) does this issue concern? Blob ### Which version of the SDK was used? v12 ### What problem was encountered? While migrating from v8 to v12, i faced an issue that v12 doesn't have an option to get input/output stream for blob. Are there any options for streaming data from/to blobs? If yes, where I could get some examples? For my specific case, I used OutputStream from v8 blob api to write blob as zip file, writing zip entries on the fly. How would I do that with v12 async api? ### Have you found a mitigation/solution? Nope Answers: username_1: Hi, @username_0. Thanks for your question. We actually did add [BlobOutputStream](https://github.com/Azure/azure-sdk-for-java/blob/master/storage/client/blob/src/main/java/com/azure/storage/blob/BlockBlobClient.java#L98) and [BlobInputStream](https://github.com/Azure/azure-sdk-for-java/blob/master/storage/client/blob/src/main/java/com/azure/storage/blob/BlobClient.java#L138) back into v12 as a part of putting sync apis alongside the async apis. These options are only sync because of the nature of streams. If you want an async solution to this, the way to do this is creating a Flux with your data to zip as the source of your Flux. Fluxes cover both the input and output scenarios in the reactive world, which is why we don't have a specific offering for it. If you want more support in how to create this async workflow, we'd be happy to work with you on that. username_1: I am going to close this issue as I believe it has been resolved, but please feel free to reopen it or otherwise continue to engage if you need further support. Status: Issue closed
JuliaNLSolvers/NLSolversBase.jl
473940510
Title: non-modifying fg Question: username_0: This is more of a support request than an issue, I could not find this in the docs. I have a closure `fg` which calculates values and derivatives, eg ```julia fx, gx = fg(x) ``` For an MWE, consider ```julia fg(x) = 0.5*sum(abs2, x), x ``` How can I wrap this in `OnceDifferentiable`? I want to use this with Optim.jl. Answers: username_0: Here is an MWE with `only_fg!`, the question is whether this can be simplified: ```julia using Optim using NLSolversBase: only_fg! fg(x) = 0.5*sum(abs2, x), x function fg!(F, G, x) f, g = fg(x) G ≠ nothing && copy!(G, g) f end optimize(OnceDifferentiable(only_fg!(fg!), ones(3)), ones(3), LBFGS()) ``` username_0: Friendly bump, I still could not figure out a better solution (but the above works). username_1: I'm not sure why I didn't get any notifications here, sorry, didn't see it until now. Don't hesitate tagging me in the future :) Are you looking for something that only takes in `x` or which part is it that is important to you? username_0: I simply have code that calculates a function and its gradient, and I am wondering if I can just make a `OnceDifferentiable` out of it without making a modifying wrapper. Or, failing that, if my solution above is the recommended one. username_1: Why am I not getting *any* notifications for this repo? I have set it to watching, but I didn't get this notification, nor Tim's PR that I just merged... username_1: did you try the `OnceDifferentiable(only_fg(fg))` route? I think that's been included for quite a while. username_0: No, I went with `only_fg!`, [code here](https://github.com/username_0/DynamicHMC.jl/blob/master/src/mcmc.jl#L141-L148). Where is `only_fg` documented? I am not sure how to use it. username_1: It's not, but ``` function f(x) sum(x->x^2,x) end g(x) = 2 .* x fg(x) = f(x), g(x) od_fg = OnceDifferentiable(only_fg(fg), x) username_0: Thanks. I may modify my code above. My main concern about this package (in general) is that API stability commitments are unclear, so I am wary of using undocumented functions in stable packages. Some documentation (ie the usual Documenter.jl-generated pages and docstrings) would help a lot. username_1: Okay, I guess I can say what is expected to be stable. But breaking changes should only happen without major versions for things that are not exported. Overall, most of this package should be expected to be stable, as most new development is spent elsewhere and will superceed this. username_0: can you tell me where that is happening, if there is a public repo already? username_2: @username_0 I think the repo is https://github.com/username_1/NLSolvers.jl and the plan is presented in https://www.youtube.com/watch?v=GfRSPEhewwM username_1: I don't always keep it up to date, but it does work to some extent :) Some of it is coherent, some of it is thrown in ! I have some recent changes off-line based on discussions with @username_2 on problematic updates (damped BFGS, etc), and I hope to push a proper More & Sorensen trust region sub-problem solver soon. Status: Issue closed
google/built_value.dart
537070745
Title: Question: Automatic / Dynamic field assignment on rebuild Question: username_0: I've been investigating switching to built_value for our data models, but one area has me hung up. I would like to be able to set a `hasChanges` like field when a model is rebuilt with new values. We're currently doing something like this to minimize useless writes. In our current models, we'd been following the common pattern of `copyWith()` and setting it there. For example ``` SomeModel copyWith({ String someField, String someOtherField, bool deleted, }) { bool hasChanges = false; if ((someField != null && someField != this.someField) || (someOtherField != null && someOtherField != this.someOtherField) || (deleted != null && deleted != this.deleted)) { hasChanges = true; } return SomeModel( id: this.id, someField: someField ?? this.someField, someOtherField: someOtherField ?? this.someOtherField, hasChanges: hasChanges || this.hasChanges, deleted: deleted ?? this.deleted, ); } ``` Is it possible to accomplish the same thing in the builder pattern? Essentially a hydrated model and a new model would have `hasChanges = false`, but the moment a field is adjusted it has `hasChanges = true` for the rest of its lifetime. Answers: username_1: Hmm, that's a fun problem :) We don't currently track enough information inside the builder to do that. We could, in every setter, check the value you're setting against the current value before you set it. That would make changes more expensive, but would allow us to return the _identical_ instance if nothing changed, instead of an equal copy. Would that allow you to minimize useless writes? If you keep the old instances around you could use `identical(old, new)`, which is very cheap, to see if they changed. I can't think of a nice way to support the `hashChanges` field directly. Open to suggestions :) Status: Issue closed
robotpy/robotpy-build
543327872
Title: Generate python documentation without requiring compilation Question: username_0: We can't easily build these modules on readthedocs -- and honestly, we probably don't want to anyways. Instead, if we had an rst generator template, then readthedocs could just run that and then we'd have docs. This seems easier than trying to get sphinx to read from pyi files -- and the pyi files would have references to other non-installed modules (which aren't *really* required to create documentation), so the imports would fail. Maybe @auscompgeek has a better idea?
agda/agda
243226719
Title: Update benchmark with new standard library list membership Question: username_0: As Andreas [describes](https://github.com/agda/agda-stdlib/commit/6c5b6ccd216977b12a7dcdd6d9e34256fec965b4#commitcomment-23106449) one of the benchmarks is broken by my new changes to how list membership works in the standard library. I would fix it myself, but I'm on holiday and I'm currently experiencing problems with my GHC version on my personal computer. I'll keep trying to update my GHC version and fix it myself, but in case anyone gets there first, the error is: ``` agda/benchmark/std-lib/Any.agda:36,6-22 No such module Any.Membership-≡ when scope checking the declaration open Any.Membership-≡ ``` The full details of the changes to list membership can be found in [CHANGELOG.md](https://github.com/agda/agda-stdlib/blob/master/CHANGELOG.md). But in short, it should be easy to fix by changing any references to `Data.List.Any.Membership-≡` to `Data.List.Any.Membership.Propositional`. Answers: username_1: Blocked by agda/agda-stdlib#154 I need to update the agda-stdlib submodule so I need to fix all of the compilation errors arising from the new changes. I'd like to go for the principled solution rather than e.g. renaming [this local module definition](https://github.com/agda/agda/blob/master/test/LibSucceed/Issue854/Run.lagda#L65). Status: Issue closed username_1: As Andreas [describes](https://github.com/agda/agda-stdlib/commit/6c5b6ccd216977b12a7dcdd6d9e34256fec965b4#commitcomment-23106449) one of the benchmarks is broken by my new changes to how list membership works in the standard library. I would fix it myself, but I'm on holiday and I'm currently experiencing problems with my GHC version on my personal computer. I'll keep trying to update my GHC version and fix it myself, but in case anyone gets there first, the error is: ``` agda/benchmark/std-lib/Any.agda:36,6-22 No such module Any.Membership-≡ when scope checking the declaration open Any.Membership-≡ ``` The full details of the changes to list membership can be found in [CHANGELOG.md](https://github.com/agda/agda-stdlib/blob/master/CHANGELOG.md). But in short, it should be easy to fix by changing any references to `Data.List.Any.Membership-≡` to `Data.List.Any.Membership.Propositional`. Status: Issue closed username_2: Thanks! username_1: As Andreas [describes](https://github.com/agda/agda-stdlib/commit/6c5b6ccd216977b12a7dcdd6d9e34256fec965b4#commitcomment-23106449) one of the benchmarks is broken by my new changes to how list membership works in the standard library. I would fix it myself, but I'm on holiday and I'm currently experiencing problems with my GHC version on my personal computer. I'll keep trying to update my GHC version and fix it myself, but in case anyone gets there first, the error is: ``` agda/benchmark/std-lib/Any.agda:36,6-22 No such module Any.Membership-≡ when scope checking the declaration open Any.Membership-≡ ``` The full details of the changes to list membership can be found in [CHANGELOG.md](https://github.com/agda/agda-stdlib/blob/master/CHANGELOG.md). But in short, it should be easy to fix by changing any references to `Data.List.Any.Membership-≡` to `Data.List.Any.Membership.Propositional`. username_1: Perfect! Preparing the patch right now. username_1: Notice that the great deprivatisation leads to Auto finding [more solutions](https://github.com/agda/agda/commit/7be1e5f1c78f87484c68c1e7bddfc2e7dbe990c0#diff-676f53cfc896d3782cc2052c0d62913d) and triggering #1789 Status: Issue closed
dasDaniel/svelte-table
862425922
Title: I want to use select multiple. How to modify code ? Question: username_0: Thank you, it works. Ludwik Status: Issue closed Answers: username_1: Need to replace select with a multi-select at https://github.com/username_1/svelte-table/blob/develop/src/SvelteTable.svelte#L139 You may be able to use `<select multiple>` or create a similar implementation this will make the bound `filterSelections[col.key]` an array, you can then adjust [L41-L43](https://github.com/username_1/svelte-table/blob/develop/src/SvelteTable.svelte#L41-L43) to look for matches in the array username_0: Thank you, it works. Ludwik Status: Issue closed
GitMurf/roam-javascript
766294107
Title: REPLACE_ME Question: username_0: ## ✂️ Copy of your 42SmartBlock from Roam - ```` e ```` - ```` 3 ```` - ```` d ```` - ```` d ```` ## 📋 Describe the SmartBlock REPLACE_ME ## ✅ Describe any prerequisites or dependencies that are required for this SmartBlock REPLACE_ME ## 📷 Screenshot of your 42SmartBlock workflow/template from Roam REPLACE_ME ## 💡 Additional Info REPLACE_ME --- [label_example]<issue_closed> Status: Issue closed
Flask-Middleware/flask-security
777101664
Title: Vuln: 2FA-QR-Code via GET not CSRF protected Question: username_0: From my understanding and after some testing it appears that GET `/tf-qrcode` returns the QR-Code despite a CSRF token not being present. An attacker could (if other checks such as CORS fail) load this image on a 3rd party site the logged-in user visits and get the TOTP-secret which enables them to generate valid 2FA codes in the future as the secret does not change. Suggestion: Make the endpoint HTTP-POST instead and also it would be nice to have an endpoint where I can get the secret / URI without the QR code via JSON API. Answers: username_0: Even more serve: GET `/login?include_auth_token` returns an auth token - without CSRF check. Status: Issue closed
flutter/flutter
404030804
Title: SliverAppBar loses elevation at top of scroll? Question: username_0: At top of scroll, there is no elevation for SliverAppBar ![img_8cab0c27cfaa-1](https://user-images.githubusercontent.com/666539/51869864-e2f24f80-231f-11e9-99ef-bfe5db50b236.jpeg) During scroll progress, there is elevation for SliverAppBar ![img_8cab0c27cfaa-2](https://user-images.githubusercontent.com/666539/51869875-ef76a800-231f-11e9-8825-f88d2cedf82d.jpeg) It does not look correct to me, perhaps someone can confirm. Answers: username_1: Please add the output of `flutter doctor -v`. To investigate we would need a minimal runnable reproduction as a single file so that we can just copy your code into `lib/main.dart` of a new project and run to reproduce. username_2: I've got the extact same issue username_3: I had this but realised there is a flag that needs to be set `forceElevated: true` as this defaults to false https://api.flutter.dev/flutter/material/SliverAppBar/forceElevated.html ``` SliverAppBar( forceElevated: true, title: Text(state.title), elevation: Theme.of(context).appBarTheme.elevation, backgroundColor: Theme.of(context).appBarTheme.color, ), ``` username_4: Hi @username_0 Does this [comment](https://github.com/flutter/flutter/issues/27203#issuecomment-587545287) resolves this issue? Thank you username_5: @username_0 I hope it's solved, closing, comment please if it's not so and I'll reopen the issue Thank you Status: Issue closed
swedishmike/dmarcparser
320275495
Title: Can't connect to Splunk free version Question: username_0: Hi I've just been trying to forward my dmarc reports to splunk but I have the 'free' version of splunk and obviously I don't have any credentials to connect to my splunk instance. Is there currently workaround for this? Regards bill Answers: username_1: Bill, As far as I know it should work the same even if you use a 'free/development license'. Have you enabled the correct data source etc? http://docs.splunk.com/Documentation/Splunk/7.1.0/Data/WhatSplunkcanmonitor Cheers, Mike username_1: Since I might be mis-understanding you here: Exactly what do you mean by the 'free' version of Splunk? username_0: Thanks for your quick reply. The 'free' (also called the 'light') version does not require any login credentials and it has a maximum of 500MB of data per-day for indexing. Obvious your code is for the Splunk Enterprise version that does have login credentials. Basically I just need to be able to send data to a specific port on the splunk server. Regards Bill username_1: Bill, No worries at all - more fun than dealing with my actual job... ;) Ahh... I'm afraid that I've never tried that one. I've always used Splunk Enterprise with a development license for my testing/dev usage and then pointed live environments to our full licensed install. I did a quick search and it seems that you can't point the API etc towards these other versions: https://answers.splunk.com/answers/444286/is-rest-api-access-available-in-splunk-light.html :( I can think of two possible solutions here.... 1. Get yourself a Splunk Enterprise install with a development license. 2. Hack my script a bit and instead of sending the data over the SDK/http you could write it to a textfile and then use a normal Splunk forwarder to send that to your Splunk instance? Cheers, Mike username_0: Hi Mike I'm only a home user and run a private mail server so the development license for me seems a bit excessive. The write to a text file and forward it sounds good to me and the easiest. :) Regards Bill username_1: Bill, Yeah - in those circumstances I think the second option makes the most sense. Let me know if you're ok to close this issue as it is for now? Cheers, Mike username_0: Yes, I'll close this issue. Thanks again for your help and have a good week-end. Regards Bill Status: Issue closed username_1: Bill, Absolutely no worries at all - glad that I could be of at least some help. Thank you and the same to you! // Mike
jasonpeacock/led-bargraph
384010301
Title: Release new v0.1.1 version to crates.io with updated binary path/name Question: username_0: With issue #1 the source path of the binary changed from `src/main.rs` to the more correct `src/bin/led-bargraph.rs`, which also changes the name of the binary from `led_bargraph` to `led-bargraph`. This is good, and ideally enables document generation to also work now as there's no more conflict between the library and binary names. **Exit Criteria: Release a new version of `led-bargraph` to `crates.io`, as `v0.1.1`.** Status: Issue closed Answers: username_0: Available on crates.io: https://crates.io/crates/led_bargraph/0.1.1
midonet/tssrp6a
930855172
Title: Speed Question: username_0: Our users are complaining about 1-2 minutes login wait times on mobile. Is this something that can be improved? Answers: username_1: Hi @username_0! [This test](https://github.com/midonet/tssrp6a/blob/e8fd29627d3c84255d1e47191afd7f96634992e7/test/session.test.ts#L37) runs 20 signup/signin's. The unit test step takes [9s on GitHub runner.](https://github.com/midonet/tssrp6a/runs/2809346335?check_suite_focus=true). Can it be that delay is caused by high network latency? Status: Issue closed username_1: Closing for now, please re-open if the issue still persist.
Cazadorsniper/PO3
611470432
Title: Crash with ultimate wireless me terminal (pattern mode) Question: username_0: # Use the search function before reporting to see if the issue has been reported before. **Pack Version:** 3.3.56 **Pack Mode (Normal, Titan, Kappa):** Kappa **Singleplayer, Multiplayer, or LAN?:** Single **Description:** Tried to use the + to autofill in a pattern recipe for blitz powder using sag mill (was in the sag mill tab) caused it to crash. This is probably gonna do the same for any sag mill recipe but I havent checked **Steps to reproduce:** 1. have me pattern terminal 2. have it in the sag mill tab 3. try to autofill recipe for blitz powder 4. crash **Crash log (use pastebin or issue will be closed):** https://pastebin.com/6HCML6T4<issue_closed> Status: Issue closed
darkoverlordofdata/ash.coffee
113746055
Title: FrameTickProvider::stop run-time-error Question: username_0: When calling `stop` on a `FrameTickProvider` instance, a run-time error occurs indicating that the `cancelRequestAnimationFrame is undefined`. Looking at the source, there is no `cancelRequestAnimationFrame` defined anywhere in the code base. ### test (via console) ```javascript t = new ash.tick.FrameTickProvider(); t.add( function(d){ console.log( 'tick', d );}); t.start(); //let it run a few seconds then t.stop(); //Uncaught ReferenceError: cancelRequestAnimationFrame is not defined ``` Answers: username_1: I'm expecting the browser to supply requestAnimationFrame & cancelRequestAnimationFrame. I used to use this polyfill (http://notes.jetienne.com/2011/05/18/cancelRequestAnimFrame-for-paul-irish-requestAnimFrame.html) but since it's become standard, the cancel function name changed. I've updated FrameTickProvider to use the correct function name. I also found that it doesn't always seem to work due to timing - you can only cancel the current frame, so if it's already processing the next frame, the cancel request is ignored. Therefore I added a check in dispatchTick: 'return unless @isPlaying', so that the next frame won't be scheduled when you request a stop. My example program was directly calling requestAnimationFrame - my bad habit. I've updated it to use the FrameTickProvider. I expanded your test a bit: k = 0; t = new ash.tick.FrameTickProvider(); t.add( function(d){ console.log( 'tick', k, d );k++; if (k>10) t.stop();}); t.start(); Thanks - give it a try:) username_0: I'll give this a test this evening and report back. username_0: After updating I'm still getting the error `Uncaught ReferenceError: cancelRequestAnimationFrame is not defined` which is coming from `FrameTickProvider.prototype.stop`. username_1: Doh! I forgot - you're installing from npm. I just republished the npm repo.
JuliaLang/julia
269840254
Title: @raw_str backslash inconsistency Question: username_0: syntax: incomplete: invalid string syntax Stacktrace: [1] include_string(::String, ::String) at .\loading.jl:515 ``` I understand this is not solvable inside the `raw""` macro. On the other hand, I find the macro extremely useful on windows for dealing with the path to files (especially long paths...) . I know it is a fault of windows, but we (windows users) must live with it. If there is no better way to solve it, I'll do PR into the doc so it is an expected behavior. Answers: username_1: #22926 Status: Issue closed username_0: Ok, didn't know it's a hot topics right now. Definitely worth solving for 1.0. Closing in favor of #22926.
magefree/mage
1011584016
Title: Gisa, Glorious Resurrector does not return creatures to the battlefield Question: username_0: Test case: Gisa on my side of the battlefield. Grizzly Bears on computer's side. Doom Blade the Grizzly Bears. It goes to exile. Gisa's trigger goes on the stack in my upkeep but Grizzly Bears stays in exile.<issue_closed> Status: Issue closed
cmderdev/cmder
800142588
Title: Add a privacy policy page to the wiki Question: username_0: ### Purpose of the issue - [ ] Bug report (encountered problems/errors) - [ ] Feature request (request for new functionality) - [x] Question ### Version Information (N/A, or latest version) ### Description of the issue Some company policies prevent employees from using tools (even open source tools) that are not clear about the data they collect, the purpose of the data, and where that data is stored. I'd like to request a new wiki page stating what is Cmder's privacy policy, where you would address questions like: * Do you collect any kind of data? What data exactly, with what purpose, and in which servers do you store it? * Does the tool collect any telemetry info? Is it anonymized? Where is it stored, and what's the data retention policy? Note: I also checked the ConEmu repository for this kind of info, but couldn't find it. Thanks! Status: Issue closed Answers: username_1: Cmder is just configuration that glues together several components and thus collects no data in normal operation. Cmder does contain some diag scripts that can be run by the end user that will collect some info for the user to sanitize and post to an issue if required. See the scrips in `%cmder_root%\vendor\bin\*diag.cmd` for the types of data collected. username_2: @username_0 one of the products in the Cmder package is [Clink](https://github.com/username_2/clink). I'll add a line in its documentation attesting that it does not collect any data. It does have a local log file, but it only writes to the log file, and does not transmit it off of the local computer (it is for diagnostic self-help purposes).
upgradeQ/obsproject-obslua-tutorial-habr
716459481
Title: OBS Studio Lua Скриптинг Question: username_0: Всем привет, в этом руководстве рассмотрим создание скриптов для OBS на языке Lua. Скриптинг в OBS доступен начиная с версии 21, на данный момент новейшая 26.0.0-rc3 версия доступна для тестирования.Обновление включает в себя виртуальную веб камеру (пока что только на Windows), улучшенный UI,возможность скриншота любого источника( КДПВ была сделана с помощью этой функции). ![image](https://i.imgur.com/rmdGW46.png) # Описание глобальных функций, API, настроек Добавить скрипт можно через меню -> Инструменты -> Скрипты -> значок "плюс". Скрипты могут быть добавлены, перезагружены, удалены в режиме реального времени. ## Сходства и различия c С-API Сходства: почти полный доступ к API, **СБОЙ** или **УТЕЧКА ПАМЯТИ** с неправильно написанным скриптом. Различия: некоторые функции(с двойными указателями) недоступны, некоторые заменены на другие. У каждого скрипта своё пространство имён, убедиться в этом можно открыв текущую коллекцию сцен "~/obs-studio/basic/scenes". Настройки `settings` представляют собой JSON строку, они могут быть созданы/загружены/сохранены с помощью JSON строк или файлов. Описание функций: - `obslua` - модуль для доступа к функциям OBS - `script_description()` - описание скрипта, поддерживает примитивный HTML - `script_properties()` - пользовательский интерфейс - `script_defaults(settings)` - устанавливает настройки по умолчанию - `script_update(settings)` - вызывается каждый раз когда пользователь изменил настройки через пользовательский интерфейс - `script_load(settings)` - загружает настройки при первом запуске - `script_unload()` - вызывается при закрытии скрипта - `script_save(settings)` - используется в основном для сохранения горячих клавиш, настройки c пользовательского интерфейса сохраняются автоматически - `script_tick(seconds)` - вызывается каждый кадр, аргумент seconds получает значение потраченных секунд с предыдущего кадра - `script_path()` - возвращает абсолютный путь к папке скрипта - `timer_add(callback,milliseconds)` - вызов функции периодично - `timer_remove(callback)` - удаление функции с таймера, также есть вариант использовать `remove_current_callback()` внутри функции которая вызывается периодично # Пример скрипта Скрипт: Движение по линии с использованием кнопок и таймера. ```lua local obs = obslua local selected_source pos = obs.vec2() switch = false counter = 0 ``` Короткая запись модуля, `local var` - инициализация значения как `nil`, `pos` - структура предоставляемая OBS для перемещения источников на сцене. ```lua function script_properties() local props = obs.obs_properties_create() obs.obs_properties_add_button(props, "button1", "Вкл/Выкл",on_off) obs.obs_properties_add_button(props, "button2", "Добавить источник",add_source) obs.obs_properties_add_button(props, "button3", "Подвинуть источник на +10,0",move_button) local p = obs.obs_properties_add_list(props, "selected_source", "Выберите источник", obs.OBS_COMBO_TYPE_EDITABLE, obs.OBS_COMBO_FORMAT_STRING) local sources = obs.obs_enum_sources() if sources ~= nil then for _, source in ipairs(sources) do source_id = obs.obs_source_get_unversioned_id(source) if source_id == "color_source" then local name = obs.obs_source_get_name(source) obs.obs_property_list_add_string(p, name, name) end end end obs.source_list_release(sources) [Truncated] ![Гифка](https://i.imgur.com/JEQRdKT.gif) Задача на использование кнопок клавиатуры: На основе скрипта с горячими клавишами, создайте скрипт с переключателем вкл/выкл, доп кнопкой через JSON, доп кнопкой с комбинацией клавиш через JSON. ![Гифка](https://i.imgur.com/RWAiLc7.gif) # Ссылки - [Книга 1-го издания Lua](https://www.lua.org/pil/contents.html) - [Задания тесты Lua](https://github.com/kikito/lua_missions) - [Модули доступные в LuaJIT](https://luajit.org/extensions.html) - [Документация по скриптингу OBS](https://obsproject.com/docs/scripting.html) - [Заметки, краткое описание OBS API и модуль obspython](https://github.com/username_0/OBS-Studio-Python-Scripting-Cheatsheet-obspython-Examples) - [Форумный раздел со скриптами OBS](https://obsproject.com/forum/resources/categories/scripts.5/) - [Дискорд комната #scripting](https://discord.com/invite/obsproject) - [Гитхаб гист obslua](https://gist.github.com/search?l=Lua&q=obslua) - [Гитхаб поиск obslua](https://github.com/search?l=Lua&o=desc&q=obslua&s=indexed&type=Code) - [Баг API где в аргументах указатель-указатель](https://github.com/obsproject/obs-studio/issues/3462)
qbicsoftware/rmageddon-cli
785882354
Title: Travis is unhappy with current master Question: username_0: While reviewing the rmageddon SOP I noticed that the current master has issues. As this code is not present in the current release, it's only a minor thing and does not directly affect the processing of the SOP.
Esri/distance-direction-addin-dotnet
422966834
Title: ArcGIS Pro crashes when you add a point with Distance and Direction on Pro 2.1 Question: username_0: Open ArcGIS Pro (2.1) with latest (3.4.0.226) MT addin (or DD 4.1.1.48) with a new map. Open Distance and direction. Click the Map point tool (on Line or Circle tabs). Click on the map. Pro crashes. Does not affect Circle or Ellipse tabs. Does not affect Pro 2.3 Answers: username_0: @username_1 @username_2 @kgonzago @username_3 - crash with DD on Pro 2.1 username_1: I see the problem (that was introduced in [this PR/line](https://github.com/Esri/distance-direction-addin-dotnet/pull/650/files#diff-b7a999da509b42d8a917fa9a2a002aa3R689) with some odd behavior on 2.1 - map point clicks don't seem to have same SR as the map) and will PR in a bit username_2: confirming now, so i can understand when we look at it to see the fix username_1: Addressed in PR #652 username_2: Solutions\DefenseSolutions\DistanceAndDirection\Testing\csm-651-crash-on-map-point-tool-2-1\28 to test fix username_2: with Solutions\DefenseSolutions\DistanceAndDirection\Testing\csm-651-crash-on-map-point-tool-2-1\28 i'm not seeing the above behavior on 2.1 (but i did not repro for myself before installing this build). @username_0 what are you finding? username_2: i went back and installed the old version and observed the crash, then installed testing\...\28 and confirmed it is fixed... merging and building to dev username_2: Solutions\DefenseSolutions\DistanceAndDirection\March2019\Dev\49 is built to test before we 1. ask for another version to be signed 2. build into MT username_2: Dev\49 looks good. going to rebuild MT then try to get another version of DD and MT signed username_0: @username_2 Dev\49 worked for me. username_2: Solutions\DefenseSolutions\MilitaryToolsForArcGIS\March2019\Dev\227 exists now to test the MT build username_0: @username_2 MT Dev 227 works. username_2: MT 227 and DD 49 both work for me username_2: going to send both off to ask to have them signed again Status: Issue closed
sensiolabs/SensioGeneratorBundle
52592348
Title: generateNewView function in DoctrineCrudGenerator.php doesn't pass fieldMappings Question: username_0: Hi. I wanted to override the skeleton to include fields as form_row but discovered that the generateNewView function doesn't pass the fieldMappings to the twig template as opposed to generateEditView. ```php protected function generateNewView($dir) { $this->renderFile('crud/views/new.html.twig.twig', $dir.'/new.html.twig', array( 'bundle' => $this->bundle->getName(), 'entity' => $this->entity, 'route_prefix' => $this->routePrefix, 'route_name_prefix' => $this->routeNamePrefix, 'actions' => $this->actions, )); } ``` versus ```php protected function generateShowView($dir) { $this->renderFile('crud/views/show.html.twig.twig', $dir.'/show.html.twig', array( 'bundle' => $this->bundle->getName(), 'entity' => $this->entity, 'fields' => $this->metadata->fieldMappings, 'actions' => $this->actions, 'route_prefix' => $this->routePrefix, 'route_name_prefix' => $this->routeNamePrefix, )); } ``` Would it be possible to add this ? I am using Symonfy 2.3.* For your information I had posted on [Stackoverflow ](http://stackoverflow.com/questions/27588419/how-to-loop-through-form-fields-in-sensio-generator-bundle) Thanks for the great work. I discovered Symfony recently and it's fantastic! Answers: username_0: No feedback? username_1: Closing it as fixed by #401. Status: Issue closed username_0: Great, thanks
pimutils/vdirsyncer
310352000
Title: Fails syncing to singlefile: warning: 'Exactly one %s required in path ' error: 1 out of 1 tasks failed. Question: username_0: So I want to sync my nextcloud addressbook with a vcf file in order to use it as an addressbook for claws mail. Syncing with a vcf directly works fine, but syncing with a single file throws an error 'Exactly one %s required in path '. Full debug output below. Tried on Debian Stretch and Sid. * vdirsyncer 0.16.2 * Server software Nextcloud 13.0.1 * Python version 2.7.14+ * operating system: Debian Sid (Amd64) * Your config file [general] status_path = "~/.config/vdirsyncer/status/" [pair my_contacts] a = "local_xxx" b = "remote_xxx" collections = ["from a", "from b"] [storage local_uferwerk] type = "singlefile" path = "~/.local/share/vdirsyncer/contacts/xxx.vcf" [storage remote_xxx] type = "carddav" # We can simplify this URL here as well. In theory it shouldn't matter. url = "https://cloud.xxx.org/remote.php/dav/addressbooks/users/xxx/xx/" username = "xx" * Use `vdirsyncer -vdebug` for debug output. The output is sensitive, but please attach at least the last few lines before the error (if applicable), censored as necessary. This is almost always the most useful information. f</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272392.R118.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272397.R394.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272403.R415.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272409.R940.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272415.R856.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272416.R417.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272423.R954.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272426.R113.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272431.R973.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272438.R373.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272442.R349.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272462.R862.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272467.R109.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272473.R358.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272478.R693.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272484.R283.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272485.R746.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272491.R430.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272497.R490.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272502.R887.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272507.R151.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272513.R563.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272523.R317.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272526.R554.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272534.R698.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272539.R933.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272546.R161.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272552.R294.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272559.R381.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272564.R100.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272566.R483.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272573.R325.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272575.R212.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272581.R213.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272589.R550.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272591.R254.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272597.R521.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272609.R197.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272615.R11.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272621.R48.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272623.R504.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272630.R680.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272635.R378.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272640.R538.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272646.R809.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272647.R854.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272649.R550.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272654.R112.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272656.R124.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272662.R361.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272667.R33.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272672.R786.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272678.R806.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272683.R495.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272689.R994.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272699.R20.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272705.R907.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272706.R669.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272712.R939.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272713.R610.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272719.R232.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272724.R415.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272729.R941.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272734.R245.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272736.R359.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272742.R362.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272747.R599.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272749.R876.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272754.R634.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272760.R441.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272766.R21.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272768.R51.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272773.R414.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272779.R652.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272784.R231.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272786.R200.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272791.R810.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272796.R355.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272802.R680.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272807.R816.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272812.R370.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272818.R51.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272823.R728.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272828.R364.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272830.R914.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272836.R778.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272837.R904.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272842.R556.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272848.R981.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272853.R681.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272859.R111.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272860.R336.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272866.R815.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272871.R260.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272873.R465.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1504272878.R731.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/ebac92ea-a1ac-4289-b279-e6d67f28aebe.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/9de0845c-bde4-471e-b5e9-4ede1b46ea9a.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/f4775706-490f-44af-b852-4d7e92f2f130.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/79bbbe49-6cee-471c-89f3-1f07648ba404.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/091bfac3-6262-49fe-a961-807e60104c74.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/2008e171-061a-4bb2-bb8f-75ce5fdcb0de.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/eed19dd7-5f3b-443c-82ca-f79f50031608.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/ce414e8d-4f2d-4d59-97a3-3b38b7dde6be.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/195f9832-415a-4926-b000-0d49d1656a9b.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/a08d2314-4212-4156-9f0e-0f388a65d160.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/28ccf4f8-4dd7-4a0c-a853-5714c9a267e3.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1999979d-e87a-4a4a-89c5-ecea38966b12.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/af5dcfa5-8e25-4354-a5fb-f140d0804be7.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/01f96d68-b12e-41e0-9f89-5314bd3e6e36.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/3a6d5ce3-ce91-4ff3-a0e6-1c7972200dfd.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/556ea977-acd9-4a03-871e-e4463b0e1156.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/92621143-7fe9-44c7-b11c-32590b624202.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/2021b8d5-cff9-4067-ba5b-c5b12646dd64.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/f0aaa818-848a-4563-917c-d34959c8295a.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/b488a848-fbb1-42a1-b743-e6e31263bce1.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/db76d759-f735-4ca5-94aa-ad161d6279ab.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/7ca70e19-8c00-41c0-8dd5-3425a9f3ecb4.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/f436f460-c86d-426a-b901-0c052b25656d.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/789f8f52-cdbb-4ed0-80a7-bafc3b02dce9.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/73b2cdf4-542c-497b-9175-784b932ba01a.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/66d85ddf-5dc0-4052-a855-43b57007c059.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/7dedf779-1f6a-4e78-a8c3-248a3c945e22.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/6d7fc425-1d54-459a-9d3f-5db8c42192f0.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/2cc1be25-1460-4f72-933c-3cf8cb4a4d44.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/7ce0f6ed-e361-4fc6-a582-bcb1c204bcd1.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/5977370c-943c-4c47-b29c-69ae67158453.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/76aac274-a0c2-4f25-89ee-b14cca20d6cd.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/d2f18604-ccf4-4016-9ce5-d7c4e5b3e884.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/440c7f88-79db-46bd-a44c-f2d1d6a2973d.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/02edab85-466c-40e7-8983-9fa5b80e5d1b.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/9117fc22-6b08-4744-b47d-79ede1c9adca.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/5d421628-acfb-4555-beeb-0b555dc1080c.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/60912d5f-f683-407e-84de-d30027a99c4d.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/0fe40876-122a-4c59-a83d-5e8ba01b8474.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/b768fa3b-b44c-45b6-9e3f-5fcc959a6dea.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/726a04d5-2658-4158-ba83-519f2f14508b.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/addc3007-81b8-4c7f-9f05-d47e4d0b139a.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/55827c77-1b22-4044-872b-9ed4866205ff.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/84c236e7-4945-4c01-984d-1b4730ff7e1b.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/a047a01a-189d-43c7-93bf-a4bccd417b81.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/77525aa8-aa89-4800-be5b-94bd3ef65cc5.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/2001758e-2f5a-4c72-b378-0c5f1d56350a.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/ac0d88b2-7d69-4690-ade6-443f272ddee2.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/4a8bf999-6762-45f1-9c35-b19067d96484.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/1de39411-dbf2-404e-95ee-f60df4f19510.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/0245d4bd-c2fa-45f8-ac80-942ce67d2c8b.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/ef22dda0-ca78-48ed-84d7-2a12259a0de4.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/6525aaa9-d700-48f5-a7d2-cea148810b85.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/7835dfb6-6149-44ef-82ef-dc8046611239.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/5514db0f-b73c-4e9c-91a6-5ffe3ea84e3d.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/e9bd2d02-20ef-4b5d-92a4-85614f7f216a.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/5b6544fa-5568-44e8-ab3a-06eb1b020540.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/260cf322-bbc2-4058-a0df-1dea5d6389ea.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/0e8e3d57-d3c8-4707-bcf3-ebac55c19576.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/607887ff-dbb2-4783-90d8-143e40dc648a.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/266332b7-9fa7-4dcc-bcfa-180bd053eee5.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/dded02e4-27c9-4fe7-ae49-23e17e83c221.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/e0584ca3-79e1-46a3-a6eb-4c4c03bfbb33.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/b39967c4-e0bd-48c3-91f6-e0b12c0f6e66.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/608e02a4-d0ee-443a-9c05-483d54f2f5ca.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/0b0af641-d255-4672-b53a-5d9ba2eac6c3.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/88384a0e-a56e-4c3d-897e-1589f3fe6ff4.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/aefec94d-1d50-4107-9fbd-5dfe2e97a12d.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/87b11dcc-6ba2-4c54-aaaf-fba5b81f2b90.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/00088d58-2bbe-4f6e-830c-1067b29b9c18.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/36c3a42f-1275-4f1a-be8e-e1e45db56021.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/afddbf02-759f-4432-b5ea-b4b440e10bf6.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/61c177d2-23d2-4aa5-ad7a-b442ed8639df.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/bce183c5-9bf3-4b31-8ea1-9315b1842504.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/e2d00809-8297-4a4f-971f-879a4e8ee2b8.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/dcfd59ea-31cc-46dc-b358-75e95396fbff.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/2711b347-a21f-4144-bc4f-c11dabbae14a.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/7a6190b3-bd12-46a7-b048-eb91d19a1d7f.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/addressbooks/users/xxx/xxxxx/f269d898-f8db-4ca8-a7ef-500dd97baa71.vcf</d:href><d:propstat><d:prop><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response></d:multistatus> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d654f8> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d656d8> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d658b8> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d65a98> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d65c78> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d65e58> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6b098> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6b278> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6b458> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6b638> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6b818> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6b9f8> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6bbd8> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6bdb8> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6bf98> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6d1d8> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6d3b8> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6d598> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6d778> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6d958> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6db38> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6dd18> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6def8> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6f138> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6f318> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6f4f8> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6f6d8> debug: Skipping, not of resource type {urn:ietf:params:xml:ns:carddav}addressbook: <Element '{DAV:}response' at 0x7fe2e0d6f8b8> [Truncated] - "xxxxx" ("xxxxx") warning: No collection "xxxxx" found for storage local_xxxxx. Should vdirsyncer attempt to create it? [y/N]: y error: Unknown error occured: Exactly one %s required in path if collection is not null. error: Use `-vdebug` to see the full traceback. debug: File "/usr/lib/python3/dist-packages/vdirsyncer/cli/utils.py", line 340, in _worker debug: func(wq=self) debug: File "/usr/lib/python3/dist-packages/vdirsyncer/cli/tasks.py", line 82, in discover_collections debug: rv = collections_for_pair(pair=pair, **kwargs) debug: File "/usr/lib/python3/dist-packages/vdirsyncer/cli/discover.py", line 81, in collections_for_pair debug: _handle_collection_not_found=handle_collection_not_found debug: File "/usr/lib/python3/dist-packages/vdirsyncer/cli/discover.py", line 179, in expand_collections debug: _handle_collection_not_found debug: File "/usr/lib/python3/dist-packages/vdirsyncer/cli/discover.py", line 199, in _collection_from_discovered debug: return _handle_collection_not_found(config, collection) debug: File "/usr/lib/python3/dist-packages/vdirsyncer/cli/utils.py", line 411, in handle_collection_not_found debug: args = cls.create_collection(**config) debug: File "/usr/lib/python3/dist-packages/vdirsyncer/storage/singlefile.py", line 140, in create_collection debug: raise ValueError('Exactly one %s required in path ' error: 1 out of 1 tasks failed. Answers: username_1: Replace xxx with %s and you should be fine. The problem is that you configured vdirsyncer to synchronize all addressbooks it can find on nextcloud. Each addressbook would get its own file. So you have to define a template for the filenames instead of an actual filename. username_1: @username_0 does this information help you? username_0: Yes, sorry for not responding earlier Status: Issue closed
serlo/api.serlo.org
691331303
Title: URI malformed error [api] Question: username_0: This page: de.serlo.org/mathe/funktionen/wichtige-funktionstypen-eigenschaften/lineare-funktionen---geraden ![grafik](https://user-images.githubusercontent.com/13507950/91557485-d76c6d80-e934-11ea-8bf7-7d3d3e545903.png) Accessing it through the API, I can get the data, but also some errors. Looking up the location, its a video element with alias "null".<issue_closed> Status: Issue closed
bgamari/pipes-lzma
158503396
Title: compile failure with GHC 7.6 & GHC 7.8 Question: username_0: ``` [1 of 1] Compiling Pipes.Lzma ( src/Pipes/Lzma.hs, dist/dist-sandbox-4d6c05da/build/Pipes/Lzma.o ) src/Pipes/Lzma.hs:59:44: Not in scope: `mempty' Perhaps you meant `BS.empty' (imported from Data.ByteString) src/Pipes/Lzma.hs:92:44: Not in scope: `mempty' Perhaps you meant `BS.empty' (imported from Data.ByteString) xcabal: Error: some packages failed to install: pipes-lzma-0.1.0.0 failed during the building phase. The exception was: ExitFailure 1 ``` Answers: username_0: May I suggest to give https://github.com/username_0/multi-ghc-travis/blob/master/make_travis_yml_2.hs a try? :-) username_0: fyi, https://hackage.haskell.org/package/pipes-lzma-0.1.0.0/revisions/ username_1: Fixed in 0.1.1.0. Status: Issue closed
flutter/flutter
774981612
Title: Why rebuilding when TextField tapped? Question: username_0: If remove the MediaQuery.of(context).size code, it will not rebuild. this is my code. ```dart import 'dart:async'; import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'Example', home: ExamplePage(), ); } } class ExamplePage extends StatelessWidget { Future<Size> init(BuildContext context) async { print("init"); return MediaQuery.of(context).size; } @override Widget build(BuildContext context) { return Scaffold( body: FutureBuilder( future: init(context), builder: (BuildContext context, AsyncSnapshot<Size> snapshot) { if (snapshot.hasError) { return Text(snapshot.error); } else if (snapshot.connectionState == ConnectionState.waiting || !snapshot.hasData) { return CircularProgressIndicator(); } else if (snapshot.data == null) { return Text("snapshot.data == null"); } return Center(child: TextField()); })); } } ``` <details> <summary>Logs</summary> <!-- Run your application with `flutter run --verbose` and attach all the log output below between the lines with the backticks. If there is an exception, please see if the error message includes enough information to explain how to solve the issue. --> ``` [Truncated] • Dart plugin version 193.7361 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) [✓] IntelliJ IDEA Community Edition (version 2020.3) • IntelliJ at /Applications/IntelliJ IDEA CE.app • Flutter plugin installed • Dart plugin version 203.6912 [✓] VS Code (version 1.52.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.18.0 [✓] Connected device (1 available) • iPhone 11 (mobile) • 8715568A-E61C-4527-9401-2E31F0C25404 • ios • com.apple.CoreSimulator.SimRuntime.iOS-14-2 (simulator) • No issues found! ``` ``` </details> Answers: username_1: @username_0 I fail to understand the use case of treating `MediaQuery.of(context).size` as `Future` regardless I do experience the described behavior on `mobile`, but not on `web` ## flutter run -v <details> <summary>logs</summary> ```bash [ +96 ms] Syncing files to device Pixel 3a... [ +1 ms] <- reset [ ] Compiling dart to kernel with 0 updated files [ +1 ms] <- recompile package:issue/main.dart 42a20d5c-9b0f-4b66-b045-90e6dde4b33d [ ] <- 42a20d5c-9b0f-4b66-b045-90e6dde4b33d [ +85 ms] Updating files. [ ] DevFS: Sync finished [ +1 ms] Syncing files to device Pixel 3a... (completed in 89ms) [ ] Synced 0.0MB. [ ] <- accept [ +30 ms] Connected to _flutterView/0x77fe15ff20. [ +2 ms] Flutter run key commands. [ +1 ms] r Hot reload. 🔥🔥🔥 [ ] R Hot restart. [ ] h Repeat this help message. [ ] d Detach (terminate "flutter run" but leave application running). [ ] c Clear the screen [ ] q Quit (terminate the application on the device). [ ] An Observatory debugger and profiler on Pixel 3a is available at: http://127.0.0.1:44711/oNf4Wl8Gg-c=/ [ ] Running with unsound null safety [ ] For more information see https://dart.dev/null-safety/unsound-null-safety [ +275 ms] I/flutter ( 9701): init [+9847 ms] W/IInputConnectionWrapper( 9701): getExtractedText on inactive InputConnection [ ] W/IInputConnectionWrapper( 9701): getTextBeforeCursor on inactive InputConnection [ +54 ms] W/IInputConnectionWrapper( 9701): getExtractedText on inactive InputConnection [ ] W/IInputConnectionWrapper( 9701): getTextBeforeCursor on inactive InputConnection [ +18 ms] W/IInputConnectionWrapper( 9701): getExtractedText on inactive InputConnection [ ] W/IInputConnectionWrapper( 9701): getTextBeforeCursor on inactive InputConnection [ +6 ms] E/SpannableStringBuilder( 9701): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length [ +175 ms] I/chatty ( 9701): uid=10407(com.example.issue) identical 2 lines [ +2 ms] E/SpannableStringBuilder( 9701): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length [ ] I/flutter ( 9701): init [ +76 ms] I/flutter ( 9701): init [+1978 ms] I/chatty ( 9701): uid=10407(com.example.issue) 1.ui identical 6 lines [ ] I/flutter ( 9701): init [+7035 ms] W/IInputConnectionWrapper( 9701): getExtractedText on inactive InputConnection [ +1 ms] W/IInputConnectionWrapper( 9701): getTextBeforeCursor on inactive InputConnection [ +45 ms] E/SpannableStringBuilder( 9701): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length [ +69 ms] I/chatty ( 9701): uid=10407(com.example.issue) identical 2 lines [ +1 ms] E/SpannableStringBuilder( 9701): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length [ ] I/flutter ( 9701): init [ +842 ms] I/chatty ( 9701): uid=10407(com.example.issue) 1.ui identical 7 lines [ ] I/flutter ( 9701): init [+4030 ms] DevFS: Deleting filesystem on the device (file:///data/user/0/com.example.issue/code_cache/issueXTXFEH/issue/) [ +33 ms] DevFS: Deleted filesystem on the device (file:///data/user/0/com.example.issue/code_cache/issueXTXFEH/issue/) [ +407 ms] Failure in ext.flutter.exit: ext.flutter.exit: (-32000) Bad state: The client closed with pending request "ext.flutter.exit". [ +9 ms] Service protocol connection closed. [ ] Application finished. [ +3 ms] executing: /home/francesco/Android/Sdk/platform-tools/adb -s 965AY0WP5C forward --list [Truncated] [✓] Linux toolchain - develop for Linux desktop • clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final) • cmake version 3.10.2 • ninja version 1.8.2 • pkg-config version 0.29.1 [!] Android Studio (not installed) • Android Studio not found; download from https://developer.android.com/studio/index.html (or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions). [✓] Connected device (2 available) • Linux (desktop) • linux • linux-x64 • Linux • Chrome (web) • chrome • web-javascript • Google Chrome 87.0.4280.88 ! Doctor found issues in 1 category. ``` </details> username_2: This is intended behavior as opening the keyboard changes the dimensions of the MediaQuery, specifically the viewInsets, padding, and viewPadding. username_1: @username_2 I believe the behavior should be consistent between `mobile` and `web` username_0: @username_2 My issue has two problems. 1. I need to get the screen size in init method for image processing. but TextField is rebuilding when i tapped. again init method called. 2. The keyboard appears and then disappears immediately. username_2: The reason why the keyboard is disappearing is because your FutureBuilder is being used in an unsafe manner, regardless, the proper way of obtaining the size of the screen is: ```dart class _ExampleState extends State<Example> { Size size; @override void didChangeDependencies() { super.didChangeDependencies(); final newSize = MediaQuery.of(context).size; if (size != newSize) { size = newSize; // Do stuff with size } } @override Widget build(BuildContext context) { return Container(); } } ``` Or, if you don't care about listening to changes in the size of the screen it can be accessed directly through `dart:ui`'s [window](https://api.flutter.dev/flutter/dart-ui/window.html) singleton. username_2: @username_1 The difference in behavior comes from the fact that MediaQuery changes when the keyboard opens, you would observe the same behavior on mobile with a physical keyboard rather than an on-screen one. username_0: @username_2 Thanks. This is the way I found the solution to the problem. ```dart final size = window.physicalSize / window.devicePixelRatio; ``` Status: Issue closed
emina/rosette
544865357
Title: Bit vector rotates? Question: username_0: It would be very nice to have bit vector rotate functions in the Rosette standard library. I tried to add them myself but the bit vector operations in bitvector.rkt seem to be very involved for reasons I don't understand. Here's my implementation: ```racket (define (rotate-right i x) (define s (bitvector-size (type-of x))) (concat (extract (- i 1) 0 x) (extract (- s 1) i x))) (define (rotate-left i x) (define s (bitvector-size (type-of x))) (concat (extract (- s i 1) 0 x) (extract (- s 1) (- s i) x))) ``` Answers: username_1: . . bitvector-size: contract violation expected: bitvector? given: any/c ``` This fails because `rotate-right` is using `bitvector-size` in an unsafe way. Specifically, `bitvector-size` assumes that its input is not a symbolic union. So, Rosette does a lot of work to establish the preconditions assumed by its internal helper procedures such as `bitvector-size` (which aren't exported for this reason---establishing the preconditions is non-trivial). Status: Issue closed username_1: To clarify: `bitvector-size` is export but not document because we don't necessarily recommend using it :) username_0: Right--that my implementation had issues I do not understand is exactly why I think that having one in the standard library would have been useful.
vgrem/phpSPO
996909142
Title: Authentication Question: username_0: 1. What is the differnce between: - app principals (client credentials) auth (refer Granting access using SharePoint App-Only for a details) - user credentials auth 2. Why when I use : ``` use Office365\Runtime\Auth\UserCredentials; use Office365\SharePoint\ClientContext; $credentials = new UserCredentials("myuser", "<PASSWORD>"); $ctx = (new ClientContext("https//mydomainname.sharepoint.com"))->withCredentials($credentials); ``` I have this problem **Authentication failed: An error occurred while obtaining a token, check your URL or credentials** Answers: username_1: Try including the site itself in the url for your site: https//mydomainname.sharepoint.com/sites/foobar username_2: https//mydomainname.sharepoint.com => https://mydomainname.sharepoint.com
NSU-SP21-CSE499-18/Group-02
825753873
Title: Spring 2021 deliverable - 20 page report in IEEE format Question: username_0: By end of Spring 2021, I want a 20 page report in IEEE format. Final report will have the following sections: 1. Abstract 2. Introduction 3. Problem Statement 4. Project Idea 5. Prior Work 6. Project Description 7. Findings 8. Roadblocks 8. Areas of Improvement 8. Conclusion By Spring 2021, you will submit a report of 20 pages (including topsheet and images). It will have the following specs: 1) Title Heading: 25pt 2) Sections Heading: 20pt 3) Subsection Heading: 15pt 4) General : 12pt, Justified, black, Calibri font. 5) Content: points 1-5 for final report.<issue_closed> Status: Issue closed
Seagate/cortx-s3server
941085499
Title: S3 System Test stuck on a loop Question: username_0: Hey Guys.. I am following the readme to start a single node S3. Everything went well, except I got this error when running `sudo ./jenkins-build.sh`. Errors: ```sh ... ================================================================ test session starts ================================================================= platform linux -- Python 3.6.8, pytest-2.9.2, py-1.4.32, pluggy-0.3.1 -- /bin/python36 cachedir: s3cortxutils/s3confstore/.cache rootdir: /mnt/extra/cortx-s3server/s3cortxutils/s3confstore, inifile: collected 11 items s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_copy PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_delete PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_json_conf PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_get PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_getallkeys PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_load PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_save PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_set PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_validate_configfile_doesnotexist PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_validate_configfile_unsupportedformat PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_yaml_conf PASSED ============================================================= 11 passed in 0.06 seconds ============================================================== s3confstore UT's runs successfully Executing ST`s over HTTPS Check S3CMD...OK Check s3iamcli...OK Check jclient.jar...OK Check jcloudclient.jar...OK Check parallel...OK\Check bc...OK Check md5sum...OK Check seagate host entries for system test...OK Fri Jul 9 21:26:45 UTC 2021: Running backgrounddelete_spec.py Configuring LDAP adding new entry "ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=accesskeys,dc=s3,dc=seagate,dc=com" adding new entry "ou=idp,dc=s3,dc=seagate,dc=com" adding new entry "o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=users,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=roles,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "s3userid=123,ou=users,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ak=AKIAJPINPFRBTPAYOGNA,ou=accesskeys,dc=s3,dc=seagate,dc=com" adding new entry "ak=AKIAJTYX36YCKQSAJT7Q,ou=accesskeys,dc=s3,dc=seagate,dc=com" adding new entry "ou=groups,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=policies,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" Test case [Create account s3-background-delete-svc] - Execution time - 334 ms Command was successful. {'AccountId': '67891', 'CanonicalId': 'C67891', 'RootUserName': 'root', 'AccessKeyId': '<KEY>', 'SecretKey': '<KEY>'} Test case [Create Bucket "seagatebucket" using s3-background-delete-svc account] - motr[206018]: f9f0 ERROR [cas/service.c:1262:cas_fom_tick] <! rc=-2 motr[207165]: c180 ERROR [cas/client.c:1172:cas_req_replied_ast] <! rc=-2 Execution time - 606 ms Command was successful. Test case [Upload Object "object1" to bucket "seagatebucket"] - motr[206025]: 99f0 ERROR [cas/service.c:1262:cas_fom_tick] <! rc=-2 motr[207165]: 7180 ERROR [cas/client.c:1172:cas_req_replied_ast] <! rc=-2 Execution time - 429 ms [Truncated] ```sh # PLAY RECAP **************************************************************************** # 127.0.0.1 : ok=72 changed=64 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 ``` I don't think it missed any installation module. This is my Kafka status: ```sh ● kafka.service - Apache Kafka server (broker) Loaded: loaded (/etc/systemd/system/kafka.service; enabled; vendor preset: disabled) Active: active (running) since Fri 2021-07-09 20:54:33 UTC; 42min ago Docs: http://kafka.apache.org/documentation.html Main PID: 9089 (java) Tasks: 151 CGroup: /system.slice/kafka.service ``` Let me know if you have any hints for me to investigate this problem. I am also happy to share the access to the server if anyone willing to take a look. Thanks! Answers: username_0: Hey Guys.. I am following the readme to start a single node S3. Everything went well, except I got this error when running `sudo ./jenkins-build.sh`. Errors: ```sh ... ================================================================ test session starts ================================================================= platform linux -- Python 3.6.8, pytest-2.9.2, py-1.4.32, pluggy-0.3.1 -- /bin/python36 cachedir: s3cortxutils/s3confstore/.cache rootdir: /mnt/extra/cortx-s3server/s3cortxutils/s3confstore, inifile: collected 11 items s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_copy PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_delete PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_json_conf PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_get PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_getallkeys PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_load PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_save PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_set PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_validate_configfile_doesnotexist PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_validate_configfile_unsupportedformat PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_yaml_conf PASSED ============================================================= 11 passed in 0.06 seconds ============================================================== s3confstore UT's runs successfully Executing ST`s over HTTPS Check S3CMD...OK Check s3iamcli...OK Check jclient.jar...OK Check jcloudclient.jar...OK Check parallel...OK\Check bc...OK Check md5sum...OK Check seagate host entries for system test...OK Fri Jul 9 21:26:45 UTC 2021: Running backgrounddelete_spec.py Configuring LDAP adding new entry "ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=accesskeys,dc=s3,dc=seagate,dc=com" adding new entry "ou=idp,dc=s3,dc=seagate,dc=com" adding new entry "o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=users,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=roles,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "s3userid=123,ou=users,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ak=AKIAJPINPFRBTPAYOGNA,ou=accesskeys,dc=s3,dc=seagate,dc=com" adding new entry "ak=AK<KEY>,ou=accesskeys,dc=s3,dc=seagate,dc=com" adding new entry "ou=groups,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=policies,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" Test case [Create account s3-background-delete-svc] - Execution time - 334 ms Command was successful. {'AccountId': '67891', 'CanonicalId': 'C67891', 'RootUserName': 'root', 'AccessKeyId': '<KEY>', 'SecretKey': '<KEY>'} Test case [Create Bucket "seagatebucket" using s3-background-delete-svc account] - motr[206018]: f9f0 ERROR [cas/service.c:1262:cas_fom_tick] <! rc=-2 motr[207165]: c180 ERROR [cas/client.c:1172:cas_req_replied_ast] <! rc=-2 Execution time - 606 ms Command was successful. Test case [Upload Object "object1" to bucket "seagatebucket"] - motr[206025]: 99f0 ERROR [cas/service.c:1262:cas_fom_tick] <! rc=-2 motr[207165]: 7180 ERROR [cas/client.c:1172:cas_req_replied_ast] <! rc=-2 Execution time - 429 ms [Truncated] ```sh # PLAY RECAP **************************************************************************** # 127.0.0.1 : ok=72 changed=64 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 ``` I don't think it missed any installation module. This is my Kafka status: ```sh ● kafka.service - Apache Kafka server (broker) Loaded: loaded (/etc/systemd/system/kafka.service; enabled; vendor preset: disabled) Active: active (running) since Fri 2021-07-09 20:54:33 UTC; 42min ago Docs: http://kafka.apache.org/documentation.html Main PID: 9089 (java) Tasks: 151 CGroup: /system.slice/kafka.service ``` Let me know if you have any hints for me to investigate this problem. I am also happy to share the access to the server if anyone willing to take a look. Thanks! username_1: Tagging @username_2 - a quick look shows it as Kafka connection failure. CC - @vimalraghwani20 If possible - @username_0 - Can you pls try the latest main? username_2: @username_0 if the system is as is, please provide o/p of below: systemctl status kafka systemctl status kafka-zookeeper username_0: Thanks @username_2 and teams! I am still testing another QSG, I will give you guys an update by the end of this week. username_0: Hello @username_2 and @username_1 , I got a different error this time. It's related to the cortx-py utils I believe. ```sh Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/s3msgbus-2.0.0-py3.6.egg/s3msgbus/cortx_s3_msgbus.py", line 41, in setup_producer method=method) File "/usr/lib/python3.6/site-packages/cortx/utils/message_bus/message_bus_client.py", line 168, in __init__ message_type=message_type, method=method, message_bus=message_bus) File "/usr/lib/python3.6/site-packages/cortx/utils/message_bus/message_bus_client.py", line 30, in __init__ client_conf.keys() or client_conf['message_bus'] is None else \ File "/usr/lib/python3.6/site-packages/cortx/template/singleton.py", line 26, in __call__ cls._obj[cls] = super(Singleton, cls).__call__(*args, **kwargs) File "/usr/lib/python3.6/site-packages/cortx/utils/message_bus/message_bus.py", line 58, in __init__ Log.error(f"MessageBusError: {e.rc} Error while parsing" \ AttributeError: 'TypeError' object has no attribute 'rc' 2021-08-02 16:45:52,589 - object_recovery_scheduler - ERROR - Object recovery queue send data {'Key': '<KEY> 'Value': '{"create_timestamp":"2021-08-02T16:44:52.000Z","force_delete":"true","global_instance_id":"fQ0eBgAAAAA=-AAAAAAAAnEw=","is_multipart":"true","motr_process_fid":"<0x7200000000000000:0>","object_key_in_index":"object8","object_layout_id":9,"object_list_index_oid":"fQ0eBgAAAHg=-AgAAAAAAnEw=","objects_version_list_index_oid":"fQ0eBgAAAHg=-AwAAAAAAnEw=","old_oid":"AAAAAAAAAAA=-AAAAAAAAAAA=","part_list_idx_oid":"fQ0eBgAAAHg=-NwAAAAAAnEw=","pv_id":"AQAAAAAAAHYKAAAAAAAAAA=="}\n'} failed : Scheduler has stopped... Running Processor... 2021-08-02 16:45:52,589 - object_recovery_processor - ERROR - Failed to setup message bus for consumer: msg_bus setup_consumer except:'TypeError' object has no attribute 'rc' Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/cortx/utils/message_bus/message_bus.py", line 50, in __init__ broker_type = self._broker_conf['type'] TypeError: 'NoneType' object is not subscriptable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/s3msgbus-2.0.0-py3.6.egg/s3msgbus/cortx_s3_msgbus.py", line 66, in setup_consumer consumer_group=group, message_types=[msg_type], auto_ack=auto_ack, offset=offset) File "/usr/lib/python3.6/site-packages/cortx/utils/message_bus/message_bus_client.py", line 203, in __init__ auto_ack=auto_ack, offset=offset, message_bus=message_bus) File "/usr/lib/python3.6/site-packages/cortx/utils/message_bus/message_bus_client.py", line 30, in __init__ client_conf.keys() or client_conf['message_bus'] is None else \ File "/usr/lib/python3.6/site-packages/cortx/template/singleton.py", line 26, in __call__ cls._obj[cls] = super(Singleton, cls).__call__(*args, **kwargs) File "/usr/lib/python3.6/site-packages/cortx/utils/message_bus/message_bus.py", line 58, in __init__ Log.error(f"MessageBusError: {e.rc} Error while parsing" \ AttributeError: 'TypeError' object has no attribute 'rc' Processor has stopped... ``` Do you have a solution for this? Thanks! username_2: Looks like "/etc/cortx/message_bus.conf" is missing or empty. This indicates either configuration step was not followed or someone changed the file later on. Will you please provide o/p of "cat /etc/cortx/message_bus.conf" ? username_0: Thanks @username_2 ! Although I remembered clearly that I follow the guidelines thoroughly, but turns out that the file is indeed empty. The content is just `{}`. I must've done some mistake when copying the command. ANW, I rerun the test after fixing the message_bus.conf. Here is the final output after ~2 hours of execution. ```sh [OK] Bucket seagatebucket has been erased. [OK] The directory testfiles has been erased. Required time to create the bucket: 0.130 s Required time to upload the files: 3.803 s Required time to fetch a list of files: 0.096 s Required time to download the files: 0.596 s Required time to erase the objects: 0.172 s Required time to erase the bucket: 0.154 s Required time to perform all S3-related operations: 4.951 s Bandwidth during the upload of the files: 79.408 Mbps Bandwidth during the download of the files: 506.694 Mbps ************************************************* *** System tests with ossperf Runs Successful *** ************************************************* ``` Thanks, guys! I will close this issue and add my name to the `tested by`. Status: Issue closed username_3: Hey Guys.. I am following the readme to start a single node S3. Everything went well, except I got this error when running `sudo ./jenkins-build.sh`. Errors: ```sh ... ================================================================ test session starts ================================================================= platform linux -- Python 3.6.8, pytest-2.9.2, py-1.4.32, pluggy-0.3.1 -- /bin/python36 cachedir: s3cortxutils/s3confstore/.cache rootdir: /mnt/extra/cortx-s3server/s3cortxutils/s3confstore, inifile: collected 11 items s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_copy PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_delete PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_json_conf PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_get PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_getallkeys PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_load PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_save PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_set PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_validate_configfile_doesnotexist PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_validate_configfile_unsupportedformat PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_yaml_conf PASSED ============================================================= 11 passed in 0.06 seconds ============================================================== s3confstore UT's runs successfully Executing ST`s over HTTPS Check S3CMD...OK Check s3iamcli...OK Check jclient.jar...OK Check jcloudclient.jar...OK Check parallel...OK\Check bc...OK Check md5sum...OK Check seagate host entries for system test...OK Fri Jul 9 21:26:45 UTC 2021: Running backgrounddelete_spec.py Configuring LDAP adding new entry "ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=accesskeys,dc=s3,dc=seagate,dc=com" adding new entry "ou=idp,dc=s3,dc=seagate,dc=com" adding new entry "o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=users,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=roles,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "s3userid=123,ou=users,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ak=AKIAJPINPFRBTPAYOGNA,ou=accesskeys,dc=s3,dc=seagate,dc=com" adding new entry "ak=AKIAJTYX36YCKQSAJT7Q,ou=accesskeys,dc=s3,dc=seagate,dc=com" adding new entry "ou=groups,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=policies,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" Test case [Create account s3-background-delete-svc] - Execution time - 334 ms Command was successful. {'AccountId': '67891', 'CanonicalId': 'C67891', 'RootUserName': 'root', 'AccessKeyId': '<KEY>', 'SecretKey': '<KEY>'} Test case [Create Bucket "seagatebucket" using s3-background-delete-svc account] - motr[206018]: f9f0 ERROR [cas/service.c:1262:cas_fom_tick] <! rc=-2 motr[207165]: c180 ERROR [cas/client.c:1172:cas_req_replied_ast] <! rc=-2 Execution time - 606 ms Command was successful. Test case [Upload Object "object1" to bucket "seagatebucket"] - motr[206025]: 99f0 ERROR [cas/service.c:1262:cas_fom_tick] <! rc=-2 motr[207165]: 7180 ERROR [cas/client.c:1172:cas_req_replied_ast] <! rc=-2 Execution time - 429 ms [Truncated] ```sh # PLAY RECAP **************************************************************************** # 127.0.0.1 : ok=72 changed=64 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 ``` I don't think it missed any installation module. This is my Kafka status: ```sh ● kafka.service - Apache Kafka server (broker) Loaded: loaded (/etc/systemd/system/kafka.service; enabled; vendor preset: disabled) Active: active (running) since Fri 2021-07-09 20:54:33 UTC; 42min ago Docs: http://kafka.apache.org/documentation.html Main PID: 9089 (java) Tasks: 151 CGroup: /system.slice/kafka.service ``` Let me know if you have any hints for me to investigate this problem. I am also happy to share the access to the server if anyone willing to take a look. Thanks! Status: Issue closed username_3: Hey Guys.. I am following the readme to start a single node S3. Everything went well, except I got this error when running `sudo ./jenkins-build.sh`. Errors: ```sh ... ================================================================ test session starts ================================================================= platform linux -- Python 3.6.8, pytest-2.9.2, py-1.4.32, pluggy-0.3.1 -- /bin/python36 cachedir: s3cortxutils/s3confstore/.cache rootdir: /mnt/extra/cortx-s3server/s3cortxutils/s3confstore, inifile: collected 11 items s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_copy PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_delete PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_json_conf PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_get PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_getallkeys PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_load PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_save PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_mock_set PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_validate_configfile_doesnotexist PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_validate_configfile_unsupportedformat PASSED s3cortxutils/s3confstore/ut/s3confstore_unit_tests.py::S3ConfStoreAPIsUT::test_yaml_conf PASSED ============================================================= 11 passed in 0.06 seconds ============================================================== s3confstore UT's runs successfully Executing ST`s over HTTPS Check S3CMD...OK Check s3iamcli...OK Check jclient.jar...OK Check jcloudclient.jar...OK Check parallel...OK\Check bc...OK Check md5sum...OK Check seagate host entries for system test...OK Fri Jul 9 21:26:45 UTC 2021: Running backgrounddelete_spec.py Configuring LDAP adding new entry "ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=accesskeys,dc=s3,dc=seagate,dc=com" adding new entry "ou=idp,dc=s3,dc=seagate,dc=com" adding new entry "o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=users,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=roles,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "s3userid=123,ou=users,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ak=AKIAJPINPFRBTPAYOGNA,ou=accesskeys,dc=s3,dc=seagate,dc=com" adding new entry "ak=AKIAJTYX36YCKQSAJT7Q,ou=accesskeys,dc=s3,dc=seagate,dc=com" adding new entry "ou=groups,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" adding new entry "ou=policies,o=s3_test,ou=accounts,dc=s3,dc=seagate,dc=com" Test case [Create account s3-background-delete-svc] - Execution time - 334 ms Command was successful. {'AccountId': '67891', 'CanonicalId': 'C67891', 'RootUserName': 'root', 'AccessKeyId': '<KEY>', 'SecretKey': '<KEY>4l8FOwSad5XaW4fTY'} Test case [Create Bucket "seagatebucket" using s3-background-delete-svc account] - motr[206018]: f9f0 ERROR [cas/service.c:1262:cas_fom_tick] <! rc=-2 motr[207165]: c180 ERROR [cas/client.c:1172:cas_req_replied_ast] <! rc=-2 Execution time - 606 ms Command was successful. Test case [Upload Object "object1" to bucket "seagatebucket"] - motr[206025]: 99f0 ERROR [cas/service.c:1262:cas_fom_tick] <! rc=-2 motr[207165]: 7180 ERROR [cas/client.c:1172:cas_req_replied_ast] <! rc=-2 Execution time - 429 ms [Truncated] ```sh # PLAY RECAP **************************************************************************** # 127.0.0.1 : ok=72 changed=64 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 ``` I don't think it missed any installation module. This is my Kafka status: ```sh ● kafka.service - Apache Kafka server (broker) Loaded: loaded (/etc/systemd/system/kafka.service; enabled; vendor preset: disabled) Active: active (running) since Fri 2021-07-09 20:54:33 UTC; 42min ago Docs: http://kafka.apache.org/documentation.html Main PID: 9089 (java) Tasks: 151 CGroup: /system.slice/kafka.service ``` Let me know if you have any hints for me to investigate this problem. I am also happy to share the access to the server if anyone willing to take a look. Thanks! Status: Issue closed
backdrop/backdrop-issues
103134530
Title: [UX] Default drop-button action for node types should be 'manage fields' Question: username_0: The default action in a drop button (the one that appears first, as the "button") should always be the action that users want to do most of the time. Secondary actions should fall inside the "drop" and will require an additional click. For the node type listing, the action that's in the button right now is "Edit" but most users will want the "Manage Fields" option here far more often than "Edit". ![screen shot 2015-08-25 at 3 43 55 pm](https://cloud.githubusercontent.com/assets/397895/9481768/ff2c8d46-4b41-11e5-8892-6e4ac85eb42d.png) Answers: username_1: I'm not sure about this. I get that "Manage fields" is more common than "Edit" if you're adding new fields, but I don't like that this breaks the paradigm used most other places in Backdrop where the first action is Edit/Configure. The exception to this Menus, in which "List links" is first. But in that case, the tabs match the order of the contextual links. If we did the same thing here, you'd end up with a big mess of tabs where "Edit" was in the middle rather than at the beginning (unless we moved it all the way to the end, which I don't think is a great idea either). I'd appreciate @username_2's thoughts on this one, if he could spare them. username_2: My initial reaction is "Assuuumption!". That's why we need metrics guys. Anyways, even if we implemented metrics here, I believe that it would be hard to get a definite result out of them. You see, when people visit this part of the UI, they jump through most of the tabs sequentially. I don't think that there is a single task that is more important or frequently used. Once the content types are set, you'll do some minor tweaks here and there (and these might involve adding/editing fields as well as changing submission/publishing/revision/menu/etc. settings) but after that you'll rarely revisit the content type config pages. For me personally, I find myself requiring to edit content type settings after the initial setup in the same frequency as I need to manage fields. So no preference on most frequently used part of this UI. Now, when it comes to consistency, ...you know me! I believe that's part of why Nate has requested specifically me to chime in. @username_1 come on... you knew that my OCD would kick in and support your view on this one. Admit it! :stuck_out_tongue: Talking about consistency... why "Edit" in the drop-button and "Configure" in the tab? username_1: Ow ow ow. You're right, but we have a separate issue for that at #771. Let's include that change there if it's not already. Overall though, I think you're of the same mind as myself here. Other settings on content types may be changed frequently as well, it depends on your site and user behaviors. Menu links are an anomaly and we will fix them separately. I don't think we should introduce a new inconsistency here by reordering the dropbutton. If we're able to fix this "right" it would be somehow merging the "Configure" link with "Manage fields" (like we're doing for Menu links), perhaps as part of #779. Then we wouldn't have this problem in the first place. username_0: I filed a new PR that fixes that over at https://github.com/backdrop/backdrop/pull/1098 username_0: I think if we want the default action here to be edit, this shouldn't be a drop-button. The point of a drop-button is to make the most common task the easiest to use, and on the gazillions of site's I've built, I've never had one where I clicked 'edit' even close to as much as 'manage fields'. There's no real way to get metrics on which things people click on more in the UI, that's just not very realistic. (We did have consensus on 'Manage Fields' being the one in the button in the Drupal queue, fwiw). This might change in Backdrop if we start putting useful settings on the edit content type screen (pathauto settings, permissions, etc). But for now, my sites all get this patch :) username_3: Do we want to keep this issue open for further discussion, or close due to lack of further interest?
galaxyproject/gen3-integration
467583571
Title: provide gen3 with minimal kubernetes-oriented galaxy image Question: username_0: (but single afaik) Answers: username_1: The image is currently available on the Docker Hub as `galaxy/galaxy:19.05` with the build process captured in this repo https://github.com/CloudVE/galaxy-kube-playbook. However, the image alone is not enough and won't provide the desired functionality. Bundling it as part of the Galaxy Helm chart is the idea, with the chart residing at https://github.com/CloudVE/galaxy-helm/. username_0: @username_1 I am unclear whether this is ready to be handed off to the gen3 team or not. Could you please clarify for me? username_1: The Helm chart is functional and was tested on GCP, AWS, Jetstream, NeCTAR, and even a laptop so it is at a point where they could give it a try and see how far it gets within the Gen3 environment. Depending on the experience/feedback, we may need to tweak things. Probably the easiest way to get started would be to follow this tutorial: https://training.galaxyproject.org/training-material/topics/admin/tutorials/k8s-deploying-galaxy/tutorial.html
alphagov/notifications-admin
1076978228
Title: Previewing and validating recipient CSVs uploads is inconsistent Question: username_0: ## Pain There are two scenarios where a user uploads a CSV of recipients: - [Bulk send of an email / SMS / letter](https://github.com/alphagov/notifications-admin/blob/58532ee4ca6c6984a3d3b8b9909ea23655ef196d/app/main/views/send.py#L718) ("send") - [Create an emergency contact list](https://github.com/alphagov/notifications-admin/blob/58532ee4ca6c6984a3d3b8b9909ea23655ef196d/app/main/views/uploads.py#L438) ("contact-list") Both make an instance of [`RecipientCSV`](https://github.com/alphagov/notifications-utils/blob/1c9816ca86ce8c3e47238b63a39549c9ce392c17/notifications_utils/recipients.py#L48) and render something to show some or none of the CSV and its associated errors. <details> <summary>List of all CSV checks</summary> | Check | used in "send" templates | used in "contact-list" templates | notes | | ------------- | ------------- | ------------- | ------------- | | too many rows | column-errors | column-errors | `recipients.too_many_rows` | | not allowed to send to | column-errors | column-errors | `not recipients.allowed_to_send_to` | | no rows | column-errors | too-many-columns | "send" uses `count_of_recipients`, "contact-list" uses Jinja filter | | missing header row | column-errors | too-many-columns | "send" uses `recipients.missing_column_headers`, "contact-list" uses `\| length == 1` | | too many columns | | too-many-columns | "contact-list" checks if > 1 | | bad column names | column-errors | column-errors | "send" uses `recipients.has_recipient_columns`, "contact-list" uses `\| length == 1` | | duplicate recipient columns | column-errors | | "send" uses `recipients.duplicate_recipient_column_headers`, "contact-list" glosses over it (see "too many columns") | | missing columns | column-errors, row-errors | row-errors | both use `recipients.missing_column_headers` | | sent previously | sent-previously | | | | letters in trial mode | trying-to-send-letters-in-trial-mode | | | | too many messages | too-many-messages | | "send" uses `recipients.more_rows_than_can_send` | | message empty | row-errors | row-errors | "send" is meant to use custom text if there are multiple errors but this doesn't seem to work, otherwise both say "Missing" | | message too long | row-errors | | "send" uses `item.message_too_long` | | address errors | row-errors | | "send" uses `item.as_postal_address.*` | | other cell errors | row-errors | row-errors | both print the error verbatim for each column | </details> Any major changes to RecipientCSV need to be reflected in both places, but they are inconsistent and confusing: 1. Some of the errors don't correspond to the template name e.g. - ["too many rows" is an error rendered in "column-errors"](https://github.com/alphagov/notifications-admin/blob/58532ee4ca6c6984a3d3b8b9909ea23655ef196d/app/templates/views/check/column-errors.html#L21). 2. "send" does different checks to "contact-list" e.g. - ["contact-list" checks for multiple (redundant) columns](https://github.com/alphagov/notifications-admin/blob/58532ee4ca6c6984a3d3b8b9909ea23655ef196d/app/main/views/uploads.py#L467), but "send" allows them. - ["send" calls `missing_column_headers`](https://github.com/alphagov/notifications-admin/blob/58532ee4ca6c6984a3d3b8b9909ea23655ef196d/app/main/views/send.py#L728) on RecipientCSV, whereas ["contact-list" manually checks the length](https://github.com/alphagov/notifications-admin/blob/58532ee4ca6c6984a3d3b8b9909ea23655ef196d/app/templates/views/uploads/contact-list/too-many-columns.html#L21). 3. The set of templates is different between "send" and "contact-list": - "contact-list" has `column-errors`, `row-errors`, `too-many-columns`. - "send" has `column-errors`, `rows-errors`, and **7 error-specific partials**. 4. The views check for errors in different places and levels of abstraction: - "send" renders [the same template for some errors](https://github.com/alphagov/notifications-admin/blob/58532ee4ca6c6984a3d3b8b9909ea23655ef196d/app/main/views/send.py#L731), and then [again](https://github.com/alphagov/notifications-admin/blob/58532ee4ca6c6984a3d3b8b9909ea23655ef196d/app/main/views/send.py#L740) for some more. - sometimes we check for [specific errors](https://github.com/alphagov/notifications-admin/blob/58532ee4ca6c6984a3d3b8b9909ea23655ef196d/app/main/views/send.py#L724), or just [any errors](https://github.com/alphagov/notifications-admin/blob/58532ee4ca6c6984a3d3b8b9909ea23655ef196d/app/main/views/uploads.py#L495). ## Cure (ideas) In reality, there are three kinds of error we need to handle: 1. Top-level errors e.g. not enough columns, too many rows. 2. Row-wide errors e.g. address issues (since the address spans multiple columns). 3. Cell-specific errors e.g. invalid phone number. We could consolidate the preview / validation of a RecipientCSV into a single template / partial hierarchy, so that it can be reused consistently. This would likely correspond to a common set of helper functions. Some of the checks might be specific to one use case e.g. "letters in trial mode". This kind of check should be done and displayed separately, as it's not relevant to the processing of the CSV. Answers: username_0: There are various other issues that are tangential to this one e.g. - RecipientCSV uses [Rows, which is a Columns](https://github.com/alphagov/notifications-utils/blob/1c9816ca86ce8c3e47238b63a39549c9ce392c17/notifications_utils/columns.py#L68), which doesn't make sense (row <> column). - Calling the `rows` property of RecipientCSV can take [a very long time](https://github.com/alphagov/notifications-utils/pull/933) for large CSVs. - Some of the rendering of errors look pretty broken (see example below). <details> <summary>Example of broken-looking error rendering</summary> <img width="762" alt="Screenshot 2021-12-10 at 15 47 39" src="https://user-images.githubusercontent.com/9029009/145601856-ad0c13a3-46a7-4866-bca9-83a8fc27abf8.png"> </details> While these are tangential, in finding curing this pain we'll likely encounter some of these other issues, if we try and overhaul the code. We should be careful about getting swamped by them.
Team254/cheesy-mail
268985418
Title: Plain Text Emails Don't Work Question: username_0: Should support plain text in addition to HTML emails. Answers: username_1: It's more an issue that if we take plain-text emails, we'd have to intelligently inject some kind of HTML formatting to make it look the same as it does in text. Otherwise, all the text will be mashed together when wrapped with our HTML template. At the time of initial implementation, I decided it was way easier to just reject those messages. username_0: I feel like if we wrap the plain text in a <p> tag, it'd probably be good enough. username_0: @username_2 Could you look into this? username_2: Just to confirm, this issue involves [this block of code](https://github.com/Team254/cheesy-mail/blob/5aae0a242211ed2f7a45507b7e57bc987debc431/mail_message.go#L87), correct? I've never written in Go before, so is there a way I can set this up locally to write a solution? username_0: Yeah, it's that. I'm not sure if you can easily setup locally, but you can test with the debug feature: https://github.com/Team254/cheesy-mail/blob/5aae0a242211ed2f7a45507b7e57bc987debc431/mail_message.go#L197 @username_1 ?