Skip to content

Instantly share code, notes, and snippets.

@rafaelkallis
Last active March 3, 2024 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rafaelkallis/d55d1a3773e6bfe6f69e19069cc185aa to your computer and use it in GitHub Desktop.
Save rafaelkallis/d55d1a3773e6bfe6f69e19069cc185aa to your computer and use it in GitHub Desktop.
visual studio code issues
This file has been truncated, but you can view the full file.
__label__bug "ToggledFrames that are not enabled for all ships do not close when new ship is loaded This can lead to a rather messy situation: ![afbeelding](https://user-images.githubusercontent.com/15170036/31015192-1d4c5bec-a51f-11e7-9138-f9891c775083.png) "
__label__enhancement "Switching boards We need to implement some sort of mechanism for opening a new board/switching to a saved board. Of course, this depends on #2, persistence. Once this is implemented, there should be command to switch to a new board. If the current board hasn't been saved in it's most current state, prompt the user. If the board they attempt to open does not exist, open it as a blank or scaffold board (perhaps with one empty list). It it does exist, open it."
__label__enhancement Complete Fixture banks.json Complete [file](https://github.com/ConTTudOweb/base/blob/master/base/accounting/fixtures/banks.json) with all banks sorted by code. @edvaldolj02
__label__question Conditional logging removed from version 16.* Why have you removed conditional logging from version 16.*?
__label__bug "Catalogue number of pageviews is no longer updated Catalogue ""number of pageviews"" is no longer updated. this happens for all ges."
__label__enhancement "Optimization of UI for better response in larger screens **Actual Behaviour** Currently, the UI for all activities are just streched out for larger screens. **Expected Behaviour** A better option would be to optimize the UI to respond better for devices with larger screens and landscape layouts specifically according to material design guidelines such as, an open navigation drawer for tablet view, having more number of items populated on screen when on larger devices, etc. **Steps to reproduce it** Redefining of layouts for various screen widths as specified by material design guidelines. **LogCat for the issue** Not applicable **Screenshots of the issue** ![screenshot_1514053265](https://user-images.githubusercontent.com/26908195/34321728-43227710-e83c-11e7-8a49-93660c9d76d5.png) ![screenshot_1514053271](https://user-images.githubusercontent.com/26908195/34321729-452187fe-e83c-11e7-8540-1db86b75ef8b.png) ![screenshot_1514053294](https://user-images.githubusercontent.com/26908195/34321731-4792e190-e83c-11e7-8203-40ac5f831670.png) ![screenshot_1514053317](https://user-images.githubusercontent.com/26908195/34321732-4acf4f60-e83c-11e7-9a95-d5dc0347e49e.png) ![screenshot_1514053323](https://user-images.githubusercontent.com/26908195/34321734-4dafed02-e83c-11e7-9fe5-261de35189cb.png) ![screenshot_1514053337](https://user-images.githubusercontent.com/26908195/34321736-56e14844-e83c-11e7-862b-6bb803422465.png) The views can be redefined to have a more centrally aligned text view with larger font sizes. More options could be included instead of having extra large streched out views. **Would you like to work on the issue?** YES, I would like to work on the issue "
__label__bug "VsTest Platform installer indicating path too long ## Description I added VsTest Platform installer task to my release with Version set to Latest Pre-Release. When the task runs it fails indicating it cannot install. Logs indicate path is too long. Directory limit is 248 characters as indicated in the log, but my directory is only 69 characters. I also tried using the specific version option and setting that to ""15.6.0-preview-20171211-02"" which is the current version in the nuget gallery. ## Environment Agent.OS | Windows_NT Agent.OSVersion | 6.3.9600 Agent.Version | 2.124.0 ## Diagnostic logs > 2018-01-08T13:53:16.8618746Z ##[section]Starting: VsTest Platform Installer > 2018-01-08T13:53:16.8782263Z ============================================================================== > 2018-01-08T13:53:16.8782263Z Task : Visual Studio Test Platform Installer > 2018-01-08T13:53:16.9087427Z Description : Acquires the test platform from nuget.org or the tools cache. Satisfies the ‘vstest’ demand and can be used for running tests and collecting diagnostic data using the Visual Studio Test task. > 2018-01-08T13:53:16.9087427Z Version : 1.0.3 > 2018-01-08T13:53:16.9087427Z Author : Microsoft Corporation > 2018-01-08T13:53:16.9087427Z Help : Acquires the <a href=""https://www.nuget.org/packages/Microsoft.TestPlatform/"">test platform from nuget.org</a> or the tools cache. Satisfies the ‘vstest’ demand and can be used for running tests and collecting diagnostic data using the ‘Visual Studio Test’ task. > 2018-01-08T13:53:16.9087427Z ============================================================================== > 2018-01-08T13:53:18.4123441Z Starting VsTest platform tools installer task. > 2018-01-08T13:53:18.4123441Z ============================================================================== > 2018-01-08T13:53:18.4123441Z Looking for the latest pre-release version of the Microsoft.Testplatform. > 2018-01-08T13:53:22.2694764Z [command]C:\VSTSReleaseAgent\vsts-agent-win7-x64-2.110.0_2\_work\_tasks\VisualStudioTestPlatformInstaller_2c65196a-54fd-4a02-9be8-d9d1837b7111\1.0.3\nuget.exe install Microsoft.TestPlatform -Version 15.6.0-preview-20171211-02 -Source https://api.nuget.org/v3/index.json -OutputDirectory C:\VSTSReleaseAgent\vsts-agent-win7-x64-2.110.0_2\_work\_temp\VsTest -NoCache -DirectDownload > 2018-01-08T13:53:22.3623966Z Feeds used: > 2018-01-08T13:53:22.3623966Z https://api.nuget.org/v3/index.json > 2018-01-08T13:53:22.3623966Z > 2018-01-08T13:53:22.3943197Z > 2018-01-08T13:53:22.3943197Z > 2018-01-08T13:53:22.4717887Z Attempting to gather dependency information for package 'Microsoft.TestPlatform.15.6.0-preview-20171211-02' with respect to project 'C:\VSTSReleaseAgent\vsts-agent-win7-x64-2.110.0_2\_work\_temp\VsTest', targeting 'Any,Version=v0.0' > 2018-01-08T13:53:23.9288385Z Gathering dependency information took 1.43 sec > 2018-01-08T13:53:23.9600560Z Attempting to resolve dependencies for package 'Microsoft.TestPlatform.15.6.0-preview-20171211-02' with DependencyBehavior 'Lowest' > 2018-01-08T13:53:24.0225533Z Resolving dependency information took 0 ms > 2018-01-08T13:53:24.0225533Z Resolving actions to install package 'Microsoft.TestPlatform.15.6.0-preview-20171211-02' > 2018-01-08T13:53:24.0225533Z Resolved actions to install package 'Microsoft.TestPlatform.15.6.0-preview-20171211-02' > 2018-01-08T13:53:24.0694243Z Retrieving package 'Microsoft.TestPlatform 15.6.0-preview-20171211-02' from 'nuget.org'. > 2018-01-08T13:53:24.1631710Z GET https://api.nuget.org/v3-flatcontainer/microsoft.testplatform/15.6.0-preview-20171211-02/microsoft.testplatform.15.6.0-preview-20171211-02.nupkg > 2018-01-08T13:53:24.3749288Z OK https://api.nuget.org/v3-flatcontainer/microsoft.testplatform/15.6.0-preview-20171211-02/microsoft.testplatform.15.6.0-preview-20171211-02.nupkg 209ms > 2018-01-08T13:53:27.4662730Z Adding package 'Microsoft.TestPlatform.15.6.0-preview-20171211-02' to folder 'C:\VSTSReleaseAgent\vsts-agent-win7-x64-2.110.0_2\_work\_temp\VsTest' > 2018-01-08T13:53:28.5918697Z WARNING: Install failed. Rolling back... > 2018-01-08T13:53:28.5918697Z Executing nuget actions took 4.55 sec > 2018-01-08T13:53:28.5918697Z The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. > 2018-01-08T13:53:28.7268717Z ##[warning]Failed to download version 15.6.0-preview-20171211-02 of the test platform. Looking in the cache for the latest available version. > 2018-01-08T13:53:28.7425047Z ##[warning]Failed to find any version of the test platform package in the cache. > 2018-01-08T13:53:28.7425047Z ##[error]Failed to acquire the test platform. Please refer to the logs for additional information. "
__label__question "Kit ? Hi, i want to create kit, i use this version : forgeessentials-1.10.2-10.1.1343-server.jar but where or how create kit ?? Thanks for answer ! :)"
__label__enhancement "JIT initialization and shutdown is not done transparently Currently, calling `initializeJit` and `shutdownJit` is the responsibility of the program making use of wasmjit-omr. However, this requires source code changes to any program that previously embedded the WABT interpreter to support wasmjit-omr. A better solution would be to find a way to manage the lifetime of the JIT transparently from within `libwabt`. Right now, this is not done since we have not yet found a clear location to make these calls to ensure that the lifetime of the JIT is correct."
__label__bug "Ampersands in tags need to be escaped. <!-- == Github Issues are for bug reports and feature requests only == == Please visit https://community.nodebb.org for other support == == Found a security exploit? Please email us at security@nodebb.org instead for immediate attention == == → DO NOT SUBMIT VULNERABILITIES TO THE PUBLIC BUG TRACKER == --> <!-- ++ Please include the following information when submitting a bug report ++ --> - **NodeBB version:** v1.7.3 - **NodeBB git hash:** 0020b8a18b7ad9345162a5843817458724dafc14 <!-- (to find your git hash, execute `git rev-parse HEAD` from the main NodeBB directory) --> - **Database type:** mongo - **Database version:** v3.4.9 <!-- `mongod --version` or `redis-server --version` --> - **Exact steps to cause this issue:** Create a tag with an & in it. <!-- 1. First I did this... 2. Then, I clicked on this item... --> - **What you expected:** I expected the & to be propery escaped in html as in ` &amp; ` <!-- e.g. I expected *abc* to *xyz* --> - **What happened instead:** <!-- e.g. Instead, I got *zyx* and NodeBB set fire to my house --> Instead it wasn't escaped and edge wasn't happy. ` <a href=""/tags/books&mags""><span class=""tag small"" style="""">books&mags</span></a> ` ` HTML1402: Character reference is missing an ending semicolon "";"". ` <!-- Thank you! --> "
__label__bug "When because message contains “{someText}”, then exception will thrown Example: public void Foo(string info) { object someObject = null; someObject.Should().BeNull($“because {info}”); } public void Bar() { //this will throw exception: Foo(“{a}”); } "
__label__question Is it possible to cancel a transaction? I have a transaction stuck in pending. Is it possible to cancel it?
__label__enhancement "Examples: Those examples that is in the root of the examples folder need to be cleaned up **Details of the scenario you try and problem that is occurring:** To be able to turn on the new common test for testing examples the examples in the root of the Examples folder need to be cleaned up and make sure they are working in AppVeyor. That might include moving some examples to a markdown instead, if they seem to problematic to make work in the tests. For example some examples are using resource not present during testing, unless we configure the example (or test) to download the necessary resources. **The DSC configuration that is using the resource (as detailed as possible):** n/a **Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:** n/a **Version of the DSC module you're using, or 'dev' if you're using current dev branch:** Dev"
__label__enhancement IOS support And Android Support Via Viewport We need to add a viewport :)
__label__enhancement "Caching Da wir fast ausschließlich statische Seiten ausliefern, könnte caching ziemlich nützlich sein. "
__label__enhancement Create initial implementation autorequire files via an rails initializer.
__label__bug "After released the button ""P0"", the selected box of Slow-Mo doesn't locate to ""basic.showIcon(IconNames.Yes)"". **Repro step:** - Navigate to [https://makecode.microbit.org/beta](url) - switch ""BLocks"" to ""_{}JavaScript_"" and copy the following code to content panel: "" _input.onPinReleased(TouchPin.P0, () => { basic.showIcon(IconNames.Yes) }) input.onPinPressed(TouchPin.P0, () => { basic.showNumber(1)})_ "" - Enable ""_Slow-Mo_"" **Expected Result:** If released the button ""_P0_"", the event ""_input.onPinReleased()_"" could be triggered. So the selected box of Slow-Mo should locate to ""_basic.showIcon(IconNames.Yes)_"". **Actual Result:** When released the button ""_P0_"", the slow-mo doesn't locate to ""_basic.showIcon(IconNames.Yes)_"".Detail as follows: ![slow-moissue](https://user-images.githubusercontent.com/17866936/33749547-4188b408-dc09-11e7-863f-55f3b5d0d62e.gif) "
__label__enhancement Enhance group summary number formatting for integers Ensure numeric integers are formatted correctly in grid group header/footer summaries.
__label__question "Queue doesn't work properly with modal with timer ```js swal.queue([ {title: 'Modal 1', timer: 2000}, {title: 'Modal 2', timer: 2000} ]) ``` jsfiddle: https://jsfiddle.net/ad3quksn/312/ expected: two modal are shown, one after another actual: only the first modal is shown reason: closing by timer is a dismissal and queue stops because of the first modal was dismissed. Is ""two modal are shown, one after another"" expected only by me or someone else also expecting that? "
__label__bug Sign out is not working. Version bba9f44 Reproduce steps: Sign in. Expand the user menu. Click on `Sign out`. Go back to the previous page. Obtained: The user is still signed in. http://recordit.co/HZXvf9FLdC
__label__enhancement "Add json_encode() function and json_decode() function. Add json_encode() function and json_decode() function so that developers easily migrate to this library from the built-in functions. ```php <?php // Developers easily migrate to this library from the built-in functions // by adding the following one line in the head of file: use function Suin\Json\{json_encode, json_decode}; ``` "
__label__enhancement "Check Route does not allow for port * Command `cf check-route` * What occurred, incl. error and/or stack trace No mention of `--port` in the help text * What you expected to occur `--port` being a supported option * CLI Version 6.22.2+a95e24c-2016-10-27 * CC API Endpoint Version https://api.local.pcfdev.io (API version: 2.58.0) * Platform & Shell Details Mac OS X 10.11 stock Terminal * Any other relevant information I don't know if this is a bug, but it seems odd to me that I can create, delete, map and unmap a route by port, but can't check if it exists. "
__label__question "Explain how add page Hello, Is it possible to add page (with one page template ) example Page one cover page two general information page 3 to n detail information page n+1 end page thanks for all "
__label__question "rd_kafka_brokers_add() required? Description =========== Sorry, I did not 100% sure find out from the doc: it is absolutely required to call ```rd_kafka_brokers_add()``` at least one broker? I have read that metadata ```bootstrap.brokers``` is also used as a base, but I could not find if there is a config file that comes with librdkafka where this can be set **without** explicitly being programmed in code. Sorry if I am overlooking the obvious. "
__label__enhancement "Update Readme The readme is quite outdated, and can use some serious TLC."
__label__bug "Syntax error with comments between parameters To facilitate analysis of comments in source code, the current RSL grammar contain production rules for capturing comments. This makes the grammar more complicated, and is currently incomplete. For example, comments before or between param declarations cause syntax error. I suggest we remove the comments from the grammar, and instead drop them during scanning in the tokenizer. "
__label__question [Bug Report] [Regression] Font sizes for headers are broken ### Versions and Environment **Vuetify:** 0.17.1 **Vue:** 2.5.4 **Browsers:** Firefox 57.0 **OS:** Windows 10 ### Steps to reproduce Use any of the header tags. ### Expected Behavior Font sizes to match those described on https://vuetifyjs.com/style/typography. ### Actual Behavior Font sizes are greatly reduced / completely unset. ### Reproduction Link [https://codepen.io/anon/pen/xPPdLP](https://codepen.io/anon/pen/xPPdLP) <!-- generated by vuetify-issue-helper. DO NOT REMOVE -->
__label__question "Conditionnal test based on element visibility #### What are you trying to achieve? Conditionnal code in a scenario, based on the visibility of an element. #### Questions 1) How to use a conditional testing (if / else) If (I.seeElement) { // code here } else { // other code here } 2) Is it possible to use exceptions management (try / catch / finally) try{ // code here I.seeElement(locator); }catch(exception){ // other code here } best regards adeleco"
__label__bug "GitHub OAuth2 I've tried to use the oauth2 gem to do the authorization flow with GitHub. The authorization endpoint itself is fine, but when I try to do a token request I get this: ``` OAuth2::Error - Cookies must be enabled to use GitHub.: /Users/ryan/.gem/ruby/2.1.2/gems/oauth2-1.0.0/lib/oauth2/client.rb:113:in `request' /Users/ryan/.gem/ruby/2.1.2/gems/oauth2-1.0.0/lib/oauth2/client.rb:138:in `get_token' /Users/ryan/.gem/ruby/2.1.2/gems/oauth2-1.0.0/lib/oauth2/strategy/auth_code.rb:29:in `get_token' ... ``` The app I'm using is my [oauth2_test](https://github.com/radar/oauth2-test/tree/github_auth_code) Sinatra app. Is there an option on the oauth2 gem side of things to enable cookies? "
__label__bug "AutoUpdate takes 60 seconds to fail validating signature on Windows 7 due to PowerShell version <!-- Which version of electron-builder are you using? --> <!-- Please always try to use latest version before report. --> * Electron-builder version **19.47.1**: <!-- Which version of electron-updater are you using (if applicable)? --> * Electron-updater version 2.16.3 <!-- What target are you building for? --> * **Target**: NSIS 32bit and 64bit <!-- Enter your issue details below this comment. --> <!-- If you want, you can donate to increase issue priority (https://www.electron.build/donate) --> On Windows 7, the ConvertTo-Json command is not available when attempting to validate the signature of the update. I see a check in the code here to handle this: https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/src/windowsExecutableCodeSignatureVerifier.ts ``` export function verifySignature(publisherNames: Array<string>, tempUpdateFile: string, logger: Logger): Promise<string | null> { return new BluebirdPromise<string | null>((resolve, reject) => { execFile(""powershell.exe"", [`Get-AuthenticodeSignature '${tempUpdateFile}' | ConvertTo-Json -Compress`], { timeout: 60 * 1000 }, (error, stdout, stderr) => { if (error != null || stderr) { try { execFileSync(""powershell.exe"", [""ConvertTo-Json test""], {timeout: 10 * 1000}) } catch (testError) { logger.warn(`Cannot execute ConvertTo-Json: ${testError.message}. Ignoring signature validation due to unsupported powershell version. Please upgrade to powershell 3 or higher.`) resolve(null) return } ... ``` Reading the code, I would expect the try statement to fail after 10 seconds at most, fall into the catch and move on. However, according to my logs, it's taking an entire 60 seconds (the full timeout value of the first execFile call) to get to the `logger.warn` statement in the catch block. This is leading to a very poor user experience, and I'm hoping the issue might be clearer to you than to me. Is there a way to make this fail faster? Thanks!"
__label__question "Use operational emissions instead of lifecycle emissions Just noting #926 ""Moldova"" discussion & the Type_Mapping for generators... Would it be possible to create a sheet/file similar (possibly not ""functional"" at this time) to CO2eq_parameters.js, where we define power plant types (particularly thermal) by characteristics? This could then be used as EM calculation methodology support (with required supporting documentation, not just _""source - 'Hans Hyde'""_) to back EM's CO2eq x kWh data aggregations. These ""energy conversion"" characteristics of the power plant ultimately determine how much CO2 is produced per kWh by fuel type. This is referred to as both ""Heat Rate"" and its mathematical inverse ""Efficiency"", and the point at which HR is optimal is under full, static power production --> highest kWh per unit energy input. Starting or Stopping, referred to as ""ramping"" returns an amount of CO2 without usable kWh produced based on the amount of fuel consumed during ""ramping Up"" & ""ramping Down"". - For so called ""peakers"", ramping occurs twice a day (almost like clockwork - and it has been happening this way for decades. - Existing Pumped Storage does not exist today as a ""pre-thought"" to future intermittent renewable energy sources, it exists because of the ""Nighttime Trough"" - too much non-rampable generators (coal/nuclear) out producing the demand during the NT. Without PS, transmission grids would burn down when generation far-exceeded load. ![daily_load_curve-typical](https://user-images.githubusercontent.com/33690988/34454003-771f9730-ed61-11e7-8461-5566f0fec963.jpg) _Typical Daily Load (Generation) Curve - since the dawn of bulk electric power systems_ For anything using Steam as the prime mover [of the electric generator], this CO2 value is very high per fuel [excluding nuclear] and takes many hours to ""ramp"". I honestly think we could capture these events within the backend coding from the realtime data streams. A general observation, not specific to EM, is that plant types (if listed as abbreviations, or in different languages) are frequently misinterpreted by almost all in the ""energy & electric power industry"" - except for those that actually work with thermal generators themselves. The IPCC 2014 Synthesis Report, Chapter 7 - Energy Systems (where CO2eq_parameters.js derives its values) IMHO steamsrolls over this, assigns a range almost generically based on fuel type (which works for low carbon generators to capture a ""lifecycle value"", but falls apart for thermal). ![heatrate_co2emissions](https://user-images.githubusercontent.com/33690988/34454018-c793bfde-ed61-11e7-8c63-1d759d47125e.png) _Heat Rate Impacts on CO2 Emissions per Prime Mover & Fuel Type_ [HeatRate_CO2emissions.xlsx.pdf](https://github.com/tmrowco/electricitymap/files/1594350/HeatRate_CO2emissions.xlsx.pdf) Our data then becomes an increasing aggregation of datapoints equal to reported **kWh** (in the BPS bulk power system) x **Fuel Type** (assigned from sweeping averages in the IPCC 2014) = CO2eq (quantity). I'm reading more information regarding the entities we are obtaining the our RTD streams from, **not reporting not only ""ramping""** - as they cannot without the unit synchronized to the grid, **but also not reporting ""spinning reserve"" operations**. For example, generation is 10,000 MW (CO2/kWh is captured in EM) and Spinning Reserve is roughly 4% - 400 MW (CO2/kWh **is not captured** in EM as RTD does not report it) Contracted ""out of Balancing Area"" generation appears to follow similar patterns. For example, a 500 MW coal generator may be within geography A (Pennsylvania, NJ, Ohio, etc) and is contracted to export to geography B (NY state). Balancing Area A (PJM) does not record it within its Generation Mix RTD, _as it is producing for BA B_, and Balancing Area B (NYISO) does not record it within its Generation Mix RTD, _as it is producing in BA A_. In all these regards we are missing CO2 (kG) actually emitted and part of the CO2eq/kWh data compiled. I think we can use this to refine the data aggregated as well as standardize data reported per country (without the need for ""exceptions"" as is the case with Estonia) and uniformly cleanup the prevalence of ""unknowns"" or misclassification of ""fuel type"". ![eia 2016 electric gen by fuel type](https://user-images.githubusercontent.com/33690988/34454313-18f54f1c-ed69-11e7-9878-151e1c3328ac.png) _EIA 2016 Gen by Fuel Type - (I'm working on integrating ""Heat Rates Impacts"" into it)_ As I noted to @jarek in #166 ""add Canada"" - Statistics Canada (as is EIA for the US) are good resources for ""baseline"" assumptions on the macro level, but better information is available at the ISO/RTO/System Operator Level, and it should be deferred to. StatsCanada & EIA compile CO2 (other emissions) & actual generation numbers via monthly reporting of the each generator (which includes all emissions, ramping, spinning reserves, contracted generation, etc) - and actually allows for a check on the data EM is compiling. We could potentially verify monthly CO2 produced per region as compiled by EM to the numbers reported by EIA/StatsCan to see how close/far off we are using IPCC's ""average"" values. If we could tag this as data, science, backend, libraries it would be appreciated. ~hans "
__label__bug "Spelling mistakes in README The ""Testing this project"" section of the README contains several mistakes which have to be fixed."
__label__question "Package json @biomadeira If I was just going with deployment option 1, is the `package.json` file needed for me to build the site?"
__label__question "How to create a custom query to insert quick reply buttons in direct messages Hi, Linvi! I'm working with tweetinvi to create a DM chatbot, and I'd find it great to have some quick reply buttons in DM, which doesn't seem so hard on Twitter's repository but it turns out to be a nightmare when I try to implement it. Is there already a way to do so through tweetinvi? any hint on how I might do, maybe with a custom query? Thank you so much!"
__label__enhancement port to zero port operation to raspberry pi zero
__label__enhancement ツアーに名前を持たせる * 開始時や終了時に変数として表示できるようにしたい * ツアーに新たにnameを持たせる
__label__bug "Manually filling out the ""ALE"" version of the form doesn't download with some fields I've noticed that the following fields aren't being included in the downloaded metadata file if one fills out the form manually: 1. ALE-number 2. Flask-number 3. Isolate-number 4. technical-replicate-number This should work and used to work. The functionality and quality of the codebase have therefore regressed with recent work. These regressions are avoided by employing unit/automated testing. Please fix this issue and implement unit tests once you understand the nature of the bug to avoid having it reappear in the future."
__label__enhancement Edit battle results In case there was a mistake
__label__question "Error when remove package Hello i remove the package from a application and this has broke the project. The package have some ""log"" dependency?? I cannot understand what is happening :\ After removing: PHP Fatal error: Uncaught ReflectionException: Class log does not exist in /var/www/html/siscomv2/vendor/laravel/framework/src/Illuminate/Container/Container.php:741 dep: ""yajra/laravel-datatables-oracle"": ""^6.0"", Laravel 5.1 Ubuntu 17.10 PHP7.1 Apache2"
__label__enhancement "Add links to ESIP ""Stronger Together"" paper http://www.esipfed.org/press-releases/stronger-together Add links and context showing how this connects to the data together pattern."
__label__bug "Conversion dialog: hide engrave/cut settings if not available for the selected material Eg: Paper is selected I'm offered 'engraving only' even though there are no settings to engrave paper. (See screenshot). Don't show 'engraving only' option. Also in the Color Assignment section, remove the engraving part. Similar: If Bamboo which can not be cut, all colors should be added to the engrave section by default. However it's useful if one is able to move colors from there to new jobs. <img width=""1438"" alt=""screenshot 2017-12-21 16 28 56"" src=""https://user-images.githubusercontent.com/4582388/34262488-cf6e4d7e-e66c-11e7-983b-1e3e1a312854.png""> "
__label__enhancement "Authentication doesn't support 2FA @jcam3ron wrote here https://github.com/dbankier/vscode-gist/issues/26 > Hi, I have 2FA enabled on my Github account and cannot login with this plugin as it doesn't seem to support it. > See https://developer.github.com/v3/auth/#working-with-two-factor-authentication for details"
__label__question "Transform a Polygon to Circle/Radius Hello, I am a new turf user, I would like to know if it is possible to transform a polygon into a circle with a center and a radius ? I have a list of points that represents à polygon and I would like to transform those points to a circle that embed this polygon. I have the same question to transform a polygon to a rectangle. Thanks for your project thats seems awesome and will help me for sure ;) Cyril"
__label__question "How to get more tweets in each search? Currently, when I search it gets me limited number of tweets, how can I get more as result?"
__label__bug "insert ... on duplicate key with unnest allows primary key violation executing ```sql drop table if exists stats; create table if not exists stats ( ts timestamp primary key, s int primary key, v int ); insert into stats (ts, s, v) values (1000, 3, 1); refresh table stats; insert into stats (ts, s) (select * from unnest([1000], [3])) on duplicate key update s=s+77; refresh table stats; select s, ts, v from stats; insert into stats (ts, s, v) values (1000, 80, 2); refresh table stats; select ts, s, v from stats; ``` results in 2 records in different shards because the insert with the unnest is passing validation ```sql +-----------------------+---------------+---------+-----------+---------+ | server_url | node_name | version | connected | message | +-----------------------+---------------+---------+-----------+---------+ | http://localhost:4200 | Pizzo Massari | 2.2.4 | TRUE | OK | +-----------------------+---------------+---------+-----------+---------+ DROP OK, 0 rows affected (0.014 sec) CREATE OK, 1 row affected (0.403 sec) INSERT OK, 1 row affected (0.107 sec) REFRESH OK, 1 row affected (0.074 sec) INSERT OK, 1 row affected (0.076 sec) REFRESH OK, 1 row affected (0.014 sec) +----+------+---+ | s | ts | v | +----+------+---+ | 80 | 1000 | 1 | +----+------+---+ SELECT 1 row in set (0.052 sec) INSERT OK, 1 row affected (0.012 sec) REFRESH OK, 1 row affected (0.009 sec) +------+----+---+ | ts | s | v | +------+----+---+ | 1000 | 80 | 2 | | 1000 | 80 | 1 | +------+----+---+ SELECT 2 rows in set (0.004 sec) ``` "
__label__bug "Unexpected token export #### Environment(required) | 环境(必填) - roadhog version(roadhog版本)2.0.1 - Nodejs and Npm version(Nodejs 和 Npm 版本)9.3.0 - Operating environment (e.g. OS name) and its version(操作系统版本): macOS 10.12.6 #### What did you do? Please provide steps to re-produce your problem.(请提供复现步骤) 参看 https://github.com/ant-design/ant-design-pro/pull/542 升级到2.0之后,使用.webpackrc.js的形式编写roadhog配置,并使用ES6的语法来 export default {} #### What do you expected?(预期的正常效果) 执行roadhog dev应正常运行 #### What happen?(发生了何种非正常现象) 报错 **Unexpected token export**,如换成module.exports可正常运行,但在webpack.config.js中也会报错无法识别import/export等ES6语法。之前1.x都是没问题的。项目无额外babel配置文件,也执行过yarn upgrade清理并重新安装了所有其它依赖库。 "
__label__enhancement "Add a checkbox to each item Add the checkbox and when the checkbox is checked. "
__label__enhancement Add close/done buttons to filter settings and preview Just closing the window isn't all too intuitive. Add a button to finish editing or viewing.
__label__enhancement "Feature request: Audio recorder that records each modem seperatley at the same time It would be nice to have an audio recorder and that it has an ability to record different modems separately at the same time. "
__label__question "Subselection not recognized I added this property to Home in https://github.com/graphcool/graphcool-server-example/blob/master/src/resolvers/Home.ts ```js perNight: { resolve: async ({ id }, args, ctx: Context, info) => { const place = await ctx.db.query.place({ where: { id } },""{ pricing { perNight } }"") return place.pricing.perNight }, }, ``` And `perNight: Int!` to the Home type in schema.graphql Then running this query in the playground ```graphql { topHomes { perNight } } ``` returns the error ``` ""Field 'places' of type 'Place' must have a sub selection. (line 2, column 3):\n places(where: $_where, orderBy: $_orderBy, skip: $_skip, after: $_after, before: $_before, first: $_first, last: $_last)\n ^"" ``` but this query works as expected ```graphql { topHomes { perNight id } } ``` "
__label__bug "Missing license headers There are several `README.md` files in `guides` which miss license header: * `features/accessibility_checker` * `features/toolbarconcepts` * `section508` * `wcag` * `skin_sdk/compatibility_with_ckeditor_4_5` "
__label__bug ".set_transform() has no effect on some draw commands without call to .draw() I've noticed an issue where if you use ``.set_transform()`` and ``.rectangle()`` together, the transform is not applied, but if you insert a ``.draw()`` call (which in my case is drawing a spritebatch) before the ``.rectangle()``, it seems to work properly. For example, this won't apply the transform to the rectangle: ```rust graphics::set_transform(ctx, ...); graphics::rectangle(ctx, graphics::DrawMode::Fill, graphics::Rect::new(0.0, 0.0, 100.0, 100.0)); ``` But this works: ```rust graphics::set_transform(ctx, ...); graphics::draw_ex(ctx, spritebatch, param); graphics::rectangle(ctx, graphics::DrawMode::Fill, graphics::Rect::new(0.0, 0.0, 100.0, 100.0)); ```"
__label__question "translate hi, i'm just ending the view of the project and notice that you don't have any information in spanish, i wonder if you want to translate something into it, because if you want to, i'll be glad to do it for you, if you let me."
__label__question "Roa cannot be killed Tried various vanilla tools and TiCon tools, my TheOneProbe overlay says it has no health left but it refuses to die."
__label__question "Eval and divide broken on Node.JS? - Tried 7.8.0 and 7.7.3 Was debugging some math when I realised it was acting the same as the Node interpreter: ``` > const math = require('mathjs') undefined > math.eval('0.3/0.2') 1.4999999999999998 > process.version 'v7.7.3' ``` ``` > math.eval('0.3/0.2') 1.4999999999999998 > process.version 'v7.8.0' > ``` This works though: ``` > math.divide(math.bignumber(0.3), math.bignumber(0.2)).toString() '1.5' ```"
__label__question "Consistent device data model Hello, I am working on implementing a Ruby SDK for the Ambient Weather API, and I have a question about the device data model. I was reviewing some documentation in the project wiki which indicates that some fields may not be present in the resulting JSON depending on whether a given device supports it. Would you consider returning a complete object (e.g., all possible fields that may be supported) and `null` out values that are not available for the given device? I wonder if it may make it easier for consumers of the API to deserialize the JSON payload into a consistent model. What are your thoughts? Thank you."
__label__question "How do I forward a user to a group or channel ? Hi, I want to forward user to a group or channel. I want to put a button that after the user clicks on it - the user is asked to go to a group or a channel. please help. "
__label__bug "irl-test.js failing for Vevo even though youtube-dl works fine The following videos fail for the irl-test.js even though youtube-dl is able to download them fine: ``` 'Regular video' : 'mgOS64BF2eU', 'VEVO' : 'qQ31INpjXX0', 'VEVO 2' : 'pJk0p-98Xzc', ``` The error given is: ``` This video is unavailable ``` I'm seeing similar behaviour with quite a few other videos e.g. [https://www.youtube.com/watch?v=4TPqUvy1vYU](https://www.youtube.com/watch?v=4TPqUvy1vYU) <img width=""593"" alt=""screen shot 2018-01-09 at 00 27 27"" src=""https://user-images.githubusercontent.com/3050226/34699199-e681843e-f4d3-11e7-88db-25e31a1fe6b9.png""> "
__label__enhancement "[CEP-38] Add usage example to POST */move Endpoints ## Changes made to Swagger Doc ![image](https://user-images.githubusercontent.com/12599965/34905343-f86bd862-f856-11e7-9551-0eecf4b68d6b.png) ![image](https://user-images.githubusercontent.com/12599965/34905347-0b44ce12-f857-11e7-87f5-9a8d5a339116.png) ![image](https://user-images.githubusercontent.com/12599965/34905349-1dedbb5a-f857-11e7-94b0-aaeac67577cc.png) ![image](https://user-images.githubusercontent.com/12599965/34905352-2c813a84-f857-11e7-92eb-015363c8fe83.png) "
__label__enhancement Upgrade to esLint for embedded JavaScript files.
__label__question "Don't create an environment if we get the ""Cannot Merge"" Exception Reported by @davidkinzer > Been noticing that when every I do a PR I immediately get a devshop failure with this error: ""devshop/merge — Branch is out of date! Merge from default branch. "" But then on devshop the QA site seems to be OK. I was debating if this was appropriate or not, but I think I've decided we should not build the environment if we can't post status updates about it. "
__label__question "Elaborate on documentation The documentation states: > The templates are eagerly evaluated, and you should always call the helper functions as in the example above instead of putting them in a vector. These will be replaced by Reagent components when the bind-field is called to compile the template. - Could you please explain why the need for the helper functions instead of plain vectors? - Also how the eager evaluation works and what this means to how we interact with templates? "
__label__question "py.test fails It's more related to the original django cookiecutter but i post it here though: Running the command: `docker-compose run django py.test` returns several errors all related to ``` django.db.utils.OperationalError: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket ""/var/run/postgresql/.s.PGSQL.5432""? ``` From the following line: https://github.com/vchaptsev/cookiecutter-django-vue/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/config/settings/base.py#L104 it seems that `env.db('DATABASE_URL')` is not set and the default url is not correct. I had to change to: ```python DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': '{{cookiecutter.project_slug}}', 'USER': '{{cookiecutter.project_slug}}', 'HOST': 'postgres', 'PORT': 5432 } } ``` to make it works. Did i make something wrong during the build process? (No other part of the code has been modified) I'm on MacOS High Sierra running lastest version of docker "
__label__question "Can't build a statically linked binary file. ### What version of shadowsocks-libev are you using? 3.1.3 ### What operating system are you using? Ubuntu 16.04(docker baseimage) ### What did you do? Build shadowsocks-libev and get a statically linked binary file. ### What did you expect to see? A statically linked binary file. ### What did you see instead? configure: error: The Sodium crypto library libraries not found.(so does PCRE mbedtls c-ares) ### What is your config in detail (with all sensitive info masked)? ```dockerfile FROM ubuntu AS build ARG MBEDTLS_VER=2.4.2 ARG LIBSODIUM_VER=1.0.15 ARG C_ARES_VER=1.13.0 ARG PCRE_VER=8.41 ENV CFLAGS=""-static"" ENV LDFLAGS=""-static"" RUN apt -y update && \ apt-get -y install --no-install-recommends tree build-essential wget autoconf git libtool automake libssl-dev gawk debhelper dh-systemd init-system-helpers pkg-config asciidoc xmlto apg zlib1g-dev libev-dev libudns-dev && \ apt-get -y purge libsodium-dev && \ cd /usr/local/src && \ wget --no-check-certificate https://download.libsodium.org/libsodium/releases/libsodium-$LIBSODIUM_VER.tar.gz && \ tar xzf libsodium-$LIBSODIUM_VER.tar.gz && \ cd libsodium-$LIBSODIUM_VER && \ ./configure --prefix=/usr/local/libsodium && \ make -j2 && make install && \ cp /usr/local/libsodium/include/sodium/* /usr/local/libsodium/include && \ cd .. && \ wget --no-check-certificate https://tls.mbed.org/download/mbedtls-$MBEDTLS_VER-gpl.tgz && \ tar xzf mbedtls-$MBEDTLS_VER-gpl.tgz && \ cd mbedtls-$MBEDTLS_VER && \ make && \ make DESTDIR=/usr/local/mbedtls install && cd .. && \ wget --no-check-certificate https://c-ares.haxx.se/download/c-ares-$C_ARES_VER.tar.gz && \ tar xzf c-ares-$C_ARES_VER.tar.gz && \ cd c-ares-$C_ARES_VER && \ ./buildconf && \ ./configure --prefix=/usr/local/libc-ares && \ make -j2 && make install && \ cd .. && \ wget --no-check-certificate https://ftp.pcre.org/pub/pcre/pcre-$PCRE_VER.tar.gz && \ tar xzf pcre-$PCRE_VER.tar.gz && \ cd pcre-$PCRE_VER && \ ./configure --prefix=/usr/local/libpcre && \ make && make install && \ apt -y install ca-certificates && \ ldconfig && \ cd .. && \ git clone https://github.com/shadowsocks/shadowsocks-libev.git && \ cd shadowsocks-libev && \ git submodule update --init --recursive && \ ./autogen.sh && ./configure --with-sodium=/usr/local/libsodium --with-mbedtls=/usr/local/mbedtls --with-cares=/usr/local/libc-ares --with-pcre=/usr/local/libpcre && make && make install ``` I have checked /usr/local/libsodium,like this: ``` /usr/local/libsodium |--include/ |----sodium/ |--------some files... |----sodium.h |--lib/ |----libsodium.a ``` (so does other libraries) How can I build a statically linked binary file?Thanks a lot."
__label__bug "No config saving? No Logging? Hi, I try to update my DynDNS-Account at dedyn.io with DynamicDnsUpdater. I tried starting with standard user and admin privileges and as a startup task. Here my questions and remarks: It seems, that the log setting (for example App directory) in the GUI isn't saved? Or what do wrong? The button View Log gives the error mesage that there is no log file. But the log file is written when starting an terminating the GUI. The DynDNS-Updates should be logged? A workaround for me: what are the logging keywords and values in the dduSettings.txt file? See my environment: ![dynamicdnsupdater errors](https://user-images.githubusercontent.com/34723168/34228655-b31c5b2a-e5d1-11e7-9ff5-697c6c3418b8.JPG) Thanks for an answer deconsult "
__label__bug "Fix warnings about implicit retains of self ### Bug Report In 5.1-develop, a few new warnings are popping up about retaining self in a block in `SDLTCPTransport`. ##### OS & Version Information * iOS Version: n/a * SDL iOS Version: 5.1-develop * Testing Against: n/a "
__label__enhancement "Make require() even more NodeJS compatible [NodeJS Modules API](https://nodejs.org/docs/latest/api/modules.html) Cases marked **bold** are currently not yet compatible. require(X) from module at path Y **1. If X is a core module,** **a. return the core module** **b. STOP** **2. If X begins with '/'** **a. set Y to be the filesystem root** 3. If X begins with './' or '/' or '../' a. LOAD_AS_FILE(Y + X) b. LOAD_AS_DIRECTORY(Y + X) 4. LOAD_NODE_MODULES(X, dirname(Y)) 5. THROW ""not found"" LOAD_AS_FILE(X) 1. If X is a file, load X as JavaScript text. STOP 2. If X.js is a file, load X.js as JavaScript text. STOP **3. If X.json is a file, parse X.json to a JavaScript Object. STOP** **4. If X.node is a file, load X.node as binary addon. STOP** LOAD_INDEX(X) 1. If X/index.js is a file, load X/index.js as JavaScript text. STOP **2. If X/index.json is a file, parse X/index.json to a JavaScript object. STOP** **3. If X/index.node is a file, load X/index.node as binary addon. STOP** LOAD_AS_DIRECTORY(X) 1. If X/package.json is a file, a. Parse X/package.json, and look for ""main"" field. b. let M = X + (json main field) c. LOAD_AS_FILE(M) d. LOAD_INDEX(M) 2. LOAD_INDEX(X) LOAD_NODE_MODULES(X, START) 1. let DIRS=NODE_MODULES_PATHS(START) 2. for each DIR in DIRS: a. LOAD_AS_FILE(DIR/X) b. LOAD_AS_DIRECTORY(DIR/X) NODE_MODULES_PATHS(START) 1. let PARTS = path split(START) 2. let I = count of PARTS - 1 3. let DIRS = [] 4. while I >= 0, a. if PARTS[I] = ""node_modules"" CONTINUE b. DIR = path join(PARTS[0 .. I] + ""node_modules"") c. DIRS = DIRS + DIR d. let I = I - 1 5. return DIRS"
__label__enhancement "[License] Bad licensing model The depending library `phpOMS` is not open source and renders this project useless. Consider open sourcing `phpOMS` or pull out the required functionality since not much is used. "
__label__enhancement "Additional questions on user edit page After the competition we should have some additional fields show up on the users page. Some important questions we should add include: 1. Include field for resume upload 2. Include field for unofficial transcript 3. Include field for uploading photo release form 4. Include question asking if the player is interested in a summer internship (mention that internships run end of May through August) 5. Willing to travel to MITRE location for internship? 6. Ask for T-Shirt size in case we are able to send out T-Shirts that year. 7. Add ""Interested in Internship"" question for users. (should only show this when the user states they are Eligible)."
__label__question "bytes and packets counters are zero for netflow version 9 from cisco asa Hello, Could you please suggest how to resolve the problem with NetFlow v9 from the Cisco ASA? Asa ios version is 9.1(7)19, nfacctd 1.7.1-git (20180125-01), before used 1.5.2. it is mentioned in the release notes that they made some changes after ios 8.4.5: Resolution: Nothing from our side, customer needs to contact the collector support and get a version which supports the ASA side changes. The same has been acknowledged and fixed by multiple vendors: Solarwinds: http://thwack.solarwinds.com/thread/52901 (HotFix 3 for NTA 3.10) Plixer: http://www.plixer.com/blog/ipfix-2/cisco-asa-8-45-netflow-support/ (Scrutinizer version 10.1) ManageEngine: http://blogs.manageengine.com/2012/12/03/cisco-asa-8-45-and-above-netflow-updates/ (Patch for NetFlow Analyzer 9.7 Build 9700)"
__label__enhancement Add more than the three implemented command line arguments http://www.fitnesse.org/FitNesse.UserGuide.AdministeringFitNesse.CommandLineArguments
__label__question "Move color correction outside the `tile` function ? Right now we apply linear color correction in the Landsat and Sentinel `tile` functions https://github.com/mapbox/rio-tiler/blob/f33930f4da0493c6941e5c3e617364eb9caca86a/rio_tiler/landsat8.py#L181-L188 and https://github.com/mapbox/rio-tiler/blob/f33930f4da0493c6941e5c3e617364eb9caca86a/rio_tiler/sentinel2.py#L150-L158 IMO, the rescaling should be either in [`array_to_img`](https://github.com/mapbox/rio-tiler/blob/f33930f4da0493c6941e5c3e617364eb9caca86a/rio_tiler/utils.py#L333) or handle in the `handler` function (e.g https://github.com/mapbox/landsat-tiler/blob/27d8e870567ffa37727ea6287c4c4fcf0d4b7462/app/landsat.py#L80) Doing this could able to create more high level functions."
__label__question "Questions about vae.py regarding to vae.py, I have two questions: 1. what's the considerations to use zs.Implicit and zs.Empirical ? any benefits from using these two API? x_mean = zs.Implicit(""x_mean"", tf.sigmoid(x_logits), group_ndims=1) in line 27 x = zs.Empirical('x', tf.int32, (None, x_dim)) in line 34 2. why the n_particles set for evaluating test_lb and test_ll differs so much (1 vs 1000)? test_lb = sess.run(lower_bound, feed_dict={x: test_x_batch, n_particles: 1}) in line 125 test_ll = sess.run(is_log_likelihood,feed_dict={x: test_x_batch, n_particles: 1000}) in line 128 "
__label__question "Question about truffle implementation with lightweight ""contexts"" Hello, Thanks for the Truffle / Graal project - it seems very interesting! I'm experimenting with a JVM Lisp (https://github.com/mikera/magic) and wondering if Truffle / Graal can be used as a compiler. I have a few things that need to fit: 1. I have a custom set of AST nodes that represent analysed code. I believe these can extend the Truffle Rootnode 2. AST nodes may have either resolved or unresolved dependencies, meaning that analysis must be repeated if definition change and/or lazily compiled later 3. All compilation happens within a `Context` which is a custom, lightweight, immutable definition of the language environment including all definitions. 4. Contexts can be fully erased once compilation is complete, but are needed during code loading / interpretation, during macro expansion and for arbitrary `eval` operations 5. There is a custom type system, which also depends on the definitions held within a `Context` Would this be a good fit for Truffle? If so any pointers on how to make the Contexts work in particular? "
__label__bug "Fix Production Env issue Since api key is hidden (gitignore), build is failing? Tag Lauren in PR after clear chat history implemented"
__label__enhancement "fill README.md Need to fill the README.md with a title and short description what this project about. Read more about markdown (.md) here https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet "
__label__bug "小米mix2无法正常跳跃 很奇怪,第一次跳了57分死了,之后分数基本个位数了。 程序距离判断正确,但是跳得总会偏前,感觉是按压时间不够。又不知道第一次怎么跳到57分的… [debugger.zip](https://github.com/faceair/youjumpijump/files/1596078/debugger.zip) "
__label__question "insufficient logging: TOTP codes don't work; emergency codes do uname -a ``` root@bastion:~ # uname -rms FreeBSD 12.0-CURRENT amd64 ``` pam.d/sshd: ``` auth sufficient pam_opie.so no_warn no_fake_prompts auth requisite pam_opieaccess.so no_warn allow_local auth required pam_google_authenticator.so secret=/opt/bastion/totp/${USER}/config debug echo_verification_code noskewadj account required pam_nologin.so account required pam_login_access.so account required pam_unix.so session required pam_permit.so password required pam_unix.so no_warn try_first_pass ``` OTP config: ``` LONG_SEKRET "" WINDOW_SIZE 17 "" DISALLOW_REUSE "" TOTP_AUTH #####01 #####02 #####03 #####04 #####05 ``` ssh config: ``` Port 2222 ListenAddress 0.0.0.0 ListenAddress :: AllowAgentForwarding yes AllowTcpForwarding remote AllowUsers bastion AuthenticationMethods publickey,keyboard-interactive AuthorizedKeysFile /opt/bastion/authorized_keys/%u ChallengeResponseAuthentication yes ChrootDirectory /opt/bastion/ssh_chroot Compression delayed ForceCommand echo 'This account can only used to forward' IgnoreUserKnownHosts yes LogLevel VERBOSE PasswordAuthentication no PermitRootLogin no PermitTTY no PermitTunnel yes UseDNS no UsePAM yes X11Forwarding no ``` Trying to authenticate with user **bastion** If I use one of the emergency tokens I am able to auth. If I use the TOTP code it fails to auth with the following error: ``` Feb 25 11:02:58 bastion sshd(pam_google_authenticator)[29348]: debug: start of google_authenticator for ""bastion"" Feb 25 11:02:58 bastion sshd(pam_google_authenticator)[29348]: debug: Secret file permissions are 0600. Allowed permissions are 0600 Feb 25 11:02:58 bastion sshd(pam_google_authenticator)[29348]: debug: ""/opt/bastion/totp/bastion/config"" read Feb 25 11:02:58 bastion sshd(pam_google_authenticator)[29348]: debug: shared secret in ""/opt/bastion/totp/bastion/config"" processed Feb 25 11:03:01 bastion sshd(pam_google_authenticator)[29348]: debug: no scratch code used from ""/opt/bastion/totp/bastion/config"" Feb 25 11:03:01 bastion sshd(pam_google_authenticator)[29348]: Invalid verification code for bastion ``` I'd appreciate some help figuring out what went wrong. Even if this is user-error it seems indicative of insufficient logging somewhere. "
__label__bug "native-engine requires glibc 2.18, but Centos 7 only has 2.17 Similar to issue #4541 the release 1.4.0-dev23 also seems to have been built on a machine with GLIBC-2.18. `Exception message: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /tmp/tmpiUCwct/native_engine.so) ` Can you update or release a version of pants.pantsbuild-<version>.tar.gz with a GLIBC-2.17 native-engine.so? [Release](https://pypi.python.org/packages/65/ac/6dc9a063266d3d9879b4d564120921af4692411809acbd69744e4bd79478/pantsbuild.pants-1.4.0.dev23.tar.gz#md5=1c6d4059f015a33feb698b8ac25b0516 ) containing the issue. Thanks"
__label__question "Auto logged as admin after running `docker-compose up` ### Steps to reproduce I am running this compose file: ``` version: '3.4' services: nextcloud: container_name: nextcloud depends_on: - nextcloud-db environment: - MYSQL_DATABASE=nextcloud-mysql-database - MYSQL_HOST=nextcloud-db - MYSQL_PASSWORD=nextcloud-db-password - MYSQL_USER=admin - NEXTCLOUD_ADMIN_USER=admin - NEXTCLOUD_ADMIN_PASSWORD=nextcloud-app-password - NEXTCLOUD_DATA_DIR=/var/www/html/data - NEXTCLOUD_TABLE_PREFIX= image: nextcloud restart: always volumes: - nextcloud-app:/var/www/html/data - nextcloud-app-html:/var/www/html - nextcloud-app-config:/var/www/html/config - nextcloud-app-apps:/var/www/html/apps volumes: nextcloud-1-db: nextcloud-1-app: nextcloud-1-app-html: nextcloud-1-app-config: nextcloud-1-app-apps: ``` ### Environment: * Docker version 18.01.0-ce, build 03596f5 * docker-compose version 1.18.0, build 8dd22a9 * 16.04.1-Ubuntu "
__label__enhancement "Add ""Infinity"" option So, right now the cropper receives as a parameter the number of points the resulting cropper polygon will have. It would be nice if we could add `Infinity` as an option for the number of sizes. If you do that how it is right now, the cropper doesn't return any errors, but it also never closes the polygon. So, if the user puts `Infinity` as the number of sizes, it probably would be nice for us to add a button that the user will click when done and then the polygon will close. If anybody has a better idea on how to do it, it will be welcome."
__label__bug "I have 0 idea on what is going on other than its very interesting(Observing bug) So I was observing a game that just finished then got pulled into another one and was being pulled back and forth between the two. Don't know what I did to get this but it happened. Console was also normal, didn't show anything. ![movies tv 12_31_2017 5_48_39 am](https://user-images.githubusercontent.com/22626084/34462060-0a26bf70-edf0-11e7-94e9-bbaa65c010ce.gif) "
__label__enhancement "various feedback unordered collection of minor things: 1. when fetching a snippet but it only is a completions script (like from OMZ) it warns no snippets loaded, something I imagined worked but didn't where `pick""""` or `silent`, what worked was creating an empty script and picking that 2. snippets are not automatically compiled on pull, understandably not all snippets are scripts, so either check if it is a script on pull/clone or provide an ice mod to request compilation? 3. `compile --all` doesn't compile zpl or snippets, zpl is not compiled until you run the first `self-update` which is not something you do when you first install zpl 4. `as""command""` clutters the `$PATH`. Linking all the bins to a single path would be better, not only to avoid unnecessary lookups but to provide a path also for non interactive scripts which do not load all the zpl config but might need some bins 5. `pick` works only with one script, since `bpick` was added for binaries I imagine like `mpick` when you want multiple scripts? for example from `OMZ::lib/` I just used a for loop on `atinit` to source what I needed. There is also another cool trick, that is, you can pass something like `""OMZ:lib/{misc.zsh,spectrum.zsh,termsupport.zsh}""` and I have not checked but I guess it is `curl` that parses this syntax and downloads all the scripts and concatenates them, although if the scripts use overlapping variables I imagine it is not very safe to do. 6. would you consider it a sane default if `zpl times` was just `zpl times | sort`? I imagine that is what most people would expect 7. `zpl create` does not follow ice mods, so you can't issue something like setup commands in case a plugin folder doesn't exist 8. being able to specify `ice`defaults would be nice, use case like `depth""1""` for a bunch of repos 9. `gh-r` didn't handle `gz` non tarred files, had to do a `atclone'gunzip file*; mv file* file; chmod+x file '`"
__label__bug "Segmentation fault with malformed config file ### Issue and Steps to Reproduce When given a malformed config file, nscp crashes with a segmentation fault, likely due to recursion going wrong. ``` cat >config.ini <<EOF /modules CheckExternalScripts = enabled NRPEServer = enabled EOF /usr/sbin/nscp settings --settings=config.ini --list ``` ### Expected Behavior The program should terminate with an error message rather than crashing. ### Actual Behavior ``` $ /usr/sbin/nscp settings --settings=config.ini --list Segmentation fault ``` ``` $ gdb --args /usr/sbin/nscp settings --settings=config.ini --list … gdb> r … gdb> bt … #22768 0x0000555555652506 in nsclient_core::settings_client::dump_path(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) () #22769 0x0000555555652506 in nsclient_core::settings_client::dump_path(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) () #22770 0x0000555555652506 in nsclient_core::settings_client::dump_path(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) () #22771 0x0000555555652506 in nsclient_core::settings_client::dump_path(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) () #22772 0x0000555555655b2f in nsclient_core::settings_client::list(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >) () #22773 0x0000555555645704 in cli_parser::parse_settings(int, char**) () #22774 0x00005555556493ac in cli_parser::parse(int, char**) () #22775 0x00005555555da196 in nscp_main(int, char**) () #22776 0x00007ffff49362b1 in __libc_start_main (main=0x5555555d6270 <main>, argc=0x4, argv=0x7fffffffd888, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffd878) at ../csu/libc-start.c:291 #22777 0x00005555555d75da in _start () ``` ### Details * NSClient++, Version: 0.5.1.46 2017-09-24, Platform: unknown * OS and Version: Debian 9 (Stretch) and Debian 8 (Jessie) "
__label__enhancement "The label of mixin bases inside resource containers must be in 10 points Currently, the label of mixin bases inside resource containers are in 10 points but should be in 12 points. The label of mixin bases inside link containers seems to be already in 12 points. "
__label__bug "SqlRS: Tests report Script Analyzer warnings that need to be fixed **Details of the scenario you try and problem that is occurring:** Tests report Script Analyzer warnings that need to be fixed: ``` MSFT_xSQLServerRSConfig.psm1 (Line 37): File 'MSFT_xSQLServerRSConfig.psm1' uses WMI cmdlet. For PowerShell 3.0 and above, use CIM cmdlet which perform the same tasks as the WMI cmdlets. The CIM cmdlets comply with WS-Management (WSMan) standards and with the Common Information Model (CIM) standard, which enables the cmdlets to use the same techniques to manage Windows computers and those running other operating systems. MSFT_xSQLServerRSConfig.psm1 (Line 122): File 'MSFT_xSQLServerRSConfig.psm1' uses WMI cmdlet. For PowerShell 3.0 and above, use CIM cmdlet which perform the same tasks as the WMI cmdlets. The CIM cmdlets comply with WS-Management (WSMan) standards and with the Common Information Model (CIM) standard, which enables the cmdlets to use the same techniques to manage Windows computers and those running other operating systems. MSFT_xSQLServerRSConfig.psm1 (Line 123): File 'MSFT_xSQLServerRSConfig.psm1' uses WMI cmdlet. For PowerShell 3.0 and above, use CIM cmdlet which perform the same tasks as the WMI cmdlets. The CIM cmdlets comply with WS-Management (WSMan) standards and with the Common Information Model (CIM) standard, which enables the cmdlets to use the same techniques to manage Windows computers and those running other operating systems. MSFT_xSQLServerRSConfig.psm1 (Line 138): File 'MSFT_xSQLServerRSConfig.psm1' uses WMI cmdlet. For PowerShell 3.0 and above, use CIM cmdlet which perform the same tasks as the WMI cmdlets. The CIM cmdlets comply with WS-Management (WSMan) standards and with the Common Information Model (CIM) standard, which enables the cmdlets to use the same techniques to manage Windows computers and those running other operating systems. MSFT_xSQLServerRSConfig.psm1 (Line 173): '($SQLCmdLocation.Name)' has non-constant members. Invoking non-constant members may cause bugs in the script. MSFT_xSQLServerRSConfig.psm1 (Line 175): '($SQLCmdLocation.Name)' has non-constant members. Invoking non-constant members may cause bugs in the script. ``` **The DSC configuration that is using the resource (as detailed as possible):** n/a **Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:** n/a **Version of the DSC module you're using, or 'dev' if you're using current dev branch:** dev"
__label__bug "Wyświetlanie wyniku w VP dla Teamów Wyświetlanie wyniku meczu w IMPach podaje zawsze wynik BEZ bieżącego (wybranego w Aktywatorze, domyślnie: pierwszego niezamkniętego) segmentu. Wynik w VP pobierany jest z `matches` - aktualnie wyświetlana jest suma VP do wybranej w Aktywatorze rundy **włącznie**. Jeśli chcemy wykluczyć możliwość przypadkowego ujawnienia bieżącego wyniku meczu zawodnikom (np. przez zostawienie auto-aktualizacji nazwisk do momentu, kiedy Webmaster zdąży zapisać wynik do tabeli `matches`), należałoby zmienić warunek na runda < wybranej. Ale możemy czasem chcieć wyświetlić między segmentami meczu aktualny wynik drużyny w VP. Która wersja jest przydatniejsza?"
__label__enhancement "Add the ability to list all the tailors and appenders bound to a queue and see what .cq4 file they are on https://stackoverflow.com/questions/48147476/in-chroniclequeue-how-to-understand-that-the-file-read-is-complete-in-side-onre https://stackoverflow.com/questions/48078740/chronicle-queue-storefilelistener-multiple-onacquired-and-onreleased -- "
__label__question "false positive on 'no-useless-call' when `apply`ing local function on local object for leveraging array spread **Tell us about your environment** macOS 10.13.3 (High Sierra) Visual Studio Code Project-local eslint installation * **ESLint Version:** Tested on 4.15.0 and 4.17.0 with the same result * **Node Version:** 8.4.0 * **npm Version:** 5.3.0 **What parser (default, Babel-ESLint, etc.) are you using?** none (default!?) <details> <summary>Configuration</summary> <!-- Paste your configuration below: --> ```js ""extends"": ""eslint:recommended"", ""env"": { ""browser"": true, ""es6"": true }, ""plugins"": [""html""], ""rules"": { ""prefer-spread"": 0, ""no-useless-call"": 2 } ``` </details> **What did you do? Please include the actual source code causing the issue, as well as the command that you used to run ESLint.** Context: A Polymer (1.x) web component. This forces me to use the locally defined & bound `splice` method, as opposed to that from Array's prototype. I need to splice an arbitrary number of `children`, thus I need to `apply` it with a spread array—directly calling `this.splice(...)` is not possible with an unknown number of subjects. **Code & eslint-command** <!-- Paste the source code below: --> ```js this.splice.apply(this, ['items', this.items.length, 0, ...children]); ``` <!-- Paste the command you used to run ESLint: --> ```bash eslint ./my-local-file.html ``` **What did you expect to happen?** 'no-useless-call' error not triggered due to combination of `apply`/`call` and ES6 array spread `...` in parameters array. **What actually happened? Please include the actual, raw output from ESLint.** Output: `error unnecessary '.apply()' no-useless-call`"
__label__question Quote positioning I set a background image of the author of a certain quote to the last slide. According to a beautiful design I need to shift the whole quote left. At the moment it's centered as usual. I'm not deep into CSS positioning so I would be very happy if somone could provide me some help.
__label__enhancement "Feature Request - aws_vpc_peering_connection resource: peer_region argument _This issue was originally opened by @mikefox as hashicorp/terraform#16889. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ <hr> As it's now possible to do VPC peering across regions (https://aws.amazon.com/about-aws/whats-new/2017/11/announcing-support-for-inter-region-vpc-peering/) it would be great to have this supported in the `aws_vpc_peering_connection` resource as an optional `peer_region` argument. "
__label__enhancement "add DAE test cases/examples https://de.mathworks.com/help/matlab/math/solve-differential-algebraic-equations-daes.html includes the robertson problem, which is a classical testcase, I also have one metabolic example that I could contribute"
__label__enhancement "Add bathesis as type for @thesis I noticed that there are keys for PhD and Master's theses for the entry type `@thesis`, but not one for Bachelor's theses. It would be a nice enhancement if the key _bathesis_ (as an expression equivalent to the term ""Bachelor's thesis"".) could be added. Thank you for maintaining and improving biblatex. I couldn't work without it!"
__label__question "Να διαλέξουμε μικροελεγκτή. Παιδιά ποιό μικροελεγκτή θα διαλέξουμε? "
__label__bug Lib memleak when deleting O Use Valgrind to correctly dealocate deleted O.
__label__question "VersionColumn **Issue type:** [x] question [ ] bug report [ ] feature request [ ] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [ ] `mysql` / `mariadb` [ ] `oracle` [x] `postgres` [ ] `sqlite` [ ] `sqljs` [ ] `websql` **TypeORM version:** [ ] `latest` [x] `@next` [ ] `0.x.x` (or put your version here) Hello, how version column works? Could I get old versions of entity or this is just a number which incremets when entitity update? "
__label__bug "Hyperopt error when no result ## Step 2: Describe your environment * Python Version: 3.6.3 (`python -V`) * Branch: Develop * Last Commit ID: a18019e8e2c339230767d40a1633534482a882b9 (`git log --format=""%H"" -n 1`) ## Step 3: Describe the problem: Hyperopt throws an error when it is not able to find a result. It happens when we try with very few epochs (like `-e 5`). ### Steps to reproduce: 1. Execute many times hyperopt with less than 5 epochs: `python3 ./freqtrade/main.py -c config.json hyperopt -e 5` 2. You will have some hyperopt with a result, until one will fail ### Observed Results: * **What happened?** When Hyperopt is too tired with ridiculous attempts with tiny epochs it throws to us the error: `ValueError: attempt to get argmin of an empty sequence`. Because of that our Travis-CI fails time to time. * **What did you expect to happen?** We are expecting Hyperopt to return an empty result and be sorry to haven't be able to find something. Not to throw an exception to us. ### Relevant code exceptions or logs: ``` Validating configuration ... .....Traceback (most recent call last): File ""freqtrade/.env/lib/python3.6/site-packages/numpy/core/fromnumeric.py"", line 52, in _wrapfunc return getattr(obj, method)(*args, **kwds) AttributeError: 'list' object has no attribute 'argmin' During handling of the above exception, another exception occurred: Traceback (most recent call last): File ""./freqtrade/main.py"", line 472, in <module> main() File ""./freqtrade/main.py"", line 412, in main args.func(args) File ""freqtrade/freqtrade/optimize/hyperopt.py"", line 245, in start best = fmin(fn=optimizer, space=SPACE, algo=tpe.suggest, max_evals=TOTAL_TRIES, trials=trials) File ""freqtrade/.env/lib/python3.6/site-packages/hyperopt/fmin.py"", line 307, in fmin return_argmin=return_argmin, File ""freqtrade/.env/lib/python3.6/site-packages/hyperopt/base.py"", line 635, in fmin return_argmin=return_argmin) File ""freqtrade/.env/lib/python3.6/site-packages/hyperopt/fmin.py"", line 322, in fmin return trials.argmin File ""freqtrade/.env/lib/python3.6/site-packages/hyperopt/base.py"", line 590, in argmin best_trial = self.best_trial File ""freqtrade/.env/lib/python3.6/site-packages/hyperopt/base.py"", line 585, in best_trial best = np.argmin(losses) File ""freqtrade/.env/lib/python3.6/site-packages/numpy/core/fromnumeric.py"", line 1068, in argmin return _wrapfunc(a, 'argmin', axis=axis, out=out) File ""freqtrade/.env/lib/python3.6/site-packages/numpy/core/fromnumeric.py"", line 62, in _wrapfunc return _wrapit(obj, method, *args, **kwds) File ""freqtrade/.env/lib/python3.6/site-packages/numpy/core/fromnumeric.py"", line 42, in _wrapit result = getattr(asarray(obj), method)(*args, **kwds) ValueError: attempt to get argmin of an empty sequence ``` "
__label__question "is this a good(-enough) replacement for jquery-ui sortable? I'm currently using jquery-ui sortable. it doesn't work well on a mobile device. I'd like to find a good replacement. how well would this replace jquery-ui sortable? Specifically, I'd like to know if your library supports dragging nodes from one list to another, or as another poster asked, can I build Trello with this?"
__label__enhancement 支持命令行参数指定目标数据库和表 - `tsdump [OPTIONS] [database [tables]]` - `OPTIONS`后的参数分别用于指定目标数据库和目标表。首个参数用于指代数据库,其后所有参数均指代表。 - `database`为目标数据库,可选。 - 若未指定目标数据库,则将作用域所有数据库。 - `tables`为目标表,可选,可同时指定一个或者多个。 - 若未指定目标数据库,也未指定目标表,则将作用域所有数据库中的所有表。 - 若指定了目标数据库,但未指定目标表,则将作用域目标数据库下的所有表。
__label__enhancement "using the Egypt remaster @virtushda, would you be interested in doing a [pull request](https://github.com/ZetaGlest/zetaglest-source/blob/develop/CONTRIBUTING.md) to merge your [remaster of the Egypt faction](https://github.com/virtushda/EgyptRemaster)?"
__label__bug "Difficulty importing network resources within VCN ### Terraform Version <details> Terraform v0.11.1 </details> ### OCI Provider Version <details> 2.0.4 - 2017-11-2 </details> ### Description: I am having difficulties importing existing network resources that reside within a VCN, I'm not sure if this is an issue with the OCI provider or with Terraform itself. The import succeeds, but it looks like the import action does not associate the vcn_id with the imported resource so any subsequent terraform plan/apply wants to recreate everything. Details / steps to reproduce: #### Manually create the ""test1"" VCN. #### Manually create the ""test1-IG"" Internet gateway inside the VCN, in the same container. #### Import the VCN- <details> ``` # terraform import oci_core_virtual_network.test1 ocid1.vcn.oc1.iad.aaaaaaaazj46i3d75gkiirwsxb4wcwmnvfwhca55wqchxndkzl6j3wlwm4oa oci_core_virtual_network.test1: Importing from ID ""ocid1.vcn.oc1.iad.aaaaaaaazj46i3d75gkiirwsxb4wcwmnvfwhca55wqchxndkzl6j3wlwm4oa""... oci_core_virtual_network.test1: Import complete! Imported oci_core_virtual_network (ID: ocid1.vcn.oc1.iad.aaaaaaaazj46i3d75gkiirwsxb4wcwmnvfwhca55wqchxndkzl6j3wlwm4oa) oci_core_virtual_network.test1: Refreshing state... (ID: ocid1.vcn.oc1.iad.aaaaaaaazj46i3d75gkiirwsxb4wcwmnvfwhca55wqchxndkzl6j3wlwm4oa) Import successful! The resources that were imported are shown above. These resources are now in your Terraform state and will henceforth be managed by Terraform. ``` </details> #### Import the IG- <details> ``` terraform import oci_core_internet_gateway.test1-IG ocid1.internetgateway.oc1.iad.aaaaaaaaypy65vi3pvdw7xrnhc5e3treq3bbrv3uemumyfrwc6pvv3m7pzua oci_core_internet_gateway.test1-IG: Importing from ID ""ocid1.internetgateway.oc1.iad.aaaaaaaaypy65vi3pvdw7xrnhc5e3treq3bbrv3uemumyfrwc6pvv3m7pzua""... oci_core_internet_gateway.test1-IG: Import complete! Imported oci_core_internet_gateway (ID: ocid1.internetgateway.oc1.iad.aaaaaaaaypy65vi3pvdw7xrnhc5e3treq3bbrv3uemumyfrwc6pvv3m7pzua) oci_core_internet_gateway.test1-IG: Refreshing state... (ID: ocid1.internetgateway.oc1.iad.aaaaaaaay...rnhc5e3treq3bbrv3uemumyfrwc6pvv3m7pzua) Import successful! The resources that were imported are shown above. These resources are now in your Terraform state and will henceforth be managed by Terraform. ``` </details> #### Make sure the resources in your terraform file match what you imported- <details> ``` resource ""oci_core_virtual_network"" ""test1"" { cidr_block = ""10.1.1.0/24"" compartment_id = ""${var.vcn_compartment_ocid}"" display_name = ""test1"" dns_label = ""test1"" } resource ""oci_core_internet_gateway"" ""test1-IG"" { compartment_id = ""${var.vcn_compartment_ocid}"" display_name = ""test1-internet"" vcn_id = ""${oci_core_virtual_network.test1.id}"" } ``` </details> #### Then run a terraform plan- <details> ``` # terraform plan Refreshing Terraform state in-memory prior to plan... The refreshed state will be used to calculate this plan, but will not be persisted to local or remote state storage. oci_core_virtual_network.test1: Refreshing state... (ID: ocid1.vcn.oc1.iad.aaaaaaaazj46i3d75gkiirwsxb4wcwmnvfwhca55wqchxndkzl6j3wlwm4oa) data.oci_identity_availability_domains.ADs: Refreshing state... oci_core_internet_gateway.test1-IG: Refreshing state... (ID: ocid1.internetgateway.oc1.iad.aaaaaaaay...rnhc5e3treq3bbrv3uemumyfrwc6pvv3m7pzua) ------------------------------------------------------------------------ An execution plan has been generated and is shown below. Resource actions are indicated with the following symbols: -/+ destroy and then create replacement Terraform will perform the following actions: -/+ oci_core_internet_gateway.test1-IG (new resource required) id: ""ocid1.internetgateway.oc1.iad.aaaaaaaaypy65vi3pvdw7xrnhc5e3treq3bbrv3uemumyfrwc6pvv3m7pzua"" => <computed> (forces new resource) compartment_id: ""ocid1.compartment.oc1..aaaaaaaaxqismqcwcjzbv3rgwb5ns5i7etdgqnbia3vbpstfol7o6l7zftua"" => ""ocid1.compartment.oc1..aaaaaaaaxqismqcwcjzbv3rgwb5ns5i7etdgqnbia3vbpstfol7o6l7zftua"" display_name: ""test1-IG"" => ""test1-internet"" enabled: ""true"" => ""true"" state: ""AVAILABLE"" => <computed> time_created: ""2017-12-08 15:55:35.87 +0000 UTC"" => <computed> time_modified: ""0001-01-01 00:00:00 +0000 UTC"" => <computed> vcn_id: """" => ""ocid1.vcn.oc1.iad.aaaaaaaazj46i3d75gkiirwsxb4wcwmnvfwhca55wqchxndkzl6j3wlwm4oa"" (forces new resource) Plan: 1 to add, 0 to change, 1 to destroy. ``` </details> "
__label__bug "latexmlpost: parser error : Input is not proper UTF-8, indicate encoding ! On Mac OS X with installed basictex and LaTeXML version 0.8.2 when running the command ``` latexml test.tex | latexmlpost --verbose --dest=test.html - ``` on test.tex: ``` \documentclass[a4paper,12pt,twoside,openright]{book} \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage{natbib} \begin{document} \tableofcontents \chapter{Präfatßio} Löräm ipßum dolor ßit amet, conßäctetur adipisiki älit, sed äüsmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exärcitation ullamco laboris nisi ut aliquid ex ea commodi conßequat. Quis aüte iüre reprähenderit in voluptate velit eße cillüm dolore äu fugiat nulla pariatur. Exceptäür sint öbcäcat cupiditat nön proident, ßünt in kulpa kwi offitßia deserunt mollit anim id äßt laborum \cite{Wuersst1887}. \nocite{*} \bibliographystyle{apalike} \bibliography{test} \end{document} ``` I see the following error generated by `latexmlpost` ``` processing started Sat Jan 6 15:27:34 2018:12: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xA0 0x31 0x22 0x20 <chapter frefnum=""Chapter 1"" refnum=""1"" xml:id=""Ch1""> ^ ``` The original file is correct UTF-8 ``` $ file test.tex test.tex: LaTeX 2e document text, UTF-8 Unicode text, with very long lines ``` However when I check the xml file generated by latexml, it seems to be ISO-8859 and not UTF-8: ``` $ latexml test.tex > test.xml $ file test.xml test.xml: XML 1.0 document text, ISO-8859 text, with very long lines ``` Am I doing something wrong or is this an encoding issue? "
__label__bug "systemd timed out waiting for the context device When contextualization ISO isn't present (on VMware/EC2), the systemd service scripts can take longer time or fail. Service start script needs to be changed: 1. not to depend on `dev-disk-by\x2dlabel-CONTEXT.device`, but on `local-fs.target`(?) 2. or have separate service scripts for KVM and VMware (with e.g. `ConditionVirtualization=vmware`) 3. or have separate packages for each environment https://forum.opennebula.org/t/context-device-start-timeout/4692"
__label__bug "Colour table (OS: Windows) - The scroll on mouse over, in the list view, only works when the pointer is over the slider. Not when it is over the list. The fix for issue #653 was not complete."
__label__enhancement "Add import export package list to install To ease recreating a prefix on another machine "
__label__question "minimum laser requirements ? Hello everyone, A mega newbie here is starting the laser engraver project... I'm planning to use the laser diode extracted from one of the DVD players. I'm just wondering if this kind of Class 1 laser is enough, or should I get a Class 2 ? Thank you for your answers !"
__label__bug "DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL issue after the update on DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL commit I started getting non stop spam of D3D11 INFO: ID3D11DeviceContext::OMSetRenderTargets: Forcing OM Render Target slot 0 to NULL , since calling Present for DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL SwapChains unbinds backbuffer 0 from all GPU writeable bind points, except for DXGI_PRESENT_DO_NOT_SEQUENCE or DXGI_PRESENT_TEST usage. [ STATE_SETTING INFO #49: OMSETRENDERTARGETS_UNBINDDELETINGOBJECT]. Also getting a crash in ``` void FrameBufferD3D11::create(uint16_t _denseIdx, void* _nwh, uint32_t _width, uint32_t _height, TextureFormat::Enum _depthFormat) ``` seems like it cant create the swap chain. My code has been working for months without this issue also the version before this commit works fine. I have multiple windows setup. "
__label__enhancement "1.9 PvP sounds disabled When going on other servers, PVP sounds are disabled somehow. Mainly when the server is running 1.8.8 with ViaVersion, however it would be a cool feature for this plugin!"
__label__bug "Deadlock with multiple simultaneous logouts When multiple users are simultaneously logging out, there might be a dead-lock. I tested this scenario with 1000 connections and it does sometimes happen but not always and only for the few (mostly one one) last connections."
__label__enhancement "Add mlml option to output methcount file for the indirectly profiled mark We've got quite a few questions about how to call DhMRs with the MLML output. Our consensus now is to create a pseudo methcount file that can be later used by `methdiff`. "
__label__question "Paging in cassandra Dear Masum, I would like to implement paging in my web app. I would like to supply the page number and number of records to retrieve. Is this possible? What is the best way to implement it? If I have many users in my db, then the admin should be able to retrieve only a subset, lets say 10 users per page and be able to browse the total set by paging. Is this possible?"
__label__bug # Change relationship method name in model Post Change name of method usersWhoLikeIt to usersWhoLikedIt
__label__question "Rsyslot v8.4.2 Debian8 jessie issues with storing remote logging in specific file ### Expected behavior Should be working fine separating the files but its not ### Actual behavior installed rsyslog 8.xxx from Debian 8 jessie repos, configured it in order to store remote logs from remote machine in a specific folder that i have created on the Debian jessian rsyslog server machine. but unfortunately instead its only saving the remote logs inside local syslog file... and for the sake of it i am completelly lost, in other hand i have another ubuntu16.04 server machine running rsyslog server with the exact same config, and for the sake of it works just fine storing the files into the separate folder and files.. Here are the output example configuration rsyslog.conf ``` # /etc/rsyslog.conf Configuration file for rsyslog. # # For more information see # /usr/share/doc/rsyslog-doc/html/rsyslog_conf.html ################# #### MODULES #### ################# $ModLoad imuxsock # provides support for local system logging $ModLoad imklog # provides kernel logging support #$ModLoad immark # provides --MARK-- message capability # provides UDP syslog reception $ModLoad imudp $UDPServerRun 514 # provides TCP syslog reception #$ModLoad imtcp #$InputTCPServerRun 514 ########################### #### GLOBAL DIRECTIVES #### ########################### # # Use traditional timestamp format. # To enable high precision timestamps, comment out the following line. # $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat # # Set the default permissions for all log files. # $FileOwner root $FileGroup adm $FileCreateMode 0644 $DirCreateMode 0755 $Umask 0022 # # Where to place spool and state files # $WorkDirectory /var/spool/rsyslog # # Include all config files in /etc/rsyslog.d/ # $IncludeConfig /etc/rsyslog.d/*.conf ############### #### RULES #### ############### # # First some standard log files. Log by facility. # auth,authpriv.* /var/log/auth.log *.*;auth,authpriv.none -/var/log/syslog #cron.* /var/log/cron.log daemon.* -/var/log/daemon.log kern.* -/var/log/kern.log lpr.* -/var/log/lpr.log mail.* -/var/log/mail.log user.* -/var/log/user.log # # Logging for the mail system. Split it up so that # it is easy to write scripts to parse these files. # mail.info -/var/log/mail.info mail.warn -/var/log/mail.warn mail.err /var/log/mail.err # # Logging for INN news system. # news.crit /var/log/news/news.crit news.err /var/log/news/news.err news.notice -/var/log/news/news.notice # # Some ""catch-all"" log files. # *.=debug;\ auth,authpriv.none;\ news.none;mail.none -/var/log/debug *.=info;*.=notice;*.=warn;\ auth,authpriv.none;\ cron,daemon.none;\ mail,news.none -/var/log/messages # # Emergencies are sent to everybody logged in. # *.emerg :omusrmsg:* # # I like to have messages displayed on the console, but only on a virtual # console I usually leave idle. # #daemon,mail.*;\ # news.=crit;news.=err;news.=notice;\ # *.=debug;*.=info;\ # *.=notice;*.=warn /dev/tty8 # The named pipe /dev/xconsole is for the `xconsole' utility. To use it, # you must invoke `xconsole' with the `-file' option: # # $ xconsole -file /dev/xconsole [...] # # NOTE: adjust the list below, or you'll go crazy if you have a reasonably # busy site.. # daemon.*;mail.*;\ news.err;\ *.=debug;*.=info;\ *.=notice;*.=warn |/dev/xconsole ``` and this is the configuration file i have added inside folder etc/rsyslog.d named 50-default.conf ``` #mikrotik machine log log $template mikrotik,""/var/log/mikrotik/%$YEAR%.%$MONTH%.%$DAY%.log"" :fromhost-ip,isequal,""1xx.xxx.xx.1"" ?mikrotik & ~ ``` as i have mentioned this works ok on ubuntu16.04 but not working on jessie , all i can see is the massive log file growing inside syslog local file. Any helps or guidance will be appreciated not shure if configuration is different for Debian machines , aldo ubuntu version is aldo debian so i am even more confused.."
__label__enhancement "Enqueue mass emails using Delayed::Job for sending out messages to all users It turns out even using deliver_later, the app will time out before emails can be queued up for 1.4k users. We need to create another Delayed::Job job type just for queueing up the mass emails to send."
__label__bug Click sprite bugfixing (child is not processed if parent is clicked) Click sprite bugfixing (child is not processed if parent is clicked)
__label__enhancement "Is it possible to set volume greater than 1.0f (amplification) ### Issue description Is it possible to set the volume in exoplayer to a value greater than 1.0f to create an ""amplification"" effect for videos that have been recorded with low audio levels? ### Reproduction steps 1) add a seekbar in the overriden exo_playback_control_view 2) add the following onseekbarchangelistener in the player activity ```Java seekBar.setMax(200); seekBar.setOnSeekBarChangeListener(new SeekBar.OnSeekBarChangeListener() { @Override public void onProgressChanged(final SeekBar seekBar, final int progress, final boolean fromUser) { final float adjust = (float) progress / 100; Log.d(TAG, ""Volume: "" + adjust); player.setVolume(adjust); } @Override public void onStartTrackingTouch(final SeekBar seekBar) { } @Override public void onStopTrackingTouch(final SeekBar seekBar) { } }); ``` Any volume level greater than 1.0f has no audio effect, lower than 1.0 will reduce the volume. ### Version of ExoPlayer being used 2.6.0 ### Device(s) and version(s) of Android being used Android KitKat 4.4"
__label__enhancement collect Hyper-V logs for troubleshooting Scope is to have a lisa parameter that will collect a series of Hyper-V logs based on the below guide: https://blogs.technet.microsoft.com/virtualization/2017/10/27/a-great-way-to-collect-logs-for-troubleshooting/
__label__bug "Rankings data is wrong in win10 If I set the from date 12/25/2017 and to date 12/26/2017 it shows me a 18% decrease in TKR and 80% decrease in BlockCAT (this is obviously incorrect). But if I set the to date to any future date I get a 5% increase in TKR value and a 12% increase in BlockCAT (despite this the profit/loss value is still in the negative). PS: I have bought both of these curriencies on 12/25/2017 PSS: If any of these issues were of value to you guys, consider sending some tokens to this address: 0x6c750712e6BAeb7F5445144219dfcb7cbED2e23d "
__label__bug Flickering on animation end At the and of the expand animation the views flicker.
__label__bug Flickering on animation end At the and of the expand animation the views flicker.
__label__enhancement "Database connection not configurable Currently it has a connectionstring in code, this needs to move to a configurable location, or point to a database that can be created dynamically (e.g. localdb, sqllite)"
__label__enhancement "Send Follow request to other members - save member-A follow request in DB and set its status to PENDING (use UserNetworkRelation) - forward request via Pubnub (or other) to member-B device - If member-B accepts the request, update request status to Accepted - If member-B refuses the request, update request status to Refused"
__label__question "Can neo be built on Windows? I tried to build with windows cmake and seems some linux related headers is missing: :\Neo-github\build\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [D:\Neo-github\build\CMakeFiles\CMakeTmp\cmTC_e39e3.vcxproj] not sure if something missing from windows cmake environment or windows build is not in your plan. Thanks, Mariam"
__label__bug "Redirect to login page if user is not authenticated Right now if a user tries to view their dashboard but isn't authenticated, we show a dashboard with no data. Instead, the user should be redirected to the login page."
__label__question "Xamarin.iOS compatibility Hello, I would like to ask if there are any chances for Xamarin.iOS compatibility, is it just untested or will it not work by design? I want to develop a project which has a Xamarin.iOS server and different client platforms (e.g. Xamarin.iOS, Xamarin.Android and plain old Windows C#.) Another question: Are there any plans to support .NET Standard? Thanks"
__label__bug Status doesn't change from red to green after the first successful build. Title says it all.
__label__question Utilizing Keyphrase Analysis in Microsoft Bot Is there a source code or tutorial that shows how to specifically use key-phrase analysis in Microsoft Bot?
__label__question "[Suggestion] Method to match Muuri internal state to DOM state I'm writing a library to bridge Muuri and Vue 2.x. Since Vue is reactive, I'm running into problems when the parent component alters the prop that it's sending to my Muuri component. As an example, here's some dummy code and a simple explanation of a problem I'm facing: ```html <div class='v-muuri-grid> <div class='v-muuri-item' v-for='item in list'> <div class='v-muuri-item-content'> {{ item.name }} </div> </div> </div> ``` If you're unfamiliar with Vue, this will create one `v-muuri-item` for each element of `list`. However, since Vue will change the elements of this list reactively, It's very hard to keep Vue and Muuri in sync. **Scenario:** 1. `list` contains `['a', 'b', 'c']`. This is passed to Vue, creating a DOM element for each item 2. Using Muuri, I drag item `'c'` to the 0th index 3. Listening to `grid.on('move')`, I then update `list` so its structure matches the DOM structure (`list` is now `['c', 'a', 'b']`) 4. Due to reactivity, this causes a re-render, changing the display names of the items. _However_, since the Muuri representation of these items doesn't update when the DOM does, the display names become `'a'`, `'b'`, and `'c'` again, leaving `list` out of sync with Muuri. [Here's a video](https://media.giphy.com/media/xUNd9VeeQTNGweUu5O/giphy.gif ) of this happening. Notice that the box labels change to the wrong label when the Vue state changes. ___ Now, this one issue isn't hard for me to fix. But handling the reactivity when an array is added to, deleted from, or replaced is pretty convoluted. My suggestion is a method that reevaluates Muuri's internal state based on the current DOM. Kind of like `synchronize`, but in reverse. Thank you for this great library! "
__label__bug "Pagination Bug The current implementation does not include a continuationToken when calling the Get Users Graph API, so on large accounts (any with more users than the max page size), the scanner is only analyzing traffic for users returned on the first page. "
__label__bug "Clean up % on rates for legend, unavailable ""%"" shows up after ""Unavailable"" and not in the legend"
__label__question "No colored icons Hi I'm testing Manjaro linux and probably will make the switch because it is a rolling distro and the software is much newer than Linux mint. And i like it! But i have a question In my other post about compile errors on Linux mint i'm using the pre-built version made by Muzena and it works great on Linux mint. It also has colored icons in the toolbar and file menu that looks to me from gnome? On Manjaro i use the AUR repo and installed the latest git version (i think it is maintained by maxrd2?) but when i start the program there are no colored icons like on Linux mint, only gray icons who are different than Linux mint. Is this a program or Manjaro issue? Or is this normal behaviour? If i start subtitle composer on the terminal than there are a lot of errors: vibrancy icons not found in multiple locations ubuntu-mono-dark icon theme not found qt5ct: D-bus global menu: no On exit there is one more error: QCoreApplication::postEvent: Unexpected null receiver,. (This is obviously not related to icons i think) Can this be of any help?"
__label__question "tags gone after recent update (macOS) #### Expected behaviour tags would remain visible in most recent release #### Actual behaviour Tags disappeared #### Steps to reproduce 1. updated to QOwnNotes - version 18.02.2 - Travis CI - build 3458 using the provided updater on macOS #### Output from the debug section in the settings dialog #### Relevant log output (you have to enable enable the log widget) Not sure the log settings are relevant because I don't see mention of tags listed in the file. Where is the tag metadata stored on macOS? I'm assuming it is in an sqlite table somewhere? "
__label__enhancement User should be able to select environment variables that needs to be hidden There might be some environment variables such as private keys (jasypt.encryptor.password) are visible on glowroot webpage. Some configuration should be available to hide selected environment variables.
__label__question "Add cache to editors data The editor/data request could be splitted into 3 different ones (data, sections and stations) which could.be cached."
__label__enhancement "uefi multi-manjaro always install in the same efi sub-directory ""manjaro_grub"" :( https://github.com/Chrysostomus/manjaro-architect/search?utf8=%E2%9C%93&q=manjaro_grub is a real problem or not ? If there is already proposal to enter another name or crash"
__label__bug "Selecting an item from search shows incorrect body of Listory I made a few searches, and see that the body shown after I select a results is incorrect. For example, I search for ""sahlep"", the list of item looks fine, but when selected you can see the image is correct but the body text is not. The text it shows (incorrect text) is: _ > kadikoy'den kalkip besiktas'a giden vapur. ilk vapur seferi sabah 6:45**'tedir. bu saatten itibaren yarim saat arayla her saati 15 ve 45 gece kalkar bu vapur. sonuncu sefer ise yazin 20:45'te, kisin 20:15'tedir.ögrenci ve çalisan yogun seferleri 07:45 ve 08:15 olan vapur. geç kalanlar 08:45, geç kalmak umrunda olmayan tembel tenekeler de 09:15'i tercih eder..\nsabah uykusu için ideal mekanlardandır.. instead of: > Tamam tamam, tek adres degil, ama saglam adres. Haci Muhiddin, Kadikoy. Hem ortam sahane, hem sahlep gibi sahlep. Eski usul. Son zamanlarda yerlesmis sahlep bozuntusu tozlarda degil asla. I tried to mark it on the map, but I think I failed :( _ ![image](https://user-images.githubusercontent.com/1347035/34727266-778c57ea-f567-11e7-94cd-b4483ce1116e.png) "
__label__question Kcodes for leadman question I can't add Kcodes for leads to see them works I've add them on the lead page (viewLead template) and completely new page But I can't see them on the frontend. Please assist... http://vladtest28n.admin.kademi-ci.co/pages/vlad28nlead/version1/ All necessary app are installed.
__label__bug Undefined variables in preconditions (Related to #140) ```scala import stainless.lang._ object AssertionFailed { def isForall(b: Boolean): (Boolean => Boolean) => Boolean = { (p: Boolean => Boolean) => b == forall(p) } } ``` > [Internal] java.util.concurrent.ExecutionException: java.lang.AssertionError: assertion failed > [Internal] Please inform the authors of Inox about this message
__label__bug "systemd-networkd: network interface hangs in pending state forever ### Submission type <!-- Delete the inappropriate option below: --> - Bug report <!-- **NOTE:** Do not submit anything other than bug reports or RFEs via the issue tracker! --> ### systemd version the issue has been seen with > systemd 235 +PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL -XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid ### Used distribution > gentoo ### In case of bug report: Expected behaviour you didn't see > Network interface is configured according to it's configuration. ### In case of bug report: Unexpected behaviour you saw > Interface configuration hangs forever ### In case of bug report: Steps to reproduce the problem > Configuration ``` # cat /etc/systemd/network/ens3.network [Match] Name=ens3 [Network] Address=217.182.90.172/16 Gateway=217.182.88.1 Domains=yarkov.pw DNS=8.8.8.8 LinkLocalAddressing=no IPv6AcceptRA=no ``` > After system start interface fall into pending state forever (It's routable because of manual configuration by ip command) ``` # networkctl IDX LINK TYPE OPERATIONAL SETUP 1 lo loopback carrier unmanaged 2 ens3 ether routable pending 3 tunl0 tunnel off unmanaged 4 sit0 sit off unmanaged 4 links listed. ``` > Stack trace of running process (only systemd built with debug info) ``` (gdb) bt #0 0x00007fccf54580c3 in epoll_wait () from target:/lib64/libc.so.6 #1 0x00007fccf5a4d580 in sd_event_wait (e=e@entry=0x55d20b06e880, timeout=timeout@entry=18446744073709551615) at ../systemd-235/src/libsystemd/sd-event/sd-event.c:2520 #2 0x00007fccf5a4e1cb in sd_event_run (e=e@entry=0x55d20b06e880, timeout=timeout@entry=18446744073709551615) at ../systemd-235/src/libsystemd/sd-event/sd-event.c:2678 #3 0x00007fccf5a4e35b in sd_event_loop (e=0x55d20b06e880) at ../systemd-235/src/libsystemd/sd-event/sd-event.c:2705 #4 0x000055d20a7e2a20 in ?? () #5 0x00007fccf537e42a in __libc_start_main () from target:/lib64/libc.so.6 #6 0x000055d20a7e2aea in ?? () ```"
__label__bug "Silent's Gems It seems that Silent Gems tools aren't being made like that are supposed to and just being made as a ""Gem Tool."" When you put the item in your inventory, it completely randomized the tool you are making that has no connection to the materials you are using. ![image](https://user-images.githubusercontent.com/13752478/33226708-da2155f6-d161-11e7-9c04-5340594014aa.png) Is the tool and toolbar for it... and when I pull it out and put it in the inventory.... ![image](https://user-images.githubusercontent.com/13752478/33226711-06a9844a-d162-11e7-919d-9786a8bb7e8e.png) It makes that. I used aquamarine and iron toolrods. I also used Agate. I think the only tool that works right is the ruby as this is also the only gem that able to make the Silent's Gems Manual "
__label__question "--rebuild parameter: what to expect? When using `wp build --rebuild` I wasn't sure what to expect. The warning says: > Items will be deleted! Perhaps the warning message could be more precise, and list exactly what is going to happen (I'm not even sure exactly how it decides what to delete). Also: Depending on what it does, it could be that --clean communicates better after all."
__label__question "Failed test deploying to production === Test Failures [1] NAME METHOD MESSAGE STACKTRACE MA_ReportSourceBatchableTest test_batchable_fail System.AssertException: Assertion Failed: Expected: 1, Actual: 0 Class.MA_ReportSourceBatchableTest.test_batchable_fail: line 91, column 1 Is the test anticipating that we make an existing MA_Test_Account_Report report, with at least Account_Id present? If so - what are the properties of this test report? Thank you! [MA_ReportSourceBatchableTest.TXT](https://github.com/DouglasCAyers/sfdx-mass-action-scheduler/files/1712999/MA_ReportSourceBatchableTest.TXT) "
__label__question "Is it possible to transfer coin -> coin? I am trying to transfer between a BTC -> LTC, or ETH -> LTC account. I am not able to get this to work either via this package or via simple Postman requests. Here's my approach. After Oauth, I get the client's account IDs. I then get the account for BTC and account for ETH. I then create a transfer between the two, with a request body like this (below). The code below is in Javascript, but applies as well to Python: ``` const url = `${endpoint}/v2/accounts/${accountId}/transactions` const type = 'transfer'; const to = 'TO_ID'; const currency = 'BTC'; const amount = '0.00000001'; const response = await request.post(url, { type, to, amount, currency }, { headers }); ``` Here, response comes back with a 'Not found' error: ``` { ""errors"": [ { ""id"": ""not_found"", ""message"": ""Not found"" } ], ""warnings"": [ { ""id"": ""missing_version"", ""message"": ""Please supply API version (YYYY-MM-DD) as CB-VERSION header"", ""url"": ""https://developers.coinbase.com/api#versioning"" } ] } ``` I would appreciate any help in getting this to work! Thank you!"
__label__question "Should urls.register be called urls.registration? This would make it line up with @perry's [`angular-registration`](https://github.com/incuna/angular-registration) (soon to be `angular-user-management`). "
__label__enhancement "[Feature Request] Auto-sort imports (statements) We currently have a `SortImports` rewrite, but all it does is sort imports in import groups, it does not sort import statements themselves. This: ```scala import com.comp.A import com.comp.module.B import scala.collection.mutable import scala.util import scalaz.Functor import java.time.Instant ``` Would be formatted as: ```scala import java.time.Instant import scala.collection.mutable import scala.util import scalaz.Functor import com.comp.A import com.comp.module.B ``` The order is: * Java stuff * scala stuff * 3rd party stuff * company stuff * This would need some setting specifying what the company domain is: `companyDomain = com.comp` 3rd party stuff can be determined by whether it matches anything else. If it isn't Java, Scala or companyDomain, then it is 3rd party. I think we can just expand `SortImports` to handle this. We could check if the `companyDomain` setting is set. If so, expand the sorting. Otherwise do what it currently does. "
__label__bug "Notice: Undefined index: list | Q | A | -------------------- | ----- | Bug report? | yes | Feature request? |no | QueryBundle version | 2.2 --- An additional filters can be one of listed in the Dictionary (`array_keys(Dictionary::getOperators())`). Actually is always 'list' and not accept different values inside `Mado\QueryBundle\Queries\Objects\Value::class`. "
__label__question "vnstat doesn't collect metrics for tap interface Hello, I am monitoring two interfaces on a Debian machine, eth0 and tap0 (openvpn). vnstat reports metrics for eth0, however for tap0 it always says ""not enough data available yet."" I tried to remove ```.tap0``` and ```tap0``` in ```/var/lib/vnstat/``` then recreated it using ```vnstat -u -i tap0``` but still no luck after 24h. Thank you"
__label__enhancement "Show message on refreshing if there is no connection As we merged https://github.com/nextcloud/android/pull/1655 to soon, this remains: > If mobile data is disabled and I open up e.g. a text file it shows shortly the dialog, then dismisses it, leading to the impression that we now have the updated file (which might be true). So if the refresh fails we should show a snackbar(?) that says ""we could not update the file. Last version available is shown"" (or similar)"
__label__question "how can i remove the slider ? im trying to remove the colorpicker slider , can i do it ?"
__label__enhancement "DICOM viewer: zoom, pan, and navigate through slices According to documentation: > Allow the user to zoom, pan, and navigate through slices in the image viewer. During these actions the following model properties should be updated: `zoomRate`, `offsetX`, `offsetY`. These properties has been introduced in [this commit](https://github.com/concept-to-clinic/concept-to-clinic/pull/226/commits/9e53048dbd65d8d232787e957ba2db2b7f622c48#diff-70d179422138a3042c2135a282065626R42). Hopefully PR will be merged soon. These properties should taken into by ""Detect and Select"" and ""Segmentation"" components (#226 and #150) ## Current Behavior User can't navigate through slices, nor zoom+pan. ## Checklist before submitting - [x] I have searched through the other currently open issues and am confident this is not a duplicate of an existing bug - [x] I provided a **minimal code snippet** or list of steps that reproduces the bug. - [x] I provided **screenshots** where appropriate - [x] I filled out all the relevant sections of this template "
__label__enhancement "Store ""SSH description"" in account tags if supported **Acceptance criteria:** 1. Store description in account tags if account tags are supported 2. Turn off this feature if account tags are not supported 3. To configure behavior in config file (true - there are account tags) 4. To describe the feature in ""Custom features"" local file and in Readme **Connected feature ID:** _sshkey_description_display_, _sshkey_description_change_"
__label__question "kParseNumbersAsStringsFlag for single value? Background: I receive data in the style {""x"":123, ""d"":123.000} where most of the values are integers & strings, but a single value is a double. I don't receive any more information about the double except the value it contains, and the number of decimals it contains is important to keep. Question: Is there some way to parse a single double value as string? What I'm looking for is to get the ""d"" number in the above description as a string ""123.000"", but the ""x"" as the integer 123. Partial solution: I've found the kParseNumbersAsStringsFlag which makes it possible to retrieve ""d"" as the string ""123.000"", but that flag also makes all the other values returned as strings. (There are many many more values which are processed as integers, so it feels wasteful to receive them all as strings and then convert them back to numbers instead of getting the single double value as a string directly)"
__label__bug 使用Micsoft office 2007 打开out.docx(word) 报错 An error has occurred. See error log for more details. java.lang.NullPointerException 1.唯独只有这个名字的out.docx就报错。 2.使用高版本的Micsoft Office 能打开不报错。
__label__enhancement Plugin should pass pre-existing object if it exists in Context https://github.com/atlassian/smith/blob/master/pkg/plugin/types.go#L32 This will allow us to do version bump actions when secrets change (workaround for service instances not updating when secret inputs change).
__label__bug "Les boutons reculer, reload et avancer n'ont d'effets que sur le première page Bug qui existe depuis la reprogrammation des onglets."
__label__bug "NPE in onReceive method of SdlBroadcastReceiver In SdlBroadcastReceiver.java, we try to access the variable `localRouterClass` at a few places. The value of this variable is supplied by the client app's defineLocalSdlRouterClass() in SdlReceiver.java. If - for some reasons - this value is returned as null, the SDL Library can potentially crash. [Crash here](https://github.com/smartdevicelink/sdl_android/blob/master/sdl_android/src/main/java/com/smartdevicelink/transport/SdlBroadcastReceiver.java#L143) Log: ``` 07-11 15:18:15.098 13112-13112/com.sdl.hellosdlandroid E/AndroidRuntime: FATAL EXCEPTION: main Process: com.sdl.hellosdlandroid, PID: 13112 java.lang.RuntimeException: Unable to start receiver com.sdl.hellosdlandroid.SdlReceiver: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.Class.getName()' on a null object reference at android.app.ActivityThread.handleReceiver(ActivityThread.java:2732) at android.app.ActivityThread.-wrap14(ActivityThread.java) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1421) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5417) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.Class.getName()' on a null object reference at android.content.ComponentName.<init>(ComponentName.java:129) at android.content.Intent.<init>(Intent.java:4449) at com.smartdevicelink.transport.SdlBroadcastReceiver.wakeUpRouterService(SdlBroadcastReceiver.java:162) at com.smartdevicelink.transport.SdlBroadcastReceiver.onReceive(SdlBroadcastReceiver.java:120) at com.sdl.hellosdlandroid.SdlReceiver.onReceive(SdlReceiver.java:32) at android.app.ActivityThread.handleReceiver(ActivityThread.java:2725) at android.app.ActivityThread.-wrap14(ActivityThread.java)  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1421)  at android.os.Handler.dispatchMessage(Handler.java:102)  at android.os.Looper.loop(Looper.java:148)  at android.app.ActivityThread.main(ActivityThread.java:5417)  at java.lang.reflect.Method.invoke(Native Method)  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)  ``` This is because we can be potentially calling `wakeUpRouterService(context, false,altServiceWake );` at some point, and that method tries to access the said variable `localRouterClass` which can be null. We should perform a null check and return immediately, effectively bypassing the whole multiplexing flow because if the router service class is null, there is no point of doing any further work on multiplex connection. Then SdlBroadcastReceiver.java should change from: [here](https://github.com/smartdevicelink/sdl_android/blob/master/sdl_android/src/main/java/com/smartdevicelink/transport/SdlBroadcastReceiver.java#L78) ``` localRouterClass = defineLocalSdlRouterClass(); ``` to: ``` if ((localRouterClass = defineLocalSdlRouterClass()) == null) { return; } ``` It's true that the variable` localRouterClass` should not be null if the client app setups the Multiplexing flow correctly but we shouldn't make this assumption. This issue was brought up by the Android Alexa team at Amazon and confirmed by us. "
__label__bug "Document upload does not add statement metadata entry When drag-and-dropping a file on a Journal line, the document is successfully uploaded, but no `statement: `-metadata-entry is added to the transaction (this worked as a couple of months ago). Expected result: When d-n-d'ing a file on a transaction in the Journal, the file should be uploaded (as works now) and a `statement:`-entry added to the transaction."
__label__bug "Cannot create character with some classes Priests and Paladins cannot be chosen at character creation, as they will crash the game. Related to them learning spells?"
__label__bug support inline image link bot unsupport inlink image link for example: use inlint bot [@bold](https/t.me/bold) send custom markdown `[image](https://avatars.githubusercontent.com/u/0)`
__label__bug "bind_cols Error message has odd output and maybe wrong values I was trying to take all the columns of data in a tibble, split a text column on a certain string and then attach that column, now having 1 or more items, back onto the original data. To make it even simpler I did it with just one row of data. I can resolve the issue by using crossing from tidyr, or even cbind from base R. The issue here thought is related to the error message given. It seems to say it needs what it actually has, and even then when you meet that need it fails, the crazy case says this, Argument 2 must be length 1, not 1. ```r library(tidyverse) data <- tibble(a = 1, b = 2) new_c <- 1:3 bind_cols(data, tibble(new_c = new_c)) # Error in cbind_all(x) : Argument 2 must be length 3, not 1 bind_cols(data, new_c = new_c) # Error in cbind_all(x) : Argument 2 must be length 1, not 1 # This is probably the way to do this. crossing(data, new_c) ``` "
__label__enhancement "Gracefully handle complex queries that can't be parsed ```sql mysql> explain SELECT val, count(*) FROM 0020_big_table WHERE id BETWEEN 10 AND 20; ERROR 1140 (42000): In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'index_digest.0020_big_table.val'; this is incompatible with sql_mode=only_full_group_by ``` ```sql mysql> SELECT t.val as value, count(*) FROM 0020_big_table as t WHERE id BETWEEN 10 AND 20 GROUP BY val; +-------+----------+ | value | count(*) | +-------+----------+ | 2 | 1 | | 3 | 5 | | 4 | 5 | +-------+----------+ 3 rows in set (0,00 sec) ```"
__label__bug Bug: removable_query_args() and canonical URL on frontend Related: https://wordpress.org/support/topic/url-error-11/
__label__bug "Calculation of post count for a category Hi I noticed that the number of posts in a category is not the what I expect it to be. Example category: ``` Topic #1 - Question - Answer #1 Topic #2 - Question - Answer #1 - Answer #2 - Answer #3 - Answer #4 - Answer #5 ``` For this example category the current implementation calculates 7 posts. I expect it to be: - 8, in the case you also count the question - 6, in the case you do not count the question (TopicStarter flag not set) The current implementation substracts 1 from the calulated total. ``` var postCount = (actualPostCount < 1 ? actualPostCount : actualPostCount - 1);` ``` _(See: https://github.com/YodasMyDad/mvcforum/blob/master/MVCForum.Website/Views/Category/ListMainCategories.cshtml#L20)_ Unfortunatelly I do not understand why. Can you please help me on whats the logic behind this? "
__label__question "Defining account settings Are all parts of the broker's account settings done? "
__label__bug "Edit Subscribers ist kaputt in Release 2.1.4 (7c9b640) Ein Klick auf den Stift bringt nicht mehr die Edit-Anzeige zum Vorschein, sondern nichts."
__label__question Popup position and Latte dock right click 1. Why popup window isn't alignment to right ? ![screenshot_20170824_192603](https://user-images.githubusercontent.com/15931906/29679617-646ad9f6-8902-11e7-8f5f-461cab5fd19b.png) 2. I'm using Manjaro + git version of Latte dock. Top bar is Latte too. There's no entire menu when i right click any of nomad system tray items. With normal system tray it is working. With normal panel + nomad tray its working too. ![screenshot_20170824_192636](https://user-images.githubusercontent.com/15931906/29679620-66a49626-8902-11e7-8a98-88e62d071f0b.png)
__label__bug Scrollbar on chat text entry when zoomed in At 125% or larger
__label__question "[REQUEST] Please create a new release (deprecation notices because of package rename) Since you decided to rename your packages, please also release a new version so that I can use the updated package with the corrected name. Right now I'm getting deprecation notices from composer that I cannot fix. :disappointed: "
__label__question "[REQUEST] Please create a new release (deprecation notices because of package rename) Since you decided to rename your packages, please also release a new version so that I can use the updated package with the corrected name. Right now I'm getting deprecation notices from composer that I cannot fix. :disappointed: "
__label__enhancement Don't use the root namespace for WP functions `\get_option()` or `\update_post_meta()` can be called without defining a namespace.
__label__question "讨论空码时用指定字符串顶屏的通用性 现在很多形码都会用符号来参与编码,但是这样做就无法用符号来顶屏了。具有题目描述功能的方案既可用符号来编码又可用符号来顶屏。如`ye,`、`ye`是有候选的,而`ye,`后接任何码元都是空码,这时就将`,`用来顶屏;如果不是空码就将`,`作为正常的编码。 但是`script_translator`中怎么判断空码?`Context::HasMenu()`是不是只对`table_translator`引擎有作用?需要一个属性来判断光标所在位置单字的编码是不是空码。 我现在用下划线表示光标位置: `mo'ye'we//_`中属性应返回`we//`是不是空码; `mo'ye,,_'we//`中属性应返回`ye,,`是不是空码。 还需要一个属性获取光标位置的单字编码,如`mo'ye,,_'we//`,属性只返回`ye,,`,不返回整个字符串。 "
__label__question Applying different functions on same input stream Is it possible to apply different functions on same read stream and to write in two different write streams parallely?
__label__bug "Deleting a data type I created a data type flavor in a master data type library, made a few changes and then deleted it (right click in the navigation pane on the left side). The data type was deleted, but in the main editing pane, the data persisted (even with the Save button lit up). Saving doesn't do anything, but it's confusing that the data persists ![image](https://user-images.githubusercontent.com/17408249/33150398-decc1296-cf98-11e7-8f6f-81119c97c293.png) When I try to navigate away to a different data type, I get the usual pop up. ![image](https://user-images.githubusercontent.com/17408249/33150461-2a32487c-cf99-11e7-9c20-19b47c1886bc.png) Once a data type has been deleted, the data shouldn't persist."
__label__question Firefox Add-on 'New Tab Override' option selected 'Current Home Page' does not work I have Firefox 58.0 running on Win10. I added the Add-on 'New Tab Override' and selected the Option of 'current home page.' This simply does not work; I open a New Tab and I get Nothing - a blank screen.
__label__enhancement "Feature Request: Emit message if lock file exists for updating NVD If dependency checker is stopped before the update finishes the lock file remains in the data directory. Running dependency checker again ""hangs"" as it appears to wait for the lock file to be removed. Perhaps show a message that a lock file exists with the option to remove it. "
__label__enhancement Scrollto behavior when keying through elements. Selected option while keying through selections should always be scrolled into view.
__label__bug "Epg overview: Time selection does not work as expected Normally after inserting a custom time value, the epg overview shall be refreshed showing all events at the specified time value. But currently either no epg refresh is fired or some error message occurs, e.g. wrong time format."
__label__bug "Cannot import a JS file into a stencil component <!-- NOTE: Before submitting an issue, please consult our docs -> https://stenciljs.com/ --> **Stencil version:** <!-- (run `npm list @stencil/core` from a terminal/cmd prompt and paste output below): --> ``` @stencil/core@0.0.8-5 ``` **I'm submitting a:** <!-- (check one with ""x"") --> - [ ] bug report - [ ] feature request - [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com **Current behavior:** <!-- Describe how the bug manifests. --> I am importing a JS file into a Stencil component with the following import statement `import { dateFormat } from '../../utils/dateFormat';` . When i try to compile this (`npm run dev`) it throws the following error: ``` [ ERROR ] Error parsing: /Users/justinwillis/Projects/ionic-webcomponents-conference/dist/collection/components/session-list/session-list.js, line: 2, column: 9 ``` If we then look in `dist/collection` it's creating a folder called dateFormat with an empty index file. If i convert this dateFormat file to typescript then it works. **Expected behavior:** <!-- Describe what the behavior would be without the bug. --> Able to import a JS file. **Steps to reproduce:** <!-- If you are able to illustrate the bug or feature request with an example, please provide steps to reproduce and if possible a demo --> - clone the stencil-app-starter - Add a JS file that exports something and try to import it **Related code:** **Other information:** <!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. --> "
__label__question "Need a way to lookup the old V1 API Coinbase order using CoinbaseV2 API Currently we are using Coinbase v1 APIs for our merchant solution and have following information in callback url {""order"":{""id"":""W28I95JR"",""uuid"":""f690517b-d19d-5b91-af9a-7cfe9891501e"",""resource_path"":""/v2/orders/f690517b-d19d-5b91-af9a-7cfe9891501e"",""metadata"":null,""created_at"":""2016-06-05T01:01:53-07:00"",""status"":""completed"",""event"":{""type"":""completed""}........ We as a merchant store, id (OIrderNumber) (eg. W28I95JR , in coinbase V2 API its refer as Code field) in our system and order can be looked by by V1 API using orders/ by passing id (W28I95JR) to get all relevant information. Now we are planning to use Coinbase V2 api and we have only information stored is coinbase order Number( id field in above example i.e W28I95JR) ,and we want to look up an order using this Order Number,and we are not finding any way to lookup order using V2 API. We found V2 API (/v2/orders/) to lookup the order but it need the uuid field to be passed and not worked by passing the Order Number. Can you please suggest how to lookup the old V1 orders using V2 Coinbase API using Order Number (id field) ? "
__label__enhancement "Devices that don't support IBSS shouldn't be marked as BROKEN Currently four targets (ralink/mediatek) are marked as broken with the remark: > BROKEN: No AP+IBSS support This is not necessarily anything that will ever be resolved. Since 802.11s is working quite well and seems to be the successor of IBSS those devices are hardly broken, but only useful if the site already uses 802.11s mesh networking. In turn these could be marked conditional with a flag like `MESH_11s` instead of `BROKEN`."
__label__bug "power.cgi: POST statt GET Aktuell wird der Reboot per GET ausgelöst. Das hat zur Folge, dass der Browser beim Neuladen der Seite den Reboot erneut auslöst. Das Problem gab es von einigen Usern, weil sie längere Zeit auf der LB-Webseite inaktiv waren. Da hat der Browser dann neu geladen. Ich finde das Original-Thema nicht mehr (war auf GIT oder im Forum), haben aber 2-3 Leute gemeldet. Ein Wechsel auf POST sollte das Problem beheben."
__label__bug "pylint: unexpected output on stderr <!-- Please explain the issue in detail (actual behavior). --> Some errors happened when I was using neomake and pylint(1.8.0) <!-- What did you expect or want to happen? --> Neomake [ ]: [1.-:1:1] Calling Make with options {'ft': 'python', 'file_mode': 1}. Neomake [ ]: [1.-:1:1] Running makers: pylint. Neomake [ ]: Defining sign: sign define neomake_file_err texthl=NeomakeErrorSign text=✖. Neomake [ ]: Defining sign: sign define neomake_project_err texthl=NeomakeErrorSign text=✖. Neomake [ ]: Defining sign: sign define neomake_file_warn texthl=NeomakeWarningSign text=⚠. Neomake [ ]: Defining sign: sign define neomake_project_warn texthl=NeomakeWarningSign text=⚠. Neomake [ ]: Defining sign: sign define neomake_file_info texthl=NeomakeInfoSign text=ℹ. Neomake [ ]: Defining sign: sign define neomake_project_info texthl=NeomakeInfoSign text=ℹ. Neomake [ ]: Defining sign: sign define neomake_file_msg texthl=NeomakeMessageSign text=➤. Neomake [ ]: Defining sign: sign define neomake_project_msg texthl=NeomakeMessageSign text=➤. Neomake [ ]: [1.1:1:1] Setting neomake_automake_tick. Neomake [ ]: [1.1:1:1] Starting async job: ['pylint', '--output-format=text', '--msg-template=""{path}:{line}:{column}:{C}: [{symbol}] {msg} [{msg_id}]""', '--reports=no', '/Users/liyong/tmp/a.py']. Neomake [ ]: [1.1:1:1] cwd: /Users/liyong/tmp. Neoformat: no change necessary with autopep8 Neomake [+0.68]: [1.1:1:1] stderr: pylint: ['Using config file /Users/liyong/.pylintrc', '']. Neomake [ ]: [1.1:1:1] stdout: pylint: ['', '--------------------------------------------------------------------', 'Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)', '', '']. Neomake [+0.16]: [1.1:1:1] exit: pylint: 0. Neomake [ ]: [1.1:1:1] pylint: processing 4 lines of output. Neomake [ ]: [1.1:1:1] Creating location list. Neomake [ ]: [1.1:1:1] Processing 0 entries. Neomake [ ]: [1.-:1:1] File-level errors cleaned. Neomake [ ]: [1.1:1:1] pylint: completed with exit code 0. Neomake [ ]: [1.1:1:1] pylint: unexpected output on stderr: Using config file /Users/liyong/.pylintrc. Neomake: pylint: unexpected output on stderr: Using config file /Users/liyong/.pylintrc Neomake [ ]: [1.1:1:1] pylint: unexpected output. See :messages for more information. Neomake [ ]: [1.1:1:1] Cleaning jobinfo. Neomake [ ]: [1.-:1:1] Cleaning make info. ""a.py"" 21L, 266C written Neomake [+4.65]: [2.-:1:1] Calling Make with options {'ft': 'python', 'file_mode': 1}. Neomake [ ]: [2.-:1:1] Running makers: pylint. Neomake [ ]: [2.2:1:1] Setting neomake_automake_tick. Neomake [ ]: [2.2:1:1] Starting async job: ['pylint', '--output-format=text', '--msg-template=""{path}:{line}:{column}:{C}: [{symbol}] {msg} [{msg_id}]""', '--reports=no', '/Users/liyong/tmp/a.py']. Neomake [ ]: [2.2:1:1] cwd: /Users/liyong/tmp. Neomake [+0.64]: [2.2:1:1] stderr: pylint: ['Using config file /Users/liyong/.pylintrc', '']. Neomake [ ]: [2.2:1:1] stdout: pylint: ['', '--------------------------------------------------------------------', 'Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)', '', '']. Neomake [+0.16]: [2.2:1:1] exit: pylint: 0. Neomake [ ]: [2.2:1:1] pylint: processing 4 lines of output. Neomake [ ]: [2.2:1:1] Creating location list. Neomake [ ]: [2.2:1:1] Processing 0 entries. Neomake [ ]: [2.-:1:1] File-level errors cleaned. Neomake [ ]: [2.2:1:1] pylint: completed with exit code 0. Neomake [ ]: [2.2:1:1] pylint: unexpected output on stderr: Using config file /Users/liyong/.pylintrc. Neomake: pylint: unexpected output on stderr: Using config file /Users/liyong/.pylintrc Neomake [ ]: [2.2:1:1] pylint: unexpected output. See :messages for more information. Neomake [ ]: [2.2:1:1] Cleaning jobinfo. Neomake [ ]: [2.-:1:1] Cleaning make info. ### Output from (verbose) NeomakeInfo <!-- #### Neomake debug information Async support: 1 Current filetype: python Windows: 0 [shell, shellcmdflag, shellslash]: ['/bin/zsh', '-c', 0] ##### Enabled makers For the current filetype (""python"", used with :Neomake): - pylint - append_file: 1 - args: ['--output-format=text', '--msg-template=""{path}:{line}:{column}:{C}: [{symbol}] {msg} [{msg_id}]""', '--reports=no'] - auto_enabled: 0 - errorformat: '%A%f:%l:%c:%t: %m,%A%f:%l: %m,%A%f:(%l): %m,%-Z%p^%.%#,%-G%.%#' - exe: 'pylint' - filter_output: function('305') - output_stream: 'stdout' - postprocess: [function('neomake#postprocess#GenericLengthPostprocess'), function('neomake#makers#ft#python#PylintEntryProcess')] NOTE: you can define g:neomake_python_enabled_makers to configure it (or b:neomake_python_enabled_makers). For the project (used with :Neomake!): None. NOTE: you can define g:neomake_enabled_makers to configure it. Default maker settings: - remove_invalid_entries: 0 - buffer_output: 1 ##### Settings ``` g:neomake_javascript_enabled_makers = ['jshint'] g:neomake_place_signs = 1 g:neomake_python_enabled_makers = ['pylint'] g:neomake_verbose = 3 makeprg=make ``` #### :version ``` NVIM v0.2.2 Build type: Release LuaJIT 2.0.5 Compilation: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unu sed-parameter -Wstrict-prototypes -std=gnu99 -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20171118-94210-1gi9ez6/neovim-0.2.2/build/config -I/tmp/neov im-20171118-94210-1gi9ez6/neovim-0.2.2/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim- 20171118-94210-1gi9ez6/neovim-0.2.2/build/src/nvim/auto -I/tmp/neovim-20171118-94210-1gi9ez6/neovim-0.2.2/build/include Compiled by brew@HighSierra-2.local Features: +acl +iconv +jemalloc +tui See "":help feature-compile"" system vimrc file: ""$VIM/sysinit.vim"" fall-back for $VIM: ""/usr/local/Cellar/neovim/0.2.2/share/nvim"" Run :checkhealth for more info ``` #### :messages ``` ""a.py"" 20L, 265C ""a.py"" 20L, 265C written Neomake [ ]: [1.-:1:1] Calling Make with options {'ft': 'python', 'file_mode': 1}. Neomake [ ]: [1.-:1:1] Running makers: pylint. Neomake [ ]: Defining sign: sign define neomake_file_err texthl=NeomakeErrorSign text=✖. Neomake [ ]: Defining sign: sign define neomake_project_err texthl=NeomakeErrorSign text=✖. Neomake [ ]: Defining sign: sign define neomake_file_warn texthl=NeomakeWarningSign text=⚠. Neomake [ ]: Defining sign: sign define neomake_project_warn texthl=NeomakeWarningSign text=⚠. Neomake [ ]: Defining sign: sign define neomake_file_info texthl=NeomakeInfoSign text=ℹ. Neomake [ ]: Defining sign: sign define neomake_project_info texthl=NeomakeInfoSign text=ℹ. Neomake [ ]: Defining sign: sign define neomake_file_msg texthl=NeomakeMessageSign text=➤. Neomake [ ]: Defining sign: sign define neomake_project_msg texthl=NeomakeMessageSign text=➤. Neomake [ ]: [1.1:1:1] Setting neomake_automake_tick. Neomake [ ]: [1.1:1:1] Starting async job: ['pylint', '--output-format=text', '--msg-template=""{path}:{line}:{column}:{C}: [{symbol}] {msg} [{msg_id}]""', '--reports=no', '/Users/liyong/tmp/a.py']. Neomake [ ]: [1.1:1:1] cwd: /Users/liyong/tmp. Neoformat: no change necessary with autopep8 Neomake [+0.68]: [1.1:1:1] stderr: pylint: ['Using config file /Users/liyong/.pylintrc', '']. Neomake [ ]: [1.1:1:1] stdout: pylint: ['', '--------------------------------------------------------------------', 'Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)', '', '']. Neomake [+0.16]: [1.1:1:1] exit: pylint: 0. Neomake [ ]: [1.1:1:1] pylint: processing 4 lines of output. Neomake [ ]: [1.1:1:1] Creating location list. Neomake [ ]: [1.1:1:1] Processing 0 entries. Neomake [ ]: [1.-:1:1] File-level errors cleaned. Neomake [ ]: [1.1:1:1] pylint: completed with exit code 0. Neomake [ ]: [1.1:1:1] pylint: unexpected output on stderr: Using config file /Users/liyong/.pylintrc. Neomake: pylint: unexpected output on stderr: Using config file /Users/liyong/.pylintrc Neomake [ ]: [1.1:1:1] pylint: unexpected output. See :messages for more information. Neomake [ ]: [1.1:1:1] Cleaning jobinfo. Neomake [ ]: [1.-:1:1] Cleaning make info. ""a.py"" 21L, 266C written Neomake [+4.65]: [2.-:1:1] Calling Make with options {'ft': 'python', 'file_mode': 1}. Neomake [ ]: [2.-:1:1] Running makers: pylint. Neomake [ ]: [2.2:1:1] Setting neomake_automake_tick. Neomake [ ]: [2.2:1:1] Starting async job: ['pylint', '--output-format=text', '--msg-template=""{path}:{line}:{column}:{C}: [{symbol}] {msg} [{msg_id}]""', '--reports=no', '/Users/liyong/tmp/a.py']. Neomake [ ]: [2.2:1:1] cwd: /Users/liyong/tmp. Neomake [+0.64]: [2.2:1:1] stderr: pylint: ['Using config file /Users/liyong/.pylintrc', '']. Neomake [ ]: [2.2:1:1] stdout: pylint: ['', '--------------------------------------------------------------------', 'Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)', '', '']. Neomake [+0.16]: [2.2:1:1] exit: pylint: 0. Neomake [ ]: [2.2:1:1] pylint: processing 4 lines of output. Neomake [ ]: [2.2:1:1] Creating location list. Neomake [ ]: [2.2:1:1] Processing 0 entries. Neomake [ ]: [2.-:1:1] File-level errors cleaned. Neomake [ ]: [2.2:1:1] pylint: completed with exit code 0. Neomake [ ]: [2.2:1:1] pylint: unexpected output on stderr: Using config file /Users/liyong/.pylintrc. Neomake: pylint: unexpected output on stderr: Using config file /Users/liyong/.pylintrc Neomake [ ]: [2.2:1:1] pylint: unexpected output. See :messages for more information. Neomake [ ]: [2.2:1:1] Cleaning jobinfo. Neomake [ ]: [2.-:1:1] Cleaning make info. E492: Not an editor command: Neomakeinfo NVIM v0.2.2 Build type: Release LuaJIT 2.0.5 Compilation: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unu sed-parameter -Wstrict-prototypes -std=gnu99 -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20171118-94210-1gi9ez6/neovim-0.2.2/build/config -I/tmp/neov im-20171118-94210-1gi9ez6/neovim-0.2.2/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim- 20171118-94210-1gi9ez6/neovim-0.2.2/build/src/nvim/auto -I/tmp/neovim-20171118-94210-1gi9ez6/neovim-0.2.2/build/include NVIM v0.2.2 Build type: Release LuaJIT 2.0.5 Compilation: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unu sed-parameter -Wstrict-prototypes -std=gnu99 -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20171118-94210-1gi9ez6/neovim-0.2.2/build/config -I/tmp/neov im-20171118-94210-1gi9ez6/neovim-0.2.2/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim- 20171118-94210-1gi9ez6/neovim-0.2.2/build/src/nvim/auto -I/tmp/neovim-20171118-94210-1gi9ez6/neovim-0.2.2/build/include ``` --> "
__label__bug "pip: No distributions found for dbus When I trying install `safeeyes` via `pip` on Ubuntu, I get the following error: ``` $ sudo pip3 install safeeyes Downloading/unpacking safeeyes Downloading safeeyes-2.0.1.tar.gz (211kB): 211kB downloaded Running setup.py (path:/tmp/pip_build_root/safeeyes/setup.py) egg_info for package safeeyes Downloading/unpacking babel (from safeeyes) Downloading Babel-2.5.1-py2.py3-none-any.whl (6.8MB): 6.8MB downloaded Downloading/unpacking dbus (from safeeyes) Could not find any downloads that satisfy the requirement dbus (from safeeyes) Cleaning up... No distributions at all found for dbus (from safeeyes) Storing debug log for failure in /root/.pip/pip.log ``` It seems that dbus (which is listed as a requirement in `setup.py`) is not a PyPI package. Should it instead be [dbus-python](https://pypi.python.org/pypi/dbus-python)?"
__label__question "Example for exporting to JSON for Edge Labels Sorry for reposting here after posting to the Google group. I am in a Scrum sprint and am stuck here. I am trying to export a graph that has labelled edges. The label is of type EffectiveDatedRelationships case class EffectiveDatedRelationship(hierarchyId: String, edgeType: EdgeType, intervals: IntervalCollection[PlainDate]) IntervalCollection is a class from time4j library. http://www.time4j.net/javadoc-en/ Essentially what I want is to get the list of intervals out of the IntervalCollection and store each pair of start date and end date as an array of tuples (2 element arrays or object) in JSON. For deserialization I will reach each array element and add it to the IntervalCollection object via its plus() method. The LDi.descriptor method requires a parameter of type L, what should I put as the parameter? I tried to put null and it can run but the intervals element is not exported. I suspect it is because the JSON serialization does not know how to handle this class. How can I define the serialization/deserializaiton logic? I looked at the customSerializer parameter but could not figure out what to do. Descriptor definition: ``` import scalax.collection.io.json.descriptor.predefined.LDi val descriptor = new Descriptor[HierarchyNode]( defaultNodeDescriptor = portfolioNodeDescriptor, defaultEdgeDescriptor = LDi.descriptor[HierarchyNode, EffectiveDatedRelationship](null), namedNodeDescriptors = Seq(rootNodeDescriptor), namedEdgeDescriptors = Seq(LDi.descriptor[HierarchyNode, EffectiveDatedRelationship](null)) def toJson(bundle: PortfolioHierarchyBundle) = { bundle.graph.toJson(descriptor) } ``` Sample: JSON output: `{""nodes"":{""RootNodes"":[{""id"":""dummy""}],""PortfolioNodes"":[{""portfolioId"":""top1""},{""portfolioId"":""parent""},{""portfolioId"":""child""},{""portfolioId"":""top2""}]},""edges"":[{""n1"":""dummy"",""n2"":""top1"",""label"":{""hierarchyId"":""dummy"",""edgeType"":{""i"":0,""name"":null},""intervals"":{}}},{""n1"":""dummy"",""n2"":""top2"",""label"":{""hierarchyId"":""dummy"",""edgeType"":{""i"":0,""name"":null},""intervals"":{}}},{""n1"":""parent"",""n2"":""child"",""label"":{""hierarchyId"":""dummy"",""edgeType"":{""i"":0,""name"":null},""intervals"":{}}},{""n1"":""top2"",""n2"":""parent"",""label"":{""hierarchyId"":""dummy"",""edgeType"":{""i"":0,""name"":null},""intervals"":{}}},{""n1"":""top1"",""n2"":""parent"",""label"":{""hierarchyId"":""dummy"",""edgeType"":{""i"":0,""name"":null},""intervals"":{}}}]}` Thanks!"
__label__question "Authenticate without browser Hi Josh, Thank you for a very useful module. I'm incorporating it into a script that: (1) downloads Search Console data (2) uploads our Search Console data to BigQuery via the pandas-gbq module (3) sends an email to recipients with a logging information Lastly, I want to schedule this script with Cron. **Everything works fine except that I need to do the authentication without the browser redirection.** I'm new to Python so I'm having trouble understanding how to modify the `authenticate()` function. Right now I'm using the `client_config` parameter passing it the path of my JSON credentials (which are in the same folder). However, I'm redirected to authenticate to a new page every time I run the program. Here's the way I'm doing it now: <img width=""484"" alt=""screen shot 2018-01-09 at 13 38 05"" src=""https://user-images.githubusercontent.com/8994002/34721278-711e2e94-f542-11e7-8606-955ec9b88856.png""> This also breaks the Cron Scheduler, the script gets run but nothing happens. > The above example will use your client configuration file to interactively generate your credentials. If you wish to save your credentials, to avoid going through the OAuth consent screen in the future, you can specify a path to save them by specifying `serialize='path/to/credentials.json`. Read this paragraph over and over and looked into the code itself but I can't seem to understand this. Google API's documentation is a tad unclear to me as well. Would it be possible to see a simple code example of how I can solve this? Hope the question is clear. Thanks in advance! **P.S** I've also tried with JSON files for OAuth Client ID and Service Account Keys and get a KeyError: 'token' in the `credentials` parameter."
__label__question "Problems with one-context 5.4.2-1.deb on Ubuntu 8.04 I'm trying to contextualize an Ubuntu 8.04 Hardy for using it in Open Nebula. The main problem is that once i'm installing the package one-context_5.4.2-1.deb there is many dependency problems which I can not solve because of the Ubuntu version. I attach you the error in console: ![2018-01-31_131649](https://user-images.githubusercontent.com/2512182/35622690-0d266a7a-0689-11e8-8fef-275cd07ee7fe.png) I tried to upgrade the ubuntu version, but I need ubuntu 8 release because of the system requirements. Is there any suitable one-context package version for ubuntu 8? Is there any other way to fix it? Thaks!"
__label__question "How to supply the API version. Each time I execute a method, the following warning is now returned: `WARNING: Please supply API version (YYYY-MM-DD) as CB-VERSION header (https://developers.coinbase.com/api#versioning)` How do I supply the API version through the gem?"
__label__enhancement Stacks page Improve no stack selected page content.
__label__bug "Students allowed to complete more than assigned number of comparisons This is a bug that needs to be fixed. If I log in as a student and complete 3/3 comparisons, the application rightly takes me to self-eval screen. At this point, if I click the back button and go to the previous screen (compare), I'm asked to complete another comparison. The ""Round"" indicator at the top would say ""Round 4/4"", so it even appears as if the user should complete this. The same thing happens if I enter the URL for compare directly into the browser. Self-eval screen can also be accessed after it has been done. This might be related, but needs to be fixed as well, regardless. We need to put in a fix to return an error message if: - the user has already completed their maximum number of comparisons and trying to access the compare screen. - the user has already self-evaluated and trying to access the self-eval screen We also need to update the API to not return these things in the first place."
__label__question "Use a unique NaN to indicate ""inert"" state I'd like to propose a convention for indicating that a particular actuator or joint go into an ""inert"" state. We have found this would be useful in both of our use cases involving `ros_control`. On our servo, we need a way to ""relax"" the servo. Also on our motor controller, which actuates the main driving wheels, sending a velocity of ""0"" actually engages braking when at speed. We'd like to have a way to tell the motor controller to ""coast"". Both of these functions are available at the hardware interface, but the control framework only allows the controllers to communicate their commands via ""double"" values. Many folks don't know that there are quite a few possible values with represent a NaN in a floating point number. Some of these are ""signaling"" NaNs, and some are ""quiet"" NaNs. I think we should define a special ""quiet"" NaN value for representing this state (and possibly other states). If a controller sent the special NaN to a hardware interface which wasn't expecting it, it would be interpreted as any other NaN would. Inversely, if we use anything but the default quiet NaN value, a controller shouldn't ever unwittingly tell the hardware interface to enter the inert state. If we exclude the default quiet NaN value, we have 21 bits to play with. The only code change here would be to define the value somewhere with a macro, and to write a macro ""function"" for detecting if a given float is the special value (similar to `isnan(x)`). If someone could tell me where in the headers this would be appropriate, and what value would be best, I'd be happy to open a PR. We should also settle on the right term (ie inert, free, released, relaxed, etc). Looking forward to thoughts on this. Thanks! --scott "
__label__question "Should HTTP DELETE-ing an asset SQL DELETE it? Currently, DELETE-ing an asset is not undo-able without restoring from backup. We should consider adding an ""is_deleted"" column to guard against accidental deletion."
__label__bug "Export image button does not work on Microsoft Edge Nothing changes after clicking the export image button. Open the console, see the following error message: ![image](https://user-images.githubusercontent.com/18503402/34366604-70370f48-eae1-11e7-9032-811ac659fa23.png) The export iCal button does not work as well."
__label__question "in_ doesn't seem to support query expressions, only concrete values. I'm trying to write a query that deletes some subset of values that are selected from the DB without reading them into the Haskell process, but running into difficulties. Here's a slightly contrived example of what I'm trying to write: ``` haskell delete (uploadsTable db) $ \upload -> in_ (uploadId upload) [subselect_ $ filter_ (\key -> uploadCreatedAt key <. auto_ (val_ threeDaysAgo)) $ limit_ 500 $ -- a normal delete query doesn't support limit all_ (uploadsTable db)] ``` However, `in_` takes a list of expressions, `[QGenExpr context syntax s a]`, that seems to not be amenable to accepting a subselect as an argument of the list. It sort of vaguely looks like `anyOf_` might be able to support this, but I confess I'm having a hard time getting the types to line up there either. Do you have any advice for how to write this sort of query?"
__label__question "Have translation on a array of object inside a ts file hi, i have a little question about localisation of data inside a ts file. in a component files, i have an data object like this: [ { 'id': '21', 'title': 'title', 'content': 'content', 'phone': 'phone nb', 'email': 'email@email.com' } ... ] How can i have translation on this array of object please? thanks for your help"
__label__question "Stream quality selection ### Checklist - [ ] This is a bug report. - [x] This is a feature request. - [x] I understand the difference between *Streamlink* and *Streamlink Twitch GUI*. - [x] I tried solving my issue by reading the project's wiki first. - [x] I have read the contribution guidelines und used the search function to find already existing threads. ### Description It would be cool if we could chose the stream's quality by using all the available qualities for the stream that we are attempting to load, as you can see on the image below. The idea is to use the data that streamlink's shows to select a preferred quality for all the streams we open, at the first time we open them. If the selected quality isn't available on the next time you attempt to load that same stream, then the Source quality will load until you decide to change it at the channel's configs. ### Expected / Actual behavior Expected: List all available qualities when loading a stream and allow us to select one of the listed qualities. Actual: A list that goes from Audio Only to Source. ### Comments, logs, screenshots, etc. ![sem titulo-1](https://user-images.githubusercontent.com/4704759/35790097-acaedcde-0a27-11e8-8a7d-9138d04754bb.png) Sorry for my terrible English grammar."
__label__question "Text containing special characters throws There are some XML corrupt characters error I have in some of the text items special characters / symbols, for example: ![symbol](https://user-images.githubusercontent.com/7947294/36392528-b98bc0d6-1579-11e8-9bd2-a5e62ed2ca0c.png) Notice the symbol after the letters `mar`. How can I either encode it so that it makes it to the document or how best to handle this and other special characters / symbols?"
__label__question Remove padding of text sticker How can I remove default padding from text sticker
__label__bug Support for Expect-CT header See: https://tools.ietf.org/html/draft-ietf-httpbis-expect-ct-02 and https://scotthelme.co.uk/a-new-security-header-expect-ct/
__label__enhancement "Boosts plugin - Missing skills from boosts info Current included skills in the boosts plugin (in the [BoostsOverlay.java](https://github.com/runelite/runelite/tree/master/runelite-client/src/main/java/net/runelite/client/plugins/boosts/BoostsOverlay.java))are: ```java private static final Skill[] COMBAT = new Skill[] { Skill.ATTACK, Skill.STRENGTH, Skill.DEFENCE, Skill.RANGED, Skill.MAGIC }; private static final Skill[] SKILLING = new Skill[] { Skill.COOKING, Skill.WOODCUTTING, Skill.FLETCHING, Skill.FISHING, Skill.FIREMAKING, Skill.CRAFTING, Skill.SMITHING, Skill.HERBLORE, Skill.AGILITY, Skill.THIEVING, Skill.SLAYER, Skill.FARMING, Skill.RUNECRAFT, Skill.HUNTER, Skill.CONSTRUCTION }; ``` so there are in total 7 (6, not including Hitpoints) skills that are missing from the SKILLING list. For example Mining. The solution would be simply to add the missing skills to the SKILLING list and everything else should start working."
__label__question "(question) How to inherit exposed controller http methods? Hi, It's possible to inherit parent controller methods? I tried to create kind of `RestController` with CRUD methods, but the child seems to not get any of them. Any idea?"
__label__bug "Selfupgrade bug If you upgrade packs with a version that has been upgraded itself, the permissions are not correctly set."
__label__enhancement "Allow resigning in games with under 500 playouts? https://github.com/gcp/leela-zero/blob/1894e17d8165b8f88b03f704155400091c07db7b/src/UCTSearch.cpp#L260 So accidentally learned that there's a minimum 500 playouts or else LZ can never resign because of the 500 visit minimum. Should this test be changed to the minimum of the playout cap or 500? So that if you are using -p 100, resignations are still possible. If someone wants no resignations even in a low playout game they could use -r 0."
__label__enhancement "Cambia campo de la DB El campo ""motivo"" se tiene que llamar ""evento"" porque queda mas chu."
__label__bug Clean caches when changing accounts Some data is cached and it become invalid is the account gets changed.
__label__enhancement """Add Redirection Box"" It should not be below. It should be above. For ease of use, I think this is important .. Thank you. :)"
__label__enhancement "Tests I have not written any tests because I'm lazy. Need to write them though if this code is going into production. - [ ] Listings - [ ] Accounts - [ ] And more! "
__label__enhancement add multi-collecting isotopes * set magnet to one magnet-value * collect data from multiple detectors at the same time * display each data stream in a separated plot * save data streams
__label__question "Allow for automatic performance testing Hi there, I've been looking around for solutions for automated performance testing in Elixir, and haven't been able to really find anything. Would you be open to exposing an API that runs scenarios and returns e.g., runtime, statistical measures such as percentiles as raw data instead of printing a report? This would open Benchee up for downstream usage in testing framework plugins to enable detecting performance regressions much more easily (by running them in CI, for instance). I'd be glad to prepare a PR if you think this is a good approach."
__label__enhancement "FlyTo and other transitions? I am trying to create a flyTo transition to a geopoint but cannot find anything in the docs or examples. Currently I have ``` this.setState({ viewport: { ...this.state.viewport, latitude: event.lngLat[1], longitude: event.lngLat[0] } }); ``` And **viewport** is attached to the **<MapGl** component. This however let's the map ""jump"" to the new point while I would prefer a flyTo animation. Is that currently supported or are there workarounds? I saw a year old discussion in https://github.com/uber/react-map-gl/issues/70 but without conclusion."
__label__question "Should we restrict indexing OCR files to reasonable resources? We currently are indexing file object based on mimetype. Should we also restrict those to files that are within resources that we would reasonably expect xml/text to represent OCR (e.g. `page`)? Examples: - Does not contain OCR: https://purl.stanford.edu/dw626qp2349 - Does contain OCR: https://purl.stanford.edu/cc842mn9348 Another question this raises is should we also omit OCR when it is at the object level and not at the resource level (e.g. https://purl.stanford.edu/zy575vf8599). If we can't reference a canvas that the hit is on, then we obviously cannot return a useful annotation reference (other than 0,0,0,0 on the first canvas for all hits, which seems sub-optimal)."
__label__enhancement "Agregar stock Cuando se edita el articulo qe el stock se sume, y no se reemplace"
__label__bug "labelSelector not working with heapster and hpa Following the example here I create a k8s deployment and an hpa http://kubernetes.io/docs/user-guide/horizontal-pod-autoscaling/walkthrough/ but it never gets metrics i.e. in events I see Warning FailedGetMetrics {horizontal-pod-autoscaler } unable to get metrics for resource cpu: no metrics returned from heapster with some instrumenting I see the podautoscaler is calling http://127.0.0.1:8080/api/v1/proxy/namespaces/kube-system/services/http:heapster:/apis/metrics/v1alpha1/namespaces/default/pods?labelSelector=run%3Dphp-apache which is the correct label for this deployment and to verify, a describe pod show ``` Labels: pod-template-hash=2185300881 run=php-apache ``` Using kubectl proxy to make the same call I see { ""metadata"": {}, ""items"": null } which makes sense with the above warning I see from events for reference, this is how the container is configured in k8s ``` heapster: Container ID: docker://611e849048d60153240069a4b48d2c21bf5e862accd8b154105f95428bab425b Image: gcr.io/google_containers/heapster:v1.2.0 Image ID: docker://sha256:7cd51f2f6a9741aee93a73dfc48ee22db540a8c8d08147e0ee23ddeef10e9442 Port: Command: /heapster --source=kubernetes.summary_api:'' --sink=influxdb:http://monitoring-influxdb:8086 Limits: cpu: 88m memory: 204Mi Requests: cpu: 88m memory: 204Mi State: Running Started: Sat, 24 Dec 2016 23:55:20 -0800 Ready: True Restart Count: 0 Liveness: http-get http://:8082/healthz delay=180s timeout=5s period=10s #success=1 #failure=3 Volume Mounts: /var/run/secrets/kubernetes.io/serviceaccount from default-token-vt89s (ro) Environment Variables: <none> ``` In digging into that a little, I don't see a concept of labels being output from kubelet's stat summary api so have no idea how a labelselector could even then work. At a bit of a loss. creating the issue here as encountering it as a heapster api get issue, but perhaps its something else."
__label__bug disk_io_counters() returns an empty dict this function does not work on windows server 2012. does not display output anything else.
__label__bug "Bullet: Very Odd Results with BoxShape, StaticBody and KinematicBody manjaro, bullet update Here is a video of my current character, he used to be able to climb on all edges but now I'm getting strange results with the collisions. Basically there is a little bit of enabling/disabling on the upper shape, it should only be active when one of the raycasts near it are red and the one on the ground is not. It seems that I can only grab half of this box; the half pointing in Z-. I'm not sure what this is about but here is a video explaining where it falls off. https://youtu.be/93pF3gMBmsc I'm not sure how to exactly reproduce this, but it only show up when the bullet update happened. Here is footage of the same code, just better animations and different proportions on the shape, but before the bullet update. https://www.youtube.com/watch?v=wD4wjEfEeo4 "
__label__enhancement "Add aggregates GET parameter in the appointments REST API resource. This parameter will include the values of provider, customer and service when fetching the appointments in order to avoid making extra requests. <small> <table> <tr> <td><img src=""http://easyappointments.org/img/easyappointments-signature.png""></td> <td>&nbsp;&nbsp;Alex Tselegidis, Easy!Appointments Creator <br> &nbsp;&nbsp;<a href=""http://alextselegidis.com"">Need a customization? Contact me in person!</a></td> </tr> </table> </small>"
__label__enhancement "acc: save cdr entries in UTC ### Description ACC module allows setting datetime fields in UTC via [time_mode param](http://kamailio.org/docs/modules/devel/modules/acc.html#acc.p.time_mode). However, this setting does not cause cdr entries to be saved in that format and I haven't found any equivalent parameter to achieve this. ### Troubleshooting Analyzing the code for MySQL database storage I have found that [_db_time2str_ex_ function defined in _db_ut.c_](https://github.com/kamailio/kamailio/blob/master/src/lib/srdb1/db_ut.c#L256) uses localtime(). ### Possible Solutions Changing localtime() to gmtime() cdrs are saved in UTC, but it would be desirable to add a new module param that makes this configurable. ### Additional Information * **Kamailio Version** - output of `kamailio -v` ``` version: kamailio 4.4.6 (x86_64/linux) 0a8379-dirty flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: 0a8379 -dirty compiled on 17:01:42 Dec 4 2017 with gcc 6.3.0 ``` * **Operating System**: <!-- Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04, CentOS 7.1, ...), MacOS, xBSD, Solaris, ...; Kernel details (output of `uname -a`) --> ``` Linux 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64 GNU/Linux ``` Should I proceed and try to get a working PR to add this new modparam or there is currently a way to get this that I have missed (apart from setting system time to UTC)? Thank you and regards,"
__label__question "how to get string value from a child in xml child i'm using `child().text().get()` method but i get only the first word of the string. For example my xml is: `<root><Name>Ugur Yanik</Name></root>` and i call this method: ``` stringstream nameValue; nameValue << node.child(""Name"").text().get(); std::string name >> nameValue; ``` name would be ""Ugur"". How can i get string value in a child? I also tried: ``` nameValue << node.child_value(""Name"").text().get(); std::string name >> nameValue; ```"
__label__bug problem: elasticsearch store not adhering to multiple groups - [ ] write tests - [ ] double check sqlite too
__label__bug "When reopening media, thumbnail is displayed <!-- Please, describe the issue here --> --- <!-- These info are not mandatory but they will help --> <!-- The instance you are using --> Instance: <!-- If you know the version of Mastalab you are using (can be found in about page) --> Mastalab version: <!-- Your Android version --> Android version: "
__label__enhancement "Publicação privada e pública Possibilidade do cliente criar TEMAS privado ou público. Ou seja, uma chave na hora de criar o tema onde se ele optar por secreto só quem tiver o link pode acessar e participar (não gera pontuação); público funciona normalmente com já está."
__label__bug "WinForms Compatibility Hi, I wanted to use the mediaelement in a winform. So i created a new WPF User Control library, in that added the fme:mediaelement.. and then called the custom control inside the form using a .. But i am getting the following error: at Unosquare.FFME.Core.Runner.<UIEnqueueInvoke>d__3.MoveNext() in C:\ffmpegclientview\ffmediaelement-master\Unosquare.FFME.Windows\Core\Runner.cs:line 52 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.GetResult() at Unosquare.FFME.MediaElementCore.<Open>d__37.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.GetResult() at Unosquare.FFME.MediaElement.<OnSourcePropertyChanged>d__93.MoveNext() in C:\ffmpegclientview\ffmediaelement-master\Unosquare.FFME.Windows\MediaElement.DependencyProperties.cs:line 268 Would be of great help if you could let me know what i wouyld be doing wrong.. Have been trying to figure out last few hours on what could be issue but was unable to fu=igure out.. The only thing i could notice is , when i am running the sample as -is it moves past the , async Task UIEnqueueInvoke with action {Method = {Void <CreateAsynchronousPumpWaiter>b__0()}}, whereas in my winform custom control case it fails at this point and subsequently no action with {Method = {Void <UpdatePosition>b__38_0(System.TimeSpan)}} is called. "
__label__enhancement "Add support for docker HEALTHCHECK HEALTHCHECK are a very helpful and convenient way to monitor app running inside services in a container, e. g. IIS Websites. Service Fabric should restart a container whenever healthcheck reports the container as unhealthy. "
__label__question "Support for Visual Studio 2015 Hi Dirk, Do you have any tips for down converting the projects to support Visual Studio 2015? We can't yet move to Visual Studio 2017 and my customer wants us to build everything before we use it to have a warm fuzzy with security on all binaries. Thoughts? Dan "
__label__question "Something Like ""nth()"" Syntax? Hi, I am aware of the "":nth-child()"" syntax, but I don't think that will help me here. Suppose I have these elements: ``` <div class=""derp""></div> <div class=""derp""></div> <div class=""derp""></div> ``` The parent(s) of these elements have totally random classes that reset and are unselectable, thus preventing me from using nth-child. So, how can I instruct it to click on the second div?"
__label__enhancement "Fix build errors on more recent operating systems Currently, the IPbus software is only regularly built on SLC6 & CentOS7, and so requires a few minor fixes in order to compile on more recent operating systems, which have more recent versions of g++ and boost - e.g: * Ubuntu 16: g++ v5.4.0, boost v1.58.0 * Fedora 26: g++ v7.2.1, boost v.1.63.0"
__label__bug "Inconsistent catalog replies for non-existent nodes and services When querying a non-existent service, you get a successful response with an empty array: ``` $ curl -i http://localhost:8500/v1/catalog/service/foo HTTP/1.1 200 OK Content-Type: application/json X-Consul-Index: 3 X-Consul-Knownleader: true X-Consul-Lastcontact: 0 Date: Tue, 07 Oct 2014 11:20:38 GMT Content-Length: 2 [] ``` (One could argue a 404 makes more sense, but this will do). When querying a non-existent node however, you get a successful response with null: ``` $ curl -i http://localhost:8500/v1/catalog/node/foo HTTP/1.1 200 OK Content-Type: application/json X-Consul-Index: 3 X-Consul-Knownleader: true X-Consul-Lastcontact: 0 Date: Tue, 07 Oct 2014 11:20:43 GMT Content-Length: 4 null ``` Which isn't considered ""valid"" JSON by some parsers out of the box (and the spec isn't totally clear). I haven't dug further through the API to see where else there might be problems like this. Consistency would be good here! "
__label__enhancement "Expand figures to more than just images It would be nice if code blocks could act as figures with a figure number and a caption, especially with mermaid diagrams."
__label__bug "Typo - Pinterest is missing an E in the plugin. Pinterest is spelt wrong in the options. Missing an E. I hate that word... ![screenshot 2018-01-04 15 33 59](https://user-images.githubusercontent.com/128621/34583410-a7ab8ece-f165-11e7-9987-87e3299a5ed6.png) "
__label__question "Question: A user edit form initial state Hi, just discovered this repo today and I like it. I am considering using it as it looks quite beneficial. Just after a bit of guidance here. I would be creating a user edit form (after selecting a user from a list) and have the following questions about how I would do that here: 1. How do I initialize the form state using user data? None of the examples seem to do this - probably something simple I'm just missing philosophically speaking. An initial action dispatched somewhere else perhaps? 2. Do all users' edit forms share the same state key? i.e. something like `selectedUser: User`? That will need to be cleared/reset/updated when another user is selected. 3. If the user's data were to change during editing - how to ensure a good user experience (i.e. not suddenly replace the values you're changing with the latest ones) 4. If the form is updating `selectedUser`, wouldn't other components now display unsaved data? Seems wrong - as I would expect to update that state only after successfully updating the user. Need both a `selectedUser` and a `selectedUserForm` ? Hopefully my questions are clear and that someone can help fill in my quirky knowledge gaps. Thanks "
__label__enhancement "Optimize NGINX configuration file for increased throughput https://www.nginx.com/blog/tuning-nginx/ Taking these into consideration and implementing them in our NGINX, could slightly improve performance for authorization requests."
__label__bug "What happens when no attachment(note) is added to the task while creating task reminder? The `Task` class refers to `long attachmentId` as a foreign key from the `Attachments` table. How can we store a task object in the database which does not have a note? ### Problem If we store a zero, then these tasks will start pointing to the attachement with `id = 0`. ### Possible solutions 1. One possible solution would be to place a dummy null attachment at 0 id, which can be referred and checked. 2. Should we merge the `attachmentContent` column to the `Tasks` table only? (Preferred)"
__label__question "Posting message to the already created topic Hi Edenhill, I have a requirement where I need to post a message to already created topic. Some other component will create the topic and they will pass the topic name to my component and I need to post the message to it. But to post the message I need to the topic object if I use the below 2nd API. So should I use below API virtual ErrorCode produce (const std::string topic_name, int32_t partition, int msgflags, void *payload, size_t len, const void *key, size_t key_len, int64_t timestamp, void *msg_opaque) = 0; instead of virtual ErrorCode produce (Topic *topic, int32_t partition, int msgflags, void *payload, size_t len, const std::string *key, void *msg_opaque) = 0; Please advise. If first API is the one I should use, If i pass the name of the topic which is already existing what will happen? will it try to create new or it will use the existing topic when it finds there is already a topic created with the same name."
__label__enhancement Cambiar NET FRAMEWORK a 4.6.1 Para poder usar Entity Framework 6
__label__question "Location for subdatasets with computational environments In some secret plan we determined a location for subdataset(s) with container(s). In principle such location is arbitrary, but I nevertheless want to propose `.datalad/singularity/<nameofcontainer>` A use case for such a default location would be a convenience option to `datalad run` that executes a particular command in a specified container (and maybe even a particular version of a given type of container). What do you think @bpoldrack @yarikoptic ?"
__label__question issue_title2 issue_body2
__label__enhancement "Add Non-Generic Reading of Resources to DocumentContext Hi Scott, I'm trying to write a custom formatter for an ASP.NET Core app and I've run into a bit of an issue. I'm able to extract the JSON from the request and parse it into a document and then create the DocumentContext with that document but when it comes to calling GetResource to extract the resource object I have to call a generic method but I only have the target type as a Type. Obviously I could use reflection to invoke the method but that's not very performant. Is there another way at all?"
__label__enhancement "incorrect line number and column for expressions in f-strings ### Steps to reproduce 1. Create the following python code. ``` a = 1 s = f'hello = { c[0]}' ``` 2. Run `pylint -E` ``` E: 1, 3: Undefined variable 'c' (undefined-variable) ``` ### Current behavior The reported line number and column seem to be in reference to the braces in the f-string. Notice that there are two spaces before the reference to the nonexistent `c`, thus column 3 is reported. ### Expected behavior I want the line number and column within the file. It's difficult to find the offending code otherwise. ### pylint --version output ``` pylint 1.7.2, astroid 1.5.3 Python 3.6.1 | packaged by conda-forge | (default, May 23 2017, 14:31:56) [GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] ```"
__label__bug "Verify sample size calculation I think there's an off-by-one error somewhere in the sample size calculations. The outliers output reports N outliers out of 99, when the default sample size is 100. Also, the number of iterations for long benchmarks is 4950 = (99\*100)/2 rather than 5050 = (100\*101)/2 as it should be. "
__label__question "How to read span tag in elasticsearch? Please answer these questions before submitting your issue. ### What version of sky-walking are you using? 3.2.6 ### What version of your OS? any ### What version of your JRE? 8.0 ### What company or project? Top 500 company ### What did you do? Hi, I use open-tracing API add some tags to my span: ```java Tracer tracer = new SkywalkingTracer(); try (ActiveSpan span = tracer.buildSpan(""service"").startActive()) { span.setTag(""tenant"", ""T3""); span.setTag(""id"", input); // Do things. Thread.sleep(Math.round(50 * Math.random())); } catch (Exception e) { // ignore } ``` I found something like base64 code in sgement index, looks like: ```json { ""data_binary"": ""CgwKCgE0gK2Bgq6s9hoaWggBGPn/oL+OLCCUgKG/jiwyCUplZGlzL2dldEIOMTI3LjAuMC4xOjYzNzlIAVABWAdyEAoHZGIudHlwZRIFUmVkaXNyFQoMZGIuc3RhdGVtZW50EgVnZXQgNxpeCAIYrYChv44sIMWAob+OLCj///////////8BOAJIAVABWAdyEAoHZGIudHlwZRIFUmVkaXNyJwoMZGIuc3RhdGVtZW50EhdzZXQgNzAuNjAxOTc3NzI5MzUxMzQ5MxplEP///////////wEY7/+gv44sIMmAob+OLCgCUANYDnIwCgN1cmwSKWh0dHA6Ly9sb2NhbGhvc3Q6MTgwODAvYmVuY2htYXJrLTEvdXNlci83chIKC2h0dHAubWV0aG9kEgNHRVQg////////////ASgB"", ""time_bucket"": 201801120907 } ``` I want do some analyze on the spans. How could I read it? Is there any API can do it? Or is there anyway to add new attributes to span/segment index? "
__label__bug "Not all screens are disabled I am seeing a bug related to https://github.com/slgobinath/SafeEyes/issues/121 When I am on secondary monitor _according to BIOS priorities_ (because otherwise ~/.config/monitors.xml has no primary monitor set), Safe Eyes only appears on said monitor. Blocking or otherwise work perfectly, it's just that one of the monitors (the 'Primary') appears active ```bash sntentos@sntentos-OptiPlex-9010 [2017-10-23 15:22:20]:~$ neofetch .-/+oossssoo+/-. sntentos@sntentos-OptiPlex-9010 `:+ssssssssssssssssss+:` ------------------------------- -+ssssssssssssssssssyyssss+- OS: Ubuntu 16.04.3 LTS x86_64 .ossssssssssssssssssdMMMNysssso. Host: OptiPlex 9010 01 /ssssssssssshdmmNNmmyNMMMMhssssss/ Kernel: 4.10.0-37-generic +ssssssssshmydMMMMMMMNddddyssssssss+ Uptime: 7 days, 32 mins /sssssssshNMMMyhhyyyyhmNMMMNhssssssss/ Packages: 2263 .ssssssssdMMMNhsssssssssshNMMMdssssssss. Shell: bash 4.3.48 +sssshhhyNMMNyssssssssssssyNMMMysssssss+ Resolution: 1680x1050, 1680x1050 ossyNMMMNyMMhsssssssssssssshmmmhssssssso DE: Unity ossyNMMMNyMMhsssssssssssssshmmmhssssssso WM: Compiz +sssshhhyNMMNyssssssssssssyNMMMysssssss+ WM Theme: Ambiance .ssssssssdMMMNhsssssssssshNMMMdssssssss. Theme: Ambiance [GTK2/3] /sssssssshNMMMyhhyyyyhdNMMMNhssssssss/ Icons: Ubuntu-mono-dark [GTK2/3] +sssssssssdmydMMMMMMMMddddyssssssss+ Terminal: gnome-terminal /ssssssssssshdmNNNNmyNMMMMhssssss/ CPU: Intel i7-3770 (8) @ 3.900GHz .ossssssssssssssssssdMMMNysssso. GPU: NVIDIA GeForce GT 640 OEM -+sssssssssssssssssyyyssss+- Memory: 9165MiB / 32123MiB `:+ssssssssssssssssss+:` .-/+oossssoo+/-. ```"
__label__question "Question: Go client? Is there an official/community go client for dgraph? "
__label__bug Test This is a test. Nothing more than a test. That's all it is.
__label__enhancement "Implement pearson correlation for column similarity Calculate Pearson correlation coefficient between numerical columns "
__label__enhancement Add support to H5P Columns Using Essay in H5P Columns might add the opportunity to combine it with e.g. images or videos that should be described. Should be tested thoroughly.
__label__bug file with only a val declaration causes an error See ILTests.testVal() for the problem
__label__bug "Clean up the tag ""Additive Manufacturing (Add Prompt Around 3D Printing)"" The part between parenthesis should be removed, as this will show up in CELLO"
__label__question Should this just macro the Rule class Do you think this should just be a macro on the `\Illuminate\Validation\Rule` class instead of its own?
__label__question "Store / Postgres doc Plugins data stored in postgresql database, but documentation missing. Panic called when settings not initializated."
__label__question "Problem starting with wifiphisher on kali nethunter(arm64) I own a leeco le2 having nethunter installed wifiphisher runs with following error codes ``` root@kali:~/wifiphisher# wifiphisher [*] Starting Wifiphisher 1.3GIT ( https://wifiphisher.org ) at 2017-11-29 03:19 Traceback (most recent call last): File ""/usr/local/bin/wifiphisher"", line 11, in <module> load_entry_point('wifiphisher==1.3', 'console_scripts', 'wifiphisher')() File ""/usr/local/lib/python2.7/dist-packages/wifiphisher-1.3-py2.7.egg/wifiphisher/pywifiphisher.py"", line 574, in run engine.start() File ""/usr/local/lib/python2.7/dist-packages/wifiphisher-1.3-py2.7.egg/wifiphisher/pywifiphisher.py"", line 278, in start self.opmode.initialize(args) File ""/usr/local/lib/python2.7/dist-packages/wifiphisher-1.3-py2.7.egg/wifiphisher/common/opmode.py"", line 52, in initialize interfaces.is_add_vif_required(args) File ""/usr/local/lib/python2.7/dist-packages/wifiphisher-1.3-py2.7.egg/wifiphisher/common/interfaces.py"", line 791, in is_add_vif_required for vif in [vif for vif in pyw.interfaces() if pyw.iswireless(vif)]: File ""/usr/lib/python2.7/dist-packages/pyric/pyw.py"", line 160, in iswireless return _iostub_(iswireless, dev) File ""/usr/lib/python2.7/dist-packages/pyric/pyw.py"", line 2250, in _iostub_ return fct(*argv) File ""/usr/lib/python2.7/dist-packages/pyric/pyw.py"", line 171, in iswireless else: raise pyric.error(e.errno, e.strerror) pyric.error: [Errno 22] Invalid argument root@kali:~/wifiphisher# ``` I run python setup.py first and all the dependies are installed Please get to me soon Edited by @blackhatmonkey: fixed the error wrap."
__label__question "参照官网快速上手文档操作构建应用时失败 - 1. 参照[官网快速上手](https://umijs.org/docs/zh-Hans/getting-started.html)进行操作; - 2. 构建应用时报错如下; - 3. node 版本 :8.0.0; - 4. Umi 版本:1.0.0-rc.20(npm 自动安装的版本)。 ``` D:\study\umi\myapp>umi build Failed to compile. Failed to minify the bundle. Error: umi.e15fbc0c.js from UglifyJs Unexpected character '`' [umi.e15fbc0c.js:2355,11] at doneHandler (D:\software\nvm\v8.0.0\node_modules\umi\node_modules\af-webpack\lib\build.js:93:27) at emitRecords.err (D:\software\nvm\v8.0.0\node_modules\umi\node_modules\webpack\lib\Compiler.js:265:13) at Compiler.emitRecords (D:\software\nvm\v8.0.0\node_modules\umi\node_modules\webpack\lib\Compiler.js:371:38) at emitAssets.err (D:\software\nvm\v8.0.0\node_modules\umi\node_modules\webpack\lib\Compiler.js:258:10) at applyPluginsAsyncSeries1.err (D:\software\nvm\v8.0.0\node_modules\umi\node_modules\webpack\lib\Compiler.js:364:12) at next (D:\software\nvm\v8.0.0\node_modules\umi\node_modules\tapable\lib\Tapable.js:218:11) at Compiler.compiler.plugin (D:\software\nvm\v8.0.0\node_modules\umi\node_modules\webpack\lib\performance\SizeLimitsPlugin.js:99:4) at Compiler.applyPluginsAsyncSeries1 (D:\software\nvm\v8.0.0\node_modules\umi\node_modules\tapable\lib\Tapable.js:222:13) at Compiler.afterEmit (D:\software\nvm\v8.0.0\node_modules\umi\node_modules\webpack\lib\Compiler.js:361:9) at require.forEach.err (D:\software\nvm\v8.0.0\node_modules\umi\node_modules\webpack\lib\Compiler.js:350:15) at D:\software\nvm\v8.0.0\node_modules\umi\node_modules\async\dist\async.js:473:16 at iteratorCallback (D:\software\nvm\v8.0.0\node_modules\umi\node_modules\async\dist\async.js:1050:13) at D:\software\nvm\v8.0.0\node_modules\umi\node_modules\async\dist\async.js:958:16 at D:\software\nvm\v8.0.0\node_modules\umi\node_modules\graceful-fs\graceful-fs.js:43:10 at FSReqWrap.oncomplete (fs.js:135:15) Read more here: http://bit.ly/2tRViJ9 ```"
__label__bug "chai-assert conversions fail when using chai default export The codemod is not able to transform calls like ""chai.assert.equal(...)"" to Jest assertions. I would expect that either this: ```javascript import { assert } from 'chai'; assert.equal(1, 1); ``` or this: ```javascript import chai from 'chai'; chai.assert.equal(1, 1); ``` to be transformed to this: ``` expect(1).toEqual(1); ``` but only the first is actually fixed."
__label__question "Backend Configurations Not Altering Anything On The Front End Hello Peter. I am trying to use your slick slider for an application on my job. The issue I'm having is that any configuration changes I'm making in the settings on the backend admin panel are not changing anything on the front end. I do not have any JavaScript errors, and my permission settings on the main folders I believe that are involved are: 775 plugins (group: www-data) 775 themes (group: www-data) The version of jQuery I have is 3.2.1. Bootstrap version is 4.0.0-alpha.6-dist which is the latest. And I have all of the required included files for bootstrap (tether.js and utils.js). No errors are there. However, I do see that your plugin is still loading jQuery 3.1.1 min after my version is already loaded. I've tried to disable this in the plugin's settings panel, but again the front end is not reading the configurations. Do you have any suggestions? "
__label__enhancement Tweak cancel order button In the current version the cancel order button is not placed appropriately.
__label__enhancement "Docs: Add documentation on how to style this element For the paper components, we get a section on Styling in the documentation and are provided with custom CSS properties to work with. Could some style guidance be added for this element? I'm not sure of the proper approach. Looks like many elements classified as ""google web components"" don't provide guidance. Youtube does, but that's the only one i noticed. "
__label__question "Could this support swagger3.0? hi,thank you for your extension here, i want to generate swagger 3.0 docs, is this support?"
__label__bug "Console error is produced when *clrDgHideableColumn hidden property is set to true by default <!-- PLEASE FILL OUT THE FOLLOWING. WE MAY CLOSE INCOMPLETE ISSUES. --> **Select one ...** (check one with ""x"") ``` [x] bug [ ] feature request [ ] enhancement ``` ### Expected behavior I have an Id column in a data grid that is hidden by default so I set the *clrDgHideableColumn hidden property to true. It should not generate console errors. ### Actual behavior Errors where generated when hidden property is set to true: ![image](https://user-images.githubusercontent.com/1977391/27179599-e30f513e-5201-11e7-8d5a-bf2b5c574b13.png) ``` <clr-dg-column [clrDgField]=""'id'""> <ng-container *clrDgHideableColumn=""{hidden: true}""> ID </ng-container> </clr-dg-column> ``` ### Reproduction of behavior <!-- Include a working plunker link reproducing the behavior. --> <!-- Clarity Plunker Templates --> * Include a link to the reproduction scenario you created by forking one of the Clarity Plunker Templates: <!-- Clarity Version: [Latest - 0.9.x](https://plnkr.co/uNwwZe) --> <!-- Clarity Version: [Legacy - 0.8.15](https://plnkr.co/8TwwdL) --> ### Environment details * **Angular version:** 2.0.X * **Clarity version:** 0.9.8 * **OS and version:** * **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] "
__label__enhancement "provide a utility to substitute environment variables in config Although we have encryption and decryption for secret.yml, there are users asking for support of environment variables in config files for sensitive information as they are using java -jar to start services and need to protect sensitive info in the config files that checked in to github.com. Also, there are times that certain info are change very often even on the same computer, i.e. DOCKER_HOST_IP etc. To give user more flexibility in the config yaml files, we want to provide a small utility to parse certain config variables and substitute with environment variables. "
__label__bug lack `payment_id` ripple cannot withdraw https://github.com/bitfinexcom/bitfinex-api-node/blob/222de2a04d7e752b954602c0dce7e2e01627029b/rest.js#L422
__label__question "After ExoPlayer updates can't increase buffer size on DefaultLoadControl ### Issue description I am having a problem while increasing the buffer size of my streaming. I did all the necessary settings, using the class ""DefaultLoadControl"" but after version 2.6.1, even changing to any value makes no difference. ### Reproduction steps * I put the max_buffer and min_buffer settings in the ""DefaultLoadControl"" * Run the application * Still not increasing buffer size ### Link to test content https://github.com/RafaelMagalhaesN/ExoPlayerFm ### Version of ExoPlayer being used 2.7.0 ### Device(s) and version(s) of Android being used Samsung Galaxy J7 Android 7.0 "
__label__enhancement "@ConfigField annotation defaultValueSupplier feature support request Hello, As title says, i need support for providing default value that has to be computed first, in my case random generated base64 text. I can suggest small interface like ```java public interface IConfigDefaultValueSupplier<T> { Supplier<T> supply(); } ``` Added onto the ConfigField annotation used instead of value variable if not null"
__label__bug "Home: Libraries: Installed PIO Core Call Error: Usage: platformio lib [OPTIONS] COMMAND [ARGS]... Error: Invalid value for ""-d"" / ""--storage-dir"": Directory ""/home/welklin/Documents/Arduino/libraries"" does not exist."
__label__bug "Copy-pasting a long string to prompt.ask causes prompt to repeat If you copy-paste a long string into `prompt.ask`, you will get something like: ![image](https://user-images.githubusercontent.com/3893/30580686-19a13fb8-9d26-11e7-83c3-bf12593df446.png) Ref: https://github.com/kontena/kontena/issues/2838 "
__label__question "Flask-Migrate seems to not create tables on in-memory sqlite databases With `SQLALCHEMY_DATABASE_URI = 'sqlite://'`, upgrade() doesn't appear to create tables. My tests fail with: `OperationalError: (sqlite3.OperationalError) no such table`"
__label__bug "Invoice & PO Sales Tax Invoices should differentiate between NC customers, non-NC customers, and sales-tax-exempt customers when calculating sales tax. Update Invoice controller to check customer sales tax and state of origin setting before computing sales tax. Verify that Purchase Orders compute sales tax appropriately as well. This should check whether or not we have generated an E-595E form for the vendor in question. This verification may be rather difficult and its functionality may be added at a later date."
__label__enhancement Support flocking This is useful in the gallery. Only allow images to flock. Any page that has an image can be added. Also if you change pages. And flocking in the productsVC and across products.
__label__enhancement "Add PHP 5.3 and 5.4 Image variants Add PHP 5.3 and 5.4 image variants. Some projects, unfortunately, are still stuck in the old days."
__label__question "Dependency Injection example? Hi there I was wondering if you have a dependency injection example? Usually I would use something like below but I'm not sure how I would call your code? ``` class Program { static int Main(string[] args) { // setup our DI var services = new ServiceCollection(); services.AddTransient<IHelloService, HelloService>(); var serviceProvider = services.BuildServiceProvider(); // --------------------------------------------------- // Not sure how to use this ??? var app = serviceProvider.GetService<Calculator>(); //app.Run(args); ///------------------------------------------------ } } ```"
__label__enhancement Weiter Lösungen Ich bin auch dabei meine Lösungen auf github zu stelle ich habe dich in meinem README erwend fals es dich nicht stört. [Repo](https://github.com/musdasch/PG-HF-ICT)
__label__question "Passing strings as parameters for afni_proc BIDS App The afni_proc BIDS App has an AFNI_PROC parameter that needs to be protected by single quotes on the command line. I have tried various different permutations to attempt to preserve the quotes, but so far nothing has worked. Does anyone have any suggestions? Just to be explicit, the input to this parameter would be something like: `--afni_proc '-subj_id {subj_id} -script proc.bids -scr_overwrite -out_dir {out_dir} -blocks tshift volreg blur scale -copy_anat {anat_path} -tcat_remove_first_trs 0 -dsets {epi_paths} -volreg_align_to MIN_OUTLIER -blur_size 4.0 -bash'` and those single quotes need to be preserved so that the entire string is passed to the App correctly."
__label__question "Excuse me, Show many space at the bottom of report` Excuse me, Show many space on report footer when print. It have problem with `Printd or My Template`? [jsFiddle](https://jsfiddle.net/theara/jfy3c967/) Could help me? "
__label__question "Can't install cheerio do you have an idea ? npm install cheerio npm ERR! Darwin 16.7.0 npm ERR! argv ""/usr/local/Cellar/node/7.1.0/bin/node"" ""/usr/local/bin/npm"" ""install"" ""cheerio"" npm ERR! node v6.9.4 npm ERR! npm v3.10.10 npm ERR! Invalid name: ""@types/node"" npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm ERR! Please include the following file with any support request: npm ERR! /Users/matthieu/developpement/growth-hacking/influence/npm-debug.log"
__label__bug "THE CANDLE is not put back into the deck after playing ## Bug report ### Expected Behavior THE CANDLE is put back into the deck after playing ### Actual Behavior THE CANDLE is not put back into the deck after playing ### Steps to reproduce behavior Play a dungeon run with THE CANDLE ### Log/Screenshots - "
__label__question "IOS ffmpeg can not capture audio devices? I try to alter the configure message,now I can get the camera devices(Front and back), but can not the audio devices. the configure I only add some settings: --disable-all --disable-dxva2 --disable-vaapi --disable-vdpau --disable-vda \ --enable-avdevice --enable-avcodec --enable-avformat --enable-avutil --enable-swresample --enable-swscale --enable-postproc --enable-avfilter --enable-avresample \ --enable-nonfree --enable-version3 --enable-pic --enable-small --enable-static \ --enable-gpl \ --enable-libx264 \ --enable-libfdk-aac \ --enable-libfaac \ --enable-encoder=libx264 \ --enable-encoder=libfaac \ --enable-encoder=libfdk_aac \ --enable-encoder=rawvideo \ --enable-indev=avfoundation \"
__label__bug "'related article' pull headlines not showing up in one post Other posts are fine, but for some reason the 'related article' headlines aren't showing up on this this particular one (The Artsy Podcast, No. 1: Instagram vs. The World). Not a major priority but still a bit strange: ![screen shot 2017-09-21 at 5 00 20 pm](https://user-images.githubusercontent.com/31517265/30719814-f85bbb66-9ef2-11e7-9843-57ff9bd8fc00.png) "
__label__bug "Unable to install AngleSharp into a Xamarin forms shared project I am using 0.9.6 version of AngleSharp. I tried to install AngleSharp into a Xamarin forms shared project. I found it would not install into either the IOS or the Android projects with the failure ``` Package 'System.Reflection.Extensions.4.0.0 : System.Reflection [4.0.0, ), System.Runtime [4.0.0, )' does not exist in project 'CelticPools.Droid' ``` It is OK in a PCL based solution of the same project. "
__label__bug "Any bugs found Hi , I found 3 bugs First bug When u click fast in left-button ( mouse ) the sniper burst fire, ( like M4 ) 2 When u fire with sniper and press q or e fast ( qs ) when u back to the hand u stay with 0 ammo in clip ( you have to re-equip in inventory ) 3 - The new weapons system is not serverside For example i have M24 Equiped The other player doenst have weapon , He see Main sniper in my Hand ( GTA SA SNIPER ) this bug is for Sniper, m4 , ak.. The player just see my weapon skin when he equip the same weapon.. That's it. Thank you, ( I'm opening a server with this GM , i can't solve this bugs )"
__label__bug "Restore old ""timesince"" functionality Removed in #7. Same as `django.utils.timesince`, but show seconds below five minutes. "
__label__enhancement "坐标轴设置箭头与坐标线宽的问题 <!-- 为了方便我们能够复现和修复 bug,请遵从下面的规范描述您的问题。 --> ### One-line summary [问题简述] 比如给Y轴设置 `axisLine: { lineStyle: { color: ""#9f8d6a"", width: 4 }, symbol: ['none', 'arrow'], symbolSize: [15, 20] },` 此时的箭头看起来就是这样 ![image](https://user-images.githubusercontent.com/8012098/34552613-6aadc74c-f15d-11e7-9c36-65b4d48393f6.png) 是不是很奇怪 有没有设置箭头位置偏移的呢? ### Version & Environment [版本及环境] + ECharts version [ECharts 版本]:3.85 + Browser version [浏览器类型和版本]:谷歌 63 + OS Version [操作系统类型和版本]:win10 ### Expected behaviour [期望结果] 可以设置箭头位置偏移 "
__label__question "How to call from frontend? I am trying to use Bell to integrate Slack login. We have a Hapi API with a React frontend. If I access /auth/slack directly the regular Slack login flow works and I am redirected back to my API, with everything working as expected. However, the user should not be viewing the API. To get around this I have the strategy setup as follows: ```js server.auth.strategy('slack', 'bell', { provider: 'slack', password: 'our_pass', clientId: 'our_client_id', clientSecret: 'our_client_secret', providerParams: { team: 'out_team_id', }, forceHttps: true, isHttpOnly: false, // Support authentication using the `fetch` API location: (request: Request) => { if (request.query.redirect) { return request.query.redirect; } else { return ''; } }, }); server.route({ method: 'GET', path: '/auth/slack', config: { cors: { origin: ['*'], credentials: true, }, auth: { mode: 'try', strategy: 'slack', }, }, handler: (request, reply) => { if (!request.auth.isAuthenticated) { reply(Boom.badRequest(request.auth.error.message)); return; } const { profile } = request.auth.credentials; if (!profile.raw.ok) { reply(Boom.badRequest(profile.raw.error, profile)); return; } // Create/update user in database... return user; }, }); ``` Note that `isHttpOnly` is set to `false` to enable sending the cookie using the `fetch` API. To login with the client we send the user to the API directly, but pass a `redirect` query parameter, which is used by the function above to tell Slack to redirect the user to the frontend once authenticated. On the page that Slack redirects the user to I have created the following function to try and log the user in: ```js const { queryString } = params; // This is the ?code=...&state=... part const initialRessponse = await fetch(`${apiBaseURL}/auth/slack${queryString}`, { redirect: 'error', credentials: 'include', }); const contentType = initialRessponse.headers.get('content-type'); if (contentType && contentType.startsWith('text/html')) { const html = await initialRessponse.text(); // Yes this is nasty :) const url = html.split(`<meta http-equiv=""refresh"" content=""0;URL='`)[1].split(`'""></head>`)[0]; const redirectedRes = await fetch(url, { redirect: 'error', credentials: 'include', }); return handleResponse(redirectedRes); } else { return handleResponse(initialRessponse); } async function handleResponse(res: Response) { if (res.status !== 200 && res.status !== 201) { throw new Error(`Server error: ${res.status} ${res.statusText}`); } const user = await res.json(); return user; } ``` I realise I may be going about this all wrong, but this always leads to the `request.auth.credentials.profile` to be: ```js { access_token: undefined, scope: undefined, user_id: undefined, user: undefined, raw: { ok: false, error: 'not_authed' } } ``` Any help or pointers in the right direction would be much appreciated!"
__label__enhancement "Add support for the general sibling combinator Hello, i have an problem with the parsing of my CSS code. Some CSS rules cause warnings because they can not be converted into a valid xpath query. I debugged the Emogrifier class and found out following: The CSS rules are translated to xpath queries with the `translateCsstoXpath` method in the line 353 of the `Emogrifier` class. ``` $nodesMatchingCssSelectors = $xPath->query($this->translateCssToXpath($cssRule['selector'])); ``` Here are some examples of CSS rules which are translated into invalid xpath queries: ``` CSS: .pager-no-toolbar ~ .pager-no-toolbar Xpath: //*[contains(concat("" "",@class,"" ""),concat("" "",""pager-no-toolbar"","" ""))]//~//*[contains(concat("" "",@class,"" ""),concat("" "",""pager-no-toolbar"","" ""))] ``` ``` CSS: .col-left .block .actions .button ~ a Xpath: //*[contains(concat("" "",@class,"" ""),concat("" "",""col-left"","" ""))]//*[contains(concat("" "",@class,"" ""),concat("" "",""block"","" ""))]//*[contains(concat("" "",@class,"" ""),concat("" "",""actions"","" ""))]//*[contains(concat("" "",@class,"" ""),concat("" "",""button"","" ""))]//~//a ``` ``` CSS: .col-right .block .actions .button ~ a Xpath: //*[contains(concat("" "",@class,"" ""),concat("" "",""col-right"","" ""))]//*[contains(concat("" "",@class,"" ""),concat("" "",""block"","" ""))]//*[contains(concat("" "",@class,"" ""),concat("" "",""actions"","" ""))]//*[contains(concat("" "",@class,"" ""),concat("" "",""button"","" ""))]//~//a ``` ``` CSS: .block-layered-nav .block-content dl dd ol>li .ui-slider.ui-slider-pips [class*=i-slider-pip-selected] Xpath: //*[contains(concat("" "",@class,"" ""),concat("" "",""block-layered-nav"","" ""))]//*[contains(concat("" "",@class,"" ""),concat("" "",""block-content"","" ""))]//dl//dd//ol>li//*[contains(concat("" "",@class,"" ""),concat("" "",""ui-slider"","" ""))][contains(concat("" "",@class,"" ""),concat("" "",""ui-slider-pips"","" ""))]//[class*=i-slider-pip-selected] ``` Following Warning occurs: ``` Warning: DOMXPath::query(): Invalid expression in <path to php class>/Emogrifier.php on line 353 ``` I am using the latest version of the class (87d9d61). Is it possible to create a valid xpath query for the CSS rules? Thank you for your help. "
__label__question "Why are views and adapters nullable from clicks? FastAdapter 3.2.0 In what cases are views and the adapter nullable when receiving a click event? Looking at the source (FastAdapter.java#579 from my IDE), it even shows that ```java IAdapter<Item> adapter = fastAdapter.getAdapter(pos); if (adapter != null && item != null && item.isEnabled()) ``` so at least the adapter shouldn't be null? Unless there are other use cases"
__label__bug "UX Checkbox does not fire a change event UX Checkbox does not fire a change event, and thus `change.delegate` and `change.trigger` do not work. This is due to the fact that UX Checkbox does not use a native control and does not trigger its own changed event when the checkbox is toggled."
__label__bug "Nav items don't break onto new lines when in 'small icon' mode <img width=""341"" alt=""screen shot 2018-01-05 at 10 03 15"" src=""https://user-images.githubusercontent.com/18653/34604468-cddb7772-f1ff-11e7-96d8-d204e4c48774.png"">"
__label__question "Is it possibly to gradually add nativescript-vue to a native application ? Hi, Is it possibly to gradually add nativescript-vue to a native application ? or does it requires a fresh project ? If it is possible, can you point to related documentation ?"
__label__question "Websocket false Hi there ! This plugin seems to be nice , but after reading every line of your WIKI , I can't find a way to make it works. I mean, I only use your default web page to test sending or receiving msg. Unfortunatly , the websokcet state is false . I try to disable httpAuth parameter. ![image](https://user-images.githubusercontent.com/11284940/32607544-a2f2aa44-c559-11e7-909e-e9a201a633fd.png) Do you have an idea ? Regards "
__label__bug "引数で SVG ファイルを指定してもファイルが正しく開かれない `access` を使っているため、「callback が無いよエラー」が発生している。正しくは `accessSync`。 https://github.com/mikoto2000/Sagae/blob/8899878f96831eb81b5ea699f491d37165d60351/src/main.js#L100 "
__label__bug "Old style non-open-graph score tags are not handled There is no span tag around the score here: https://myanimelist.net/manga/63 However there is a span tag around the score here: https://myanimelist.net/anime/32281/Kimi_no_Na_wa ``` Traceback (most recent call last): File ""C:\Users\pushrbx\.pyenvs\scraping-test\lib\site-packages\twisted\internet\defer.py"", line 653, in _runCallbacks current.result = callback(current.result, *args, **kw) File ""C:\Users\pushrbx\Documents\Projects\it-scraper\mal_crawler\spiders.py"", line 181, in parse parse_result = manga.parse(page) File ""C:\Users\pushrbx\.pyenvs\scraping-test\lib\site-packages\myanimelist\media.py"", line 337, in parse media_info = self.parse_sidebar(media_page) File ""C:\Users\pushrbx\.pyenvs\scraping-test\lib\site-packages\myanimelist\manga.py"", line 71, in parse_sidebar manga_info = super(Manga, self).parse_sidebar(manga_page) File ""C:\Users\pushrbx\.pyenvs\scraping-test\lib\site-packages\myanimelist\media.py"", line 256, in parse_sidebar score = float(utilities.css_select('span.dark_text + span', score_tag_results[0])[0].text) IndexError: list index out of range ```"
__label__enhancement Add in depth tracking system Will be used in Announcements
__label__enhancement Create Register service We need to add a service so we can add new users to the application. At first we add to the list.
__label__enhancement "Plot points used in Lz determination Would be nice to have a (plot.Lz.points) function to visualize those points (and associated regression line) associated with determining Lz slope. "
__label__bug "VideoAdCallbacks being called for content events. ImaPlayer.java is calling VideoAdPlayerCallbacks for content events, specifically pauseContent() and resumeContent(). VideoAdPlayerCallbacks should only be fired when an is displayed. "
__label__bug "Typed JSON property binding does not work with LINQ queries I have a JSON view-model and an array property inside, the property is bound to a database query using LINQ. ```cs public IEnumerable<Database.Item> Items { get { return DbLinq.Objects<Database.Item>().OrderBy(x => x.Index); } } ``` This construction throws the following exception when trying to open the page: ``` ""System.InvalidCastException: Unable to cast object of type 'Database.Item' to type 'System.Collections.IEnumerable'. at Starcounter.Linq.QueryExecutor`1.Execute[TResult](String sql, Object[] variables, QueryResultMethod queryResultMethod) in G:\GitHub\Starcounter\Starcounter.Linq\src\Starcounter.Linq\QueryExecutor.cs:line 29 at Starcounter.Linq.QueryContext`1.Execute[TResult](Expression expression) in G:\GitHub\Starcounter\Starcounter.Linq\src\Starcounter.Linq\QueryContext.cs:line 26 at Starcounter.Linq.QueryProvider.System.Linq.IQueryProvider.Execute[T](Expression expression) in G:\GitHub\Starcounter\Starcounter.Linq\src\Starcounter.Linq\QueryProvider.cs:line 22 at Starcounter.Linq.Queryable`1.System.Collections.IEnumerable.GetEnumerator() in G:\GitHub\Starcounter\Starcounter.Linq\src\Starcounter.Linq\Queryable.cs:line 35 at Starcounter.Json.CheckBoundArray(IEnumerable boundValue) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.XSON\Class Json\Json.Object.ChangeLog.cs:line 539 at Starcounter.Templates.TArray`1.GetAndCacheValue(Json parent) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.XSON\Templates\TArray.cs:line 129 at Starcounter.XSON.NewtonSoftSerializer.GetValue(TObjArr template, Json parent, JsonSerializerSettings settings) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.XSON\Serializer\NewtonSoftSerializer.cs:line 598 at Starcounter.XSON.NewtonSoftSerializer.ScopeAndSerializeArray(Json json, Template template, JsonWriter writer, JsonSerializerSettings settings) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.XSON\Serializer\NewtonSoftSerializer.cs:line 291 at Starcounter.XSON.NewtonSoftSerializer.SerializeObject(Json json, JsonWriter writer, JsonSerializerSettings settings) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.XSON\Serializer\NewtonSoftSerializer.cs:line 241 at Starcounter.Advanced.XSON.JsonExtension.Scope(Json json, Action action) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.XSON\Advanced\JsonExtension.cs:line 69 at Starcounter.XSON.NewtonSoftSerializer.<>c__DisplayClass10_1.<Serialize>b__0() in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.XSON\Serializer\NewtonSoftSerializer.cs:line 79 at Starcounter.Advanced.XSON.JsonExtension.Scope(Json json, Action action) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.XSON\Advanced\JsonExtension.cs:line 69 at Starcounter.XSON.NewtonSoftSerializer.Serialize(Json json, Template template, TextWriter textWriter, JsonSerializerSettings settings) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.XSON\Serializer\NewtonSoftSerializer.cs:line 82 at Starcounter.XSON.NewtonSoftSerializer.Serialize(Json json, Template template, JsonSerializerSettings settings) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.XSON\Serializer\NewtonSoftSerializer.cs:line 61 at Starcounter.Internal.PuppetRestHandler.CreateJsonBodyResponse(Session session, Json root) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.Apps.JsonPatch\BuiltInRestHandlers\PuppetRestHandler.cs:line 229 at lambda_method(Closure , Request , IntPtr , IntPtr ) at Starcounter.Rest.UserHandlerInfo.RunUserDelegate(Request req, IntPtr methodSpaceUriSpaceOnStack, IntPtr parametersInfoOnStack) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.Rest\UriHandlersManager.cs:line 201 at Starcounter.Internal.Web.AppRestServer.RunDelegateAndProcessResponse(IntPtr methodSpaceUriSpaceOnStack, IntPtr parametersInfoOnStack, Request req) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.Apps.JsonPatch\AppRestServer.cs:line 96 at Starcounter.Internal.AppsBootstrapper.ProcessExternalRequest(Request req) in C:\TeamCity\BuildAgent\work\sc-12012\Level1\src\Starcounter.Apps.JsonPatch\AppsBootstrapper.cs:line 348 HResult=-2147467262 "" ``` If property returns an array, then everything works. ```cs public IEnumerable<Database.Item> Items { get { return DbLinq.Objects<Database.Item>().OrderBy(x => x.Index).ToArray(); } } ``` Source code for this example is available here - [miyconst/Playground/tree/linq](https://github.com/miyconst/Playground/tree/linq). ``` Starcounter.Linq 0.5.0 ``` ``` Starcounter-RC-2.3.1.8061 (Dec 12, 2017 1:02:27 AM) ``` @un-tone feel free to ask @chrhol for any assistance with Typed JSON."
__label__bug "Sorting a large number of integers causes huge memory usage and out of memory error Sorting a very large number of integers causes huge memory usage eventually resulting Javascript heap memory exhaustion. I was able to get this to happen by generating and sorting 100 million integers. The memory usage climbed up to around 2GB before the process failed, indicating the that Javascript heap had no more memory available to it. Now this is silly because the whole point of sorting integers like this is to avoid using large amounts of memory to store them all. I'm fairly certain that the cause for the program throwing data at the file stream much faster than it can write that data to disk, causing a huge backup as all the data is buffered in memory until it can be written to disk. I'll have to change the code to pay attention to the flag that indicates the internal buffer is full, pausing all sorting operations until the file stream has had a chance to drain its internal buffer."
__label__question "Change locale strings of progress bar when using DashboardModal in React. How to change locale string of progress bar when using DashboardModal in React? Especially: - ""Uploading..."" - ""Upload complete"""
__label__bug [smart contracts] InvestorLedger - errors when the loan is defaulted Right now when the loan is defaulted (liege didn't manage to pay on time) we send him back the collateral. We shouldn't be doing it. We should send back the collateral to investors. See function markCancelled.
__label__enhancement "@ngrx/store-devTool ### Actual behavior Debugger provided by using the metareducer ### Expected behavior Use the @ngrx/store-devTool to provide a better experience to the developer ### example (repo, code,...) [Link to the @ngrx/store-devTool](https://github.com/ngrx/platform/blob/master/docs/store-devtools/README.md) - [x] provide the StoreDevtoolModule + options - [x] Link to the documentation to use this new module"
__label__bug "[4.0.0-beta.7] Reloading in deep component leads to reloading the whole state (root component) I have pretty big project with a lot of decorators. In v3 reloading in a deep and independent component leaded to reload only that component. Now if I reload `<Footer/>`, the whole `<App/>` will be reloaded as well. My rough code structure: ``` import {hot} from 'react-hot-loader'; import React from 'react'; import {render} from 'react-dom'; import {Provider, connect} from 'react-redux'; import {BrowserRouter, withRouter} from 'react-router-dom'; import App from './App'; import store from './App/store'; const HotApp = hot(module)(App); const HotConnectedApp = () => ( <Provider store={store}> <BrowserRouter> <HotApp/> </BrowserRouter> </Provider> ); render( <HotConnectedApp/>, document.getElementById('root'), ); @withRouter @connect(...) class App extends Component { state = { initialFetchWasMade: false, }; componentWillMount() { this.makeInitialFetchAndOnlyThenShowContent(); } makeInitialFetchAndOnlyThenShowContent = () => { setTimeout( () => this.setState(() => ({initialFetchWasMade: true})), 3000, ); }; render() { const {initialFetchWasMade} = this.state; if (initialFetchWasMade) return <Spinner/>; return ( <div> <Header/> <Footer/> </div> ); } } ``` Now, if I make a change in `<Footer/>`, the whole `<App/>` reloads and `makeInitialFetchAndOnlyThenShowContent` is called every time (and it takes pretty long time sometimes). In v3 only `<Footer/>` was reloaded. Is it a known bug? Should I create a repro?"
__label__enhancement Include link to GitHub in the language server's package.json and/or README.md I found this language server on [npm](https://www.npmjs.com/package/vue-language-server) but was surprised to find no mention of a Git repository anywhere on the page. I thought it was some closed source project at first but I then noticed it was licensed under MIT on the side so I wondered where the source was. Upon reading the documentation in more detail I realized that perhaps I could walk backwards from this VS Code Vetur extension and figure out where the source to this `vue-language-server` package lived. I now realize that they both live in the same repository. Could this GitHub repository please be mentioned in either the language server's [package.json](https://github.com/vuejs/vetur/blob/0ed6982eaf538beb810bed5560f24d20d4739d6f/server/package.json) or [README.md](https://github.com/vuejs/vetur/blob/0ed6982eaf538beb810bed5560f24d20d4739d6f/server/README.md)?
__label__bug "Home key should be ""smart"" and alternate between hard and soft BOL The normal behavior in VS is that <kbd>Home</kbd> goes to the soft beginning of line (BOL) unless the cursor is already there, in which case it brings you to the hard BOL (all the way left). Then, if the cursor is at hard BOL, hitting Home again brings you to soft BOL and so on. In my vimrc file, I have ``` set vsvim_useeditordefaults "" Make hard BOL into soft BOL map 0 ^ ``` Neither setting causes the desire Home behavior, unfortunately (although I can use `0` to get to soft BOL if I remember). "
__label__enhancement "Consul intermittent failure when cycling servers I have a 3-server cluster, with lots of clients attached. I am using the DNS service in this test. I regularly dig one of my consul clients for a dns entry like this: ``` while [ 1 ] ;do echo ""NEW DIG"" ; dig @localhost foo.service.dc1.consul +short ; sleep 1 ; done ``` Next, I momentarily stop one of the consul servers, for a period of 60 seconds say (whilst I reconfigure it). As soon as I stop it, there is a period of 1-3 seconds when the dig fails to respond with anything. Is this expected behaviour? Is there any way to prevent this tiny bit of ""downtime"" in the DNS service? Thanks "
__label__enhancement "moderation UI doesn't allow mass operations Hi, I am refering to this post (and their replies) https://listes.renater.fr/sympa/arc/sympa-fr/2017-01/msg00005.html It is a regression from the previous versions of sympa and very annoying when it's needed to delete hundred of spam messages from the UI. At some point the UI could provide a way to ""moderate selected messages, reject others"" Regards,"
__label__bug Roller module bugs Multiplication does not apply to the correct operand i.e. PEMDAS is not followed even slightly.
__label__bug SORMAS version 12 crashing in weekly reports form @MartinWahnschaffeSymeda SORMAS latest version keeps crashing and restarting to enter pin... Please check Thanks
__label__question "Type error: Argument 3 passed to MongoDB\Driver\Server::executeQuery() must be an instance of MongoDB\Driver\ReadPreference or null, array given After upgrading from mongodb/mongodb 1.2.0 to mongodb/mongodb 1.3.0, i have an issue with the 3th argument of executeQuery() that is now waiting for an object and not an array. Can you explaine or fixe this issue ? ### Environment My environment is PHP 7.1.13 and symfony 3.4 "
__label__question Is this library multi threaded? (Is this Library thread safe?) I am trying to use this library for MacOS. is this library multi threaded ?
__label__question "CS2 Discussion: Question: Survey for devs/teams with maintained Coffescript codebases: happy with CS, or considering migrating? _From @greghuc on [2016-09-10 11:21](https://github.com/coffeescript6/discuss/issues/32)_ Coffeescript has been around since 2009. Since then, a lot of Coffeescript code has been written, and non-trivial projects developed with it. Given we're discussing the future of Coffeescript, it would be great to get the views of developers/teams who have non-trivial, maintained CS codebases, which they plan to maintain and extend over the coming years. Specifically, it would be good to know whether you/the team are: a) happy to keep using Coffeescript for the project b) are considering migrating the project from Coffeesript to ES6/other. Here's a little markdown 'survey' template below to use, or feel free to comment free-style. ``` **CS project summary.** Quick summary: n developers, lines of code, years established, etc **Is the project considering a switch from Coffeescript to ES6/other?** No, or yes with language being switched to. **If considering switch from Coffeescript, please explain your reasons.** Give your reasons. **If not considering switch from Coffeescript (or are, but would ideally like to remain with CS), why are you happy with CS?** Give your reasons. ``` "
__label__bug "EXPOSE with variables doesn't work The Dockerfile validation fails when the ports arguments to the EXPOSE command are declared as environment variables. Take this dummy, useless code as example: ``` Docker FROM alpine:latest ENV PORT=8080 EXPOSE $PORT ``` This is the output: ``` Bash $ docker run --rm -i lukasmartinelli/hadolint < Dockerfile ""/dev/stdin"" (line 3, column 8): unexpected '$' expecting space, ""\t"", ""ONBUILD"", ""FROM"", ""COPY"", ""RUN"", ""WORKDIR"", ""ENTRYPOINT"", ""VOLUME"", ""EXPOSE"", ""ENV"", ""ARG"", ""USER"", ""LABEL"", ""STOPSIGNAL"", ""CMD"", ""MAINTAINER"", ""ADD"", ""#"" or end of input ``` But the image inspection show that the correct port was exposed: ``` JSON $ docker build --tag=sample -f Dockerfile . $ docker inspect sample | grep -A2 Exposed ""ExposedPorts"": { ""8080/tcp"": {} }, ``` Declaring variables with the exposed ports allow for reuse inside the Dockerfile. "
__label__question Do we need an incompatibility notice with the Containers experiment? https://github.com/mozilla/testpilot-containers How do things work with Containers? How should they work?
__label__bug cmake: libapp.a in unexpected location I notice that libapp.a is directly in the build directory instead of being under zephyr/ with the rest of the build artifacts. Is this intentional? ``` apboie@wintermute:/projects/zephyr2/samples/philosophers/out master /projects/zephyr2 $ ls -l total 256 -rw-rw-r--. 1 apboie apboie 19938 Dec 11 13:29 CMakeCache.txt drwxrwxr-x. 12 apboie apboie 4096 Dec 11 13:29 CMakeFiles -rw-rw-r--. 1 apboie apboie 1566 Dec 11 13:29 cmake_install.cmake -rw-rw-r--. 1 apboie apboie 184762 Dec 11 13:29 libapp.a -rw-rw-r--. 1 apboie apboie 37935 Dec 11 13:29 Makefile drwxrwxr-x. 15 apboie apboie 4096 Dec 11 13:29 zephyr ```
__label__bug Viewing contents of Default Admin Set on admin dashboard raises exception If you go to http://qa-epigaea.curationexperts.com/admin/admin_sets/admin_set%2Fdefault you will get an exception. The error is `Ldp::BadRequest` and it seems to be related to data in the fedora on qa -- the same code works fine in a local development environment. - [ ] Timebox this to an hour and if you can't fix it just disable the link ## Backtrace [View full backtrace and more info at honeybadger.io](https://app.honeybadger.io/projects/54127/faults/35654975)
__label__bug Publishing in Xcode broken in test This is from bam-imageformats for lpng-1257 when building in Xcode cp: /Users/mark/dev/bam-imageformats/packages/lpng1257/build/lpng-1257/Debug/libpng12.1.dylib and /Users/mark/dev/bam-imageformats/packages/lpng1257/build/lpng-1257/Debug/libpng12.1.dylib are identical (not copied). Command /bin/sh failed with exit code 1
__label__enhancement Correción de errores Prioridad: Urgente. Se necesita arreglar el archivo routes.php añadiendo nuevas lineas en relación a las diferentes llamadas de la api. También eliminarán del fichero .travis.yml las lineas correspondiente a la base de datos que teniamos en el anterior milestone.
__label__question Angular 2 Example How can I use this component in an Angular 2 project? Could anyone provide a basic example?
__label__enhancement "improved error handling Two different error systems: * Socket.IO * URL routes Both should use the `http-errors` library, but Socket.IO returns JSON objects generated from that error, while the URL routing returns an actual HTTP status, with the same JSON object in the body. Programmer / internal errors should be logged in a single, central location."
__label__bug SimpleToken has to emit a Transfer event in the constructor to be ERC20 compliant [x] 🐛 This is a bug report. The [ERC20 standard](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20-token-standard.md#transfer-1) describes that a token contract should trigger a Transfer event with the _from address set to 0x0 when tokens are created. SimpleToken should trigger a Transfer event then.
__label__bug "RemoveUnusedImports with non-binpacked selectors can produce trailing comma syntax errors Multi-line imports (produced by default scalafmt configuration when max columns are exceeded) can result in scalafix changes like this when unused imports are removed: ```diff import org.example.dto.{ Allocation, ExperimentAllocation, - ExperimentAllocationReport + } ``` Obviously, this won't compile (and the remnant newline is undesirable to boot). And another corner case, the last remaining import in braces: ```diff -import org.example.some.long.line.{ - MSSQLControlExperimentRepository, +import org.example.some.long.line. + MSSQLRepository -} + ```"
__label__enhancement Raise a validation error when the definition field is not Creatable Do not allow to declare a definition for a field which is not Creatable.
__label__question "How to use the tls.reportTCResult without ""platformname""?? Hi Iczub, I am using your API to connect Testlink to my PC and I have found a problem using it. So in my testcases created in Testlink I don't have plataforms. I tried to put platformname=""None"" or let it empty. Could you help me, please? If I don't use a platform in Testlink how I could run this part of code? This is the parte I am trying: >>> import testlink >>> tls = testlink.TestLinkHelper().connect(testlink.TestlinkAPIClient) >>> tls.reportTCResult(None, newTestPlanID_A, None, 'f', '', guess=True, testcaseexternalid=tc_aa_full_ext_id, **platformname=NEWPLATFORM**_A, execduration=3.9, timestamp='2015-09-18 14:33', steps=[{'step_number' : 6, 'result' : 'p', 'notes' : 'result note for passed step 6'}, {'step_number' : 7, 'result' : 'f', 'notes' : 'result note for failed step 7'}] ) Best Regards. Paulo."
__label__question Passhash what is the Password ? $2b$13$ouxA6L7QZ/eSeVZD8lawSOEwtRn/hOoRY67Pwaj/WJaZe7S4.cHJC My proje name : MvcAdmin Password: Passw0rd
__label__question "Numbered and bulleted lists Hi. I am unable to find any function for adding numbered and bullet lists in PPTX gen JS. It is awesome library, please add these features too. Thank you."
__label__bug "Look for prev_content in ""unsigned"", not top-level object This is a post-factum confirmation of the bug (and the bugfix for it) that `prev_content` was looked at a top level in state events, and of course never found there, leading to issues with properly showing state events in Quaternion."
__label__bug "Arch linux fails due to keyring ``` downloading required keys... error: key ""4A1AFC345EBE18F8"" could not be looked up remotely error: key ""EEEEE2EEEE2EEEEE"" could not be looked up remotely error: required key missing from keyring error: failed to commit transaction (unexpected error) Errors occurred, no packages were upgraded. Cleaning up self packagecore-5e7463203730272c. packagecore-5e7463203730272c packagecore-5e7463203730272c ########################################################### # Failed to build package for 'archlinux'. ########################################################### Traceback (most recent call last): File ""/home/dominique/src/packagecore-master/packagecore/packager.py"", line 160, in run imageName=build[""dockerImage""]) File ""/home/dominique/src/packagecore-master/packagecore/packager.py"", line 102, in _build recipe.build(container) File ""/home/dominique/src/packagecore-master/packagecore/pkgbuild.py"", line 211, in build container.execute([""/usr/bin/pacman"", ""--noconfirm"", ""-Su"", ""-yy""]) File ""/home/dominique/src/packagecore-master/packagecore/docker.py"", line 149, in execute _checkedDockerCommand([""exec"", self._name] + cmd) File ""/home/dominique/src/packagecore-master/packagecore/docker.py"", line 54, in _checkedDockerCommand raise DockerError(""Command '%s' returned %d."" % (cmd, status)) packagecore.docker.DockerError: Command '['exec', 'packagecore-5e7463203730272c', '/usr/bin/pacman', '--noconfirm', '-Su', '-yy']' returned 1. ########################################################### ```"
__label__question "Revise nuclar CO2 equivalent? Take in account mining, decommissioning, ... Hello, Very nice dataviz project. Thank you :) I am surprised by: https://github.com/tmrowco/electricitymap/blob/5d280d6816550c19115ed76c10f9bdc2a54de95d/config/co2eq_parameters.js#L32-L47 Solar has a higher factor than nuclear !?! I once saw a documentary which calculated that nuclear was close to gas plants (which is 490 in your data). Nuclear can be a very religious subject but if you are ready to hear some experts on the subject, I can recommend some people / sources. For example, uranium mining is a very carbon intensive activity so is uranium enrichment (not talking about health impact on locals). Also, if decommissioning emissions were included, emissions would sky rocket. Finally, the cost of an accident - not talking about money or people life and health - is very carbon intensive. With aging reactors and fake security certificates (example: France or South Korea), this should somehow be taken in account to be fair with energies which come from the sun and resist to tsunami and earthquakes ..."
__label__enhancement "Hard coded port 80 on CloudFoundryServer class Dear, I do have some problems using this library on cloud foundry due to hard coded port 80 into CloudFoundryServer class of 'spring-cloud-cloudfoundry-discovery' module. CloudFoundryServer constructor: ``` super(cloudApplication.getUris().iterator().next(), 80); ``` My services on cloud foundry are all secured so I need that CloudFoundryServer to take a configurable port in my case should be 443. Can be the port taken from ribbon configuration defined into 'application.yml': myservice.ribbon.IsSecure=true myservice.ribbon.SecurePort=443 Nicolae"
__label__question missing attributes reference in docs As seen for all major provider its best practice to describe the attributes for output or reference usage.
__label__question Can we customise the UINavigationBar If i try to change the colour using self.navigationController?.navigationBar.tintColor From within a custom FUIAuthPickerController Nothing changes. Is some base class blocking this? Why?
__label__question ¿ Que estas usando como referencia ? Tus commits van guiados por el contenido de un curso? libro ? documentación del lenguaje ?
__label__question "Define configuration parameters - simulation parameters (static params: world, dynamic params: pedestrians) - - car parameters (weight, shape) which should be configurable"
__label__enhancement "Run ""revision"" before any other remote commands on deploy On `deploy` the `revision` command should be run locally and before any other remote command in order to avoid creating new incomplete releases on remote server."
__label__enhancement "make optional the ""input for the next generation"" section in the output Since we have a simulation mode this section has a very limited utility ans it shouldn't waste space "
__label__bug "PrePersistModelEvent works different between BE and FE DCG b41 PrePersistModelEvent woks at * BE: only if any values changed * FE: every time "
__label__bug "#2427 breaks input value consistency Describe your issue: Upgrading from 3.3.1 to 3.8.1, noticed unusual checkbox behavior. With falsely values and Riot updates, they produce inconsistent results. On Mount, a falsely value with have an value attribute with no value in the DOM, also el.value equals ''. On update, even if the value hasn't changed will delete this attribute, then el.value reverts to the HTML default 'on'. Also value="""" is a valid value attribute, this also gets removed on update. Since using Riot v2 and upwards, inputs have always returned '' if there is no set value. This breaks the upgrade path and also updating the DOM when there is no need to like in the CodePen. I believe this change introduced in 3.7.0 #2427 should be reverted. Can you reproduce the issue? https://codepen.io/unknown9595/pen/QaaxVM Press the button repeated times, after the first update, the value changes from """" to ""on"" and the input attributes are updated, even though nothing has changed, this is inconsistent behavior. On which browser/OS does the issue appear? All Which version of Riot does it affect? 3.7.0+ How would you tag this issue? Bug "
__label__question "Why having default credentials? Hello! I'm just having a first look at the role, and wondering: why are there default passwords here https://github.com/Oefenweb/ansible-snmpd/blob/master/defaults/main.yml ? Is that for CI to work, or is there another reason ? Thanks! "
__label__question "NUnit Test Adapter does not find nunit.framework if In-Proc Data Collection is used Hello, I want to interact with process which executes unit tests, for example change environment variables on test case start/end. As I understand the only official(?) API for this is the use of ""In-Proc Data Collection"" (3rd party data collector in test execution host). **Problem summary:** When using in-proc data collector, I am getting exception while running NUnit UT. Everything works correctly when running xUnit UT. Also, with out of process data collector, both NUnit and xUnit work correctly. **Details:** I have used example from https://github.com/Microsoft/vstest/issues/715 to write a simple InProcDataCollection implementation which logs to a text file. I can confirm that it is used (log is created) for both NUnit and xUnit runs. But for NUnit run, an exception is thrown in the driver while loading tests, and NUnit Adapter does not find any tests in the test assembly. The exception says it could not find nunit.framework assembly. I'm not sure if this is a problem in vstest, nunit, or in the way I'm using the api... I am attaching: [nunit.output.txt](https://github.com/Microsoft/vstest/files/1542944/nunit.output.txt) [xunit.output.txt](https://github.com/Microsoft/vstest/files/1542945/xunit.output.txt) [InProcTestDataCollector.zip](https://github.com/Microsoft/vstest/files/1542955/InProcTestDataCollector.zip) I have tested this with: * vstest built locally (5aaae53291e1333f4260ca9ef30d5ad5baadf533) but also vstest from VS 2017 (15.3.0-preview-20170628-02) * NUnit3TestAdapter.3.9.0 * xunit.runner.visualstudio.2.3.1 "
__label__enhancement Add one more parameter for the possibility to add non-restricted headers to the request Work-in-progress. Thanks to the [Geekboy](https://twitter.com/emgeekboy) for bringing this to our attention!
__label__question Checking API Permissions - OS: Linux - Programming Language version: PHP 7.0 - CCXT version: Master - Exchange: All - Method: N/A Is there any way to check the permissions on the API Keys provided to the exchanges? Thanks
__label__question "Suggestion to Provide Access to `WriteResult` in `*Result` Classes The various `*Result` classes, `Insert[Many|One]Result`, `DeleteResult`, `UpdateResult`, etc., store the underlying `WriteResult` object in the class in a private variable, but don't provide a `getWriteResult` method to access it. This prevents access to the `WriteResult` `get*Count` methods for cross checking expected outcomes of insert/update operations. For example, in `DeleteResult` you can call the `getDeletedCount` to find out the number of records deleted, but you do not have access to the `WriteResult`'s `getMatchedCount` to determine if the two match or match the expectations of your calling code. Suggest adding a `getWriteResult` method to each of the `*Result` classes: ``` /** * Gets the WriteResult object that was used to create this class instance. * * @return \MongoDB\Driver\WriteResult */ public function getWriteResult() { return $this->writeResult; } ``` I've actually done this in a couple cases, `DeleteResult` and `UpdateResult` and it has proven very helpful, but I cannot persist _our_ customization of this library and hope for easy maintenance of this public library in our environment. Thanks for your consideration. "
__label__question Is Hadoop Installation Possible? Your Windows build number: Microsoft Windows [Version 10.0.16299.192] can i use WSL to install single node Hadoop cluster?
__label__bug "신체 치수 측정시 키, 몸무게만 입력했는데 허리 둘레가 평균치로 자동 입력됨 /user/84391 사용자 정보를 확인하면 ![2017-12-11 3 40 10](https://user-images.githubusercontent.com/4696328/33818712-cc98612e-de89-11e7-9bd1-3e67b77d2df4.png) 이상과 같이 키/몸무게만 입력해도 허리둘레는 평균값으로 자동 입력됩니다. 이 건이 언제부터 발생했는지 모르겠지만 평균치를 입력하면 모두 이렇게 입력되고 있었습니다. 오류인 것으로 보이는데 확인 요청드립니다. "
__label__bug Support changes in node v9.4.0 See https://github.com/nodejs/node/pull/17406#issuecomment-356661798
__label__question 安装promotheus时,有个系统镜像没有 sz-pg-oam-docker-hub-001.tendcloud.com/library/centos:7.2.1511,这个镜像哪里下载啊
__label__bug "SDWebImagePrefetcher doesn't call completion block If you load multiple urls in SDWebImagePrefetcher and download any of them using SDWebImageManager at the same time, SDWebImagePrefetcher completion block never gets called. "
__label__bug MVS Mode game sound issues .42 has is missing sound in parts of these games in mvs mode: nam1975 bstars bstarsh Possibly other clones of same games as well.
__label__enhancement "Add More Transitions For Grid.Column, Modals..."
__label__question Plugins for elasticsearch 6.1.1 Do I use the same elasticsearch plugins (below) with Fess 12 and elasticsearch 6.1.1 or do these need to change: /usr/share/elasticsearch/bin/elasticsearch-plugin install org.codelibs:elasticsearch-analysis-fess:5.6.2 /usr/share/elasticsearch/bin/elasticsearch-plugin install org.codelibs:elasticsearch-analysis-ja:5.6.1 /usr/share/elasticsearch/bin/elasticsearch-plugin install org.codelibs:elasticsearch-analysis-synonym:5.6.1 /usr/share/elasticsearch/bin/elasticsearch-plugin install org.codelibs:elasticsearch-configsync:5.6.1 /usr/share/elasticsearch/bin/elasticsearch-plugin install org.codelibs:elasticsearch-dataformat:5.6.1 /usr/share/elasticsearch/bin/elasticsearch-plugin install org.codelibs:elasticsearch-langfield:5.6.1 /usr/share/elasticsearch/bin/elasticsearch-plugin install org.codelibs:elasticsearch-minhash:5.6.1
__label__bug error.html als Legacy Nur damit ich es nicht vergesse: Ich nutze in meinen Plugins error.html aus dem System. Ob andere Plugins auch weiß ich nicht. Das muss auch als legacy gehen. Vermutlich einfach den alten tag <!--$error--> dazu geben.
__label__question Published API Docs for v8 It doesn't appear that the swagger docs for v8 have been published anywhere yet or even documented on how to generate them. I've also been able to find any PR or issue on actually using the new API for testing purposes.
__label__bug "docker already installed ``` sudo clickable setup-docker Asking for root to start docker Asking for root to create docker group groupadd: Gruppe »docker« existiert bereits. Command '['sudo', 'groupadd', 'docker']' returned non-zero exit status 9 ``` Already having docker shoudn't break the command"
__label__enhancement "提取PDF文本 请问如何提取PDF文件的内容?ExtractContent方法是dumps ""PDF source""?那么如何提取文本格式的内容呢?谢谢!"
__label__question "Completion for added prototype methods ## Info - Platform: macOS - Vetur version: 0.11.5 - VS Code version: 1.19.1 ## Problem It's possible to add additional prototype methods to Vue: ```javascript Vue.prototype.$myMethod = function (methodOptions) { // something logic ... } ``` This is accessible from within a component using `this.$myMethod()`. However, code completion does not work. When I type `this.` then `$myMethod()` is not listed as one of the options. All the other built-in Vue options work, so I know vetur is working properly. Is completion for prototype methods possible, and is there a special way it needs to be set up? I did not see anything in the documentation. I'm inclined to think I'd need to extend the Vue type definitions. This is for a JavaScript project (not TypeScript)."
__label__bug "Center model function resets orientation as well Windows version - same bug in 2.5 and 2.4 After rotating a model and positioning it, select ""Center model on platform"". Not only does it center the model, it resets all orientation changes. This should be a separate function."
__label__enhancement "Array of objects as option Works fine when you set a renderRow function. But when you select a option, the selected data is set to [Object object].. it should use the renderRow function to extract the data to show. Or a seperate function that is"
__label__question "NanoPi Air (Armbian 3.36) can't intit video device Fully update OS, ffmpeg works with /dev/video0, cap.c works, fswebcam make snaphosts. `ffmpeg -f v4l2 -channel 0 -s 320x240 -i /dev/video0 -c:v libx264 -preset ultrafast -qp 20 ffmpegtest.mkv` V4l2RTSPserver compiled and installed w/o errors. When run command follow errors accures: > v4l2rtspserver /dev/video0 > 2017-12-11 07:57:51,624 [NOTICE] - /root/v4l2rtspserver/src/main.cpp:548 > Create V4L2 Source.../dev/video0 > 2017-12-11 07:57:51,716 [NOTICE] - src/V4l2Device.cpp:115 > driver:sunxi-vfe 5000001 > 2017-12-11 07:57:51,716 [NOTICE] - src/V4l2Device.cpp:117 > /dev/video0 support read/write > 2017-12-11 07:57:51,716 [NOTICE] - src/V4l2Device.cpp:119 > /dev/video0 support streaming > 2017-12-11 07:57:51,716 [ERROR ] - src/V4l2Device.cpp:159 > Cannot set format for device:/dev/video0 Invalid argument > 2017-12-11 07:57:51,741 [ERROR ] - src/V4l2Device.cpp:65 > Cannot init device:/dev/video0 > VIDIOC_STREAMOFF: Bad file descriptor > VIDIOC_REQBUFS: Bad file descriptor "
__label__bug "Bulk metadata download runs off the rails Using version 3.3, when I try to download metadata for all of my games (I have some from each supported provider), Playnite _appears_ to process the entire list. However, it seems that it actually hits a snag at some point and then doesn't actually download/add metadata as it processes subsequent list entries. Some of my Origin games even had unrecognizable names until I told Playnite to download metadata just for those. My battle.net games had no metadata until I told it to download just for those. Et cetera. I also can't seem to get more than game icons for many games - maybe about 20% of my combined collection of just under 1000 games."
__label__bug "Error when switching to the latest sdk NullReferenceException: Object reference not set to an instance of an object Vimeo.VimeoPlayer.Start () (at Assets/Vimeo/Scripts/VimeoPlayer.cs:84) Looks like you can add an object that doesn't have an audio-source as the audio source "
__label__bug "Hangs when selecting all the records and deleting them ### Details for the issue <!-- Thanks for coming here to report an issue. :) Please describe it in this section, fill out the correct check boxes below with an ""x"", then click the ""Submit new issue"" button at the bottom --> When I select all the records in a big (~ 4000) table with <kbd>cmd</kbd> + <kbd>a</kbd> and hit the `Delete Record` (which should say `Delete Records` to be clear that it would delete multiple records) button, DB4S hangs for quite some time. Firstly, if it really takes this long, it should show a progress bar. Secondly, it would make sense to run `DELETE FROM table` if we notice that the user selected all the records, which would run very fast, instead of running one `DELETE` per record. Also, wouldn't a transaction help? ### Useful extra information <!-- The info below often helps, please fill it out if you're able to. :) --> #### I'm opening this issue because: - [ ] DB4S is crashing - [x] DB4S has a bug - [ ] DB4S needs a feature - [ ] DB4S has another problem #### I'm using DB4S on: - [ ] Windows: ( _version:_ ___ ) - [ ] Linux: ( _distro:_ ___ ) - [x] Mac OS: ( _version:_ ___ ) - [ ] Other: ___ #### I'm using DB4S version: - [x] 3.9.1 - [ ] 3.9.0 - [ ] Other: ___ #### I have also: - [ ] Tried out the nightly version: https://github.com/sqlitebrowser/sqlitebrowser#windows - [ ] Searched for an existing similar issue: https://github.com/sqlitebrowser/sqlitebrowser/issues?utf8=%E2%9C%93&q=is%3Aissue%20 "
__label__enhancement drawer navigation should disable users when not authenticated handle by router guard but clicking link should be prevented
__label__enhancement Save frequency and use it for filling To do: 1. Store the frequencies of the tuple of lemma and postag 2. Use the frequencies to fill it
__label__question "[Feature Request] Link budget and categories I am running Firefly III version 4.6.12. Example. I use the category ""Products"". I also created a budget ""For products"". If I create a new withdrawal, I need to select the ""Products"" category and specify the ""For Products"" budget. It would be convenient if the budget was immediately associated with the definite category (or several), so that it would not be necessary to choose manually and category and budget each time you created the withdrawal."
__label__bug "EARKSIPPluginsTest.testIngestAncestors() is throwing an unexpected error When executing the FixAncestorsPlugin, it seems it is throwing an unexpected error even if the test passes anyway."
__label__enhancement "Progress bar for batch transformers Currently, there is no progress bar displayed when transforming using a `BatchTransformerMixin`. It would be nice to at least see the progress of how many batches have been completed."
__label__question "Why is there a `yarn` demand? It seems with #27 a new `yarn` demand was added. This means that the build agent will need to have a `yarn` capability already set. This doesn't seem to make sense since the task will install Yarn if it's not present already. Should we consider removing the demand, or is this now a requirement? If it's a requirement, consider putting a note in the Visual Studio Marketplace description and/or readme.md."
__label__bug git clone编译版本无法连接直播间 症状:Throw Unknown Exception
__label__bug "ResultCard / ResultList: Ignore rendering `null` objects returned from onData(..) **I'm submitting a ...** <!-- (check one with ""x"") --> - [x] bug report **Current behavior:** <!-- Describe how the bug manifests / how the current features are insufficient. Attach Screenshots if it helps --> When returning a `null` object in the `onData` method of ResultCard or ResultList, the lib throws a typeError while trying to read url property of this object. **Screenshots:** <!-- Attach Screenshots if it helps --> ![screen shot 2017-12-30 at 11 22 12 pm](https://user-images.githubusercontent.com/630042/34456258-3ec6091c-edb8-11e7-8b34-b83e307967bf.png) **Expected / new behavior:** <!-- Describe what the behavior would be without the bug / how the feature would improve reactivesearch --> 1. It should be safe to return a `null` value in the onData(..) methods for ResultCard and ResultList. 2. Ideally, rendering of the list-items should be skipped when a `null` value is returned. **Minimal reproduction of the problem with instructions:** <!-- If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via codepen.io or similar. --> Implement an onData prop function which returns null. ```js onData={()=>(null)} ``` **Reactivesearch version:** x.y.z <!-- Check whether this is still an issue in the most recent stable version --> 2.0.0-alpha-12 **Browser:** [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] <!-- All browsers where this could be reproduced (and Operating System if relevant) --> All **Anything else:** <!-- e.g. stacktraces, related issues, suggestions how to fix --> ``` Uncaught TypeError: Cannot read property 'url' of null at ResultCard.renderAsCard (ResultCard.js:408) at ResultCard.js:228 at Array.map (<anonymous>) at ResultCard.render (ResultCard.js:227) at finishClassComponent (react-dom.development.js:7873) at updateClassComponent (react-dom.development.js:7850) at beginWork (react-dom.development.js:8225) at performUnitOfWork (react-dom.development.js:10224) at workLoop (react-dom.development.js:10288) at HTMLUnknownElement.callCallback (react-dom.development.js:542) at Object.invokeGuardedCallbackDev (react-dom.development.js:581) at invokeGuardedCallback (react-dom.development.js:438) at renderRoot (react-dom.development.js:10366) at performWorkOnRoot (react-dom.development.js:11014) at performWork (react-dom.development.js:10967) at requestWork (react-dom.development.js:10878) at scheduleWorkImpl (react-dom.development.js:10732) at scheduleWork (react-dom.development.js:10689) at Object.enqueueSetState (react-dom.development.js:6212) at Connect../node_modules/react/cjs/react.development.js.Component.setState (react.development.js:237) at Connect.onStateChange (connectAdvanced.js:205) at Object.notify (Subscription.js:26) at Subscription.notifyNestedSubs (Subscription.js:65) at Connect.onStateChange (connectAdvanced.js:202) at dispatch (createStore.js:173) at index.js:14 at dispatch (applyMiddleware.js:35) at Stream.handleResponse (index.js:1) at Stream../node_modules/events/events.js.EventEmitter.emit (events.js:96) at fetch_request.js:70 at <anonymous> ```"
__label__enhancement "Add config option to disable tools by tool type Add a list of tool types in the config. If you don't want any tool of that type to load, simply remove the type from the list."
__label__enhancement Reduce power consumption of Raspberry Pi when awake Figure out how to reduce power on clock speed of Raspberry Pi
__label__bug "Log Collection Error 现象: CM2系统UAV Agent采集日志导致CPU占用高120-170% root cause: TaildirLogComponent main loop清理 idleInodes 时报NPE,导致 idleInodes内存泄漏。 临时fix: 1)idleFileCheckerRunnable 增加tyr catch (throwable) 2)closeTailFiles 增加try finally {clear} "
__label__bug Exclude Mac OS temp files from repo We need to **exclude any temp files generated by the Mac OS
__label__question "Compiler exits with syntax error if the opening syntax stated on README is used The opening expected is ""was ist das _fuer_ 1 code? but samples and specs state ""was ist das _für_ 1 code?"". Got me confused at first. ![18-01-12_7kofl](https://user-images.githubusercontent.com/649142/34853619-00cfd198-f735-11e7-936b-c43173031094.png) Pls fix in specs and README Kthxbye xoxo"
__label__question "4.2.0 database navigator shows union of all schemas I have an MS SQL Server connection, with twenty or so databases. These have widely different schemas per database (as listed in MS SQL management studio). However, the dbeaver database navigator is showing every database as having the same schemas (see example screenshots of two *different* databases (""Admin"" and ""Client"")). The schemas shown appear to be the union of all schemas on the server. Version: dbeaver version 4.2.0 on ubuntu 16.04 LTS A colleague using dbeaver version 4.1.0 didn't seem to have this problem. ![admin_schemas](https://user-images.githubusercontent.com/601473/30361616-6260f6a6-989b-11e7-9dbe-adcf92aeefac.png) ![client_schemas](https://user-images.githubusercontent.com/601473/30361621-690f8044-989b-11e7-8337-65d6c59cc0c6.png) "
__label__bug "Not working...maybe a Cmd-4 conflict I've uninstalled and reinstalled this plugin a few times and it still does not work in Sketch 48.2 (47327). I thought maybe it was a keyboard conflict with Outlook or some other app, but further testing did not reveal any conflicts. Not sure why it's not working. I used to use the crap out of this plugin because it's so great, but now I've been reduced to using Cmd-2, which doesn't quite cut it. Any thoughts? thanks, -rob"
__label__question "Strange conflict - Modal keeps popping up When I have Paddy enabled, this popup comes up whenever I click around in different parts of Sketch files. DIsabling the Paddy plugin makes the message go away. Not sure if a conflict with Paddy or another plugin (no idea what makes this popup come up in the first place). Is this part of Paddy? ![image](https://user-images.githubusercontent.com/28272783/36119825-1225ae70-0ff6-11e8-8654-fb947b05223d.png) "
__label__question "BattleScribe 2.0 Hi guys. BattleScribe 2.0 is coming and it contains some major changes to Data Editor and the data format. While it should happily upgrade 1.15.x format data files to the new format, you never know what sneaky bugs might be lurking... It would help a lot if you could run your data through it and make sure nothing gets broken so we have no nasty surprises on release day (whenever that might be...). **Alpha Downloads:** Desktop: https://github.com/BattleScribe/Desktop-Alphas/issues/1 Android: https://github.com/BattleScribe/Android-Alphas/issues/1 iOS: https://github.com/BattleScribe/iOS-Alphas/issues/1 If you find any issues, please do let me know: https://github.com/BattleScribe/Desktop-Alphas/issues "
__label__question "unable to create oauth applications After updating to the latest version, the application creation code started crashing with following error: `Unexpected character encountered while parsing value: h. Path ''` Following is my code: ``` OAuthApplication oauthApplication = mapper.Map<OAuthApplication>(viewModel); oauthApplication.User = user; oauthApplication.TenantId = user.TenantId; oauthApplication.CreatedAt = DateTime.UtcNow; oauthApplication.ModifiedAt = DateTime.UtcNow; oauthApplication.ClientId = Guid.NewGuid().ToString(""N""); string clientSecret = Guid.NewGuid().ToString(""N""); await _applicationManager.CreateAsync(oauthApplication, clientSecret, cancellationToken); ```"
__label__question "Abstract Queue causes fatal error when data is not unserializable It appears that some of the logic in AbstractQueue.php is very sensitive to the data that can enter in from what ought to be considered a relatively untrusted source (the queue). A good example of this is if a queue can be published to by something other than SlmQueue(SQS in this case). I'll be submitting a PR for the fix to this; however, the error is related to an invalid operand type. The fix is to do an array_merge along with some standard type checking prior to doing anything with the data['metadata'] key. "
__label__bug change upi to username Update all UPI to user name
__label__enhancement Convert the tests in Email to use a real server Convert the tests in Email to use a real server instead mocked requests. Related to https://github.com/wedeploy/api-js/issues/145
__label__bug "Minor typo in vector math documentation Hello, the vector math documentation contains a typo in the 2nd formular for the dot product. The [vector_dot2.png image](https://github.com/godotengine/godot-docs/blob/master/learning/features/math/img/vector_dot2.png) ![grafik](https://user-images.githubusercontent.com/21562/33487766-9e6bffb4-d6ae-11e7-9a14-9bc56fe28065.png) should be replaced by something like this: ![grafik](https://user-images.githubusercontent.com/21562/33487802-c0d3c47e-d6ae-11e7-9c4d-cdb05b8c727f.png) Thank you for the extensive and helpful documentation! Jan"
__label__enhancement Integrating Reconstructive Integrate [Reconstructive](https://github.com/oduwsdl/reconstructive) to streamline ServiceWorker-based rerouting. This should fix #335 and #337.
__label__enhancement "bin/telnet-client should trap signals for ^C, ^Z, allow ^] to escape ^C halts the python interpreter, ^Z suspends, but when foregrounded, terminal must be re-cooked ^] does nothing ! "
__label__enhancement "Hiding redundant h1 in div.content-card__text Hi Leon, I see you have designed a `div.content-card__title` which looks nice. Also as you mentioned in Line 129~135 that ``` php <div class=""content-card__text""> <?php if ($conf['useheading'] == 1){ //TODO: find out what to with the title } tpl_content(); ?> </div> ``` , while the title maybe trimmed with future implementations, right now I'm using a line in my userall.css to hide that h1 in `div.content-card__text`: ``` css div#dokuwiki__top.tpl_material:not(.notFound) div.content-card__title + div.content-card__text h1:first-of-type {display: none;} ``` - I think that on pages with 404 status, the heading should be kept since `div.content-card__title` only contains the page ID; - On special tools like Media Manager or Recent Changes, there is not `div.content-card__title`, therefore the h1 in `div.content-card__text` should is the only h1 on page and should not be hidden in this case. Above is just for your reference before you further development the way avoid redundant page heading :) Thanks again for this beautiful design. Cheers, Robert"
__label__bug "New Account/character has chat Operator permissions by DEFAULT? BAD: any and all players of accounts of any permission level gets full access to chat-admin controls. "
__label__bug "Code without variable declaration does not compile The following code can't be compiled: ``` was ist das fuer 1 code? gieb ""gieb anz fibonacci""!!! 1 nicer!!! ``` Error: ``` Fehler voms Sintax her! Du lauch!!! Schausd du Zeile 3: Hab: gieb --> Gieb: i bims 1|#|g zu|halo i bims!!! ``` "
__label__bug "Default speaker image is too big The default speaker image is still a larger size than what we resize speaker images to, so it looks goofy. ### Reproduction Steps ![devopsdays_madison_2017_-_speakers](https://user-images.githubusercontent.com/1280666/30653554-024d2edc-9df1-11e7-9968-eea5bb715fc2.png) "
__label__enhancement "Teamcity support? I was wondering if Teamcity support is a thing you're considering? PhpStorm / Intellij automatically uses that format and I haven't found a way to disable it. Would gladly put some work into making a PR myself, but I have no clue how phpunit printers work"
__label__enhancement "VAR_INVALID_NAME false positive with number-suffixed names ```cfml if (urlScope.keyExists('id2') && isNumeric(urlScope.id2)) { route &= '/:id2'; } ``` `[INFO]: [cflint] VAR_INVALID_NAME: Variable id2 is not a valid name. Please use camelCase or underscores.` Using CFLint v1.3.0."
__label__bug "prediction tries to load non-existing seed result The temp directory is deleted before each time the file is run. This time the max seed was 811 (10 seeds with the increment of 90) but the predict() method failed trying to load the model 1081.7.model. Probably this is based on the list of runs somewhere else, may be in the working directory. ``` ####### Finished seed=811 # 14:05 # Multicore fit completed # 14:05 # Building ensemble # 14:05 # Ensemble built # 14:05 # Traceback (most recent call last): File ""nfs_share/truffles-autosklearn-multy-all.py"", line 114, in <module> y_pred = c.predict(X_test) File ""/home/ekobylkin/anaconda2/lib/python2.7/site-packages/AutoSklearn-0.0.1.dev0-py2.7-linux-x86_64.egg/autosklearn/estimators.py"", line 286, in predict return super(AutoSklearnClassifier, self).predict(X) File ""/home/ekobylkin/anaconda2/lib/python2.7/site-packages/AutoSklearn-0.0.1.dev0-py2.7-linux-x86_64.egg/autosklearn/automl.py"", line 591, in predict return np.argmax(self.predict_proba(X), axis=1) File ""/home/ekobylkin/anaconda2/lib/python2.7/site-packages/AutoSklearn-0.0.1.dev0-py2.7-linux-x86_64.egg/autosklearn/estimators.py"", line 300, in predict_proba return super(AutoSklearnClassifier, self).predict_proba(X) File ""/home/ekobylkin/anaconda2/lib/python2.7/site-packages/AutoSklearn-0.0.1.dev0-py2.7-linux-x86_64.egg/autosklearn/automl.py"", line 606, in predict_proba self._load_models() File ""/home/ekobylkin/anaconda2/lib/python2.7/site-packages/AutoSklearn-0.0.1.dev0-py2.7-linux-x86_64.egg/autosklearn/automl.py"", line 645, in _load_models self.models_ = self._backend.load_models_by_identifiers(identifiers) File ""/home/ekobylkin/anaconda2/lib/python2.7/site-packages/AutoSklearn-0.0.1.dev0-py2.7-linux-x86_64.egg/autosklearn/util/backend.py"", line 197, in load_models_by_identifiers models[identifier] = self.load_model_by_seed_and_id(seed, idx) File ""/home/ekobylkin/anaconda2/lib/python2.7/site-packages/AutoSklearn-0.0.1.dev0-py2.7-linux-x86_64.egg/autosklearn/util/backend.py"", line 206, in load_model_by_seed_and_id with open(model_file_path, 'rb') as fh: IOError: [Errno 2] No such file or directory: './nfs_share/atsklrn_tmp/.auto-sklearn/models/1081.7.model' ``` "
__label__bug "MicroProfile Fault Tolerance/Metrics: @Timeout and @Timed on a class prevents application from starting **Problem** Specifying both the `@Timeout` annotation from Fault Tolerance and the `@Timed` annotation from Metrics on a single class results in a RuntimeException when the application tries to start, when specifying only one or the other does not have any problem. I am not sure whether this is a documented incompatibility between the two annotations, but the nature of the error makes it seems like the problem is unexpected. The root ""caused by"" exception is: ``` Caused by: java.lang.RuntimeException: internal.error.CWMFT4999E at com.ibm.ws.microprofile.faulttolerance.cdi.AnnotatedTypeWrapper.<init>(AnnotatedTypeWrapper.java:47) at com.ibm.ws.microprofile.faulttolerance.cdi.FaultToleranceCDIExtension.addFaultToleranceAnnotation(FaultToleranceCDIExtension.java:170) at com.ibm.ws.microprofile.faulttolerance.cdi.FaultToleranceCDIExtension.processAnnotatedType(FaultToleranceCDIExtension.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88) at org.jboss.weld.injection.MethodInvocationStrategy$SpecialParamPlusBeanManagerStrategy.invoke(MethodInvocationStrategy.java:144) at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:299) at org.jboss.weld.event.ExtensionObserverMethodImpl.sendEvent(ExtensionObserverMethodImpl.java:124) at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:277) at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:255) at org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:269) at org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:258) at org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:166) at org.jboss.weld.bootstrap.events.ContainerLifecycleEvents.fireProcessAnnotatedType(ContainerLifecycleEvents.java:180) ... 21 more ``` **Steps to Reproduce** 1. Clone the `microprofile-conference` project from Eclipse: `$ git clone https://github.com/eclipse/microprofile-conference` 1. Edit the file `microprofile-conference/microservice-vote/src/main/java/io/microprofile/showcase/vote/persistence/couch/CouchAttendeeDAO.java` to add `@Timed` to the class declaration, alongside the existing `@Timeout` 1. Return to the root of the `microprofile-conferece` folder (not just the `microservice-vote` folder) and package the application: `$ mvn package` 1. Descend back to `microprofile-conference/microservice-vote/target` and unzip `microservice-vote.jar` to its own folder. This is the OpenLiberty server with the microservice deployed: `$ unzip microservice-vote.jar -d vote/` 1. Start VoteServer from the `wlp/bin` dir and note in `messages.log` that the application ROOT fails to start. Consult the ffdc folder for a detailed stack trace. I will attach mine here: [ffdc_17.10.02_12.47.21.1.log](https://github.com/OpenLiberty/open-liberty/files/1352340/ffdc_17.10.02_12.47.21.1.log) I tried to do a minimal recreation but was not successful, so there must be something else required to trigger this, but I have seen this across two platforms in this application. It prevented me from adding these metrics to the Couch portions of the demo. If this is user error, I think a specific error for the case would be very helpful. Let me know if I can provide anything else. "
__label__question "Update issue: Coins immature Just updated wallet to 1.1.4 and now have over 17,000 coins displayed as immature when using getwalletinfo command in console: { ""walletversion"" : 60000, ""balance"" : 1001.56770472, ""unconfirmed_balance"" : 0.00000000, ""immature_balance"" : 17074.54109323, ""txcount"" : 182, ""keypoololdest"" : 1517883555, ""keypoolsize"" : 100, ""unlocked_until"" : 0 } The block number matches the explorer and the debug file is too large upload (40MB)"
__label__question "Publish to npm? Hello guys, Is it between your plans to publish the package in npm? At the moment is not available there: https://www.npmjs.com/browse/keyword/HTML_CodeSniffer Therefore when using other packages that depend on this on CI environments, the packages won't be able to be installed every time, as a common scenario is that CI environments can't install npm dependencies from github. Thanks in advance for your answer. "
__label__bug "Guice Dependency in Distribution is Wrong We recently upgraded OWLAPI in our application from version `5.0.3` to `5.1.3` and are running into issues with the imported guice package in the `distribution` manifest. The `distribution` pom in version `5.0.3` optionally imports `com.google.inject`. ```xml <Import-Package> !sun.misc, !com.google.inject.internal.*;resolution:=optional, org.openrdf*;version=""[4.0,5.0)"", info.aduna.iteration;version=""[4.0,5.0)"", * </Import-Package> ``` However the `5.1.3` pom includes the `com.google.inject` package with an incorrect package version number. The exported package version from guice `v4.1.0` is `1.4`, but this pom has `4.1.0`. ````xml <Import-Package> !sun.misc, org.eclipse.rdf4j.*;version=""[2.0,3.0)"", com.google.inject.*;version=4.1.0, org.apache.commons.io.*;version=2.5, org.apache.commons.logging.*;version=1.2, * </Import-Package> ```` The way I see it, there are two options. Either the `com.google.inject` import should be optional like it was before or the package number should be fixed."
__label__question "Don't ask for WP test path after using the wpppb-init ``` Please enter the full path to the WordPress tests directory (ex. /path/to/wordpress/tests/phpunit/): ``` Well, the init script just created this so why is it asking?"
__label__enhancement "Saysomething should not rely on logs The saysomething command builds a markov chain from logs on startup and evermore uses that corpora for its random conversations. Some systems don't store logs or the logs are not reachable by pmxbot. Instead, saysomething should simply build the markov chain from incoming messages in real-time and periodically save the state of that markov chain in the database."
__label__question "How add customClass ? hello Chris, i'm using the key: customClass for put font into bold, but only affect the dismiss message ![image](https://user-images.githubusercontent.com/19369562/34674869-23c2d05a-f44d-11e7-95e8-596be577a5ab.png) ![image](https://user-images.githubusercontent.com/19369562/34674903-490953de-f44d-11e7-9009-114513e6dc32.png) want the font bold that is on the black square, have a nice day, PS: my english is not good sorry :s "
__label__bug "reduce type signature missing return value? the type signature for the reduce function is: `(a -> b -> b) -> b -> [a]`, it needs to be `(a -> b -> b) -> b -> [a] -> b`, otherwise it's not representing its return value, unless I have missed something?"
__label__bug "RC is not working with ESP8266 Your board is of an unknown type. Please send us the following information in a Github issue to allow us to add support for your board: Board architecture esp8266 Amount of digital pins 17 Anount of analog inputs 1 Je mag dit venster sluiten. {""id"":""RCtest"",""version"":""0.9.6"",""type"":""homeyduino"",""class"":""other"",""rc"":{""arch"":""esp8266"",""numDigitalPins"":17,""numAnalogInputs"":1},""master"":{""host"":""192.168.8.183"", ""port"":42329},""api"":[{""name"":""mode"", ""type"":""rc""},{""name"":""dwrite"", ""type"":""rc""},{""name"":""dread"", ""type"":""rc""},{""name"":""awrite"", ""type"":""rc""},{""name"":""aread"", ""type"":""rc""}]}"
__label__question "Can this work with SSL? I have 40+ automations created that are working GREAT with your set of nodes, but today I decided it was time to get more secure in my system so I set up duckdns and lets encrypt (successfully as far as home assistant goes). As I expected all the nodes that have a server config item immediately went to disconnected but fixing the server address in the config to my new duckdns address doesn't work....they are staying disconnected. What am i missing here?"
__label__enhancement "Find Alternative to Virtual Audio Cable If I can find a library that can suitably replace the need for the 3rd-party VAC, that would be amazing. I'm not holding my breath though, because that'd be wildly platform-dependent. If anybody stumbles across this issue, and knows of a solution, feel free to let me know here."
__label__bug "Examples are not validated There is not support to validate examples in spec, with the exception of the Examples section in responses. It should follow how we validate default values. Also referred by: - [ ] Issue go-swagger/go-swagger#1231 - Examples not validated. "
__label__question "I.click() fails on elements out of view #### What are you trying to achieve? I am trying to click an element that it out of view (scrolling is needed to see the element). With 0.6.3 , it was working like that - it was scrolling automatically when needed. #### What do you get instead? unknown error: Element is not clickable at point (a,b) ### Details * CodeceptJS version: 1.0.3 * NodeJS Version: 6.11.0 * Operating System: Win10x64 * Protractor || WebDriverIO || Nightmare version (if related) * Configuration file: ``` { ""output"": ""./output"", ""helpers"": { ""WebDriverIO"": { ""url"": ""http://localhost"", ""browser"": ""chrome"", ""windowSize"": """", ""timeouts"": { ""script"": 60000, ""page load"": 10000, ""implicit"": 50 } }, ""User"": { ""require"": ""./user_helper.js"" } }, ""include"": { ""I"": ""./steps_file.js"", ""Activities"": ""./pages/Activities.js"" }, ""mocha"": {}, ""bootstrap"": false, ""teardown"": null, ""hooks"": [], ""tests"": ""./*_test.js"", ""timeout"": 10000, ""name"": ""Codeceptjs Tests"" } ``` Do I have to scroll now every time to click an element out of view?"
__label__question "Battlefleet Gothic Hi there, I recently made a lot of improvements on the Battlefleet Gothic data repository, and was wondering how to make a release so my friends can acces it too thanx, and sorry If Im asking in the wrong place, Im kind of new to Github."
__label__bug "syslog support can cause a crash if misconfigured If ""/dev/log"" does not exist, the default transport options will cause a crash due to https://github.com/okeuday/syslog_socket/blob/9c6baa02a0a656df81297e9fb61c90a38670f156/src/syslog_socket.erl#L626 . It shouldn't be possible to crash when syslog is misconfigured."
__label__bug ENV for Git not complete projects should clone repo down on :init
__label__enhancement add rating add the ability to see the rating of the tv show
__label__bug "InfiniteGrid generates a blank ## Description <!-- Detailed description of the issue --> When scrolling up during processing, a blank is generated. ## Steps to check or reproduce <!-- Text description or code example (written code / JSFiddle link / etc.) --> "
__label__enhancement "Refactoring: Charakter bearbeiten - [x] Alle Felder im Editiermodus anzeigen - [x] Sinnvolle Tab-Reihenfolge der Eingabefelder (#83) - [x] Explizite Benennung des Modus-Buttons - [x] Autosave - [x] State normalisieren "
__label__question "Add Datepicker to Filter Hey, is there an easy way to get a date picker filter for datetime fields? I'm having issues to modify the filter inputs, so I added an input as a custom column label but now I cant filter the computed rows. I modified the source-list but the changes are not reflected in the rendered list (so maybe an update function for the table would be fine for a workaround). Best regards Christian Update: I now included daterangepicker and called it on the inputfield using jquery, the rangepicker opens and the input field is filled properly when I select a daterange. But unfortunately the filter function is not called. Is there a way to call the filter function for the field manually? Update2: Added following jquery to my methods: ``` $('.applyBtn').on(""click"", function() { setTimeout(function(){ $('input[placeholder=""Filter Datum""]')[0].dispatchEvent(new Event('input', { 'bubbles': true })); }, 10); }); ``` Its ugly, but it works. Would love to see a official datepicker implementation!"
__label__enhancement Please add support of Nexus 9 and Samsung Tab S2 devices Please add support of Nexus 9 and Samsung Tab S2 devices
__label__enhancement "Verificar tecnologias de uso de automação Pesquisar elementos de automação para fazer parte do projeto. Verificar CLP, Atuadores, Relé..."
__label__question Advanced Rocketry Biome IDs Can someone please tell me what the biomes advanced rocketry adds and their ID's?
__label__bug "cli: help text and command output need to be fixed `hzn register --help` need to fix the text for -e flag. "" -e, --email=EMAIL Your email address. Only needs to be specified if: the node resource does not yet exist in the Horizon exchange, and the user specified in the -h flag does not exist, and you specified is the 'public' org. If all of these things are true we will create the user and include this value as the email attribute. "" ""-h"" should be changed to ""-u"". `hzn register ...` ""Horizon node is registered. Workload agreement negotiation should begin shortly. Run 'hzn show agreements' to view."" Please change `hzn show agreement` to `hzn agreement list`"
__label__enhancement "Navštevovaná stredná škola Navštevovaná stredná škola: ""Moja stredná škola nieje v zozname, ,"". Tie dve čiarky na konci síce chápem, ale pre liaka sú asi dosť mätúce."
__label__bug "Crash with 4.3.0 version Hi guys, I upgrade `piwik-sdk-ios` to 4.3.0 in our new version and public to external beta testing. But I got two new kinds of crash reports from beta users. Here is the [crash 1](http://crashes.to/s/cbe3675bb4c) and [crash 2](http://crashes.to/s/bd83b468720) Looks like it occurred when the SDK dispatch to send request. Any idea? BTW, I will upgrade sdk to 4.4.0 in the new beta build."
__label__enhancement Games list paging Page games in the games list component
__label__bug "fix bug with ipeds_occ for carnegie parent groupings e.g. https://university-api.datausa.io/api/?sort=desc&show=ipeds_occ&university=DOC&required=num_noninstructional_staff&sumlevel=all&year=all&where=num_noninstructional_staff%3A%210 should be ""08"" instead of ""8.0"""
__label__question icon with text can we use center as oval button and text.. or the center button invisible and other visible.. and also need add text below the icon.. is there any solution?
__label__bug "Question/Bug: 'usePercentage' on BarChart https://github.com/eventbrite/britecharts/blob/6f56064e2215903a47c4d9d6637a1c0574a8ff0b/src/charts/bar.js#L922 The `v2.0.0` notes on the CHANGELOG said that `usePercentage` was changed to `hasPercentage`, but it's still active, both options are displayed on the docs also, and looking on the source it seems like both change the same variable >.<"
__label__enhancement "Add help button * Small `?` button on the page somewhere - perhaps in the footer? * Should either link to or display a small help window, which explains how to use the editor."
__label__bug Imported from Excel Desciption of the task
__label__bug Imported from Excel Desciption of the task
__label__bug "Random icons are missing Collaborators delete button, escalation request date-time pop-up"
__label__question "Should this be a requests_gpgauthlib instead ? I wonder how feasible that would be… Use python-requests with a requests_gpgauthlib Authentication plugin, so that it would be entirely `python-requests` style."
__label__question Travis Is there a reason why #3 isn't merged yet ?
__label__bug "Active floated label inputs inherit background color of container ## Issue Overview New floated label styles were introduced in Give 1.8.13 which are causing the inputs to inherit the background color of the container. Relevant Commit: https://github.com/WordImpress/Give/commit/8926269d45b044076b4e44784a8d1f7d0a3d47a6#diff-fad886f2a982e934126ca13bc8823d06 ## Expected Behavior Form input backgrounds should not be affected by the background color of the container. ## Current Behavior Form inputs inherit the background-color of the container if the following conditions are met: 1. Floated labels are activated. 2. The input has a value (not just a placeholder). 3. The input is not focused. ## Possible Solution ```css // Fixes background color of floated label inputs in Give 1.8.13. // Has no effect in Give 1.8.12. [id*=give-form] .fl-form.fl-style-give input.fl-input, [id*=give-form] .fl-form.fl-style-give select.fl-select, [id*=give-form] .fl-form.fl-style-give textarea.fl-textarea { background-color: #FFFFFF; } ``` ## Screenshots The Last Name field below meets the 3 conditions and exhibits the buggy behavior: ![image](https://user-images.githubusercontent.com/1938671/31032848-bc76c1f6-a52b-11e7-856d-38368fbd8763.png) ![image](https://user-images.githubusercontent.com/1938671/31032832-b338f366-a52b-11e7-93c1-bf01f6f34a1e.png) ## Steps to Reproduce (for bugs) 1. Install Give 1.8.13 2. Create new form with floated label inputs. 3. Ensure you are using a theme with a non-white background, or edit the page container in dev tools to make the background non-white. 3. Populate one of the inputs and then defocus it. 4. Notice that the background-color of the container is inherited for floated label inputs that 1) have a value and 2) are defocused. ## Related Issues and/or PRs First reported: https://secure.helpscout.net/conversation/440708214/10649/?folderId=672199 First introduced: https://github.com/WordImpress/Give/commit/8926269d45b044076b4e44784a8d1f7d0a3d47a6#diff-fad886f2a982e934126ca13bc8823d06 ## Todos - [ ] Tests - [ ] Documentation"
__label__question "rules for contributing or improving scripts? I miss a description for handling community contributions. maybe its just an oversight or worst case it may not be desired. Please clarify. Example from https://github.com/PowerShell/PowerShell/tree/v6.0.1: 'Developing and Contributing Please see the Contribution Guide for how to develop and contribute.' "
__label__bug missing float scope in Query.scope_query When a value is a float the function scope_query fails.
__label__enhancement Admin Edge Editting and Flow Control Admin should be able to edit edges and control the flow of the chit chat communication
__label__enhancement Upgrade to Postsharp 5.1 and .NET standard Upgrade to use postsharp 5.1 and convert project to .netstandard 2.0
__label__bug "Custom replacement doesn't probably work with non-latin chars ```js const options = { custom: ["".""] }; const wrong = ""中文.pdf""; console.log(limax(wrong, options)); // produces `zhong1-wen2-pdf` const correct = ""chinese.pdf""; console.log(limax(correct, options)); // produces `chinese.pdf` ``` It doesn't convert dot to dot as it is supposed to do. Am I missing something?"
__label__bug "[Dialogs] - Consequently shown dialogs block application screen sometimes I show few dialogs consequently. The first dialog shows that data is being loaded, then it closes and instead dialog with the error message is shown. **Sometimes**, gone dialog leaves emtpy <span> element in DOM: `<span class=""md-dialog-container"" tabindex=""-1""></span>` And it was not a big deal until 1.2.**10** https://github.com/mlaursen/react-md/commit/142626aaedfeaab4d50c2383e576780e32d8b3d2 Until this change, md-overlay class was dependent on dialog visibility - but not anymore. Now, if closed dialog fails to remove its span container, it results in this: `<span class=""md-dialog-container md-overlay"" tabindex=""-1""></span>` md-overlay class sets z-index to 20, so overlay blocks the screen, and the user cannot close the actual dialog or do anything else. I think that the root cause is the fact that span element is not removed sometimes, but because of 1.2.10 changes, it became more noticeable. I have this issue in Chrome (haven't tested other browsers). Unfortunately, I had to downgrade to 1.2.9 for now. _If you cannot repro or fix this issue, could you consider making md-overlay dependent on visibility again? It would hide the root cause again, but it could be a good-enough solution. It would allow to upgrade to the latest version of react-md that has other bugs fixed (e.g. Edge animation fix)._ "
__label__bug "Class 'Tooltiko\Larasap\SendTo' not found Nice work man. However, during using that package, it shows that ```Class 'Tooltiko\Larasap\SendTo' not found``` although I have followed the procedure. "
__label__enhancement Make it easier to ssh to a docker instance Command: drudock ssh This would list all available boxes with running ssh (cross-project). Selecting a number would ssh into the box. If we are in a application directory it would show the available boxes for the current project running ssh. If there is only one box with ssh running it would automagically ssh into this box.
__label__enhancement "Create NCDB data sets for entire Washington MSA NCDB data for the MSA are needed for new Greater DC initiative web site. cc: @rpitingolo @lhendey "
__label__question "Please verify that UDP port 60002 is not firewalled and can reach the server. I am successfully connecting to a DO droplet with secure shell on an Acer 14 cb beta channel, but using mosh the top bar tells me that it cannot connect on port 6001, then when i try again same for 6002. Presumably this is not an ssh key pair issue as the same keys are in use on the secure shell set up. AFAIAA there is no firewall on the DO droplet (ubuntu 16). any advice very welcome! Sorry i am a bit knew to this noob alert!"
__label__enhancement "Expecting quit / stop to use better matching WHY If someone is being forced to type in something that is expected but can't figure out then they might get stuck in the expecting. They can quit the expecting by typing ""quit"" or ""stop"" but it should be made a bit more clear and detect more words WHAT Maybe the method in entities can be used to find text manually, no NLP needed for this. The entity method could be taken out and moved to a utility for other parts of the system to use it. Then instead of just checking for the input string matches we can use a find, a probability of it then quit them out of the expecting."
__label__bug "html_tag_attributes(title target) only work with TextLinkPlugin Solution 1: add attributes directly in ImagePlugin, PicturePlugin : ``` html_tag_attributes = {'image_title': 'title', 'alt_tag': 'tag', 'title': 'title', 'target': 'target'} ``` Solution 2 : add this under html_tag_attributes in ImagePlugin, PicturePlugin ``` from jsonmerge import merge html_tag_attributes = merge(html_tag_attributes, LinkPluginBase.html_tag_attributes) ``` Solution 3 : Create html_tag_attr_target = {'title': 'title', 'target': 'target'} and change templates, models_base.py mixins.py Also carousel need html_tag_attributes. What do you think?"
__label__question "Trames reçues dans log, comment les interpréter ? Bonjour, Je reçois des infos aujourd'hui dans la log Domoticz, c'est inhabituel. Je suis passé en firmware 1.22 il y a quelques jours, et en Domoticz Beta 3.8777 ce soir. Je suis en RFPlayer 1.0.9 , debug et learning mode activés. `2017-12-12 23:59:16.527 (RFPlayer sasu-drooz) Initialized version 1.0.9, author 'zaraki673 - Drooz' 2017-12-12 23:59:16.529 (RFPlayer sasu-drooz) Debug log level set to: 'true'. 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) 'Mode5':'False' 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) 'HomeFolder':'/home/pi/domoticz/plugins/rfplayer/' 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) 'Author':'zaraki673 - Drooz' 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) 'Key':'RFplayer' 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) 'Mode6':'Debug' 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) 'Name':'RFPlayer sasu-drooz' 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) 'Port':'0' 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) 'HardwareID':'3' 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) 'SerialPort':'/dev/ttyUSB0' 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) 'Version':'1.0.9' 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) 'Mode4':'True' 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) Device count: 0 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) Protocol set to: 'None'. 2017-12-12 23:59:16.530 (RFPlayer sasu-drooz) Transport set to: 'Serial', '/dev/ttyUSB0', 115200. 2017-12-12 23:59:16.533 (RFPlayer sasu-drooz) Connect directive received, action initiated successfully. 2017-12-12 23:59:16.533 (RFPlayer sasu-drooz) Calling message handler 'onConnect'. 2017-12-12 23:59:16.533 (RFPlayer sasu-drooz) Connected successfully to: /dev/ttyUSB0 2017-12-12 23:59:16.533 (RFPlayer sasu-drooz) Sending 19 bytes of data: 2017-12-12 23:59:16.533 (RFPlayer sasu-drooz) 5a 49 41 2b 2b 52 45 43 45 49 56 45 52 20 2b 20 2a 0a 0d .. ZIA++RECEIVER.+.*.. 2017-12-12 23:59:16.534 (RFPlayer sasu-drooz) Sending 18 bytes of data: 2017-12-12 23:59:16.534 (RFPlayer sasu-drooz) 5a 49 41 2b 2b 46 4f 52 4d 41 54 20 4a 53 4f 4e 0a 0d .. .. ZIA++FORMAT.JSON.. 2017-12-12 23:59:16.709 (RFPlayer sasu-drooz) Received 118 bytes of data: 2017-12-12 23:59:16.709 (RFPlayer sasu-drooz) 5a 49 41 2d 2d 52 45 43 45 49 56 45 44 20 50 52 4f 54 4f 43 ZIA--RECEIVED.PROTOC 2017-12-12 23:59:16.709 (RFPlayer sasu-drooz) 4f 4c 53 3a 20 58 31 30 20 52 54 53 20 56 49 53 4f 4e 49 43 OLS:.X10.RTS.VISONIC 2017-12-12 23:59:16.709 (RFPlayer sasu-drooz) 20 42 4c 59 53 53 20 43 48 41 43 4f 4e 20 4f 52 45 47 4f 4e .BLYSS.CHACON.OREGON 2017-12-12 23:59:16.709 (RFPlayer sasu-drooz) 56 31 20 4f 52 45 47 4f 4e 56 32 20 4f 52 45 47 4f 4e 56 33 V1.OREGONV2.OREGONV3 2017-12-12 23:59:16.709 (RFPlayer sasu-drooz) 2f 4f 57 4c 20 44 4f 4d 49 41 20 58 32 44 20 4b 44 31 30 31 /OWL.DOMIA.X2D.KD101 2017-12-12 23:59:16.709 (RFPlayer sasu-drooz) 20 50 41 52 52 4f 54 20 54 49 43 20 46 53 32 30 0a 0d .. .. .PARROT.TIC.FS20.. 2017-12-12 23:59:16.709 (RFPlayer sasu-drooz) Calling message handler 'onMessage'. 2017-12-12 23:59:25.924 (RFPlayer sasu-drooz) Received 183 bytes of data: 2017-12-12 23:59:25.925 (RFPlayer sasu-drooz) 5a 49 01 b2 00 01 fe 3f 0d 00 ce b7 01 9f 00 00 00 28 f5 e7 ZI.�..�?..η.�...(�� 2017-12-12 23:59:25.925 (RFPlayer sasu-drooz) 64 00 00 0c 1a 0c 1a 0c 1a 0d 19 0c 1a 0d 19 0d 19 0d 19 25 d..................% 2017-12-12 23:59:25.925 (RFPlayer sasu-drooz) 1a 0c 1a 24 1b 0b 1a 25 1a 24 1a 25 19 0d 1a 24 1a 24 1a 25 ...$...%.$.%...$.$.% 2017-12-12 23:59:25.925 (RFPlayer sasu-drooz) 1a 0c 1a 24 1a 25 1a 24 1a 0c 1a 0c 1a 25 1a 24 1a 0c 1a 25 ...$.%.$.....%.$...% 2017-12-12 23:59:25.925 (RFPlayer sasu-drooz) 1a 0c 19 0d 1a 24 1a 24 1a 0d 19 25 1a 24 1a 0c 1a 0d 19 0c .....$.$...%.$...... 2017-12-12 23:59:25.925 (RFPlayer sasu-drooz) 1a 0d 19 25 1a 24 1a 25 1a 24 1a 24 1b 24 1a 24 1a 25 1a 24 ...%.$.%.$.$.$.$.%.$ 2017-12-12 23:59:25.925 (RFPlayer sasu-drooz) 1a 24 1a 25 1a 25 19 25 19 25 1a 25 19 25 1a 24 1b 24 1a 24 .$.%.%.%.%.%.%.$.$.$ 2017-12-12 23:59:25.925 (RFPlayer sasu-drooz) 1a 24 1a 25 1a 25 19 25 1a 24 1a 0c 1a 25 1a 0c 19 0d 1a 0c .$.%.%.%.$...%...... 2017-12-12 23:59:25.925 (RFPlayer sasu-drooz) 1a 24 1a 0c 1a 0c 1a 25 19 0d 1a 24 1a 25 19 25 1a 25 19 25 .$.....%...$.%.%.%.% 2017-12-12 23:59:25.925 (RFPlayer sasu-drooz) 19 0d 00 .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ... 2017-12-12 23:59:25.925 (RFPlayer sasu-drooz) Calling message handler 'onMessage'. 2017-12-12 23:59:25.926 (RFPlayer sasu-drooz) Last Message was 9.216387 seconds ago, Message clear 2017-12-12 23:59:26.076 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-12 23:59:36.044 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-12 23:59:46.061 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-12 23:59:56.079 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:00:01.580 Sunrise: 08:12:00 SunSet:16:37:00 2017-12-13 00:00:01.580 EventSystem: reset all events... 2017-12-13 00:00:06.045 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:00:16.061 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:00:26.079 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:00:36.047 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:00:46.064 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:00:56.081 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:01:06.049 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:01:16.067 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:01:26.083 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:01:36.050 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:01:46.067 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:01:56.085 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:02:06.102 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:02:16.070 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:02:22.276 New sensors allowed for 5 minutes... 2017-12-13 00:02:26.088 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:02:36.107 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:02:46.075 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:02:56.093 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:03:06.110 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:03:16.078 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:03:25.645 (RFPlayer sasu-drooz) Received 183 bytes of data: 2017-12-13 00:03:25.645 (RFPlayer sasu-drooz) 5a 49 01 b2 00 01 fe 3f 0d 00 ce b7 01 9f 00 00 00 28 14 8e ZI.�..�?..η.�...(.� 2017-12-13 00:03:25.645 (RFPlayer sasu-drooz) 68 00 00 0d 19 0c 1a 0d 19 0c 1b 0c 19 0d 1a 0c 19 0d 1a 24 h..................$ 2017-12-13 00:03:25.645 (RFPlayer sasu-drooz) 1a 0c 1a 25 19 0d 1a 24 1a 24 1a 25 1a 0c 19 25 1a 25 1a 24 ...%...$.$.%...%.%.$ 2017-12-13 00:03:25.645 (RFPlayer sasu-drooz) 1a 0c 1a 25 19 25 1a 24 1a 0c 1a 0d 1a 24 1a 24 1a 0c 1a 24 ...%.%.$.....$.$...$ 2017-12-13 00:03:25.645 (RFPlayer sasu-drooz) 1a 0d 1a 24 1a 0c 1a 25 19 0d 1a 24 1a 24 1a 0d 1a 0b 1a 0d ...$...%...$.$...... 2017-12-13 00:03:25.645 (RFPlayer sasu-drooz) 1a 0b 1b 24 1a 25 19 25 1a 24 1a 25 19 25 1a 25 19 25 1a 24 ...$.%.%.$.%.%.%.%.$ 2017-12-13 00:03:25.645 (RFPlayer sasu-drooz) 1a 25 1a 24 1a 24 1a 25 1a 25 19 25 19 25 1a 25 19 25 1a 24 .%.$.$.%.%.%.%.%.%.$ 2017-12-13 00:03:25.645 (RFPlayer sasu-drooz) 1a 25 19 25 1a 24 1a 25 1a 24 1a 0c 1a 25 1a 0c 1a 0c 19 0d .%.%.$.%.$...%...... 2017-12-13 00:03:25.646 (RFPlayer sasu-drooz) 1a 24 1a 0c 1a 0c 1a 0d 19 25 1a 0c 1a 0c 1a 0c 1a 25 19 25 .$.......%.......%.% 2017-12-13 00:03:25.646 (RFPlayer sasu-drooz) 1a 24 00 .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .$. 2017-12-13 00:03:25.646 (RFPlayer sasu-drooz) Calling message handler 'onMessage'. 2017-12-13 00:03:25.646 (RFPlayer sasu-drooz) Last Message was 239.719735 seconds ago, Message clear 2017-12-13 00:03:26.097 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:03:36.116 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:03:46.084 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:03:56.101 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:04:06.119 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:04:13.634 (RFPlayer sasu-drooz) Received 183 bytes of data: 2017-12-13 00:04:13.634 (RFPlayer sasu-drooz) 5a 49 01 b2 00 01 fe 3f 0d 00 ce b8 01 9f 00 00 00 28 1e 49 ZI.�..�?..θ.�...(.I 2017-12-13 00:04:13.634 (RFPlayer sasu-drooz) 69 00 00 0d 1a 0c 1a 0c 1a 0c 1a 0c 1a 0c 1a 0c 1a 0c 1a 25 i..................% 2017-12-13 00:04:13.634 (RFPlayer sasu-drooz) 19 0d 1a 24 1a 0c 1a 25 19 25 1a 24 1a 0d 19 25 1a 24 1a 25 ...$...%.%.$...%.$.% 2017-12-13 00:04:13.634 (RFPlayer sasu-drooz) 19 0d 1a 24 1a 24 1a 25 1a 0c 1a 0c 1a 24 1a 25 1a 0c 1a 24 ...$.$.%.....$.%...$ 2017-12-13 00:04:13.634 (RFPlayer sasu-drooz) 1a 0d 19 25 19 25 1a 25 1a 0b 1b 24 1a 25 19 0d 19 0d 19 0d ...%.%.%...$.%...... 2017-12-13 00:04:13.634 (RFPlayer sasu-drooz) 1a 0b 1a 25 1a 25 19 25 1a 24 1a 25 19 25 1a 25 1a 24 1a 24 ...%.%.%.$.%.%.%.$.$ 2017-12-13 00:04:13.635 (RFPlayer sasu-drooz) 1b 24 1a 24 1a 24 1a 25 1a 25 19 25 19 25 1a 25 1a 24 1a 24 .$.$.$.%.%.%.%.%.$.$ 2017-12-13 00:04:13.635 (RFPlayer sasu-drooz) 1a 25 1a 24 1a 24 1b 24 1a 24 1a 0d 1a 24 1a 0c 1a 0c 1a 0c .%.$.$.$.$...$...... 2017-12-13 00:04:13.635 (RFPlayer sasu-drooz) 1a 25 19 0c 1b 0b 1a 0d 1a 0b 1a 0d 1a 24 1a 0c 1a 0c 1a 0d .%...........$...... 2017-12-13 00:04:13.635 (RFPlayer sasu-drooz) 19 0c 00 .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ... 2017-12-13 00:04:13.635 (RFPlayer sasu-drooz) Calling message handler 'onMessage'. 2017-12-13 00:04:13.635 (RFPlayer sasu-drooz) Last Message was 47.989055 seconds ago, Message clear 2017-12-13 00:04:13.886 (RFPlayer sasu-drooz) Received 183 bytes of data: 2017-12-13 00:04:13.886 (RFPlayer sasu-drooz) 5a 49 01 b2 00 01 fe 3f 0d 00 cc b2 01 9f 00 00 00 28 0a 4a ZI.�..�?..̲.�...(.J 2017-12-13 00:04:13.886 (RFPlayer sasu-drooz) 69 00 00 0c 1a 0c 1a 0c 1a 0c 1a 0d 19 0c 1a 0c 1a 0c 1a 25 i..................% 2017-12-13 00:04:13.886 (RFPlayer sasu-drooz) 1a 0c 1a 25 19 0c 1a 25 1a 24 1a 24 1a 0d 19 25 1a 24 1a 25 ...%...%.$.$...%.$.% 2017-12-13 00:04:13.886 (RFPlayer sasu-drooz) 1a 0c 1a 25 19 25 19 25 1a 0c 1a 0c 1a 25 19 25 1a 0c 1a 24 ...%.%.%.....%.%...$ 2017-12-13 00:04:13.886 (RFPlayer sasu-drooz) 1a 0d 19 25 19 25 1a 25 1a 0c 1a 24 1a 25 19 0d 1a 0c 19 0d ...%.%.%...$.%...... 2017-12-13 00:04:13.886 (RFPlayer sasu-drooz) 1a 0c 19 25 1a 25 1a 24 1a 24 1a 25 1a 24 1a 25 1a 24 1a 25 ...%.%.$.$.%.$.%.$.% 2017-12-13 00:04:13.886 (RFPlayer sasu-drooz) 19 25 1a 24 1a 25 19 25 1a 25 1a 24 19 25 1a 25 1a 24 1a 24 .%.$.%.%.%.$.%.%.$.$ 2017-12-13 00:04:13.887 (RFPlayer sasu-drooz) 1a 25 1a 25 19 25 19 25 1a 25 19 0c 1a 25 1a 0c 1a 0c 1a 0c .%.%.%.%.%...%...... 2017-12-13 00:04:13.887 (RFPlayer sasu-drooz) 1a 25 19 0d 19 0d 19 0d 1a 0c 19 0d 1a 25 19 0c 1a 0d 19 0c .%...........%...... 2017-12-13 00:04:13.887 (RFPlayer sasu-drooz) 1a 0d 00 .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ... 2017-12-13 00:04:13.887 (RFPlayer sasu-drooz) Calling message handler 'onMessage'. 2017-12-13 00:04:16.091 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:04:26.110 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:04:36.128 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:04:46.095 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:04:56.117 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:05:01.677 (RFPlayer sasu-drooz) Received 183 bytes of data: 2017-12-13 00:05:01.677 (RFPlayer sasu-drooz) 5a 49 01 b2 00 01 fe 3f 0d 00 ce b7 01 9f 00 00 00 28 1e 04 ZI.�..�?..η.�...(.. 2017-12-13 00:05:01.677 (RFPlayer sasu-drooz) 6a 00 00 0c 1a 0c 1a 0d 19 0c 1a 0d 19 0c 1b 0c 19 0d 1a 24 j..................$ 2017-12-13 00:05:01.677 (RFPlayer sasu-drooz) 1a 0c 1a 25 19 0c 1a 25 1a 24 1a 25 1a 0c 1a 24 1a 25 1a 24 ...%...%.$.%...$.%.$ 2017-12-13 00:05:01.677 (RFPlayer sasu-drooz) 1a 0c 1a 25 19 25 1a 24 1a 0d 19 0c 1b 24 1a 24 1a 0d 19 25 ...%.%.$.....$.$...% 2017-12-13 00:05:01.677 (RFPlayer sasu-drooz) 19 0d 1a 24 1a 24 1a 25 1a 0c 1a 25 1a 24 1a 0c 1a 0c 1a 0c ...$.$.%...%.$...... 2017-12-13 00:05:01.677 (RFPlayer sasu-drooz) 1a 0c 1a 24 1a 25 1a 24 1a 25 1a 24 1a 25 19 25 1a 25 19 25 ...$.%.$.%.$.%.%.%.% 2017-12-13 00:05:01.677 (RFPlayer sasu-drooz) 1a 24 1a 25 1a 24 1a 24 1a 25 1a 24 1a 24 1a 25 1a 25 19 25 .$.%.$.$.%.$.$.%.%.% 2017-12-13 00:05:01.677 (RFPlayer sasu-drooz) 1a 24 1a 25 19 25 1a 25 1a 24 1a 0c 1a 25 19 0c 1a 0d 19 0c .$.%.%.%.$...%...... 2017-12-13 00:05:01.677 (RFPlayer sasu-drooz) 1b 24 1a 0c 1a 0c 1a 0c 1a 0c 1a 0c 1a 25 19 0d 1a 0c 19 0d .$...........%...... 2017-12-13 00:05:01.677 (RFPlayer sasu-drooz) 1a 0c 00 .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ... 2017-12-13 00:05:01.677 (RFPlayer sasu-drooz) Calling message handler 'onMessage'. 2017-12-13 00:05:01.678 (RFPlayer sasu-drooz) Last Message was 47.7905 seconds ago, Message clear 2017-12-13 00:05:06.085 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:05:16.106 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:05:26.124 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:05:36.093 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:05:46.112 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. 2017-12-13 00:05:49.618 (RFPlayer sasu-drooz) Received 51 bytes of data: 2017-12-13 00:05:49.618 (RFPlayer sasu-drooz) 5a 49 01 b2 00 01 fe 3f 0d 00 ce b8 01 9f 00 00 00 28 28 bf ZI.�..�?..θ.�...((� 2017-12-13 00:05:49.618 (RFPlayer sasu-drooz) 6a 00 00 0c 1a 0c 1a 0c 1a 0c 1a 0c 1a 0c 1a 0c 1a 0c 1a 25 j..................% 2017-12-13 00:05:49.618 (RFPlayer sasu-drooz) 19 0d 19 25 1a 0c 1a 24 1b 24 1a .. .. .. .. .. .. .. .. .. ...%...$.$. 2017-12-13 00:05:49.618 (RFPlayer sasu-drooz) Calling message handler 'onMessage'. 2017-12-13 00:05:49.619 (RFPlayer sasu-drooz) Last Message was 47.940728 seconds ago, Message clear 2017-12-13 00:05:49.669 (RFPlayer sasu-drooz) Received 132 bytes of data: 2017-12-13 00:05:49.669 (RFPlayer sasu-drooz) 24 1a 0d 19 25 19 25 1a 25 19 0c 1a 25 1a 25 19 25 1a 0c 1a $...%.%.%...%.%.%... 2017-12-13 00:05:49.669 (RFPlayer sasu-drooz) 0c 1a 24 1a 25 1a 0c 1a 24 1a 0c 1a 25 19 25 1a 24 1a 0d 19 ..$.%...$...%.%.$... 2017-12-13 00:05:49.669 (RFPlayer sasu-drooz) 25 1a 24 1a 0c 1a 0d 19 0c 1a 0d 19 25 1a 24 1a 25 1a 24 1a %.$.........%.$.%.$. 2017-12-13 00:05:49.669 (RFPlayer sasu-drooz) 24 1a 25 1a 24 1a 24 1b 24 1a 25 19 25 1a 24 1a 25 1a 24 1a $.%.$.$.$.%.%.$.%.$. 2017-12-13 00:05:49.669 (RFPlayer sasu-drooz) 25 1a 24 1a 24 1a 25 1a 24 1a 24 1a 25 1a 25 19 25 19 25 1a %.$.$.%.$.$.%.%.%.%. 2017-12-13 00:05:49.669 (RFPlayer sasu-drooz) 0c 1a 24 1a 0d 19 0d 1a 0c 19 25 1a 0c 1a 0c 1a 0c 1a 0c 1a ..$.......%......... 2017-12-13 00:05:49.669 (RFPlayer sasu-drooz) 0c 1a 25 1a 0c 19 0d 1a 0c 1a 0c 00 .. .. .. .. .. .. .. .. ..%......... 2017-12-13 00:05:49.669 (RFPlayer sasu-drooz) Calling message handler 'onMessage'. 2017-12-13 00:05:49.870 (RFPlayer sasu-drooz) Received 165 bytes of data: 2017-12-13 00:05:49.870 (RFPlayer sasu-drooz) 5a 49 01 a0 00 01 fe 3f 0d 00 ce b7 01 8d 00 00 00 28 14 c0 ZI.�..�?..η.�...(.� 2017-12-13 00:05:49.870 (RFPlayer sasu-drooz) 6a 00 00 0d 19 0c 1b 0c 19 0d 1a 0c 19 0d 1a 0c 1a 0c 1a 24 j..................$ 2017-12-13 00:05:49.870 (RFPlayer sasu-drooz) 1a 0d 19 25 19 0d 1a 24 1a 25 19 25 1a 0c 1a 24 1a 25 1a 24 ...%...$.%.%...$.%.$ 2017-12-13 00:05:49.870 (RFPlayer sasu-drooz) 1a 0c 1a 25 19 25 1a 25 1a 0b 1a 0d 19 25 1a 24 1a 0d 19 25 ...%.%.%.....%.$...% 2017-12-13 00:05:49.870 (RFPlayer sasu-drooz) 1a 0c 1a 24 1a 25 1a 24 1a 0c 1a 25 1a 24 1a 0c 1a 0c 1a 0c ...$.%.$...%.$...... 2017-12-13 00:05:49.870 (RFPlayer sasu-drooz) 1a 0c 1a 25 1a 24 1a 24 1a 25 1a 24 1a 24 1a 25 1a 25 19 25 ...%.$.$.%.$.$.%.%.% 2017-12-13 00:05:49.870 (RFPlayer sasu-drooz) 19 25 1a 25 19 25 1a 24 1a 25 1a 24 1a 24 1a 25 1a 24 1a 25 .%.%.%.$.%.$.$.%.$.% 2017-12-13 00:05:49.870 (RFPlayer sasu-drooz) 1a 24 1a 25 1a 24 1a 24 1a 25 1a 0c 1a 24 1a 0c 1a 0c 1a 0c .$.%.$.$.%...$...... 2017-12-13 00:05:49.870 (RFPlayer sasu-drooz) 1a 25 1a 0c 00 .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .%... 2017-12-13 00:05:49.870 (RFPlayer sasu-drooz) Calling message handler 'onMessage'. 2017-12-13 00:05:56.131 (RFPlayer sasu-drooz) Calling message handler 'onHeartbeat'. ` J'ai ajouté un saut de ligne en début et fin des messages pour les isoler et aider à la lecture... Y a un moyen de décoder ce que ça peut être ? Je suppose que c'est ma station météo [OTIO WH5100](https://www.domoticz.com/forum/viewtopic.php?f=12&t=20180) et [ici....](https://easydomoticz.com/forum/viewtopic.php?f=7&t=5365&p=46215#p46215), que j'essaie désespérément de capter depuis que j'ai acheté le RFPlayer. Merci pour les conseils ;-)"
__label__bug "Undefined parts in topic headlines Opening the [online editor](http://editor.asyncapi.org/) generates HTML output with topics assembled fro m different parts, where some of the parts seem to be *undefined*: `hitchundefinedaccountsundefined1undefined0undefinedactionundefineduserundefinedsignup` The same can be reproduced running `adg` locally."
__label__enhancement "Duplicate 'dema' section in readme dema section was duplicated in commit e8fc526 starting at line 318 of README.md "
__label__question "Issue, how to use? (Old version) The program can never load my ip and right when I set the delay it displays text too fast for me too read then shuts down. Please help or give directions on how to solve."
__label__bug "Most recent session (from window close) does not appear When I quit Firefox and restart it, the most recent session does not appear initially. It only appears after loading the 2nd most recent session."
__label__bug stats on shield Ulimate krea shield missing +3 monster ap evasion 26 +52 not 23 +46 damage reduction 4 not 7 Ulimate Vangertz shield missing +3 monster ap 0 hidden evasion not 46 Ulimate Rosar Shield missing +3 monster ap evasion 26 +52 not 23 +46 damage reduction 4 not 7
__label__enhancement "Make output available in SEND format http://www.cdisc.org/send Suggested by Joel Usansky at EARL conference "
__label__bug "themes are gone as first time user of hexo, i wanted to check out the themes section on the site.... i get a 404. i did some digging and i saw on https://github.com/hexojs/hexojs.github.io that on jan 1, 2018 the **themes** folder is gone but the commit before that has it ! please bring it back, thanks and happy new year !"
__label__enhancement "Autowrap component rendering result respect to its value Autowrap: * `Array` with fragment node * non-empty`string`, `number` with plain string node * empty `string`, `boolean`, `null`, `undefined` with comment node"
__label__question "USB Tethering (No Internet) for WRO Use Hi, How do I tether using USB or bluetooth quickly to the EV3 from a windows 7 or 10 PC? This tether must not connect to the internet because the wifi and bluetooth have to be turned off during the World Robotics Olympaid competition. Im quite new to SSH and networking, but I have followed the tutorials and done both wifi and usb ssh tethering. However, they are all done via an active internet connection and wifi. If this can be done offline without turning on any wireless connection, and quickly (if im not wrong, can the file be compiled on the PC before downloading into the robot? This saves a lot of time as the EV3 is much slower in compilation), it is a really fantastic and versatile platform to use, even more so than RobotC and other platforms. Please kindly reply as the competition is happening in about a month and half... it is a really great platform and I really do not want to miss this opportunity."
__label__bug "Selected tag isn't highlighted ### Issue For Bulma 0.6.1 selected tags aren't highlighted. ### Possible fix The bulma css class modifier `is-active` doesn't exist for the class `tag`. Changing all `is-active` occurences in tagsinput.js to any valid tag class modifier, e.g. `is-primary`, seems to do the job."
__label__bug A15 Issue: Research requirement Artifice Infusion Enchantment Requirement does not specify the stored enchantment for the enchanted book and will not accept any enchanted book for research completion.
__label__enhancement "Experiment with JS and backends As part of the upcoming [printer reservation web](https://github.com/asrob-uc3m/printers-status-webpage/issues/4) we had the idea of using JS in a static webpage such as this to render dynamic contents obtained from a backend. To test whether this is possible or not, I'm going to do a small proof of concept with a web that queries the GitHub API to keep an updated list of ASROB members. This proof of concept will provide us useful information for our developments in the [printer reservation web](https://github.com/asrob-uc3m/printers-status-webpage/issues/4) and to decide which approach is better in the [website redirection](https://github.com/asrob-uc3m/actas/issues/87)."
__label__enhancement "Images in alt-text entry stretch <!-- Please, describe the issue here --> Fairly simple issue, but the implementation on fixing it may be worth discussing. When you open an image to enter a description for it, it will stretch to the current screen size, affected by the keyboard. This heavily distorts the image you're trying to view. A decent solution may be to simply show the fullest size you can without stretching, and if the keyboard would hide any of it, crop it and allow for scrolling, so that you can see the full image at any point and still at a good resolution. --- <!-- These info are not mandatory but they will help --> <!-- The instance you are using --> Instance: https://sins.center <!-- If you know the version of Mastalab you are using (can be found in about page) --> Mastalab version: 1.6.9 <!-- Your Android version --> Android version: 7.0"
__label__enhancement "#439 Path to database _(This issue was migrated from the old bug tracker of SQLiteStudio)_ Original ID from old bug tracker: 439 Originally created at: Fri Nov 4 05:29:22 2011 Originally last updated at: Fri Nov 4 05:29:22 2011 DESCRIPTION: In the database tree it would be handy to be able to (for example) right-click on the database item and display the path to where the database resides APPLICATION VERSION: 2.0.19 TCL PACKAGES: autoscroll.................... 1.1 crc16......................... 1.1.1 crc32......................... 1.3.1 http.......................... 2.7.5 Itcl.......................... 3.4 Itk........................... 3.4 md4........................... 1.0.5 md5........................... 1.4.4 msgcat........................ 1.4.3 sha1.......................... 2.0.3 sha256........................ 1.0.2 sqlite........................ 2.0 sqlite3....................... 3.7.8 Tcl........................... 8.5.9 Thread........................ 2.6.6 Tk............................ 8.5.9 tkpng......................... 0.7 treectrl...................... 2.3.1 ttk::dialog................... 0.8 ttk::theme::alt............... 8.5 ttk::theme::clam.............. 8.5 ttk::theme::classic........... 8.5 ttk::theme::default........... 8.5 ttk::theme::keramik........... 0.6.1 ttk::theme::keramik\\_alt....... 0.6.1 ttk::theme::plastik........... 0.6.1 ttk::theme::vista............. 1.0 ttk::theme::winnative......... 8.5 ttk::theme::xpnative.......... 8.5 uuencode...................... 1.1.5 winappendfile................. 1.0 yencode....................... 1.1.3 "
__label__enhancement create small button component For things like edit/delete on the list of stored venues
__label__question "How to include a .md file? How can I include a .md file? The code: > <markdown [src]=""'test.md'""></markdown> leads to the following error: > GET http://localhost:4200/test.md 404 (Not Found) The file test.md is in the same directory as app.module.ts, where MarkdownModule is imported."
__label__question "High difficulty on P2Pool node with Nvidia GPU I've noticed that the Share Difficulty on P2Pool nodes is significantly higher different users. Those sitting above the minimum difficulty are usually all sitting at the same number, regardless of hashrate or which pool / node they are connected. The only clue i have is someone mentioning that it is related to NVidia GPU's, which is what I'm running. I've had a poke around the P2Pool code (Python is not my language of choice :| ), however, i doubt the node knows what GPU it is connected... so I'm wondering if it is something that is being sent from the client? Is there a header or meta data sent to P2Pool and if so... could something in that be effecting the difficulty of mining node, such that the server ignores desired settings sent in the config and ignores the minimum of the node at that time. Thoughts appreciated"
__label__question "Fedora 27 Fails to Synchronize with Repo I installed the repository as instructed on the website. When I attempted to install the openrazer-meta package, I got the following dnf error on a fresh install of Fedora 27: Failed to synchronize cache for repo 'hardware_razer', disabling. --:-- ETA Last metadata expiration check: 0:05:19 ago on Sun 14 Jan 2018 11:32:16 AM EST. I then ping'd download.opensuse.org, and then opened the /etc/yum.repos.d/hardware\:razer.repo file and opened the actual repository page in a browser. All of that indicates that everything is up online and functional, but dnf seems to not want to pull the repository for some reason. Any idea what's going on?"
__label__enhancement "front end evaluation tools This builds on #198 and #200. Turns out more information had to be exposed in order to get all the diagnostic information we wanted. This includes some values regarding number of keypoints detected, filtered, good, and raw matches, etc."
__label__bug "Invalid prop `color` of value `#9e9e9e` supplied to `SvgIcon` Hi there, Looks like there is problem with props passed to icon component ``` ""material-ui-search-bar"": ""^1.0.0-beta.3"" ""material-ui"": ""^1.0.0-beta.21"" <SearchBar onChange={this.onChange} onRequestSearch={this.onRequestSearch} style={{ margin: '0 auto', }} /> Warning: Failed prop type: Invalid prop `color` of value `#9e9e9e` supplied to `SvgIcon`, expected one of [""inherit"",""accent"",""action"",""contrast"",""disabled"",""error"",""primary""]. in SvgIcon (created by withStyles(SvgIcon)) in withStyles(SvgIcon) (created by Search) in Search (created by pure(Search)) in pure(Search) in span (created by IconButton) in button (created by ButtonBase) in ButtonBase (created by withStyles(ButtonBase)) in withStyles(ButtonBase) (created by IconButton) in IconButton (created by withStyles(IconButton)) in withStyles(IconButton) (created by SearchBar) in div (created by Paper) in Paper (created by withStyles(Paper)) in withStyles(Paper) (created by SearchBar) in SearchBar (created by Search) in div (created by Grid) in Grid (created by GridWrapper) in GridWrapper (created by withStyles(GridWrapper)) in withStyles(GridWrapper) (created by Search) in div (created by Grid) in Grid (created by GridWrapper) in GridWrapper (created by withStyles(GridWrapper)) in withStyles(GridWrapper) (created by Search) in Search (created by SearchWrapper) in div (created by Grid) in Grid (created by GridWrapper) in GridWrapper (created by withStyles(GridWrapper)) in withStyles(GridWrapper) (created by SearchWrapper) in div (created by Grid) in Grid (created by GridWrapper) in GridWrapper (created by withStyles(GridWrapper)) in withStyles(GridWrapper) (created by SearchWrapper) in SearchWrapper (created by TicketSidebarApp) in TicketSidebarApp (created by AppLoader) in AppLoader"
__label__enhancement "User fields change New user, and edit user - need to change input fields - allow add many runs - only select items in run database "
__label__question Example for file uploader inside dxForm Could you please provide example for dxFileUploader to next code? https://embed.plnkr.co/?show=preview
__label__bug "Error with gif and title frame Version 2.10 Windows 10 64bits Error with the portable app and the installed app. I've got an error during the gif creation when I add a Title Frame. Title frame : title Arial font Normal values Size 40 Black text 100ms delay Center, center, 0 margin White background Error log : OutOfMemoryException ``` à System.Drawing.Bitmap.Clone(Rectangle rect, PixelFormat format) à ScreenToGif.ImageUtil.ImageMethods.PaintTransparentAndCut(List`1 listToEncode, Color transparent, Int32 id, CancellationTokenSource tokenSource) à ScreenToGif.Windows.Other.Encoder.Encode(List`1 listFrames, Int32 id, Parameters param, CancellationTokenSource tokenSource) ``` **System.Drawing.Clone** Thanks, "
__label__question "Naming Convention Change for Contributor-Friendly Issues Based on discussion from https://github.com/jupyter/governance/issues/40 , this issue would adopt the labels `good first issue` and `help wanted` based on [GitHub's conventions](https://help.github.com/articles/about-labels/)"
__label__question "Mbed CLI Offline mode I try to modify the mbed.py ,so i can use the mbed-cli offline.what i do is copy the mbed-os to a folder:sys.executable(/usr/bin/)/mbedcli/mbed-os. first for the ""mbed compile XXXX"" : I change the `get_os_dir()` ```python def get_os_dir(self): '''if os.path.isdir(os.path.join(self.path, 'mbed-os')): return os.path.join(self.path, 'mbed-os')''' if os.path.isdir(os.path.join(mbed_os_local_abspath,'mbed-os')): return os.path.join(mbed_os_local_abspath,'mbed-os') ``` then when i run ""mbed compile -m K64F -t GCC_ARM"" ``` Building project mbed-os-example-blinky (K64F, GCC_ARM) Scan: . Scan: mbed Scan: env Compile [ 50.0%]: main.cpp [Fatal Error] main.cpp@1,18: mbed.h: No such file or directory [ERROR] ./main.cpp:1:18: fatal error: mbed.h: No such file or directory #include ""mbed.h"" ^ compilation terminated. [mbed] ERROR: ""/usr/bin/python"" returned error code 1. [mbed] ERROR: Command ""/usr/bin/python -u /usr/bin/mbedcli/mbed-os/tools/make.py -t GCC_ARM -m K64F --source . --build ./BUILD/K64F/GCC_ARM"" in ""/home/nuan/Documents/mbed-os-example-blinky"" ```"
__label__bug "Data panel line graph filters out 0 values The filter for removing -1 and `null` values from line chart data is also removing valid 0 values. Chicago (fake data) has 0 values pre-2004, but the axis is limited currently <img width=""1229"" alt=""screen shot 2018-01-09 at 7 08 14 am"" src=""https://user-images.githubusercontent.com/8291663/34722332-13d86776-f50c-11e7-8404-2ede139cdbfc.png""> "
__label__question "mutation should not be allowed when I do a JavaScript map in the mapStateToProp Function it changes the original object in the redux store, bad bad bad... I have something like this `mapStateToProps(state) { // map userdetails to each post const userList = state.users.items; const posts = JSON.parse(JSON.stringify(state.posts.items)); // if I don't do JSON trick it will cause an infinite circular loop ==> then my browser crashes const postsWithUserDetails = posts.map((x) => { //console.log('post'); x.user_details = userList[x.user] ? userList[x.user] : userList[-1]; if(x.comments.length > 0) { const comments = x.comments.map((y) => { //console.log('comment'); y.user_details = userList[y.user] ? userList[y.user] : userList[-1]; return y; }); x.comments = comments; } return x; }); // console.log('postsWithUserDetails', postsWithUserDetails); return { posts: postsWithUserDetails, }` Is there a better way for doing this ? "
__label__bug Plugin holding open files? Unable to delete windows workspace due to busy git pack file I get the error Unable to delete windows workspace due to busy git pack file after I build and use the Git changelog plugin. seems this was reported before as well against jenkins. https://issues.jenkins-ci.org/browse/JENKINS-19994
__label__question "EPEERINVALID under node@v4.2.3 When testing readiness of my build to be used with the newest nodejs v4.2.3, I encounter (among others) this error: ``` npm info it worked if it ends with ok npm info using npm@2.14.14 npm info using node@v4.2.3 npm info package.json prompt@0.2.14 No license field. npm info package.json gulp-rename@1.2.2 No license field. npm info package.json gulp-task-listing@1.0.1 No license field. npm info attempt registry request try #1 at 4:56:22 AM npm http request GET https://registry.npmjs.org/require-dir npm http 304 https://registry.npmjs.org/require-dir npm info install require-dir@0.3.0 into /var/upgrade-ready/4d5cae60-9cc8-11e5-9d3e-9f93a8a5e566 npm info installOne require-dir@0.3.0 npm info preinstall require-dir@0.3.0 npm info build /var/upgrade-ready/4d5cae60-9cc8-11e5-9d3e-9f93a8a5e566/node_modules/require-dir npm info linkStuff require-dir@0.3.0 npm info install require-dir@0.3.0 npm info postinstall require-dir@0.3.0 npm ERR! Linux 3.13.0-57-generic npm ERR! argv ""/usr/bin/nodejs"" ""/usr/bin/npm"" ""install"" ""require-dir@0.3.0"" ""-d"" ""--nodedir=\""/root/.nvm/versions/node/v4.2.3\"""" npm ERR! node v4.2.3 npm ERR! npm v2.14.14 npm ERR! code EPEERINVALID npm ERR! peerinvalid The package undefined does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer karma-browserify@4.4.2 wants undefined@>=0.10 npm ERR! peerinvalid Peer karma-phantomjs-launcher@0.2.1 wants undefined@>=0.9 npm ERR! Please include the following file with any support request: npm ERR! /var/upgrade-ready/4d5cae60-9cc8-11e5-9d3e-9f93a8a5e566/npm-debug.log ``` This means that I cannot launch my project with current `require-dir`. Any thoughts? I am using https://www.npmjs.com/package/upgrade-ready tool for readiness verification. "
__label__bug "InputEventMouseMotion.global_pos is not set on windows 8.1 **Godot version:** Godot Engine branch 2.1 sha1: 1eed819 **OS/device including version:** Windows 8.1 64 Bits (fresh install) **Issue description:** Using an unhandled_input handler and moving the mouse will not set the global_pos parameter **Steps to reproduce:** Create a viewport and add a node2d with a handler for unhandled_input. The global_pos should not been set. **Minimal reproduction project:** Maybe later (I'm a bit tired right now) **Workaround:** Use pos attribute instead of global_pos. **Note** This issue does not appear on Windows 10, or on Linux - [x] I searched the existing [GitHub issues](https://github.com/godotengine/godot/issues?utf8=%E2%9C%93&q=is%3Aissue+) for potential duplicates. "
__label__question "baR code for meters Hi seb. Iv'e been trying different things with the meter code from baR on my module Gain for the past week or so. Sadly can't get it to work properly. Its trial and error first coding project. Have the transparent widget and colours set roughly just need to get the solid fill to disappear when no audio is passing through. Could you take a look if you can spare the time, would really appreciate it, I think I am close with it. [repo](https://github.com/Coirt/Bark/tree/master/src) "
__label__question "AWS S3: listBuckets and listObjects Hi, We are collecting aws s3 data via aws java sdk v1.11.171. On using the following API's (listBuckets and listObjects), there is a misleading in calling those API calls. 'listBuckets' API allows me to get the data using both the default CLIENT as well as the client with an endpoint having any specific available regions of AWS. Doesn't depend upon the exact region on which the S3 bucket resides. But 'listObjects' API throws an AmazonS3Exception saying ""The authorization header is malformed"" as it is expecting us to create a CLIENT with an endpoint having the exact region in which that S3 bucket is located. Why there is a difference in the functionality between these two? Without knowing the region of a particular S3 Bucket in the first hand, how we could able to call 'listObjects' API for the first time. Currently we are managing by trying with each endpoint with all possible regions. Even to call the 'getBucketLocation' API, aws expect us to call using a CLIENT with an endpoint having exact region where the S3 bucket is located. Please clarify on this. Thank you, Garry."
__label__enhancement "Proposal: kubeon/kubeoff I propose we introduce these commands kubeon/kubeoff to indicate whether we want Kubernetes status shown on our ps1 or not. - `kubeoff` would create a sentinel file, say, `~/.kube/ps1/off`. When this exists, the `kube_ps1` would return empty string/noop, so no Kubernetes shown in PS1. - `kubeon` would delete that file."
__label__question "Is there a trick to speeding up buffering? ### The issue When the playback begins or when you seek to a position, there's a very noticeable lag of a few hundreds of milliseconds. After jumping through several stack overflow questions and github issues and blog posts and what not, apparently this is because ExoPlayer (or rather any video player) needs to build the seeked frame from the previous key frame. My question is, how do popular video players such as [MX player](https://play.google.com/store/apps/details?id=com.mxtech.videoplayer.ad) have near instant playback on startup and on random seeks? What are they doing better than ExoPlayer? Is there a way to make ExoPlayer buffer faster? This isn't a specific issue with some particular version or input file or codec or device, but exoplayer's performance on the whole seems a bit slower than the competition. ### How to reproduce Open a video in any popular android video players, e.g: MX Player, VLC etc. Now open the same file in a boilerplate surface (or `SimpleExoPlayerView`) backed by exoplayer. The buffering, controls, seek etc. nearly all operations are significantly slower than the ""competition""."
__label__enhancement "[Question] Possible to store Rosalina menu combo in a config file? As the title says. Currently, it's only possible to change the combo during runtime, and gets reset to default (default being `(L) + (Down) + (Select)`) every time the device restarts."
__label__enhancement "Include mkxminer for AMD Lyra2REv2 (not working with sgminer API settings or Wrapper) Please help; below is the Mkxminer.ps1 file; this is a great miner for Lyra2REv2 but I can't get it to run and make stats files because it does not have an API. It just got stratum support on 12/23 in v3.0 https://bitcointalk.org/index.php?topic=2360168.0 ``` using module ..\Include.psm1 $Path = "".\Bin\AMD-Mkxminer\mkxminer.exe"" $Uri = ""https://filebin.net/ewevfr4of65pvtda/mkxminer300.zip"" $Commands = [PSCustomObject]@{ ""lyra2rev2"" = """" #Lyra2RE2 } $Name = Get-Item $MyInvocation.MyCommand.Path | Select-Object -ExpandProperty BaseName $Commands | Get-Member -MemberType NoteProperty | Select-Object -ExpandProperty Name | Where-Object {$Pools.(Get-Algorithm $_).Protocol -eq ""stratum+tcp"" <#temp fix#>} | ForEach-Object { [PSCustomObject]@{ Type = ""AMD"" Path = $Path Arguments = ""--exitsick --asm -o $($Pools.(Get-Algorithm $_).Protocol)://$($Pools.(Get-Algorithm $_).Host):$($Pools.(Get-Algorithm $_).Port) -u $($Pools.(Get-Algorithm $_).User) -p $($Pools.(Get-Algorithm $_).Pass)$($Commands.$_) -I 23 --platform $([array]::IndexOf(([OpenCl.Platform]::GetPlatformIDs() | Select-Object -ExpandProperty Vendor), 'Advanced Micro Devices, Inc.'))"" HashRates = [PSCustomObject]@{(Get-Algorithm $_) = $Stats.""$($Name)_$(Get-Algorithm $_)_HashRate"".Week} API = ""Wrapper"" Port = 23333 Wrap = $true URI = $Uri } } ```"
__label__bug "Tuple structs with private fields do not work with proc-macro2/nightly The test suite does not compile, lots of errors like this: ```rust #[derive(Serialize)] struct S(u8); ``` ``` error[E0611]: field `0` of tuple-struct `S` is private --> src/main.rs:8:10 | 8 | #[derive(Serialize)] | ^^^^^^^^^ ```"
__label__question "List of issues fixed on NAV 2018 Cumulative Updates Where can we find a list of the issues that have been fixed in CU1 and CU2? I checked the vsix notes, the cumulative updates comments, and I cannot find anything. There has to be a record of fixes somewhere."
__label__enhancement "Resource not on steam workshop Hello, can you do this mod at the steam workshop. It was deleted from there and I like this mod, its a very cool mod!"
__label__question "Spam Lists We've noticed since putting a site in to production that there are hundreds! (Growing in to thousands!) of wishlists with just solely 1 product in it, all with different users. We've tested this a lot and can only put it down to some sort of spam bots hitting the add to wishlist links. The lists are created when a user adds something to a list via the link option (Not a form) Is there anyway to combat this at all?"
__label__bug """Show password protected games"" doesn't work anymore after single clicking a game to see the preview in the right panel ""Show password protected games"" doesn't work anymore after single clicking a game to see the preview in the right panel. ![2016-05-17 12_07_07-apcent](https://cloud.githubusercontent.com/assets/10554299/15318816/2d3ff6c0-1c28-11e6-9e65-96eb5a360475.jpg) <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/34305361-show-password-protected-games-doesn-t-work-anymore-after-single-clicking-a-game-to-see-the-preview-in-the-right-panel?utm_campaign=plugin&utm_content=tracker%2F14200913&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F14200913&utm_medium=issues&utm_source=github). </bountysource-plugin>"
__label__enhancement "Update the list of Incubated, support, development and deprecated FIWARE GEis We should update the content of the current FIWARE GEis with the last updated information."
__label__enhancement Implement Matrix API v1 Reference: https://www.mapbox.com/api-documentation/#matrix.
__label__bug "Fix Connection Change events not firing on Android API24+ Related to #72 When running the Connectivity plugin on Android API24 and up, it fails to trigger Connection Change events. This is due to the broadcast receiver not triggering on newer API levels unless you attach it directly to a valid Context (thanks, Android...). James Montemagno's plugin does this by just attaching to Application Context."
__label__question "RxJava2 Migration Issues Hello we previously had the following code when using the RxJava 1 version: ```java new ReactiveNetwork().enableInternetCheck() .observeConnectivity(this) .filter(status -> status == ConnectivityStatus.OFFLINE || status == ConnectivityStatus.WIFI_CONNECTED_HAS_NO_INTERNET) .compose(new AppScheduler<>()) .compose(bindToLifecycle()) ``` But with the Api change for RxJava2 we cannot find the equivalent. "
__label__bug "Duplicate empty files that end with _1 generated when running with -o When running with just the -o option, I am getting duplicate empty files that end with _1. WIth the -o option, no iteration files should be generated, so something is going wrong here."
__label__question Tags question Does OVM mark places tagged **diet:lacto_vegetarian** and **diet:ovo_vegetarian** as vegetarian (vegetarian-friendly) or it simply ignore them?
__label__enhancement Adding PWA Features to the Site ### Expected results Should Load Faster ### Actual results Loads Very Slowly ### Steps to reproduce the issue Add Service Workers and Cashing ## Would you like to work on this Yes.
__label__question "deleted key hey guys, is there a way to get access to deleted keys in the GA App on iOS? Since I had some issues setting up a GA for a specific website i did delete the keys because it told me the setup failed. Thanks"
__label__enhancement "Return informative and interoperable errors in `Result`s. At the moment, all `Result`s use `()` as the error type, which cannot be used to identify or get information about an error condition. Use more informative error types. Consider using the [failure](https://github.com/withoutboats/failure) crate or, if that doesn't work out, error-chain."
__label__question "Question about a lack of adaptability traits _Question forwarded from steam workshop_ From: **Verdant Squire ** whats up with the lack of adaptability traits? Those were my favorite pick in the base game, and the ""toughness"" traits don't really stratch the same itch they did."
__label__bug "How to handle a list of string Currently, I have the following field in my entity ```java @Table(persistAll = true, value = ""table_movie"") @AutoValue public abstract class MovieEntity { @Id @Column(value = ""movie_id"") public abstract long id(); @Column(value = ""movie_name"") public abstract String name(); @Column(value = ""category"") public abstract CategoryEntity category(); @Column(value = ""alt_names"") public abstract List<String> alternativeNames(); } ``` I have added a Transformer class for List String that convert into JSON vice versa. ```java @Transformer public class StringListTransformer { @ObjectToDbValue public static String objectToDBValue(List<String> object) { return new Gson().toJson(object); } @DbValueToObject public static List<String> dbValueToObject(String dbValue) { return new Gson().fromJson(dbValue, new TypeToken<List<String>>() { }.getType()); } } ``` When I compile my project it gave out this error with no instructions to recover > Error:Execution failed for task ':sqlitemagic:compileDebugJavaWithJavac'. > java.lang.ClassCastException: com.sun.tools.javac.code.Type$ClassType cannot be cast to javax.lang.model.type.ArrayType EDIT: Seems like it's because of The Transformer class, when I remove it and the list field, it compile successfully."
__label__bug "Grant submission creation not enforcing dollar limit client-side I was able to create a grant requesting 1004$. "
__label__question "CORS not Enabled on HERO's S3 I have a work around, but probably worth mentioning in an email."
__label__enhancement "Better provide some utility functions for the editor For example: ```javascript insertHTML (html) { MediumEditor.util.insertHTMLCommand(this.api.options.ownerDocument, html) }, getLastTextNode (el) { if (el.nodeType === 3) { return el; } for (var i = el.childNodes.length-1; i >= 0; i--) { var textNode = this.getLastTextNode(el.childNodes[i]); if (textNode !== null) { return textNode; } } return null; }, setCaretAtEnd () { let editable = this.$refs.element; let lastText = this.getLastTextNode(editable); let range = document.createRange(); range.collapse(false); range.selectNodeContents(editable); let selection = window.getSelection(); selection.removeAllRanges(); selection.addRange(range); } ```"
__label__question Printing slides Is there an easy way to print slides made with this library?
__label__enhancement Add more comment to explain what is this function foing There must be a good comment to explain what is going on in the function. The CSS guys must understand how to set these dives into rows and columns.
__label__question "Can't create BREAD - Laravel Version: 5.5.0 - Voyager Version: #.#.# - PHP Version: 7.2.0 - Database Driver & Version: 10.1.30-MariaDB ### Description: BREAD, not create Model and Controller ### Steps To Reproduce: When i try to make BREAD on some table, e.g movies. BREAD return alert ""Saving Failed generic.exception: Class App\Eeee does not exist"", when i manulay create Model and Controller, Bread be created but, not work when you click on link in right menu, i get message ""Sorry, the page you are looking for could not be found."". Controller and Model are empty after creating bread. "
__label__enhancement "Send email async Currently emails are sent synchronously which slows down the application for users, implement something like https://blog.engineyard.com/2015/testing-async-emails-rails-42 to send them async. "
__label__question "[Question] What make different between python.vim from lastest vim8 with one from python-syntax? I don't understand VimL well, so what the different? Why don't just adapt this plugin to python.vim of vim8?"
__label__enhancement "魚の描画機能の実装とそれに関する作業 魚の描画機能の実装とそれに関する作業を行う - [x] 1.作業必要ファイルの追加 - [x] 2.魚の描画機能の実装 - [x] 3.ゲームシーンにおける魚の描画を行う為の実装 - [x] 4.上記のテストを行う "
__label__question "Angular + Native script - model changes not reflected in the view _From @jacobkuriala on November 28, 2017 17:10_ I seem to be having a similar issue to #4311 . Not sure if I'm doing it right or if there is a bug. I have got a service that creates a web socket and creates and returns an observable. My component subscribes to the observable and changes the component data members when new data arrives. The data members get updated in the component (as observed through console.log) but the labels are not updated on the UI (whose text attribute are linked through property binding). If I move to a different tab and move back the latest data gets shown. I also tried both the change detection strategies. P.S: I am using the angular tabbed template from sidekick as the initial template. ``` import { Component, OnInit, OnDestroy, ChangeDetectionStrategy } from """"; import {MYService} from ""../../my.service.service""; import { Subscription } from 'rxjs/Subscription'; @component({ selector: ""Home"", moduleId: module.id, templateUrl: ""./home.component.html"", changeDetection: ChangeDetectionStrategy.Default }) export class HomeComponent implements OnInit,OnDestroy { public prop1:number; prop2:number; prop3:number; subscription: Subscription; constructor(private myService: MYService ) { } ngOnInit() { this.createSocket(); } createSocket(){ this.subscription = this.myService.startSubscription().subscribe( (message)=>{ if(message.data){ let data = JSON.parse(message.data); if(data.type === ""ticker""){ // console.dir(data); if(data.product_id === ""a""){ this.prop1 = data.price; console.log(this.prop1); } // shows updated data in console else if(data.product_id === ""b""){ this.prop2 = data.price; console.log(this.prop2); } // shows updated data in console else if(data.product_id === ""c""){ this.prop3 = data.price; console.log(this.prop3);} else{console.log(data);} } } } // on error and complete not implemented ); } unsubscribe(){ this.subscription.unsubscribe(); this.myService.stopSubscription(); } ngOnDestroy(){ this.unsubscribe(); } ``` _Copied from original issue: NativeScript/NativeScript#5100_"
__label__question "cpu command does not show cpu utilization First of all, great work! Using dietpi has been a breeze so far. I expected to see cpu utilization when running `cpu`. I know that it is hard to give an accurate result but I would like to know whether it's something you have pondered."
__label__enhancement Error tracking with sentry https://probot.github.io/docs/deployment/#error-tracking
__label__enhancement Revise notes for public release Make sure it's fine for public consumption
__label__question "titlebar or statusbar background How can I change the background of the titlebar or the statusbar? I am looking for a small example but cant find any. --- ### Environment - Fluent.Ribbon __v6.0.0.0 - Windows 7 - .NET Framework 4.5 "
__label__bug "Product image doesn't always show up ### Expected behavior Product image should always show up ### Actual behavior Sometimes it doesn't until you refresh ### Steps to reproduce the behavior 1. Visit https://swag.getreaction.io/ 1. Click on a product 1. Observe that the product image does not show up and ""long click to zoom"" is displayed at the top This was undoubtedly introduced in #3343. I saw this when testing but was reassured that this couldn't be reproduced. ### Versions reaction-version: 1.6.3 (bug reproduced w/o my local machine) "
__label__question "Problems with the SLURM RADL example I tried to use the slurm RADL example (i.e. https://github.com/indigo-dc/im/blob/master/examples/slurm.radl) to deploy a SLURM cluster on EGI FedCloud but encountered some problems. Since I currently just have a test IM instance (using the latest Docker image) and no VMRC I added a line to the system front and wn sections of the RADL file specifying the EGI Ubuntu image: ``` disk.0.image.url='https://carach5.ics.muni.cz:11443/uuid_38d42ca1_f4e9_5b5c_98de_37eb2d26301a_warg_default_shared_218' and ``` In this case the VMs enter the running state but then become ""unconfigured"". I see an error: ``` TASK [Ubuntu install Ansible requisites with apt] ****************************** fatal: [147.228.242.23]: FAILED! => {""changed"": false, ""msg"": ""Failed to lock apt for exclusive operation""} ``` If I switch to using the EGI CentOS 7 image by adding the following line in the appropriate places: ``` disk.0.image.url='https://carach5.ics.muni.cz:11443/uuid_fe71524e_66d3_5d09_8375_c5510ed5ccba_warg_default_shared_230' and ``` the front-end node is successfully configured but the two worker nodes end up unconfigured. In this case I see the error: ``` TASK [indigo-dc.nfs : Wait NFS server to be up] ******************************** fatal: [147.228.242.31_2]: FAILED! => {""failed"": true, ""msg"": ""[{u'remote': u'/home', u'local': u'/home', u'server_host': u'{{ slurm_front_end_ip }}'}]: {{ hostvars[ groups['front'][0]]['IM_NODE_NET_0_IP'] }}: 'dict object' has no attribute 'IM_NODE_NET_0_IP'""} ``` Note that if I replace IM_NODE_NET_0_IP in slurm.radl with IM_NODE_PRIVATE_IP then the two worker nodes can be successfully configured and I end up with a functioning SLURM cluster. Finally, maybe this is outside of the scope of the simple SLURM example, but it seems that the `/etc/slurm/slurm.conf` files are different on each of the hosts. On the front-end there is this at the end of the file: ``` # COMPUTE NODES NodeName=vnode-1,vnode-2 CPUs=1 State=UNKNOWN PartitionName=debug Nodes=vnode-1,vnode-2 Default=YES MaxTime=INFINITE State=UP ``` on one worker node: ``` # COMPUTE NODES NodeName=vnode-1 CPUs=1 State=UNKNOWN PartitionName=debug Nodes=vnode-1 Default=YES MaxTime=INFINITE State=UP ``` and on the other: ``` # COMPUTE NODES NodeName=vnode-2 CPUs=1 State=UNKNOWN PartitionName=debug Nodes=vnode-2 Default=YES MaxTime=INFINITE State=UP ``` I think SLURM prefers to have identical configuration files on all hosts. One problem caused by the different config files are errors when trying to run MPI jobs. If I modify slurm.radl to install OpenMPI on the worker nodes and run a test MPI job I get this error: ``` srun: error: fwd_tree_thread: can't find address for host vnode-2, check slurm.conf srun: error: Task launch for 6.0 failed on node vnode-2: Can't find an address, check slurm.conf srun: error: Application launch failed: Can't find an address, check slurm.conf srun: Job step aborted: Waiting up to 32 seconds for job step to finish. mpirun (Open MPI) 1.10.6 ``` I found a simple workaround for this is to change this in the ""configure wn"" part of the slurm.radl: ``` - role: indigo-dc.slurm slurm_type_of_node: 'wn' slurm_server_ip: ""{{ slurm_front_end_ip }}"" ``` to this: ``` - role: indigo-dc.slurm slurm_type_of_node: 'wn' slurm_server_ip: ""{{ slurm_front_end_ip }}"" slurm_wn_ips: '{{ groups[""wn""]|map(""extract"", hostvars, ""ansible_default_ipv4.address"")|list if ""wn"" in groups else [] }}' slurm_wn_nodenames: '{{ groups[""wn""]|map(""extract"", hostvars, ""ansible_hostname"")|list if ""wn"" in groups else [] }}' ``` i.e. using the same slurm_wn_ips and slurm_wn_nodenames as is used for the front-end node. With this change identical SLURM configuration files are generated on each VM which makes it possible for MPI jobs to work. "
__label__question "Roadmap 4.0.0 # 🚀 So that's a wrap on the 3.0.0 release! Well done to all those involved. I'd like to welcome a load of new maintainers to the project who I can't thank enough for their hard work and effort on the project. @asiyani @ironprice91 @vcapretz @SaraVieira The big striking feature for 3.0.0 was a brand new redesign done by @SaraVieira . There was also the login with github system that was by @asiyani. Looking good ESFiddle 😎 ![Woo!](https://i.giphy.com/XreQmk7ETCak0.gif) # What's for 4.0.0? 💡 Without further ado, here is the issues we have for **4.0.0**. There is room for change here. There is a lot of low hanging fruit in this release so perfect for first-timers! If you know someone who is looking to contribute on open source then let them know! - [x] Fix Google PSI issues - issue is [here](https://github.com/esfiddle/esfiddle/issues/113) and [here](https://github.com/esfiddle/esfiddle/issues/112) - [x] Improving the about page - issue is [here](https://github.com/esfiddle/esfiddle/issues/114) - [x] Fix the navbar being inconsistent on the blog - issue is [here](https://github.com/esfiddle/esfiddle/issues/115) - [ ] Improve documentation for getting started - issue is here - [ ] Add new doc for FAQ of common problems encountered when starting to contribute - issue is [here](https://github.com/esfiddle/esfiddle/issues/116) - [ ] Add loading of NPM libraries from dropdown - issue is [here](https://github.com/esfiddle/esfiddle/issues/46) - **Very** excited about this one - [x] Make the line between the code and console more visible when in dark mode with a dark code theme (or a white theme code window and light mode console) - issue is [here](https://github.com/esfiddle/esfiddle/issues/117) - [ ] Export as Gist functionality - issue is [here](https://github.com/esfiddle/esfiddle/issues/98) - [x] Change Favicon to the new logo on the blog - issue is [here](https://github.com/esfiddle/esfiddle/issues/118) - [x] Make profiles publicly accessible - issue is [here](https://github.com/esfiddle/esfiddle/issues/119) - [ ] Add titles and descriptions to fiddles - issue is [here](https://github.com/esfiddle/esfiddle/issues/102) ### But Josh, what are you doing you lazy git? Well, for full disclosure here is the list of things I'm planning on doing. - [ ] Setup a slack invite server so people can request an invite to the slack - [x] Configure heroku review apps for PR's - [ ] Write FAQ content for the about page - [ ] Add documentation for maintainers on releasing and accepting new PR's - [ ] Update the vision document - [ ] Write release notes for 3.0.0 release - [ ] Various SEO improvements - @SaraVieira is also helping me with this - [ ] Finally take a look into OpBeat As always if you have ideas or suggestions then please feel free to comment below."
__label__bug udp net.probes and arp.spoofer mess with each other UDP probe packets being sent by the `net.probe` module make target computers overwrite their ARP table with correct MAC addresses making the efforts of the `arp.spoof` module useless.
__label__question "Unavailable default version for kubernetes-cli/wrong default version for kubernetes-cni I'm trying to set up a kubernetes cluster using this puppet module, but I've run into an error: `Version '0.5.1-01' for 'kubernetes-cni' was not found`. When checking apt (using `apt search kubernetes-cni`), it indeed shows that only version 0.6.0 is known. The readme indicates that 0.5.1 is the default, and the actual values in params.pp say 0.5.1-01 (I'm running on Ubuntu 16.04). However, the documentation in init.pp says the default value should be 0.6.0. Why is there this mismatch? Assuming 0.6.0 is the correct version to use, I can fix my issue, but still the documentation should match the actual manifests. EDIT: my statement about the documentation wasn't entirely accurate; fixed"
__label__bug "Issue with multiple comments in template ``` it('test comments', function () { var t = new jSmart('Testing {* testing *}, does it {* multiple comments *}work?') expect(t.fetch()).toBe('Testing , does it work?') }) ``` Result: ``` Error: Unclosed /{\*/* in src/parser/parser.js (line 667) removeComments@src/parser/parser.js:667:54 getTree@src/parser/parser.js:54:37 getParsed@src/parser/parser.js:83:30 parse@src/core.js:199:46 jSmart@src/core.js:82:15 test/basic-spec.js:43:25 ```"
__label__bug "Hide Button If there is no records on the gridview in page certified Rolls, the button to export to excel will not show"
__label__bug Paths in POTFILES are partly broken Top-level templates (from the `view` property) have broken paths in `_po/POTFILES` for example `_views/_views/landing-about.html`.
__label__bug "Broken macOs .app bundle **Godot version:** https://github.com/godotengine/godot/commit/2488aff93f93deda27c99cf4811986afeb973438 **OS/device including version:** MacOs Sierra 10.12.6 (16G1036) MacBook Pro (15-inch, 2016) 2,7 GHz Intel Core i7 16 GB 2133 MHz LPDDR3 Radeon Pro 455 2048 MB Intel HD Graphics 530 1536 MB **Issue description:** godot.app works but; - The icon of the godot.app is gone. <img width=""136"" alt=""ekran resmi 2018-01-03 17 41 29"" src=""https://user-images.githubusercontent.com/33985414/34525260-5c6befb4-f0af-11e7-980e-20250e06483b.png""> - the godot.app does not appear in the Launchpad. - http://godot3builds.digitecnology.com/ builds have same issue. **Steps to reproduce:** I built it with these commands; ``` scons -j6 p=osx target=release_debug bits=64 cp -r misc/dist/osx_tools.app ./Godot.app mkdir -p Godot.app/Contents/MacOS cp bin/godot.osx.opt.tools.64 Godot.app/Contents/MacOS/Godot chmod +x Godot.app/Contents/MacOS/Godot ``` **Minimal reproduction project:** <!-- Optional but greatly speeds up debugging. You can drag and drop a zip archive to upload it. --> - [ ] I searched the existing [GitHub issues](https://github.com/godotengine/godot/issues?utf8=%E2%9C%93&q=is%3Aissue+) for potential duplicates. "
__label__bug "Broken macOs .app bundle **Godot version:** https://github.com/godotengine/godot/commit/2488aff93f93deda27c99cf4811986afeb973438 **OS/device including version:** MacOs Sierra 10.12.6 (16G1036) MacBook Pro (15-inch, 2016) 2,7 GHz Intel Core i7 16 GB 2133 MHz LPDDR3 Radeon Pro 455 2048 MB Intel HD Graphics 530 1536 MB **Issue description:** godot.app works but; - The icon of the godot.app is gone. <img width=""136"" alt=""ekran resmi 2018-01-03 17 41 29"" src=""https://user-images.githubusercontent.com/33985414/34525260-5c6befb4-f0af-11e7-980e-20250e06483b.png""> - the godot.app does not appear in the Launchpad. - http://godot3builds.digitecnology.com/ builds have same issue. **Steps to reproduce:** I built it with these commands; ``` scons -j6 p=osx target=release_debug bits=64 cp -r misc/dist/osx_tools.app ./Godot.app mkdir -p Godot.app/Contents/MacOS cp bin/godot.osx.opt.tools.64 Godot.app/Contents/MacOS/Godot chmod +x Godot.app/Contents/MacOS/Godot ``` **Minimal reproduction project:** <!-- Optional but greatly speeds up debugging. You can drag and drop a zip archive to upload it. --> - [ ] I searched the existing [GitHub issues](https://github.com/godotengine/godot/issues?utf8=%E2%9C%93&q=is%3Aissue+) for potential duplicates. "
__label__bug "Add image button not working when setting member avatar As per #174 members are reporting being unable to set an avatar image when logging in with their ""osgeo id"" LDAP credentials for the first time: Examples: - https://staging.www.osgeo.org/member/davis/ - https://staging.www.osgeo.org/member/aime/ Report: > The ""add image"" button does nothing, when clicking it I get the following in the javascript console: > > > TypeError: wp.media is undefined > > So it seems to be a setup error in the website We may be able to configure https://en.gravatar.com to work?"
__label__question "java.lang.IllegalArgumentException: Length of Base64 encoded input string is not a multiple of 4. when I tried to upload file I get this message. ""java.lang.IllegalArgumentException: Length of Base64 encoded input string is not a multiple of 4."" here is my code below ``` @Override public void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultCode, data); if (requestCode == ConstantsCustomGallery.REQUEST_CODE && resultCode == RESULT_OK && data != null) { //The array list has the image paths of the selected images images = data.getParcelableArrayListExtra(ConstantsCustomGallery.INTENT_EXTRA_IMAGES); imagePath = images.get(0).path; UploadCallback callback = new UploadCallback() { @Override public void onStart(String requestId) { Log.d(""id"", requestId); loading_layout.setVisibility(View.VISIBLE); loading.show(); //progress_text.setVisibility(View.VISIBLE); } @Override public void onProgress(String requestId, long bytes, long totalBytes) { Log.d(""pregress"", String.valueOf(bytes/totalBytes * 100) + ""%""); final String progressString = String.valueOf(bytes/totalBytes * 100) + ""%""; //progress_text.setText(progressString); } @Override public void onSuccess(String requestId, Map resultData) { loading_layout.setVisibility(View.GONE); loading.hide(); //progress_text.setVisibility(View.GONE); Log.d(""resultdata"", resultData.get(""secure_url"").toString()); String uploadImg = resultData.get(""secure_url"").toString(); String[] splitString = uploadImg.split(""/""); String uploadTarget = splitString[splitString.length-2] + ""/"" + splitString[splitString.length-1]; String finalUploadTaget = FunctionBase.imageUrlBase300 + uploadTarget; finalImage = uploadTarget; RequestManager requestManager = Glide.with(getActivity()); if(gifChecker(finalUploadTaget)){ requestManager .load(finalUploadTaget) .asGif() .diskCacheStrategy(DiskCacheStrategy.SOURCE) .into(preview);; } else { requestManager.load(finalUploadTaget).into(preview); } } @Override public void onError(String requestId, ErrorInfo error) { Log.d(""error1"", error.toString()); TastyToast.makeText(getActivity(), ""업로드가 실패 했습니다 다시 시도해주세요."", TastyToast.LENGTH_LONG, TastyToast.ERROR); } @Override public void onReschedule(String requestId, ErrorInfo error) { Log.d(""error2"", error.toString()); TastyToast.makeText(getActivity(), ""업로드가 실패 했습니다 다시 시도해주세요."", TastyToast.LENGTH_LONG, TastyToast.ERROR); } }; MediaManager.get().upload(imagePath).unsigned(AppConfig.image_preset).callback(callback).dispatch(); } } ```"
__label__bug "登陆后提示未连接服务器 服务器正常运行 ![default](https://user-images.githubusercontent.com/22342734/33006168-45d351ac-ce04-11e7-8b92-18cf4796f299.png) "
__label__question "Reason behind version 3.0? The change log contains a version number jump from 1.6 to 3.0 but the changes for 3.0 (""Rearrange tests such that Travis CI can pick up all functional tests too."") do not seem to require a new major version. Are there some more change log entries missing? Or what is the reason behind this change?"
__label__enhancement 플러그인 업데이트 기능 플러그인 가동 시 포리에랜드에서 최신 버전 체크하고 자동으로 바이너리 업데이트하는 기능 추가
__label__question "How can I filter by date range? Any idea? "
__label__question "Error when writing to file Hi I have a very simple piece of code that fails when I try to write the same image twice ``` // 1. read input image vips::VImage src = vips::VImage::new_from_file( optimization.input.c_str(), vips::VImage::option()->set( ""access"", VIPS_ACCESS_SEQUENTIAL ) ); // 2. Write image vips_image_write_to_file(src.get_image(), ""hello1.jpg"",""Q"", 80, NULL); vips_image_write_to_file(src.get_image(), ""hello2.jpg"",""Q"", 90, NULL); ``` Then I get: > VIPS-WARNING **: error in tile 0 x 0 > memory: high-water mark 15.86 MB > error buffer: vipspng: out of order read at line 2048 and hello2.jpg is not correctly written If I read the image twice then it does not happen like ``` // 1. read input image vips::VImage src = vips::VImage::new_from_file( optimization.input.c_str(), vips::VImage::option()->set( ""access"", VIPS_ACCESS_SEQUENTIAL ) ); vips::VImage src1 = vips::VImage::new_from_file( optimization.input.c_str(), vips::VImage::option()->set( ""access"", VIPS_ACCESS_SEQUENTIAL ) ); // 2. Write image vips_image_write_to_file(src.get_image(), ""hello1.jpg"",""Q"", 80, NULL); vips_image_write_to_file(src1.get_image(), ""hello2.jpg"",""Q"", 90, NULL); ``` Is this a expected fail? Am I missing something? "
__label__enhancement FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. Might be worth to change this so we'll be future proof?
__label__enhancement Remove package-lock.json Delete it because it has a small benefit of publishing this file as a sample.
__label__enhancement "Make init --travis idempotent Currently, `zunit init -[-t]ravis` fails if `tests` and/or `.zunit.yml` already exist… It should probably just always generate the `.travis.yml` unless [only] it already exists."
__label__bug "clipboard truncated when pasting long files into pythonista. I have a use case where I occasionally paste very long (log) files into *.md files in pythonista for parsing by a script. Today it became clear that althought iOS can fit the whole log into the clipboard (it pastes fine into Evernote) pythonista truncates the file before the end. :( "
__label__question "Question : Can you explain what is block? When I am looking into blocks covered and not covered. What are they? Compared to lines covered. I am trying to write a program that diffs different reports to find out code coverage changes, so I was wondering should I go for lines or blocks? "
__label__bug "Instant trim strips doesn't work ![image](https://user-images.githubusercontent.com/12694995/34479290-2a233e4a-efa6-11e7-8432-8abcc412bfde.png) "
__label__enhancement "switch between Sphinx/Watson on demand cf @stupigou "
__label__question "Running Docker NAV container with external SQL server Is scenario of using SQL server outside docker image supported? I suppose it is impossible to run NAV service on docker container, without joining it to domain, where SQL server is located. Other option is to specify database credentials, but I cannot find the way to submit those, when running docker image."
__label__enhancement "Add LoadCase class. Need to add a LoadCase class, to take a collection of load groups and generate all the load combinations that the case contains."
__label__enhancement "Optimize Keybinds Recomendation: Inventory E Continue/Start F "
__label__enhancement Profile the correlate_library out of indexation generator jic there are some cheap speed ups hanging about.
__label__question "wrap different components in grid-item Hi, Is any possible to wrap different components in grid-item? For example: `<grid-layout> <grid-item> <A></A> </grid-item> <grid-item> <B></B> </grid-item> </grid-layout>` Thanks."
__label__question "How to match tasks to Xcontest sites or takeoffs To download IGC files from Xcontest we need to send a SITE or TAKEOFF parameter. see [here](https://docs.google.com/spreadsheets/d/1NQq-B6DYa7jzMqwhmVwPm1CLcUb1s3RKsSJ4bOsypXY/edit#gid=2061547905). If we use site it is probably easier to manage but we could get more igc files from freeflyers. Takeoff is more specific. we have a few possibilities: **Option 1** use competition location to define the SITE and get the site_id from a (new) table in our database. **Problem:** competition location is free text. So we would need to change to a drop down list I guess. ![location](https://user-images.githubusercontent.com/19358239/36001069-6523bbd6-0d25-11e8-8171-62db9f61d32a.png) **Option 2** use the waypoint file to determine the SITE (called Region on the task) **Problem:** we use the same file for more than one SITE sometimes such as Santa E/Cavallaria We could save the same waypoints twice with different names. ![region](https://user-images.githubusercontent.com/19358239/36001168-b5fc57de-0d25-11e8-8d6c-20577f65437b.png) **Option 3** Map all the DXX waypoints (takeoffs) to the XContest takeoffs in a (new) table. look up the takeoff (called 'start') in the task to find the takeoff_id in xcontest. **Problem:** This is probably an error prone solution.. needs more setup when we upload waypoint files. **Option 4..** something else. "
__label__question "tests/integ failed I am trying to follow README. While unit tests work fine, I got the following errors at integration tests. Any suggestion? `$ tox tests/integ GLOB sdist-make: /Users/andyfeng/dev/sagemaker-python-sdk/setup.py py27 inst-nodeps: /Users/andyfeng/dev/sagemaker-python-sdk/.tox/dist/sagemaker-1.0.1.zip py27 installed: apipkg==1.4,attrs==17.4.0,backports.weakref==1.0.post1,bleach==1.5.0,boto3==1.5.7,botocore==1.8.21,contextlib2==0.5.5,coverage==4.4.2,docutils==0.14,enum34==1.1.6,execnet==1.5.0,funcsigs==1.0.2,futures==3.2.0,html5lib==0.9999999,jmespath==0.9.3,Markdown==2.6.10,mock==2.0.0,numpy==1.13.3,pbr==3.1.1,pluggy==0.6.0,protobuf==3.5.1,py==1.5.2,pytest==3.3.1,pytest-cov==2.5.1,pytest-forked==0.2,pytest-xdist==1.21.0,python-dateutil==2.6.1,s3transfer==0.1.12,sagemaker==1.0.1,scipy==1.0.0,six==1.11.0,teamcity-messages==1.21,tensorflow==1.4.1,tensorflow-tensorboard==0.4.0rc3,Werkzeug==0.14 py27 runtests: PYTHONHASHSEED='3746448766' py27 runtests: commands[0] | pytest tests/integ ================================================================ test session starts ================================================================= platform darwin -- Python 2.7.14, pytest-3.3.1, py-1.5.2, pluggy-0.6.0 -- /Users/andyfeng/dev/sagemaker-python-sdk/.tox/py27/bin/python2.7 cachedir: .cache rootdir: /Users/andyfeng/dev/sagemaker-python-sdk, inifile: setup.cfg plugins: teamcity-messages-1.21, xdist-1.21.0, forked-0.2, cov-2.5.1 collected 7 items tests/integ/test_kmeans.py::test_kmeans FAILED [ 14%] tests/integ/test_linear_learner.py::test_linear_learner FAILED [ 28%] tests/integ/test_mxnet_train.py::test_attach_deploy ERROR [ 42%] tests/integ/test_mxnet_train.py::test_deploy_model ERROR [ 57%] tests/integ/test_pca.py::test_pca FAILED [ 71%] tests/integ/test_tf.py::test_tf FAILED [ 85%] tests/integ/test_tf_cifar.py::test_cifar FAILED [100%] =================================================================================== ERRORS =================================================================================== ____________________________________________________________________ ERROR at setup of test_attach_deploy ____________________________________________________________________ sagemaker_session = <sagemaker.session.Session object at 0x10f20b890> @pytest.fixture(scope='module') def mxnet_training_job(sagemaker_session): with timeout(minutes=15): script_path = os.path.join(DATA_DIR, 'mxnet_mnist', 'mnist.py') data_path = os.path.join(DATA_DIR, 'mxnet_mnist') mx = MXNet(entry_point=script_path, role='SageMakerRole', train_instance_count=1, train_instance_type='ml.c4.xlarge', sagemaker_session=sagemaker_session) train_input = mx.sagemaker_session.upload_data(path=os.path.join(data_path, 'train'), key_prefix='integ-test-data/mxnet_mnist/train') test_input = mx.sagemaker_session.upload_data(path=os.path.join(data_path, 'test'), key_prefix='integ-test-data/mxnet_mnist/test') > mx.fit({'train': train_input, 'test': test_input}) tests/integ/test_mxnet_train.py:47: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:517: in fit super(Framework, self).fit(inputs, wait, logs, self._current_job_name) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:154: in fit self.latest_training_job.wait(logs=logs) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:323: in wait self.sagemaker_session.logs_for_job(self.job_name, wait=True) .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:647: in logs_for_job self._check_job_status(job_name, description) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <sagemaker.session.Session object at 0x10f20b890>, job = 'sagemaker-mxnet-py2-cpu-2018-01-01-03-36-55-859' desc = {'AlgorithmSpecification': {'TrainingImage': '520713654638.dkr.ecr.us-west-2.amazonaws.com/sagemaker-mxnet-py2-cpu:1.0...sagemaker_job_name': '""sagemaker-mxnet-py2-cpu-2018-01-01-03-36-55-859""', 'sagemaker_program': '""mnist.py""', ...}, ...} def _check_job_status(self, job, desc): """"""Check to see if the job completed successfully and, if not, construct and raise a ValueError. Args: job (str): The name of the job to check. desc (dict[str, str]): The result of ``describe_training_job()``. Raises: ValueError: If the training job fails. """""" status = desc['TrainingJobStatus'] if status != 'Completed': reason = desc.get('FailureReason', '(No reason provided)') > raise ValueError('Error training {}: {} Reason: {}'.format(job, status, reason)) E ValueError: Error training sagemaker-mxnet-py2-cpu-2018-01-01-03-36-55-859: Failed Reason: ClientError: SageMaker was unable to assume the role 'arn:aws:iam::379899735384:role/SageMakerRole' .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:390: ValueError --------------------------------------------------------------------------- Captured stdout setup ---------------------------------------------------------------------------- .......................... --------------------------------------------------------------------------- Captured stderr setup ---------------------------------------------------------------------------- INFO:botocore.credentials:Found credentials in shared credentials file: ~/.aws/credentials INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sts.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sts.amazonaws.com INFO:sagemaker:Creating training-job with name: sagemaker-mxnet-py2-cpu-2018-01-01-03-36-55-859 INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sagemaker.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com ----------------------------------------------------------------------------- Captured log setup ----------------------------------------------------------------------------- credentials.py 1031 INFO Found credentials in shared credentials file: ~/.aws/credentials connectionpool.py 735 INFO Starting new HTTPS connection (1): sts.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): sts.amazonaws.com session.py 237 INFO Creating training-job with name: sagemaker-mxnet-py2-cpu-2018-01-01-03-36-55-859 connectionpool.py 735 INFO Starting new HTTPS connection (1): sagemaker.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com ____________________________________________________________________ ERROR at setup of test_deploy_model _____________________________________________________________________ sagemaker_session = <sagemaker.session.Session object at 0x10f20b890> @pytest.fixture(scope='module') def mxnet_training_job(sagemaker_session): with timeout(minutes=15): script_path = os.path.join(DATA_DIR, 'mxnet_mnist', 'mnist.py') data_path = os.path.join(DATA_DIR, 'mxnet_mnist') mx = MXNet(entry_point=script_path, role='SageMakerRole', train_instance_count=1, train_instance_type='ml.c4.xlarge', sagemaker_session=sagemaker_session) train_input = mx.sagemaker_session.upload_data(path=os.path.join(data_path, 'train'), key_prefix='integ-test-data/mxnet_mnist/train') test_input = mx.sagemaker_session.upload_data(path=os.path.join(data_path, 'test'), key_prefix='integ-test-data/mxnet_mnist/test') > mx.fit({'train': train_input, 'test': test_input}) tests/integ/test_mxnet_train.py:47: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:517: in fit super(Framework, self).fit(inputs, wait, logs, self._current_job_name) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:154: in fit self.latest_training_job.wait(logs=logs) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:323: in wait self.sagemaker_session.logs_for_job(self.job_name, wait=True) .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:647: in logs_for_job self._check_job_status(job_name, description) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <sagemaker.session.Session object at 0x10f20b890>, job = 'sagemaker-mxnet-py2-cpu-2018-01-01-03-36-55-859' desc = {'AlgorithmSpecification': {'TrainingImage': '520713654638.dkr.ecr.us-west-2.amazonaws.com/sagemaker-mxnet-py2-cpu:1.0...sagemaker_job_name': '""sagemaker-mxnet-py2-cpu-2018-01-01-03-36-55-859""', 'sagemaker_program': '""mnist.py""', ...}, ...} def _check_job_status(self, job, desc): """"""Check to see if the job completed successfully and, if not, construct and raise a ValueError. Args: job (str): The name of the job to check. desc (dict[str, str]): The result of ``describe_training_job()``. Raises: ValueError: If the training job fails. """""" status = desc['TrainingJobStatus'] if status != 'Completed': reason = desc.get('FailureReason', '(No reason provided)') > raise ValueError('Error training {}: {} Reason: {}'.format(job, status, reason)) E ValueError: Error training sagemaker-mxnet-py2-cpu-2018-01-01-03-36-55-859: Failed Reason: ClientError: SageMaker was unable to assume the role 'arn:aws:iam::379899735384:role/SageMakerRole' .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:390: ValueError ================================================================================== FAILURES ================================================================================== ________________________________________________________________________________ test_kmeans _________________________________________________________________________________ def test_kmeans(): with timeout(minutes=15): sagemaker_session = sagemaker.Session(boto_session=boto3.Session(region_name=REGION)) data_path = os.path.join(DATA_DIR, 'one_p_mnist', 'mnist.pkl.gz') pickle_args = {} if sys.version_info.major == 2 else {'encoding': 'latin1'} # Load the data into memory as numpy arrays with gzip.open(data_path, 'rb') as f: train_set, _, _ = pickle.load(f, **pickle_args) kmeans = KMeans(role='SageMakerRole', train_instance_count=1, train_instance_type='ml.c4.xlarge', k=10, sagemaker_session=sagemaker_session, base_job_name='test-kmeans') kmeans.init_method = 'random' kmeans.max_iterators = 1 kmeans.tol = 1 kmeans.num_trials = 1 kmeans.local_init_method = 'kmeans++' kmeans.half_life_time_size = 1 kmeans.epochs = 1 kmeans.center_factor = 1 > kmeans.fit(kmeans.record_set(train_set[0][:100])) tests/integ/test_kmeans.py:51: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py27/lib/python2.7/site-packages/sagemaker/amazon/amazon_estimator.py:96: in fit super(AmazonAlgorithmEstimatorBase, self).fit(data, **kwargs) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:154: in fit self.latest_training_job.wait(logs=logs) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:323: in wait self.sagemaker_session.logs_for_job(self.job_name, wait=True) .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:647: in logs_for_job self._check_job_status(job_name, description) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <sagemaker.session.Session object at 0x10f2c4e50>, job = 'test-kmeans-2018-01-01-03-32-56-860' desc = {'AlgorithmSpecification': {'TrainingImage': '174872318107.dkr.ecr.us-west-2.amazonaws.com/kmeans:1', 'TrainingInputMo... 'HyperParameters': {'epochs': '1', 'extra_center_factor': '1', 'feature_dim': '784', 'force_dense': 'True', ...}, ...} def _check_job_status(self, job, desc): """"""Check to see if the job completed successfully and, if not, construct and raise a ValueError. Args: job (str): The name of the job to check. desc (dict[str, str]): The result of ``describe_training_job()``. Raises: ValueError: If the training job fails. """""" status = desc['TrainingJobStatus'] if status != 'Completed': reason = desc.get('FailureReason', '(No reason provided)') > raise ValueError('Error training {}: {} Reason: {}'.format(job, status, reason)) E ValueError: Error training test-kmeans-2018-01-01-03-32-56-860: Failed Reason: ClientError: SageMaker was unable to assume the role 'arn:aws:iam::379899735384:role/SageMakerRole' .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:390: ValueError ---------------------------------------------------------------------------- Captured stdout call ---------------------------------------------------------------------------- .................... ---------------------------------------------------------------------------- Captured stderr call ---------------------------------------------------------------------------- INFO:botocore.credentials:Found credentials in shared credentials file: ~/.aws/credentials INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sts.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:sagemaker:Created S3 bucket: sagemaker-us-west-2-379899735384 INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sts.amazonaws.com INFO:sagemaker:Creating training-job with name: test-kmeans-2018-01-01-03-32-56-860 INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sagemaker.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com ----------------------------------------------------------------------------- Captured log call ------------------------------------------------------------------------------ credentials.py 1031 INFO Found credentials in shared credentials file: ~/.aws/credentials connectionpool.py 735 INFO Starting new HTTPS connection (1): sts.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com session.py 163 INFO Created S3 bucket: sagemaker-us-west-2-379899735384 connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): sts.amazonaws.com session.py 237 INFO Creating training-job with name: test-kmeans-2018-01-01-03-32-56-860 connectionpool.py 735 INFO Starting new HTTPS connection (1): sagemaker.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com ____________________________________________________________________________ test_linear_learner _____________________________________________________________________________ def test_linear_learner(): with timeout(minutes=15): sagemaker_session = sagemaker.Session(boto_session=boto3.Session(region_name=REGION)) data_path = os.path.join(DATA_DIR, 'one_p_mnist', 'mnist.pkl.gz') pickle_args = {} if sys.version_info.major == 2 else {'encoding': 'latin1'} # Load the data into memory as numpy arrays with gzip.open(data_path, 'rb') as f: train_set, _, _ = pickle.load(f, **pickle_args) train_set[1][:100] = 1 train_set[1][100:200] = 0 train_set = train_set[0], train_set[1].astype(np.dtype('float32')) ll = LinearLearner('SageMakerRole', 1, 'ml.c4.2xlarge', base_job_name='test-linear-learner', sagemaker_session=sagemaker_session) ll.binary_classifier_model_selection_criteria = 'accuracy' ll.target_reacall = 0.5 ll.target_precision = 0.5 ll.positive_example_weight_mult = 0.1 ll.epochs = 1 ll.predictor_type = 'binary_classifier' ll.use_bias = True ll.num_models = 1 ll.num_calibration_samples = 1 ll.init_method = 'uniform' ll.init_scale = 0.5 ll.init_sigma = 0.2 ll.init_bias = 5 ll.optimizer = 'adam' ll.loss = 'logistic' ll.wd = 0.5 ll.l1 = 0.5 ll.momentum = 0.5 ll.learning_rate = 0.1 ll.beta_1 = 0.1 ll.beta_2 = 0.1 ll.use_lr_scheduler = True ll.lr_scheduler_step = 2 ll.lr_scheduler_factor = 0.5 ll.lr_scheduler_minimum_lr = 0.1 ll.normalize_data = False ll.normalize_label = False ll.unbias_data = True ll.unbias_label = False ll.num_point_for_scala = 10000 > ll.fit(ll.record_set(train_set[0][:200], train_set[1][:200])) tests/integ/test_linear_learner.py:74: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py27/lib/python2.7/site-packages/sagemaker/amazon/amazon_estimator.py:96: in fit super(AmazonAlgorithmEstimatorBase, self).fit(data, **kwargs) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:154: in fit self.latest_training_job.wait(logs=logs) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:323: in wait self.sagemaker_session.logs_for_job(self.job_name, wait=True) .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:647: in logs_for_job self._check_job_status(job_name, description) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <sagemaker.session.Session object at 0x113a8c450>, job = 'test-linear-learner-2018-01-01-03-34-54-936' desc = {'AlgorithmSpecification': {'TrainingImage': '174872318107.dkr.ecr.us-west-2.amazonaws.com/linear-learner:1', 'Trainin...ta_1': '0.1', 'binary_classifier_model_selection_criteria': 'accuracy', 'epochs': '1', 'feature_dim': '784', ...}, ...} def _check_job_status(self, job, desc): """"""Check to see if the job completed successfully and, if not, construct and raise a ValueError. Args: job (str): The name of the job to check. desc (dict[str, str]): The result of ``describe_training_job()``. Raises: ValueError: If the training job fails. """""" status = desc['TrainingJobStatus'] if status != 'Completed': reason = desc.get('FailureReason', '(No reason provided)') > raise ValueError('Error training {}: {} Reason: {}'.format(job, status, reason)) E ValueError: Error training test-linear-learner-2018-01-01-03-34-54-936: Failed Reason: ClientError: SageMaker was unable to assume the role 'arn:aws:iam::379899735384:role/SageMakerRole' .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:390: ValueError ---------------------------------------------------------------------------- Captured stdout call ---------------------------------------------------------------------------- .................... ---------------------------------------------------------------------------- Captured stderr call ---------------------------------------------------------------------------- INFO:botocore.credentials:Found credentials in shared credentials file: ~/.aws/credentials INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sts.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sts.amazonaws.com INFO:sagemaker:Creating training-job with name: test-linear-learner-2018-01-01-03-34-54-936 INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sagemaker.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com ----------------------------------------------------------------------------- Captured log call ------------------------------------------------------------------------------ credentials.py 1031 INFO Found credentials in shared credentials file: ~/.aws/credentials connectionpool.py 735 INFO Starting new HTTPS connection (1): sts.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): sts.amazonaws.com session.py 237 INFO Creating training-job with name: test-linear-learner-2018-01-01-03-34-54-936 connectionpool.py 735 INFO Starting new HTTPS connection (1): sagemaker.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com __________________________________________________________________________________ test_pca __________________________________________________________________________________ def test_pca(): with timeout(minutes=15): sagemaker_session = sagemaker.Session(boto_session=boto3.Session(region_name=REGION)) data_path = os.path.join(DATA_DIR, 'one_p_mnist', 'mnist.pkl.gz') pickle_args = {} if sys.version_info.major == 2 else {'encoding': 'latin1'} # Load the data into memory as numpy arrays with gzip.open(data_path, 'rb') as f: train_set, _, _ = pickle.load(f, **pickle_args) pca = sagemaker.amazon.pca.PCA(role='SageMakerRole', train_instance_count=1, train_instance_type='ml.m4.xlarge', num_components=48, sagemaker_session=sagemaker_session, base_job_name='test-pca') pca.algorithm_mode = 'randomized' pca.subtract_mean = True pca.extra_components = 5 > pca.fit(pca.record_set(train_set[0][:100])) tests/integ/test_pca.py:44: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py27/lib/python2.7/site-packages/sagemaker/amazon/amazon_estimator.py:96: in fit super(AmazonAlgorithmEstimatorBase, self).fit(data, **kwargs) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:154: in fit self.latest_training_job.wait(logs=logs) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:323: in wait self.sagemaker_session.logs_for_job(self.job_name, wait=True) .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:647: in logs_for_job self._check_job_status(job_name, description) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <sagemaker.session.Session object at 0x113c51ed0>, job = 'test-pca-2018-01-01-03-39-15-456' desc = {'AlgorithmSpecification': {'TrainingImage': '174872318107.dkr.ecr.us-west-2.amazonaws.com/pca:1', 'TrainingInputMode'...': {'algorithm_mode': 'randomized', 'extra_components': '5', 'feature_dim': '784', 'mini_batch_size': '100', ...}, ...} def _check_job_status(self, job, desc): """"""Check to see if the job completed successfully and, if not, construct and raise a ValueError. Args: job (str): The name of the job to check. desc (dict[str, str]): The result of ``describe_training_job()``. Raises: ValueError: If the training job fails. """""" status = desc['TrainingJobStatus'] if status != 'Completed': reason = desc.get('FailureReason', '(No reason provided)') > raise ValueError('Error training {}: {} Reason: {}'.format(job, status, reason)) E ValueError: Error training test-pca-2018-01-01-03-39-15-456: Failed Reason: ClientError: SageMaker was unable to assume the role 'arn:aws:iam::379899735384:role/SageMakerRole' .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:390: ValueError ---------------------------------------------------------------------------- Captured stdout call ---------------------------------------------------------------------------- .................... ---------------------------------------------------------------------------- Captured stderr call ---------------------------------------------------------------------------- INFO:botocore.credentials:Found credentials in shared credentials file: ~/.aws/credentials INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sts.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sts.amazonaws.com INFO:sagemaker:Creating training-job with name: test-pca-2018-01-01-03-39-15-456 INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sagemaker.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com ----------------------------------------------------------------------------- Captured log call ------------------------------------------------------------------------------ credentials.py 1031 INFO Found credentials in shared credentials file: ~/.aws/credentials connectionpool.py 735 INFO Starting new HTTPS connection (1): sts.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): sts.amazonaws.com session.py 237 INFO Creating training-job with name: test-pca-2018-01-01-03-39-15-456 connectionpool.py 735 INFO Starting new HTTPS connection (1): sagemaker.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com __________________________________________________________________________________ test_tf ___________________________________________________________________________________ sagemaker_session = <sagemaker.session.Session object at 0x1134ce350> def test_tf(sagemaker_session): with timeout(minutes=15): script_path = os.path.join(DATA_DIR, 'iris', 'iris-dnn-classifier.py') data_path = os.path.join(DATA_DIR, 'iris', 'data') estimator = TensorFlow(entry_point=script_path, role='SageMakerRole', training_steps=1, evaluation_steps=1, hyperparameters={'input_tensor_name': 'inputs'}, train_instance_count=1, train_instance_type='ml.c4.xlarge', sagemaker_session=sagemaker_session, base_job_name='test-tf') inputs = estimator.sagemaker_session.upload_data(path=data_path, key_prefix='integ-test-data/tf_iris') > estimator.fit(inputs) tests/integ/test_tf.py:44: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py27/lib/python2.7/site-packages/sagemaker/tensorflow/estimator.py:166: in fit fit_super() .tox/py27/lib/python2.7/site-packages/sagemaker/tensorflow/estimator.py:154: in fit_super super(TensorFlow, self).fit(inputs, wait, logs, job_name) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:517: in fit super(Framework, self).fit(inputs, wait, logs, self._current_job_name) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:154: in fit self.latest_training_job.wait(logs=logs) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:323: in wait self.sagemaker_session.logs_for_job(self.job_name, wait=True) .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:647: in logs_for_job self._check_job_status(job_name, description) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <sagemaker.session.Session object at 0x1134ce350>, job = 'test-tf-2018-01-01-03-41-00-415' desc = {'AlgorithmSpecification': {'TrainingImage': '520713654638.dkr.ecr.us-west-2.amazonaws.com/sagemaker-tensorflow-py2-cp...ckpoints""', 'evaluation_steps': '1', 'input_tensor_name': '""inputs""', 'sagemaker_container_log_level': '20', ...}, ...} def _check_job_status(self, job, desc): """"""Check to see if the job completed successfully and, if not, construct and raise a ValueError. Args: job (str): The name of the job to check. desc (dict[str, str]): The result of ``describe_training_job()``. Raises: ValueError: If the training job fails. """""" status = desc['TrainingJobStatus'] if status != 'Completed': reason = desc.get('FailureReason', '(No reason provided)') > raise ValueError('Error training {}: {} Reason: {}'.format(job, status, reason)) E ValueError: Error training test-tf-2018-01-01-03-41-00-415: Failed Reason: ClientError: SageMaker was unable to assume the role 'arn:aws:iam::379899735384:role/SageMakerRole' .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:390: ValueError --------------------------------------------------------------------------- Captured stderr setup ---------------------------------------------------------------------------- INFO:botocore.credentials:Found credentials in shared credentials file: ~/.aws/credentials ----------------------------------------------------------------------------- Captured log setup ----------------------------------------------------------------------------- credentials.py 1031 INFO Found credentials in shared credentials file: ~/.aws/credentials ---------------------------------------------------------------------------- Captured stdout call ---------------------------------------------------------------------------- .................... ---------------------------------------------------------------------------- Captured stderr call ---------------------------------------------------------------------------- INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sts.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sts.amazonaws.com INFO:sagemaker:Creating training-job with name: test-tf-2018-01-01-03-41-00-415 INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sagemaker.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Resetting dropped connection: logs.us-west-2.amazonaws.com ----------------------------------------------------------------------------- Captured log call ------------------------------------------------------------------------------ connectionpool.py 735 INFO Starting new HTTPS connection (1): sts.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): sts.amazonaws.com session.py 237 INFO Creating training-job with name: test-tf-2018-01-01-03-41-00-415 connectionpool.py 735 INFO Starting new HTTPS connection (1): sagemaker.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com connectionpool.py 238 INFO Resetting dropped connection: logs.us-west-2.amazonaws.com _________________________________________________________________________________ test_cifar _________________________________________________________________________________ sagemaker_session = <sagemaker.session.Session object at 0x1150fd850> def test_cifar(sagemaker_session): with timeout(minutes=15): script_path = os.path.join(DATA_DIR, 'cifar_10', 'source') dataset_path = os.path.join(DATA_DIR, 'cifar_10', 'data') estimator = TensorFlow(entry_point='resnet_cifar_10.py', source_dir=script_path, role='SageMakerRole', training_steps=20, evaluation_steps=5, train_instance_count=2, train_instance_type='ml.p2.xlarge', sagemaker_session=sagemaker_session, base_job_name='test-cifar') inputs = estimator.sagemaker_session.upload_data(path=dataset_path, key_prefix='data/cifar10') > estimator.fit(inputs) tests/integ/test_tf_cifar.py:54: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py27/lib/python2.7/site-packages/sagemaker/tensorflow/estimator.py:166: in fit fit_super() .tox/py27/lib/python2.7/site-packages/sagemaker/tensorflow/estimator.py:154: in fit_super super(TensorFlow, self).fit(inputs, wait, logs, job_name) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:517: in fit super(Framework, self).fit(inputs, wait, logs, self._current_job_name) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:152: in fit self.latest_training_job = _TrainingJob.start_new(self, inputs) .tox/py27/lib/python2.7/site-packages/sagemaker/estimator.py:263: in start_new hyperparameters=hyperparameters, stop_condition=stop_condition) .tox/py27/lib/python2.7/site-packages/sagemaker/session.py:239: in train self.sagemaker_client.create_training_job(**train_request) .tox/py27/lib/python2.7/site-packages/botocore/client.py:317: in _api_call return self._make_api_call(operation_name, kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <botocore.client.SageMaker object at 0x1147f4210>, operation_name = 'CreateTrainingJob' api_params = {'AlgorithmSpecification': {'TrainingImage': '520713654638.dkr.ecr.us-west-2.amazonaws.com/sagemaker-tensorflow-py2-gp...-2-379899735384/data/cifar10'}}}], 'OutputDataConfig': {'S3OutputPath': 's3://sagemaker-us-west-2-379899735384/'}, ...} def _make_api_call(self, operation_name, api_params): operation_model = self._service_model.operation_model(operation_name) service_name = self._service_model.service_name history_recorder.record('API_CALL', { 'service': service_name, 'operation': operation_name, 'params': api_params, }) if operation_model.deprecated: logger.debug('Warning: %s.%s() is deprecated', service_name, operation_name) request_context = { 'client_region': self.meta.region_name, 'client_config': self.meta.config, 'has_streaming_input': operation_model.has_streaming_input, 'auth_type': operation_model.auth_type, } request_dict = self._convert_to_request_dict( api_params, operation_model, context=request_context) handler, event_response = self.meta.events.emit_until_response( 'before-call.{endpoint_prefix}.{operation_name}'.format( endpoint_prefix=self._service_model.endpoint_prefix, operation_name=operation_name), model=operation_model, params=request_dict, request_signer=self._request_signer, context=request_context) if event_response is not None: http, parsed_response = event_response else: http, parsed_response = self._endpoint.make_request( operation_model, request_dict) self.meta.events.emit( 'after-call.{endpoint_prefix}.{operation_name}'.format( endpoint_prefix=self._service_model.endpoint_prefix, operation_name=operation_name), http_response=http, parsed=parsed_response, model=operation_model, context=request_context ) if http.status_code >= 300: error_code = parsed_response.get(""Error"", {}).get(""Code"") error_class = self.exceptions.from_code(error_code) > raise error_class(parsed_response, operation_name) E ResourceLimitExceeded: An error occurred (ResourceLimitExceeded) when calling the CreateTrainingJob operation: The account-level service limit for training-job/ml.p2.xlarge is 0 Instances, with current utilization of 0 Instances and a request delta of 2 Instances. Please contact AWS support to request an increase for this limit. .tox/py27/lib/python2.7/site-packages/botocore/client.py:615: ResourceLimitExceeded --------------------------------------------------------------------------- Captured stderr setup ---------------------------------------------------------------------------- INFO:botocore.credentials:Found credentials in shared credentials file: ~/.aws/credentials ----------------------------------------------------------------------------- Captured log setup ----------------------------------------------------------------------------- credentials.py 1031 INFO Found credentials in shared credentials file: ~/.aws/credentials ---------------------------------------------------------------------------- Captured stderr call ---------------------------------------------------------------------------- INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sts.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sts.amazonaws.com INFO:sagemaker:Creating training-job with name: test-cifar-2018-01-01-03-42-43-090 INFO:botocore.vendored.requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): sagemaker.us-west-2.amazonaws.com ----------------------------------------------------------------------------- Captured log call ------------------------------------------------------------------------------ connectionpool.py 735 INFO Starting new HTTPS connection (1): sts.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): s3.us-west-2.amazonaws.com connectionpool.py 735 INFO Starting new HTTPS connection (1): sts.amazonaws.com session.py 237 INFO Creating training-job with name: test-cifar-2018-01-01-03-42-43-090 connectionpool.py 735 INFO Starting new HTTPS connection (1): sagemaker.us-west-2.amazonaws.com ==================================================================== 5 failed, 2 error in 599.21 seconds ===================================================================== ERROR: InvocationError: '/Users/andyfeng/dev/sagemaker-python-sdk/.tox/py27/bin/pytest tests/integ'`"
__label__bug "Macro execution hangs VisualStudio Great work with VsVim keep it up! When recording a macro and then repeating it 100 Visual Studio hangs. Before VS hangs you can see that it walks through the lines applying the macro but when it's finished with that it hangs. When running the macro 10 times VS doesn't hang but when the line and column numbers don't change any more it still takes a very long time for the macro to finish. In this case I had about 2000 rows in a file and wanted to wrap them with a function call before at the start of the line search for \t delete it and replace it with , jump to end of line and insert ); from: email\tname to: Update(email,name); "
__label__question "Transpose Data? Hello, Is there functionality to flip the rows and the columns? I have a large data set with many columns and a few rows. So the user does not have to scroll left/right a lot I was wanting to have my rows become the columns and the columns become the rows. By the way I am a huge fan of tabulator. It has helped me out a lot in figuring great way to display my data sets visually. -Thanks."
__label__enhancement assign profile to new PC automatically assign a new registered PC automatically to a profile if there is a profile with the same name as the room the PC is in
__label__enhancement assign profile to new PC automatically assign a new registered PC automatically to a profile if there is a profile with the same name as the room the PC is in
__label__enhancement "Respektovat hlavičku DNT Pokud má hlavička [hodnotu `1`](https://www.w3.org/TR/tracking-dnt/#expressing), neměli bychom vkládat GA. A udělejme to klidně v JS."
__label__question "Allow light correction with configfile For me default clight settings are to bright. I would prefer to have way to correct settings. i.e. right now clights sets brightness 3600 for me, but I would prefer 2200."
__label__bug "olden.default fails if there are more than 9 output levels If the output layer has more than 9 levels, the following row gives an error: `hid_out <- wts_in[[grep(paste('out', out_ind), names(wts_in))]][-1]` It finds both ""out 1"" and ""out 10"", grep gives output of length 2. It seems that simply taking the first occurence fixes the issue: `hid_out <- wts_in[[grep(paste('out', out_ind), names(wts_in))[1]]][-1]` "
__label__bug "CLI edit run broken on current master Our recent messing with stdin has broken the `raw_input` prompt: 742c1b69cbe5f3ae87d68dadec "
__label__enhancement Email Functionality Fix for the Site Visit Repot Adding new feature in the email functionality also adding subcontractor names to all checklist forms
__label__enhancement Email Functionality Fix for the Site Visit Repot Adding new feature in the email functionality also adding subcontractor names to all checklist forms
__label__enhancement "Ehancement request: Ctrl+Right/left When a user presses Ctrl+Right/Left, do the following. If not in word-edit mode, move to the next or previous word keeping it in non-edit mode. If in word-edit mode, If caret is at the far right of the edit box, and Ctrl+Right is pressed, move edit focus to the next word and set the caret at the beginning of the box. Likewise, if caret is at the far left of the edit box, and Ctrl+Left is pressed, move edit focus to the previous word and set the caret at the beginning of the box. (Or caret, in this case, could be set at the end of the box.) "
__label__bug Wrong user link in deployment table The link is missing the user resource: https://nuv.la/sparkindata -> https://nuv.la/user/sparkindata
__label__question "How to make sure chrome is running / started properly? (NOT and ISSUE) Hi Guys, **This is Not an Issue,** I am just looking for some help/ ideas; and you have a lot of experience with this area. I am running the following scenario(see **run-script.sh** ): - starting xvfb - starting chrome - opening a url I cannot run chrome with --headless as I use to take screenshots from the xvfb buffer. Now, **_the problem_** IS that ""_sometimes_"" this **sleep 5** is not enough for chrome to boot-up properly. chrome-remote-interface connect to it but the Url is never opened. How can I make sure that chrome is up and running? Is there some way to determine that? Thank you in advance! **run-script.sh** ```sh xvfb-exec & chromium-run & sleep 5 node /scripts/open-url.js ``` **xvfb-exec** ```sh #!/bin/bash RESOLUTION=${1:-$XVFB_RESOLUTION} echo ""Starting XVFB. Resolution: ${RESOLUTION}"" # Start Xvfb Xvfb :99 -ac -screen 0 ${RESOLUTION}x24+32 +extension RANDR & xvfb=$! wait $xvfb ``` **chromium-run** ```sh #!/bin/bash chromium-browser --disable-cache \ --kiosk \ --no-sandbox \ --disable-gpu \ --disable-notifications --disable-session-crashed-bubble \ --start-maximized \ --window-size=4000,2300 --new-window --window-position=0,0 \ --no-first-run --disable-sync \ --disable-extensions --no-default-browser-check --remote-debugging-port=9222 $@ chromium=$! wait $chromium ``` **open-url.js** ```js const CDP = require( 'chrome-remote-interface' ); CDP( async ( client ) => { const { Console, Page, Log, Runtime, Emulation } = client; try { await Promise.all( [ Console.enable(), Page.enable(), Log.enable() ] ); await Console.clearMessages(); Console.messageAdded( function ( message ) { let msg = message.message; console.log( 'messageAdded', msg.text ); } ); let url = ""http://github.com""; console.log( 'Opening Url', url ); await Page.navigate( { url: url } ); console.log( 'Waiting loadEventFired'); await Page.loadEventFired(); console.log( 'loadEventFired' ); setTimeout( function () { console.log( ""Exiting process"" ); process.exit(); }, 10000 ); } catch ( err ) { console.error( err ); } finally { //client.close(); } } ).on( 'error', ( err ) => { console.error( err ); } ); ``` "
__label__bug "runtime null ``` runtime error: list index out of bounds proc name: process atmos (/obj/machinery/atmospherics/components/trinary/filter/process_atmos) source file: filter.dm,89 ```"
__label__enhancement Speakers Route Ad url param for specific speakers
__label__bug "Latest release tag in github by default on 0.5.11 Hi Matthias, nothing urgent or important: in github, the latest release tag is fixed to 0.5.11 when there are newer tags. This can be confusing for a user landing here to pick the plugin. ![image](https://user-images.githubusercontent.com/1629853/28460235-75e7c02e-6e11-11e7-9e18-88a8bd16a1f2.png) I suppose this is due to the automatic release process. "
__label__bug "Created stash-sidecar clusterrole is missing statefulsets permission See https://github.com/appscode/stash/blob/ea46d9a96eb679426183bf77b93ce1033a5989fb/pkg/controller/rbac.go#L99. I can't backup StatefulSets because Restic tells me the ServiceAccount. ``` F0103 22:12:40.802247 1 backup.go:61] statefulsets.apps ""stash-example"" is forbidden: User ""system:serviceaccount:stash-example:stash-sidecar"" cannot get statefulsets.apps in the namespace ""stash-example"" ``` The `stash-example` ServiceAccount is correctly bound to the ClusterRole `stash-sidecar`. A fix is on it's way. *** **Edit**: Adding `statefulsets` to the `apps` api part, fixes the issue and allows Restic sidecar to find the StatefulSet correctly."
__label__enhancement Button to remove all assigned marshalls A single button to remove all marahalls at the same time Make sure that when a marshall is removed their account will be logged out in the linked_marshall_session
__label__enhancement "Add I/O Linc Garage Door Control and Status Kit I'd love to get support for the Insteon Garage Door Sensor. I tried just adding it as a switch and battery senor but that didn't work. If you need any info I can provide any debugging logs or information. I have a working solution right now so not priority, just be nice to be able to completely switch to this for my Insteon. [http://www.insteon.com/garage-door-control-kit/](http://www.insteon.com/garage-door-control-kit/)"
__label__bug "poca-subscribe add fails for some podcasts ` poca-subscribe add Url of subscription: http://cbsradionewsfeed.com/rss.php?id=126&ud=12 Traceback (most recent call last): File ""/usr/local/bin/poca-subscribe"", line 40, in <module> main() File ""/usr/local/bin/poca-subscribe"", line 26, in main sub_dic, sub_category = poca.subscribe.user_input_add_sub() File ""/usr/local/lib/python3.6/site-packages/poca/subscribe.py"", line 118, in user_input_add_sub url_stats.print_stats() File ""/usr/local/lib/python3.6/site-packages/poca/feedstats.py"", line 40, in print_stats self.set_lhs() File ""/usr/local/lib/python3.6/site-packages/poca/feedstats.py"", line 59, in set_lhs lhs['avg_mb'] = self.get_avg_size() File ""/usr/local/lib/python3.6/site-packages/poca/feedstats.py"", line 80, in get_avg_size lengths = [int(x) for x in lengths if int(x) > 0] File ""/usr/local/lib/python3.6/site-packages/poca/feedstats.py"", line 80, in <listcomp> lengths = [int(x) for x in lengths if int(x) > 0] ValueError: invalid literal for int() with base 10: '' `"
__label__enhancement "modules dropdown filter When you click on the modules dropdown, it opens and you should be focuses in a text input box at the top that filters as you type into it. the menu should work exactly how it does now except if you start typing right after clicking it open, a filter input is revealed and the unmatching modules are temporarily hidden from view. ensure the view of each item is restored upon closing of the menu"
__label__question "Dynamic switching languages only changes last element If using provided example: ```ruby class ApplicationController < ActionController::Base before_action :set_locale private def set_locale I18n.locale = (params[:locale] || I18n.locale) # simplified for example end end class Admin::ApplicationController < ApplicationController add_breadcrumb I18n.t(""breadcrumbs.admin""), admin_path end class Admin::UsersController < Admin::ApplicationController add_breadcrumb I18n.t(""breadcrumbs.admin_users""), admin_users_path end ``` And we go to `/admin/users?locale=en` it loads perfectly: `Admin / Users` But if we switch language and refresh the page: `/admin/users?locale=lv` I get `Admin / Lietotāji`, when it should be `Administrācija / Lietotāji`, meaning, it only translates the last item. To get the all breadcrumbs to update, u have to go to first link, admin_path in this case, and then click to the last one, admin_users_path, in this example. Any ideas how to fix this?"
__label__enhancement "When the linter is running, it reports ""No lint errors."" On large files with errors, while the linter is still running (in my case, following a save), if I use the shortcut key to go to the next lint error, it shows the message ""No lint errors."" at the bottom. A message like ""Checking for errors..."" might be more useful and less misleading. I think this stems from the issue that there's no clear way to know when linting has started or finished when the file has no errors. "
__label__enhancement "Bonus Stars or Coins **Create Bonus Star/Coin Objects** Like in many old platform games, the player can gain extra points by collecting stars or coins. ![mario-coins](https://user-images.githubusercontent.com/22660271/32024503-b27e7fe6-b9d4-11e7-8739-665b8ef50f91.PNG) Create a new component that works in a similar way to the enemy characters, but when the player character collides with them they get extra points. The extra points should be shown as a star/coins total next to the level score. This is a new feature that will be used later to provide a leader board for players (rather than just getting to the end of without dying). If you need any help or have a suggestion just leave a comment."
__label__enhancement "Return error when Rate Spread value can't be calculated Currently, if the user requests a rate spread with a lock-in date for which we don't have APOR data (either because the date is invalid or because APOR data is missing), we use `0` as the APOR for the calculation. In that case, the user receives an incorrect response, but it looks exactly the same to them as a valid value. There's no indication from the API that we know the given rate spread is wrong. Instead of returning a fake rate spread value, we could return an error code (`400` or similar). Edited to add: We currently also ignore the `year` given in the Lock-In Date. For example, if the user gives a date in 2010, we treat it as though it were in 2017 and respond accordingly. This can cause data integrity issues for our users."
__label__question "Question: Is changing the `inputValue` on the `ArrowUp` and `ArrowDown` event possible? I am trying to make a call to `selectedHighlightedItem` every time the user changes the highlighted menu item. When I press enter, everything works, but the `isOpen` changes to `false` and I don't want the user to press Enter for this anyway. Is there a way to make it work? I would appreciate any help!"
__label__enhancement Change name of Room to Location Location is a more fitting term for the Room class.
__label__question "Versionierung @christianTF Du hattest im Wiki schon etwas zu den Versionsnummern geschrieben (http://www.loxwiki.eu:80/x/bgR7AQ). Ich habe das jetzt mal in ein ""Regelwerk"" gepackt: http://www.loxwiki.eu:80/x/YoOO Schaust Du es Dir bitte mal an? Passt das so?"
__label__bug "App is running in background on Windows ``` Jon Nelson SOMETIMES an app will be running (such as Gmail or Google contacts or Google Calendar) and after minimizing the app I won't be able to open it again. My desktop shows me that the app is already open (the icon has a tick on it when an app is open) but I can't find the app open when using the open windows viewer (see screenshots, where Gmail is NOT visible but seems to be running in background) When I click on the desktop icon it seems to ""try to open"" for a few seconds....but nothing happens. I don't know how to reproduce the issue, it seems to happen randomly. Thanks for you help ``` ![gmail running in background](https://user-images.githubusercontent.com/1548835/33124665-5b567ec0-cfb0-11e7-97dd-ea16dfa2138a.PNG) ![gmail not showing](https://user-images.githubusercontent.com/1548835/33124670-5d013cec-cfb0-11e7-8005-00a2a414709a.png) "
__label__bug "Lock version of axe-core to 2.5 to prevent accessibility test failures # Issue Description With the 2.6.0 version of axe-core, the new accessibility rule for ensuring there is a main landmark in a document. We are automatically pulling the latest release, 2.6.1 for axe-core. We should lock it down to 2.5.0 until terra-core and other libraries are updated to handle the new release. ## Issue Type - [ ] New Feature - [ ] Enhancement - [X] Bug - [ ] Other ## Expected Behavior Dependent library, terra-core, tests should not fail when running wdio tests. ## Current Behavior When pulling in the 2.6 version of axe-core, wdio tests will fail for certain terra-core components. "
__label__bug "Metrics: TotalRecords Improvement ## Background ### Description Currently, the `TotalRecords` metric is based around the number of records in the event which invoked Lambda: https://github.com/airbnb/streamalert/blob/560c0f7db88074cdeba6aaa0bc7a73745df97a9c/stream_alert/rule_processor/handler.py#L119 This is slightly misleading when records are nested, such as with VPC flow logs, or perhaps with S3 files that are pulled and parsed. ### Steps to Reproduce Observe your Lambda function execution for nested records, and this pattern will show as metrics are logged to CloudWatch. ## Desired Change Base the `TotalRecords` metric on the number of records parsed into the `StreamPayload` object: https://github.com/airbnb/streamalert/blob/560c0f7db88074cdeba6aaa0bc7a73745df97a9c/stream_alert/rule_processor/handler.py#L381"
__label__question "stringify json param objects I realize that its not really good practice to use json objects as params but sometimes it's legacy or required. It would be great if karate stringifed json object by default: - removed whitespace - removed newlines thus: ``` { foo : 'bar' } ``` becomes: ` /?param=%7B%22foo%22=%22bar%22%7D` "
__label__bug Update documentation for model functions Continuous predictors only
__label__question Export HTML table to PPT/PPTX is NOT working Export HTML table to PPT/PPTX is NOT working Thanks! mcamail2002@gmail.com
__label__bug "Shows error when opening media library in Tabular form When opening **Media > Library** from Dashboard, It shows error : Notice: Undefined property: Mystock_Import_OBFX_Module::$strings Here's the screenshot: ![screen shot 2018-01-05 at 9 59 59 pm](https://user-images.githubusercontent.com/3204558/34618295-52e39b20-f264-11e7-8bc7-8165bec7471d.png) @contactashish13 @selul "
__label__enhancement "Reader/Writer Было бы не плохо иметь способность спокойно читать и писать numpy.array в файлы. Надо полазить в документации и желательно написать две маленькие функции, чтобы можно было сохранять и загружать dict<string, numpy.array>"
__label__bug Some power plants do not display their output capacity Not sure why this is happening to some plants. They are tagged with plant:output:electricity Only thing I can think of is that there is no landuse tag which would be kind of silly for something that is inside a mountain. Also missing the power:source
__label__question "tabulator(""redraw"", true) not working on div/container resize Hi! I encountered a problem when when changing the size of the container (the left navigation menu becomes smaller, making the container with the table larger), the redraw function does not work. When you resize the browser window, everything works fine. ![screenshot_1](https://user-images.githubusercontent.com/36258590/35962301-91240a22-0cb9-11e8-8a19-cdee58519581.jpg) ![screenshot_2](https://user-images.githubusercontent.com/36258590/35962302-9140eb4c-0cb9-11e8-8577-265904370a9e.jpg) i noticed, if i turn off in css .tabulator width 100% i get this result ![screenshot_3](https://user-images.githubusercontent.com/36258590/35962983-faf9289a-0cbb-11e8-904d-bd001181aff9.jpg) "
__label__bug "Handle when custom tabs and browser is not installed There are some cases when we need handle the opening of links if custom tabs or browser is not installed. "
__label__question Requesting relative path folders I need my files organized in subfolders. There's an App conflict between what I can edit in the Raw tab and the Files tab and the hashes.
__label__question "How to change animation duration? An unfortunate side effect of increasing the throwout distance is that the animation duration drastically decreases to the point where it can be hard to notice. Is it possible to set a duration (or speed modifier) for the animation? (I'm throwing cards out programmatically, not by dragging). I noticed the `transform` prop but my frontend skills are pretty nonexistent at the moment."
__label__bug "Lazily creating publish connection causes some weird behavior As brought up in [Discourse](https://discuss.particular.net/t/rabbitmq-transport-brokerunreachableexception/272), the behavior around opening the publish connection means that we don't try to open the connection until the first send attempt, which overall seems like a decent optimization. If an endpoint doesn't need to send messages, then we don't open up an unused connection. However, this does have a couple drawbacks: - For a send-only endpoint, that means we start the endpoint without actually opening a connection to the broker at all. Any problem with the connection string or connectivity to the broker won't be discovered until the first attempt to send a message. - [We initialize the connection lazily using `Lazy<T>`](https://github.com/Particular/NServiceBus.RabbitMQ/blob/develop/src/NServiceBus.Transport.RabbitMQ/Connection/ChannelProvider.cs#L11), so if the single attempt to open the connection throws an exception, that exception is cached and we can never open a publish connection for the lifetime of the endpoint. "
__label__enhancement "Running jobs in the host machine's time zone So I currently have a command set to run at 12 AM daily, using the following time specifier: ``` 0 0 0 * * * ``` Over the last few days, Jobber has been successfully and consistently running the job at 12 AM daily, which is great....but at 12 AM UTC. The host machine's system time zone is America/Chicago. How can I configure the time zone of the job, or just make it use the host machine's time zone? I understand UTC is standard but this is quite confusing esp. for installations where the host machine is not in the UTC time zone (which most are not). However I'm happy to submit a PR documenting that the time specifier uses UTC by default."
__label__bug "Incorrectly named class In `tc_compare_dates.rb`, the class is named `TestGetCurrentdateObject` rather than `TestCompareDates`."
__label__enhancement DietPi-Globals | Replace duplicate function/var code in our scripts By simply loading this script on demand to export global vars. Also allows for logged in bash user session to use our commands (eg: ```AGI```) etc.
__label__bug Mistake in constructor I think that in constructor there should be: $this->name = $name; it is missing
__label__bug "Problem z Readme Nie działa plik "
__label__enhancement Windows Event logs being sent and logged in order of only the event log source App needs to combine all log sources to be sorted and logged by date and time of all event logs searched and sent and logged in that order
__label__bug "RuntimeError with Vagrant 2.0.0/ vagrant-vmware-workstation 5.0.0 and VMware Workstation12 Please note that the Vagrant issue tracker is reserved for bug reports and enhancements. For general usage questions, please use the Vagrant mailing list: https://groups.google.com/forum/#!forum/vagrant-up. Thank you! ### Vagrant version Run `vagrant -v` to show the version. If you are not running the latest version of Vagrant, please upgrade before submitting an issue. 2.0.0 ### Host operating system This is the operating system that you run locally. Windows 7 ### Guest operating system This is the operating system you run in the virtual machine. The vagrant cli itself is broken, no chance to start a VM. ### Vagrantfile ```ruby # Copy-paste your Vagrantfile here ``` Please note, if you are using Homestead or a different Vagrantfile format, we may be unable to assist with your issue. Try to reproduce the issue using a vanilla Vagrantfile first. ### Debug output Provide a link to a GitHub Gist containing the complete debug output: https://www.vagrantup.com/docs/other/debugging.html. The debug output should be very long. Do NOT paste the debug output in the issue, just paste the link to the Gist. https://gist.github.com/sbueringer/0bf8f5d1a0db309e6b3fd69a09ed6145 ### Expected behavior What should have happened? If I'm calling `vagrant` I expect a reasonable output no RuntimError. ### Actual behavior What actually happened? If I execute `vagrant` on Powershell and Windows cmd vagrant hangs on ` INFO subprocess: Starting process: [""C:/Users/SBUERIN/.vagrant.d/gems/2.3.4/gems/vagrant-vmware-workstation-5.0.0/bin/vagrant_vmware_desktop_sudo_helper_windows_amd64.exe"", ""task""]` If I execute the command in a GIT Bash I'll get the error as linked in the gist. ### Steps to reproduce 1. Install Vagrant 2.0.0 2. Install vagrant-vmware-workstation plugin 5.0.0 3. Execute `vagrant` ### References Are there any other GitHub issues (open or closed) that should be linked here? "
__label__question "How to get Shared links? Hi, I would like to retrieve the folder ID from a shared link using the method documented here: https://api.box.com/2.0/shared_items Could you help me? Regards, "
__label__question "How to show only the full 24h values on the x-axis in a timeseries chart? I would like to create a timeseries chart form a data set containing hourly values for the the duration of 1 year. The exact time of the hourly values is never on the full hour, it can be anything. But I would like the values showed on the x-axis to be on the full hour for periods of 24h. So 00:00, 01:00 ... 22:00, 23:00. How to achieve this? I know I can set the x-values as an array, as shown in the code below. But is there not a function to do this instead of having to manually code all the values for a year? ``` { data: { x: ""x"", xFormat: '%Y-%m-%d %H:%M:%S', columns: [ [""x"", ""2018-02-08 22:05:00"", ""2018-02-08 23:12:00"", ""2018-02-09 00:09:00"", ""2018-02-09 01:21:00""], [""data1"", 2, -1, -2, -3] ] }, axis: { x: { type: ""timeseries"", tick: { format: ""%H:%M"", values: [ ""2018-02-08 22:00:00"", ""2018-02-08 23:00:00"", ""2018-02-09 00:00:00"", ""2018-02-09 01:00:00"" ] } } } } ``` "
__label__bug G400: Acceleremeter gets wrong value. X value is always 1-4 while using software I2C is fine.
__label__question "supporting EventData_Properties when transmitting to Eventhub Hi, I am using ""message_sender_sample"" example to transmit to the Eventhub. However, in some other C- SDK which transmits to Eventhubs from Microsoft, exactly here-> ""azure-event-hubs-c"" SDK [send.c](https://github.com/Azure/azure-event-hubs-c/blob/master/eventhub_client/samples/send/send.c) Some features such as `EventData_Properties(eventDataHandle);` at line116 in the send.c code in link above are implemented. I can not find such implementation in this SDK ""azure-uamqp-c"", does it support transmitting EventData_Properties as well and if yes can you please show me where is the function which does so ? I searched alot in the github repository but can not find such implementation. Thanks in advance, "
__label__question How to package into the installation package How to package into the installation package ?
__label__bug "Error on first use of access_token When executing sync_to_server when no access_token has been saved, it produces an error. Note: Subsequent executions seem to succeed."
__label__bug "WMS UpdateSequence conversion error when string According to OGC the ""updateSequence"" capabalities attribute is optional and can be a string, but in WmsCapababilities.cs, line 83, only integers are accepted and an exception is raised if not. If the UpdateSequence property should remain an integer, my suggestion is to change the code from ``` if (att != null) { UpdateSequence = int.Parse(att.Value, NumberFormatInfo.InvariantInfo); } ``` to ``` if (att != null) { int val; if (int.TryParse(att.Value, NumberStyles.Integer, CultureInfo.InvariantCulture, out val)) UpdateSequence = val; } ``` "
__label__question "I want to make it case-insensetive Hey all, I am working with a team all of them use windows machine but I use fedora , when I start to clone the project everything is working well in their machines but after i have run npm start there is many errors like this > ERROR in ./router.js > Module not found: Error: Cannot resolve 'file' or 'directory' ./features/patientGrid/index in /myRepoInFedoraMachine Do you have any suggestions ? "
__label__question "Get detached-HEAD info When checking out a remote branch inside a git-repository (where no related local branch exists), I get the following information with standard git: ``` $ git checkout origin/develop ... You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. ... $ git branch * (HEAD detached at origin/develop) develop master ``` When opening the repository with go-git, I want to get the same information: `HEAD detached at origin/develop`. I can retrieve the current branch by using `repo.Head()` and I can detect the detached-HEAD state via `isDetachedHead := repo.Head().Name() == ""HEAD""` Is there a way to find out which exact remote branch is currently checked out? In my example, this would be ""origin/develop"". "
__label__question "No scripting panel #### Expected behaviour ""Show scripting panel"" should show a panel (not sure where or what it would look like). #### Actual behaviour Nothing happens. #### Steps to reproduce Window > Panels > Show scripting panel or Window > Show > Show all panels #### Output from the debug section in the settings dialog ## General Info **Current Date**: `Sat Jan 13 19:13:48 2018` **Version**: `18.01.3` **Build date**: `Jan 13 2018` **Build number**: `3430` **Platform**: `macosx` **Operating System**: `macOS High Sierra (10.13)` **Build architecture**: `x86_64` **Current architecture**: `x86_64` **Release**: `Travis CI` **Qt Version (build)**: `5.10.0` **Qt Version (runtime)**: `5.10.0` **Portable mode**: `no` **Settings path / key**: `/Users/robcrutchfield/Library/Preferences/com.pbe.QOwnNotes.plist` **Application database path**: `/Users/robcrutchfield/Library/Application Support/PBE/QOwnNotes/QOwnNotes.sqlite` **Application arguments**: `/Applications/QOwnNotes.app/Contents/MacOS/QOwnNotes` **Qt Debug**: `0` **Locale (system)**: `en_US` **Locale (interface)**: *empty* **Icon theme**: `breeze-qownnotes` **Notes in current note folder**: `11` **Enabled scripts**: `1` ## Server Info **serverUrl**: *empty* **appIsValid**: `ye` **notesPathExists**: *empty* **serverVersion**: *empty* **appVersion**: *empty* ## Note folders **currentNoteFolderId**: `1` ### Note folder `default` **id**: `1` **isCurrent**: `yes` **activeTagId**: `-1` **localPath**: `/Users/robcrutchfield/Dropbox/QON` **remotePath**: `Notes` **isShowSubfolders**: `yes` **isUseGit**: `no` **activeNoteSubFolder name**: *empty* **database file**: `/Users/robcrutchfield/Dropbox/QON/notes.sqlite` ## Enabled scripts ### Script `Note link to clipboard` **id**: `1` **path**: `/Users/robcrutchfield/Library/Application Support/PBE/QOwnNotes/scripts/note-link-to-clipboard/note-link-to-clipboard.qml` **variablesJson**: *empty* **identifier**: `note-link-to-clipboard` **version**: `0.0.1` **minAppVersion**: `17.02.4` ## Settings **646F6E7A_00000000_00000001_6E7A6361_696D6963**: `1` **AKLastCheckInAttemptDate**: `2018-01-12T19:55:01` **AKLastCheckInSuccessDate**: `2018-01-12T19:55:01` **AKLastEmailListRequestDateKey**: `2017-12-15T08:21:21` **AKLastIDMSEnvironment**: `0` **ActiveNoteHistoryItem**: *empty* **Country**: `US` **Debug/fakeOldVersionNumber**: `false` **Debug/fileLogging**: `true` **Editor/ColorSchemes**: `EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368` **Editor/CurrentSchemaKey**: `EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368` **Editor/autoBracketClosing**: `true` **Editor/autoBracketRemoval**: `true` **Editor/editorWidthInDFMOnly**: `true` **Editor/highlightCurrentLine**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_-1**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_0**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_1**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_11**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_12**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_13**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_14**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_15**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_16**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_17**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_18**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_19**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_2**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_21**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_22**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_23**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_24**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_25**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_3**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_4**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_8**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColorEnabled_9**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_-1**: `#fefffc` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_0**: `#fff8ef` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_1**: `#fff2e4` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_11**: `#aaf7ff` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_12**: `#f1f1f4` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_13**: `#f1f1f4` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_14**: `#f1f1f4` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_15**: `#f1f1f4` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_16**: `#f1f1f4` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_17**: `#f1f1f4` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_18**: `#fce94f` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_19**: `#e2e7e2` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_2**: `#fff2e4` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_21**: `#ebebeb` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_22**: `#f7f6ff` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_23**: `#eaebea` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_24**: `#ffffff` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_25**: `#fffae2` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_3**: `#ffffff` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_4**: `#eaebea` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_8**: `#dbf9e5` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/BackgroundColor_9**: `#babdb6` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/Bold_12**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/Bold_13**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/Bold_14**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/Bold_15**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/Bold_16**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/Bold_17**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/Bold_24**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/Bold_8**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/FontSizeAdaption_12**: `100` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/FontSizeAdaption_13**: `100` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/FontSizeAdaption_14**: `100` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/FontSizeAdaption_15**: `100` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/FontSizeAdaption_16**: `100` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/FontSizeAdaption_17**: `100` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/FontSizeAdaption_24**: `80` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/FontSizeAdaption_8**: `100` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_-1**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_0**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_1**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_10**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_11**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_12**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_13**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_14**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_15**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_16**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_17**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_18**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_19**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_2**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_20**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_21**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_22**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_23**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_24**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_3**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_4**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_5**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_6**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_7**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_8**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColorEnabled_9**: `false` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_-1**: `#000000` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_0**: `#3465a4` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_1**: `#fc7e00` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_10**: `#a3007b` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_11**: `#ababab` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_12**: `#00316e` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_13**: `#00316e` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_14**: `#00316e` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_15**: `#00316e` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_16**: `#00316e` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_17**: `#00316e` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_18**: `#000000` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_19**: `#008000` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_2**: `#fc7e00` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_20**: `#3d3d3d` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_21**: `#393939` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_22**: `#4e18b9` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_23**: `#008000` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_24**: `#000000` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_3**: `#729fcf` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_4**: `#008000` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_5**: `#3d3d3d` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_6**: `#3d3d3d` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_7**: `#c17d11` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_8**: `#000000` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/ForegroundColor_9**: `#a3007b` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/Italic_7**: `true` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/Name**: `Custom` **EditorColorSchema-ea9eb2c6-f7a4-42f4-8454-f3f71ed24368/Underline_18**: `false` **Hewlett Packard MFP M377dw**: `1` **Hewlett Packard MFP M476dn**: `1` **LastUpdateCheck**: `2018-01-13T18:49:13` **MainWindow/geometry**: `<binary data>` **MainWindow/mainToolBar.iconSize**: `32` **MainWindow/menuBarGeometry**: `<binary data>` **MainWindow/noteSubFolderTreeWidgetExpandState-1**: `Actions, Subjects/LEARN PHP` **MainWindow/noteTextEdit.code.font**: `Courier New,13,-1,5,50,0,0,0,0,0,Regular` **MainWindow/noteTextEdit.font**: `.SF NS Text,13,-1,5,50,0,0,0,0,0` **MainWindow/noteTextView.code.font**: `Monaco,10,-1,5,50,0,0,0,0,0` **MainWindow/noteTextView.font**: `.SF NS Text,13,-1,5,50,0,0,0,0,0` **MainWindow/noteTextView.rtl**: `false` **MainWindow/showNotesFromAllNoteSubFolders**: `false` **PNY Technologies USB 2/0 FD**: `1` **PiwikClientId**: `<hidden>` **ScriptRepositoryDialog/geometry**: `<binary data>` **ScriptRepositoryDialog/mainSplitterState**: `<binary data>` **SearchEngineId**: `0` **SettingsDialog/geometry**: `<binary data>` **SettingsDialog/mainSplitterState**: `<binary data>` **ShowSystemTray**: `false` **StartHidden**: `false` **SyncServicesServerWasActive**: `true` **UpdateDialog/geometry**: `<binary data>` **WebAutomaticSpellingCorrectionEnabled**: `false` **WelcomeDialog/geometry**: `<binary data>` **acceptAllExternalModifications**: `false` **allowDifferentNoteFileName**: `false` **allowNoteEditing**: `true` **allowOnlyOneAppInstance**: `false` **appMetrics/disableAppHeartbeat**: `false` **appMetrics/disableTracking**: `false` **appMetrics/notificationShown**: `true` **closeTodoListAfterSave**: `false` **cryptoKey**: `<hidden>` **currentNoteFolderId**: `1` **currentWorkspace**: `559882b9-209a-445d-b023-80b43437bf63` **cursorWidth**: `1` **customNoteFileExtensionList**: *empty* **darkMode**: `false` **darkModeColors**: `false` **darkModeTrayIcon**: `false` **defaultNoteFileExtension**: `txt` **demoNotesCreated**: `true` **disableAutomaticUpdateDialog**: `false` **dockWasInitializedOnce**: `true` **externalEditorPath**: *empty* **fullyHighlightedBlockquotes**: `false` **gitCommitInterval**: `30` **gitExecutablePath**: *empty* **gitLogCommand**: *empty* **ignoreAllExternalModifications**: `false` **ignoreAllExternalNoteFolderChanges**: `false` **imageScaleDown**: `false` **imageScaleDownMaximumHeight**: `1024` **imageScaleDownMaximumWidth**: `1024` **insertTimeFormat**: `yyyy-MM-dd ddd ` **interfaceLanguage**: *empty* **internalIconTheme**: `false` **itemHeight**: `18` **markdownHighlightingEnabled**: `false` **networking/ignoreSSLErrors**: `true` **networking/proxyType**: `2` **newNoteAskHeadline**: `true` **noteSaveIntervalTime**: `10` **noteSubfoldersPanelDisplayAsFullTree**: `true` **noteSubfoldersPanelHideSearch**: `false` **noteSubfoldersPanelOrder**: `0` **noteSubfoldersPanelShowFullPath**: `false` **noteSubfoldersPanelShowNotesRecursively**: `false` **noteSubfoldersPanelShowRootFolderName**: `true` **noteSubfoldersPanelSort**: `0` **notesPanelOrder**: `0` **notesPanelSort**: `1` **notesPath**: `/Users/robcrutchfield/Dropbox/QON` **notifyAllExternalModifications**: `true` **ownCloud/password**: `<hidden>` **ownCloud/serverUrl**: *empty* **ownCloud/supportEnabled**: `false` **ownCloud/todoCalendarBackend**: `3` **ownCloud/todoCalendarCalDAVPassword**: `<hidden>` **ownCloud/todoCalendarCalDAVServerUrl**: *empty* **ownCloud/todoCalendarCalDAVUsername**: *empty* **ownCloud/todoCalendarEnabledList**: *empty* **ownCloud/todoCalendarEnabledUrlList**: *empty* **ownCloud/todoCalendarUrlList**: *empty* **ownCloud/userName**: *empty* **previousWorkspace**: `559882b9-209a-445d-b023-80b43437bf63` **restoreCursorPosition**: `false` **savedSearches/noteFolder-1**: `Note 2018-01-13T16.42.15, Note 2018-01-13T16.36.28, Note 2018-01-13T16.29.26, General spec of pim system, Install or upgrade Apache and PHP on Mac, Install or upgrade) Apache and PHP, Candidates, And another, Here is another note, This is a note about Khan Academy, Note 2018-01-12T06.28.48` **showMenuBar**: `false` **showStatusBar**: `true` **taggingShowNotesRecursively**: `false` **tagsPanelHideSearch**: `false` **tagsPanelOrder**: `0` **tagsPanelSort**: `0` **toolbar/1/items**: `action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, , actionOpen_List` **toolbar/1/name**: `mainToolBar` **toolbar/1/title**: `main toolbar` **toolbar/2/items**: `actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote` **toolbar/2/name**: `formattingToolbar` **toolbar/2/title**: `formatting toolbar` **toolbar/3/items**: `actionInsert_Link_to_note, actionInsert_image, actionInsert_current_time` **toolbar/3/name**: `insertingToolbar` **toolbar/3/title**: `inserting toolbar` **toolbar/4/items**: `action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note` **toolbar/4/name**: `encryptionToolbar` **toolbar/4/title**: `encryption toolbar` **toolbar/5/items**: `actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size` **toolbar/5/name**: `windowToolbar` **toolbar/5/title**: `window toolbar` **toolbar/6/items**: `action_Quit` **toolbar/6/name**: `quitToolbar` **toolbar/6/title**: `quit toolbar` **toolbar/size**: `6` **useUNIXNewline**: `false` **workspace-559882b9-209a-445d-b023-80b43437bf63/name**: `full` **workspace-559882b9-209a-445d-b023-80b43437bf63/noteSubFolderDockWidgetVisible**: `true` **workspace-559882b9-209a-445d-b023-80b43437bf63/windowState**: `<binary data>` **workspace-b10048ac-0c26-407c-a3e8-974098b1866a/name**: `minimal` **workspace-b10048ac-0c26-407c-a3e8-974098b1866a/noteSubFolderDockWidgetVisible**: `true` **workspace-b10048ac-0c26-407c-a3e8-974098b1866a/windowState**: `<binary data>` **workspaces**: `559882b9-209a-445d-b023-80b43437bf63, b10048ac-0c26-407c-a3e8-974098b1866a` ## System environment **TERM_PROGRAM**: `Apple_Terminal` **TMPDIR**: `/var/folders/tc/s07zbr9s5sn1j745qpz5vp980000gn/T/` **__CF_USER_TEXT_ENCODING**: `0x1F5:0x0:0x0` **OLDPWD**: `/Users/robcrutchfield` **SHELL**: `/bin/bash` **_**: `/usr/bin/open` **HOME**: `/Users/robcrutchfield` **TERM_SESSION_ID**: `C7A9E4D3-034B-4FE6-8BDE-E6D303BDD9FD` **SSH_AUTH_SOCK**: `/private/tmp/com.apple.launchd.UiPxJ9eT2n/Listeners` **Apple_PubSub_Socket_Render**: `/private/tmp/com.apple.launchd.C70iFVoQnw/Render` **CPPFLAGS**: `-I/usr/local/opt/qt/include` **PYTHONPATH**: `/usr/local/lib/python2.7/site-packages:` **TERM_PROGRAM_VERSION**: `400` **SHLVL**: `2` **LDFLAGS**: `-L/usr/local/opt/qt/lib` **PATH**: `/usr/local/opt/qt/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin` **TERM**: `xterm-256color` **LOGNAME**: `robcrutchfield` **XPC_SERVICE_NAME**: `test.QOwnNotes.3704` **LANG**: `en_US.UTF-8` **SECURITYSESSIONID**: `186a9` **USER**: `robcrutchfield` **XPC_FLAGS**: `0x0` **PWD**: `/var/folders/tc/s07zbr9s5sn1j745qpz5vp980000gn/T/tmp.qx5clBZR` **QT_LOGGING_RULES**: `qt.network.ssl.warning=false` #### Relevant log output (you have to enable enable the log widget) [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:11] [warning] libpng warning: iCCP: known incorrect sRGB profile [19:11:38] [scripting] loading script file: /Users/robcrutchfield/Library/Application Support/PBE/QOwnNotes/scripts/note-link-to-clipboard/note-link-to-clipboard.qml"
__label__bug "Luci doesn't show 802.11s correctly in /luci/admin/network/wireless It doesn't show correct status, it's deactivated or smthg. Is the status not determinable? Meshid isn't shown instead of ssid. May be the table-header can be changed to ssid / meshid in second column? s.a. https://github.com/openwrt/luci/issues/1228#issuecomment-337924706"
__label__question "data filters not working currectly date filters(creation, updated, due) not working with some filters like: 1/ status:open due:< next Friday (next also not working 2/ status:open due:+ 7 days 3/ status:open due:< + 7 days "
__label__question "How to support usage in an rtl language? Hey, currently when applied in an rtl language page/div, the scrolling and thumbnails direction remains LTR. is there any support for this which i've missed? :)"
__label__bug "Login Redirected to Login Page Passbolt version 1.6.5 CentOS 7 PHP 5.6.2 Apache 2.4.29 (cPanel) MySQL Ver 14.14 Chrome 63.0.3239.84 I installed Passbolt as per [the guide](https://www.passbolt.com/help/tech/install). Healthcheck is clear. Register user as per the guide, walked through setup, logged in. I expected to be logged in but instead it returns to the login screen. Nothing in the browser console. In error.log, this is appended every time a login attempt fails (but in no other cases): ``` Error: [ForbiddenException] You need to login to access this location Request URL: /auth/checkSession.json Stack Trace: #0 /home/pacificsky/passwords.pacificsky.co/lib/Cake/Controller/Component/AuthComponent.php(349): GpgAuthenticate->unauthenticated(Object(CakeRequest), Object(CakeResponse)) #1 /home/pacificsky/passwords.pacificsky.co/lib/Cake/Controller/Component/AuthComponent.php(305): AuthComponent->_unauthenticated(Object(AuthController)) #2 [internal function]: AuthComponent->startup(Object(AuthController)) #3 /home/pacificsky/passwords.pacificsky.co/lib/Cake/Utility/ObjectCollection.php(128): call_user_func_array(Array, Array) #4 [internal function]: ObjectCollection->trigger(Object(CakeEvent)) #5 /home/pacificsky/passwords.pacificsky.co/lib/Cake/Event/CakeEventManager.php(243): call_user_func(Array, Object(CakeEvent)) #6 /home/pacificsky/passwords.pacificsky.co/lib/Cake/Controller/Controller.php(678): CakeEventManager->dispatch(Object(CakeEvent)) #7 /home/pacificsky/passwords.pacificsky.co/lib/Cake/Routing/Dispatcher.php(189): Controller->startupProcess() #8 /home/pacificsky/passwords.pacificsky.co/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(AuthController), Object(CakeRequest)) #9 /home/pacificsky/passwords.pacificsky.co/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse)) #10 {main} ``` "
__label__bug "Warning message shows in published MODFLOW model instance When a MODFLOW model instance is published, it shows a warning message like below. ![image](https://user-images.githubusercontent.com/4822612/32075133-d47a2fb0-ba69-11e7-9f23-016c509b5078.png) This message should not be shown to non-owners of the resource. It should only be shown to owners and editors of the resource. Step 1: Disable this message for now (quick fix). Step 2: Only show message if owner/editor is viewing the resource. "
__label__enhancement "Minimum amount payable error When a user enters an amount less than the minimum amount specified by admin, Paystack loads the minimum admin specified amount instead of user input with no warning or feedback _Suggestion_: Validation so that the form doesn't submit instead"
__label__bug """Center map on layer"" change is not correctly updated when publishing Looks like it stores `embed_zoom=builder_zoom-1` Builder: ![image](https://cloud.githubusercontent.com/assets/9017165/21567267/450f1944-ceab-11e6-851c-133450ddfa66.png) Embed: ![image](https://cloud.githubusercontent.com/assets/9017165/21567270/4ad5579e-ceab-11e6-9911-b1b2d7ce6799.png) "
__label__question " group video call how many member join at the same time in group video call ? . And how much internet speed need connect 4 member video call , because my group video call more then 2 member not connecting at the time , so kindly explain me how to solve the problem quickly ASOP."
__label__bug "Tests failing for lastfm.py module Sometimes some functions in test_lastfm return errors: `[Errno 110] Connection timed out'` "
__label__enhancement "Implement an alternative to `enrichers` -- `enhancers` Profiling showed us that there is a significant performance impact of using enrichers mostly due to the inefficient Promise implementation present in react native. Therefore we need a solution (probably a temporary one) that performs well. Enhancers, like enrichers are registered for a specific element, **but** they will be only allowed to act on **root level elements** . Enhancers have the API ``` // registration enhance.register(kind, enhancer) // enhancer signature enhancer :: async (el, context) => (el => el) ``` In other words, they take the element, an optional context and then return an updating fn that will eventually apply the enhancement to the element in question. All enhancers are run in parallel on the read document. The order in which the returned update fns are run is determined by the subsystem sequence / registration sequence: ```javascript const value = await read(...) const updates = await Promise.all(runEnhancers()) const enhancedValue = R.reduce((v, u) => u(v), value, updates) ``` The idea is that the enhancer performs necessary async / fetch operations in the body of the async call (by examining the provided document), once everything is ready it returns the update fn which will apply the changes on the document. e.g. ```javascript enhance.register(['document'], async (el, context) => { const bookmarks = await getBookmarks(context) return document => applyBookmarks(document) }) ``` "
__label__enhancement Allow using JSON-schema draft 6 [ajv](https://www.npmjs.com/package/ajv) now supports JSON-schema draft 6 by default. so we could update ajv and introduce the possibility to switch between draft 4 or 6
__label__enhancement "Exit intent, to stop things WHY Expecting might be expecting something and stuck in a loop WHAT Remove the code from the expecting class Move it to request and add more exit key words https://developers.google.com/actions/assistant/app-exits"
__label__enhancement "Move keys cache operation into its own fallback substep Presently piggybacks off the _fast fallback_ method, and while it works, is a bit hacky. "
__label__bug "`TargetCxxOptions::modeGet()` The mode property cannot be empty. If this happens, after appending configurations, `configAppend` forces it to `C++`, and then, a C project will not compile. Planned changes: - ~~Require the mode string to be set in the constructor. `TargetCxxOptions` will no longer be default constractable~~. Include files must stay language neutral - [x] Set correct language form r_compiler in `TargetCxx::TargetCxx` - [x] Fix any compilation errors - [x] Check if the solution works"
__label__question "About temp emails Is it possible to disable validation of temp emails like ""guerrillamail"""
__label__enhancement "[Feature Request] Propagate mount write/update permissions to the client Realted to: https://github.com/owncloud/core/issues/29873 ([Feature Request] Mark mount as read only in the mount settings) https://github.com/owncloud/client/issues/6252 ([Feature Request] Define actions on read only mounts) We should let the client proactively know which rights the mount has to properly define actions on. Especially that the client can not write back (is_creatable, is_updatable). We already have mounts where you can read only (ro-share). Without propagating this, the client thinks he can write back and fails. The user is confused as he has no clue or forgotten why this is the case. An implementation would enable the client to define actions based on this info. @PVince81 @SamuAlfageme "
__label__bug "(2D) Crash on drag and drop scene file on empty scene <!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 3.0B 37ca542d2bfd9aac296e82e30a76117090dea08e Compiler VS2017 SCons 2.5.1 Python 2.7 <!-- Specify commit hash if non-official. --> **OS/device including version:** Windows 10 64 bits <!-- Specify GPU model and drivers if graphics-related. --> **Issue description:** When I drag a scene (not empty and previously saved) to a completely empty new scene (2D) a dialog box appears with some options, when I choose one and click on ""Ok"" godot crash. Could the same thing be done when a scene is instantiated as a Node? as a suggestion (when the scene is empty in 2d and 3d) ![godotcrash](https://user-images.githubusercontent.com/5357217/34655482-5d20c3b6-f3e9-11e7-8f22-747c2260a773.gif) <!-- What happened, and what was expected. --> **Steps to reproduce:** Create a project Create a new scene, add a node and save file Create a empty scene (no add nothing) Drag from file system the scene created (with node) and drop to a empty scene (In 2D) select any option from the menu and crash >:D ! **Minimal reproduction project:** just create a empty scene and drag an drop the scene file in 2d mode [GodotBeta.zip](https://github.com/godotengine/godot/files/1610325/GodotBeta.zip) <!-- Recommended as it greatly speeds up debugging. Drag and drop a zip archive to upload it. --> "
__label__bug "ITM does not finish loading while system favorites are enabled - Cinnamon version: 3.6.7 - Extension version: 6.2.0 - Linux distribution: Linux Mint 18.3 - Pastbin the outputs of: - ~/.cinnamon/configs/IcingTaskManager@json/*.json [settings.log](https://github.com/jaszhix/icingtaskmanager/files/1592370/settings.log) [inxi.log](https://github.com/jaszhix/icingtaskmanager/files/1592374/inxi.log) - ~/.xsession-errors [xsession.log](https://github.com/jaszhix/icingtaskmanager/files/1592385/xsession.log) (cinnamon:9362): Cjs-WARNING **: JS ERROR: undefined - Describe the steps needed to be taken in order to reproduce this bug. Switch to system favorites in ITM settings. Restart Cinnamon, and system favorites will not load. Log out and then log in, and ITM will load correctly on the initial Cinnamon load. I am unable to reproduce this on a desktop using the extensions refactor Cinnamon PR, but reliably occurring on git master with an optimus laptop. "
__label__question "Make Job.getParams() public Hi It would be better to make getParams() public. For example, if I want to cancel all jobs for tag with specific params, I can't."
__label__enhancement Rewrite Cause why not?
__label__question "Investigate using a domain based store There are three main ways to communicate state between components: ### 1. Parent-Child This is generally by the UI framework. Eg. passing values between components that are close to each other.. ### 2. Global Connected Storing and updating data that may be used all over the app. Redux, or Rematch are a great fit. ### 3. Domain Specific Data that is only needed in one particular area of your app. Often UI, or form data, etc. Think of React's new upcoming [Context API](https://medium.com/dailyjs/reacts-%EF%B8%8F-new-context-api-70c9fe01596b), or the quite elegant [Unstated](https://github.com/thejameskyle/unstated)). Unfortunately, this third scenario likely requires a framework-specific solution. It needs to keep track of the component tree (the ""domain""). I'm not sure if Rematch would be a good fit. However, I would like to see a solution for React, based on the new context API that uses ""models"", that can be provided & subscribed to. I think this would create an even simpler API than unstated. Something to think about. "
__label__bug "Send a Private Message Button miscolored ## Is something unstyled or looking weird? - The Button saying ""Send a private message"" below Tweets (might only be activated for Support Accounts? Not sure how to add this to a Tweet myself). - Class: `.TwitterCard .MessageMeCard-content` ## URL of where this happens or steps to reproduce - https://twitter.com/ATVIAssist/status/903007921591775232 ## Screenshots ![image](https://user-images.githubusercontent.com/16727756/29903805-71884c90-8dcb-11e7-8ec8-46c3d0c379ed.png) ![image](https://user-images.githubusercontent.com/16727756/29903811-7d3e9968-8dcb-11e7-8f0f-8a2435140683.png) Should match Tweet background-color ![image](https://user-images.githubusercontent.com/16727756/29903825-94b45ee8-8dcb-11e7-9229-bc2f2d3766c7.png) ![image](https://user-images.githubusercontent.com/16727756/29903817-8a344064-8dcb-11e7-8a28-69b78832e41c.png) "
__label__enhancement "Update README file The current README file is outdated and needs to be updated to reflect the new Arbor API (subscriptions). - Add Installation section - Add React section (quick overview and link to `arbor-react`) - Update Timetravel section to point to `arbor-timetravel` repo - Add Examples section with working example apps (add `arbor-react-app` to the examples list) - Add License - Add How to Contribute section - Add more examples - Add a section to provide a good overview of how Arbor works internally (State Tree, Structural Sharing, Mutation Paths, Transaction and large dataset updates, etc...) - Add a section for benchmark results (add graphs, everybody likes graphs :) "
__label__bug "Release 2 : Priority 1: System is showing error in Create module when trying to save a List where Extension is longer than 3 characters. (Should be able to store up to 200 characters) In the Administration module: The system should prevent user from adding Extension code when length is more than 3 characters and display a message ""Length of Extension cannot exceed 3 characters"". If the codelist type is extension and code entered in greater than 3 characters, display the message."
__label__question "Writing data to Flash using Pstorage Hello Everyone, This is continuation of issue Persistent Storage #210 Correct me if I am wrong. According to this link: http://infocenter.nordicsemi.com/index.jsp?topic=/com.nordic.infocenter.s130.sds/dita/softdevices/s130/sd_resource_reqs/hw_block_interrupt_vector.html&cp=3_7_2_0_6_0 if softdevice is enabled, the flash can be written only through SoftDevice API sd_flash_write commands. https://github.com/d00616/arduino-NVM : This uses writing to flash using registers."
__label__enhancement No extra new line should be in error message https://github.com/HashDataInc/bireme/blob/8f51d4fd7217ee72a728f15ac666f5110d11254f/src/main/java/cn/hashdata/bireme/Bireme.java#L165
__label__question "Should I be able to import any Node package with this? I'm trying to use this JS package: https://github.com/mohsen1/json-formatter-js I tried several methods and all have failed so far: `dart:js`, `package:js`, `package:node_interop` and then this one. Any idea how to use a generic JS library with Dart?"
__label__enhancement "Enhancement on the time expression. Hey, after talking about it in the #skriptdev channel, we realized that this expression doesn't accept time period when setting which would be something pretty useful and would make sense, being able to do: ``` set event-world's time to day ``` Is evenly more intuitive as it simulates the behavior of the vanilla MC command `/time`. Said that, I think you get what is being suggested here."
__label__enhancement Port to osx Not gonna happen - too busy
__label__question "Sending and receiving packets using multiple interfaces. I am trying to make a script to trace all nodes on a path between two hosts, each having three interfaces. I have simulated the intermediate network using linux virtual machines (Ubuntu) as routers with static routing set up to create custom networks. its a 3x3 network, with 9 paths available. After tracing the each nodes on each path, i will use this info for further work, basically evaluating the validity of a formula. My question is, is it possible to use scapy to send and receive packets selecting multiple interfaces on a host by giving source address of each of the 3 interfaces? Using `sr1(IP(dst=""target"")/icmp())` seems to work fine, sent packet has src address of the interface set as gw in _/etc/network/interfaces_. I get a reply too. Doing same with 'sr1(IP(src="" GW IP"" , dst=""target "")/ICMP()) also works since src is the gw. But when I try 'sr1(IP(src=""IP of any of the other 2 interfaces"", dst=""target"")/ICMP())', i see packet sent in scapy , but the reply is not received. Using wireshark I see no packets being sent out from the interface. The gateway is the default gateway that I have setup in _/etc/network/interfaces_. Actually I have my static routing rules and static ips of the interfaces setup on each host in _/etc/network/interfaces_. The NetworkManager.services is stopped and disabled in order not to conflict with the static IP in _/etc/network/interfaces_. Since I couldnt define multiple gateways in the script, I have added 3 custom routing tables in _/etc/iproute2/rt_tables_ with rules for them set up in _/etc/network/interfaces_ as my static routes. I guess its my static route setup that is the issue here. But still I want to confirm first whether it is possible to send receive on multiple interfaces with scapy. i will stick to scapy if Yes, otherwise I will shift to socket programming of Python or C."
__label__enhancement "rrwl plugin https://forum.efa-project.org/viewtopic.php?f=14&t=1769 "
__label__bug "DayMet unit tests fail ``` Error: DayMet weather data: (@test_WeatherDB_DayMet.R#49) subscript out of bounds 1: dw_DayMet_NorthAmerica(dw_source, dw_names, exinfo, site_dat, sim_time, path = dm_path) at rSFSW2/tests/testthat/test_WeatherDB_DayMet.R:49 ```"
__label__question "Extending Fields: rendering field's template without React I'm looking at the [carbon-field-number](https://github.com/htmlburger/carbon-field-number) example. The PHP part is clear to me, but I'm confused a little about the JS part. I see that you use React to render the field's template. But what If I wanted to use a different JS library: Vue.js, Angular... or even plain JS? I don't really understand based on what the PHP code ""guess"" what JS code is responsible for rendering a field... or the opposite: How the JS script ""knows"" where to render? I didn't find any information in the [JS API documentation](https://carbonfields.net/docs/advanced-topics-javascript-api/?crb_version=2-1-0) how to wire up the JS code to a specific Field. I guess that a JS module must expose some public API and/or there must be some naming convention that I have to use in order to ""tell"" PHP that ""this JS module is responsible for rendering this carbon field"". --- **// edit** I found that the [bootstrap.js](https://github.com/htmlburger/carbon-field-number/blob/master/assets/js/bootstrap.js) is the entry point and it imports the `registerFieldComponent` from `lib/registry`. But what the `lib/registry` module is? I can't find such a module either in the `package.json` nor in the repository. ...I must have missed something that's really trivial. **// edit 2** OK. It seems more clear now when I found this line in the Webpack config: ``` javascript /** * This path assumes that Carbon Fields and the current template * are both in the `/plugins` directory. Change if according to your needs. */ const root = path.resolve(__dirname, '../carbon-fields'); ``` the `registerFieldComponent` is meant to be loaded from the carbon fields plugin directory and it seems that we're forced to use React because the `registerFieldComponent` depends on React. Correct me if I'm wrong."
__label__bug "Sims 2 DS freezes in-game #10 was fixed by commit 28ba77942938a5b987c445801be1907d2df1b54a, allowing the game to boot. However... ![sims2freeze](https://user-images.githubusercontent.com/12768103/34347174-31020076-e9ce-11e7-85c3-0b0a37d99617.png) Freezes consistently upon getting to this screen. Possible DMA issue?"
__label__bug "Letter Occurrence If the last guessed of a question exists in the next question, app accepts that letter for the next one too and counts it as a correct letter."
__label__enhancement "Options for loglevel per feature The various logs like perf middlewares, dispatch Info and log middleware should have a customizeable loglevel"
__label__bug "ESLint fail in Jenkins and local dev, but passing on Travis The ""test"" npm run-script on Travis CI is passing in Node 4, 8 and 9 at <https://travis-ci.org/qunitjs/qunit/builds/326175125>. Node 8, for example at <https://travis-ci.org/qunitjs/qunit/jobs/326175130> passes: ``` $ node --version v8.9.4 $ npm --version 5.6.0 .. $ yarn .. $ export NPM_SCRIPT=test $ npm run-script $NPM_SCRIPT > grunt .. Running ""eslint:js"" (eslint) task .. Done. ``` Yet, the same command is failing on Jenkins at <http://jenkins.jquery.com/job/QUnit/746/console> ``` + node --version v8.9.3 + npm --version 5.5.1 + npm install .. + grunt .. Running ""eslint:js"" (eslint) task /var/lib/jenkins/jobs/QUnit/workspace/test/main/deepEqual.js 1808:43 error Multiple spaces found before '0' no-multi-spaces 1877:8 error Multiple spaces found before 'new' no-multi-spaces ✖ 2 problems (2 errors, 0 warnings) 2 errors, 0 warnings potentially fixable with the `--fix` option. Warning: Task ""eslint:js"" failed. ``` I can reproduce the same failure locally as well: ``` $ node --version v9.3.0 $ npm --version 5.6.0 $ npm install .. $ npm test .. > grunt .. Running ""copy:src-css"" (copy) task Copied 1 file Running ""eslint:js"" (eslint) task /Users/krinkle/Development/qunit/test/main/deepEqual.js 1808:43 error Multiple spaces found before '0' no-multi-spaces 1877:8 error Multiple spaces found before 'new' no-multi-spaces ✖ 2 problems (2 errors, 0 warnings) 2 errors, 0 warnings potentially fixable with the `--fix` option. Warning: Task ""eslint:js"" failed. ```"
__label__enhancement "Improve search engine optimization by including text Search engines probably aren't indexing the page well because it contains no useful text without loading scripts. Add the ""about"" information to the static HTML."
__label__question How to add triangle icon to accordion header? It is a neat features of other accordions: A triangle prefixing closed accordion headers pointing right and which turns down upon opening the accordion with the same delay - and visa versa for closing the accordion. How can this be done?
__label__enhancement Provide luyadev command Add new bin file to luya main repo (not core) which helps initialize and update the https://github.com/luyadev/luya-env-dev repos folder.
__label__enhancement "change the type field value for anime Type for `anime` content needs to be changed from `show` to `tvshow` inside the database. ```javascript db.animes.update({type: 'show'}, {$set: {type: 'tvshow'}}, {multi: true}) ```"
__label__enhancement "Introduce app path prefix (such as ~/ in asp or ./ it linux) Apply to templates, files, logs and configus"
__label__question "Clarification capabilities/future plan Sorry if this format is inappropriate, but I couldn't think of a better place to ask my question. I'm contributing to a node.js app, and data comes through that I'm feeding to a ConvNetJS network. I have 7 floats for inputs, and I request 1 output. In the simplest form, I'm asking for it to predict > 0 or < 0. It works fairly well, but I'm looking for alternatives seeing as how ConvNetJS hasn't been updated in many years. TensorFlow sounds like a perfect alternative, but I am definitely locked into a solution that works in node.js. I noticed in #13 you mentioned you weren't going to focus on the training aspect of TF. However, for my needs, all the data needed for training comes through the node.js app. So my question is, will this project be appropriate for me? I'm not already familiar with how exactly to use TensorFlow, so maybe there's still a way this project can be used that I'm just not understanding. Thanks!"
__label__enhancement Release 2 : Priority 1 : Release 2 : Priority 1 : SMQs : Flag to a have a visualization that there is a sub-SMQ under another SMQ. If an SMQ has a child SMQ display letter 'C' in front of the SMQ in Relations and IA (current and target panel)
__label__question "ConnectionError: HTTPSConnectionPool (host='api.coinbase', port 443): Max retries exceeded with url: /v2/prices/LTC-EUR/sell Hey Guys, i just run a script for one night, getting the prices of LTC in EUR and was confronted with the following error: `ConnectionError: HTTPSConnectionPool (host='api.coinbase', port 443): Max retries exceeded with url: /v2/prices/LTC-EUR/sell (Caused by NewConnectionErro ('<urllib3.connection.VerifiedHTTPSConnection object at 0x71f45a10>: Failed to establish a new connection: [Errno -2] Name or service not know',))` Is there a limit on how often you can push requests? i pushed those requests for 6 hours until i got this error. Does anyone know how one can prevent this error or give me some details about it? I would be glad for your help! many thanks!;)"
__label__bug New issue test test
__label__question "mouse BACKward scrolling bug I found backward move bug, when I'm scrolling data-external-replace sections, for example: [vertical slide 1] slide 1,1 slide 1,2 slide 1,3 [vertical slide 2] slide 2,1 slide 2,2 slide 2,3 backward move from 2,1 is 1,2 - not 1,3"
__label__bug "Validation is sometimes inconsistent when a directory is added to a dataset If you add a directory and close the tab before completion, the draft dataset is not always revalidated. This is because part of this workflow depends on the browser to initiate validation when the upload completes. The server should check for this case and revalidate if no upload is in progress."
__label__question "iothub_client_sample_mqtt work error iothub_client_sample_mqtt work ok on ubuntu; when i compile it to arm platfrom, run on device, it work error , log is below: [root@mdvr:/]# ./app/bin/iothub_client_sample_mqtt Info: IoT Hub SDK for C, version 1.1.28 IoTHubClient_LL_SetMessageCallback...successful. IoTHubClient_LL_SendEventAsync accepted message [0] for transmission to IoT Hub. IoTHubClient_LL_SendEventAsync accepted message [1] for transmission to IoT Hub. IoTHubClient_LL_SendEventAsync accepted message [2] for transmission to IoT Hub. Info: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR IoTHubClient_LL_SendEventAsync accepted message [3] for transmission to IoT Hub. IoTHubClient_LL_SendEventAsync accepted message [4] for transmission to IoT Hub. Info: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR Info: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR Info: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed Info: Closing tlsio from a state other than TLSIO_STATE_EXT_OPEN or TLSIO_STATE_EXT_ERROR "
__label__bug "Clicking on permalink does nothing Clicking permalink doesn't do anything, it has to be right-clicked to copy the link or open in another tab. ![screen shot 2017-11-30 at 10 12 48 am](https://user-images.githubusercontent.com/30382015/33409564-16e648f8-d5b7-11e7-9c54-ca0ae341c757.png) "
__label__enhancement Add more information to templates ## Steps to reproduce: 1. Create a new issue or pull request ## What should happen: 1. The issue template should include a template to list the SDK version number and link to its release. 2. There are comments explaining some basic flows. 3. The PR template should contain a `Tested` check box and says which issue the PR will close. ## What happens: 1. The template is to basic. ## Logs - Logs `no logs` ## Extra info: - Tested on [0.12.4](https://github.com/bunq/sdk_java/releases/tag/0.12.4) ## References - bunq/sdk_php#89
__label__question "AMP equivalent of pbjs.bidderSettings ## Question <!-- Is this a bug, feature request, question, etc.? Note if this is a documentation issue, please open a ticket here instead: https://github.com/prebid/prebid.github.io --> ## Description We are setting up prebid on our AMP site. We used to do the following setup in non-prebid version: `pbjs.bidderSettings = { standard: { adserverTargeting: [{ key: 'some_key', val: function(bidResponse) { return bidResponse.pbHg; } }] } }; ` What will be the equivalent setup in AMP + prebid scenario? "
__label__bug Incompatible requirements with symfony 4 `sonata-project/doctrine-orm-admin-bundle` require `symfony/security-acl ^2.8 || ^3.0` which has incompatible requirements. Besides `symfony/security-acl` seems to be [abandoned](https://github.com/symfony/security-acl/issues/31)? Will there be a resolution for this?
__label__enhancement "Collect 200$ salary as you pass START It could be sequential, going through each field until the player gets to the destination. OR It could be instant jump to the destination field, but if the player goes through the START field, the money is given (only once!)."
__label__question Malware detected Windows Defender detected the following malware when downloading the Universal_XML_Scraper64.exe release (as of 27 May 2017): Trojan:Win32/Spursint.Fcl Please address this before continuing to offer the release openly.
__label__enhancement Make 9-slice sprite for wires Make it so you can have one wire or something so you dont have to have multiple tiny wires connecting
__label__bug Issues with Fragmentation Trouble with android fragments from launch
__label__question "Cannot reach QUIC server from external address When running quic Server on my debian 9 x86_64 system with the following command: `screen ./server example.com 4433 /etc/nginx/example.key /etc/nginx/example.crt --htdocs=/etc/nginx/html` And I start the client on the same machine with: `./client example.com 4433 -i` then I can perform GET requests in the console successfully, because I see the Hexa encoded html Output. However when starting the client on another machine with the same setup, it says: ``` t=2.803593 TX Initial(0x7f) CID=0xed376d72ef55ad10 PKN=1187533146 V=0xff000008 STREAM(0x12) FIN=0 LEN=1 OFF=0 stream_id=0x0 fin=0 offset=0 data_length=314 ; BIDI PADDING(0x00) length=881 recvfrom: Connection refused ngtcp2_conn_write_pkt: ERR_PKT_TIMEOUT ngtcp2_conn_write_connection_close: ERR_INVALID_STATE ngtcp2_conn_write_connection_close: ERR_INVALID_STATE ngtcp2_conn_write_connection_close: ERR_INVALID_STATE ``` What I also tried was to set iptable rules: ``` iptables -A INPUT -p udp --dport 4433 -j ACCEPT iptables -A OUTPUT -p udp --dport 4433 -j ACCEPT ``` And removing my Hostname/Domain from the hosts file, where it was definded as localhost. But both did not fix the issue. So my question is: How do I get my quic server to be reachable from outside like the nghttp2.org:4433 page?"
__label__bug "Ant configuration fails to find junit. All pacakges using junit fails to build on wip-change-default-java8. Example error message: BUILD FAILED /tmp/guix-build-java-bsh-2.0b6.drv-0/beanshell-2.0b6/build.xml:654: Problem: failed to create task or type junit Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found. This looks like one of Ant's optional components. Action: Check that the appropriate optional JAR exists in -/gnu/store/6lzf3cp16m0xgwr00lymqd3v6fgpvzxv-ant-1.10.1/lib -/.ant/lib -a directory added on the command line with the -lib argument Do not panic, this is a common problem. The commonest cause is a missing JAR. This is not a bug; it is a configuration problem "
__label__question "getArrayResult or getSql not working properly ? I got entity, that have manyToOne (user) I made simple QB (select table) **$queryBuilder->getQuery()->getSQL():** SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.user AS user_2 FROM client c0_ ORDER BY c0_.id DESC LIMIT 20 OFFSET 0 I'm calling $queryBuilder->getQuery()->getArrayResult() **real executed SQL from profiler:** SELECT c0_.id AS id_0, c0_.name AS name_1 FROM client c0_ ORDER BY c0_.id DESC LIMIT 20 OFFSET 0 where is problem ? should getSql select user ? or should getArrayResult return user ?"
__label__enhancement "Make portals not spawn near overworld spawn (by default) Possible config in overworld categories: ``` # Radius (spherical) where no nether portals will spawn around the spawn of the world. Set to 0 to disable. (default: 384) I: 384 ``` ~It could be done for the nether too, but it should check for the first portal created. Need to think about this.~"
__label__question "Please Help Me Peek: 1.2.1 GTK: 3.22.26 GLib: 2.54.1 Details: ``` Could not start recording, already an active recording using org.gnome.Shell.Screencast? ```"
__label__question "--page-bot-mar? In the list of options, I see three related to page margins: ``` --page-left-mar <i> The page left margin (default: 50; min: 0; max: 500) --page-right-mar <i> The page right margin (default: 50; min: 0; max: 500) --page-top-mar <i> The page top margin (default: 50; min: 0; max: 500) ``` There is no `--page-bottom-mar`. Is that intentional? (In the Option class source code I see that there is also no `m_pageBottomMar` variable, so it must be.) Also you use `mar` rather than `margin` -- is there a reason for that (three extra letters will not increase the length of the current option names very much :-), and `margin` is used in other option names (for element margins). It might be nice to also have a `--margin` or `--page-margin` option that would set all four margins to the same value, with the ability of using the individual margin options to override that global margin value. This would function similar to the `--border` option which is going away, and would function similar to CSS `margin` and `left-margin`, `right-margin`, etc. "
__label__question "--page-bot-mar? In the list of options, I see three related to page margins: ``` --page-left-mar <i> The page left margin (default: 50; min: 0; max: 500) --page-right-mar <i> The page right margin (default: 50; min: 0; max: 500) --page-top-mar <i> The page top margin (default: 50; min: 0; max: 500) ``` There is no `--page-bottom-mar`. Is that intentional? (In the Option class source code I see that there is also no `m_pageBottomMar` variable, so it must be.) Also you use `mar` rather than `margin` -- is there a reason for that (three extra letters will not increase the length of the current option names very much :-), and `margin` is used in other option names (for element margins). It might be nice to also have a `--margin` or `--page-margin` option that would set all four margins to the same value, with the ability of using the individual margin options to override that global margin value. This would function similar to the `--border` option which is going away, and would function similar to CSS `margin` and `left-margin`, `right-margin`, etc. "
__label__question "How do I create my own `complete`? ```fish # computer 1 $ fish --version fish, version 2.4.0 $ uname -a Darwin Joshs-MacBook-Air-2.local 15.6.0 Darwin Kernel Version 15.6.0: Mon Aug 29 20:21:34 PDT 2016; root:xnu-3248.60.11~1/RELEASE_X86_64 x86_64 $ echo $TERM xterm-256color # computer 2 $ fish --version fish, version 2.6.0 $ uname -a Darwin C02V22B7HTD6 17.3.0 Darwin Kernel Version 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 x86_64 $ echo $TERM xterm-256color ``` Hi. I've been avoiding using complete for a couple years, because it has a tendency to lock the entire shell when I press `tab`. It would clearly be nice if I could provide an example, but I don't remember what situations I was in previously, just that I've grown more and more scared of it. Instead, I rely on autosuggest, and history. Independently, I have commands I want to run, where there are only a very small number of possibilities, but I can never quite remember what they are. I realized it would be really nice to be able to add them to the completion, but I'm scared to use completion since it might lock the shell. As I thought about what I wanted from it, I realize that there isn't a way to know the completions in advance, because they're custom to my project. Doing some research, I realized that I can add a program to check if a completion applies, but I don't want to put the program in the check, because it would be too expensive. In retrospect, this is probably what's going on with the builtin completions. An example of the kind of program would be something like `gulp --tasks-simple`, which seems to take 5 seconds or more, the first time I run it (cold cache, I guess). Another example is `rake -T`, but for a Ruby on Rails project, it must load all the dependencies before it can tell me what tasks are available. I've worked on projects where loading all that code could take 30 seconds, just to print the task names. I got in the habit of `rake -T > tasknames` just so I could grep that file instead of running it dynamically. So, I was thinking about what I'd like it to do, and figured that instead of providing a program to determine the answer, I should provide the completion with a BNF grammar or something, and provide a program to get some set of values that the grammar might need, eg the names of the tasks that I can run, or of the git branches that I have available. And it should run that program once and remember the results until I tell it to refresh, at which point, I am intentionally incurring that cost, because it has some value to me. This seems like it would provide nearly as much power as the `--condition` flag, but with a much lower runtime cost. So, figured I'd try to write that tool. I eventually figured out that I could, for example, do something like this: ```fish function joshcomplete commandline -a (ruby -r pp -e ' puts pp [:full, :cursor].zip(ARGV).to_h ' -- (commandline -b) (commandline -C)) end bind \t joshcomplete ``` The ruby program there, could then be some executable I build, or a function that calls out to a server that I could supply. What I haven't figured out is how to invoke the pager that the builtin `complete` uses. Initially I wanted to just hand different results to the pager, it keeps the scope of the tool much smaller, but as I thought about it, I realized I'd be willing to take on those responsibilities, as they would afford me a lot of power to introduce small improvements and tailor it to my preference. But then, how do I do that without taking control of the entire line? Fish's command-line interface is better than any other tool I've used, I frequently compose 20 and 30 line scripts straight off the terminal, I don't want to try to reproduce that, mine will inevitably be worse. So, I'm a bit unsure where to draw the boundaries, and unsure of how to invoke the pager (the source makes it look like it straight prints the results it finds, and something above it passes the output through the pager. Ideally I wouldn't have to recompile to introduce my `complete` function, is that possible?"
__label__question "Is this an error? if yes, how to solve it? I have tried to install the ethereum-testrpc web3 on the node.js `8.9.4` but I keep getting this error. I don't know if it is a problem if I want to use this while learning how to code ethereum. ``` npm WARN deprecated ethereumjs-testrpc@6.0.3: ethereumjs-testrpc has been renamed to ganache-cli, please use this package from now on. npm WARN deprecated fs-promise@2.0.3: Use mz or fs-extra^3.0 with Promise Support npm WARN deprecated tar.gz@1.0.7: ⚠️ WARNING ⚠️ tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm ERR! code ENOGIT npm ERR! No git binary found in $PATH npm ERR! npm ERR! Failed using git. npm ERR! Please check if you have git installed and in your PATH. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\user\AppData\Roaming\npm-cache\_logs\2018-01-11T09_41_42_045Z-debug.log ```"
__label__question "quantification of assigned/observed modifications Dear developers, i have now the first dataset analysed with MSFragger. My primary aim for using MSFragger was the open search option. There were a lot of modifcations assigned/observed. My first question is for the difference between them. Am i right, that the assigned modifications are those I've selected to search for and the observed ones are the ones coming from the open search? Whe I look into the modifications.tsv and i compare the mass bins between assigned and observed and there are for Oxidation (15.9926) i get ~ 1400 for assigned and 170 for observed. Does this mean that the main modification is as selected a Methionin oxidation and 170 modifications are non methionin oxidations? How do i see the residues in an overview that are observed for oxdidation modification? I assume that for IAA modifications it's similar? [modifications.zip](https://github.com/chhh/MSFragger-GUI/files/1674101/modifications.zip) Is there a quantified overview of the observed modifications including the modified residues? Or can i calculate them somehow from the protein.fas or peptide.tsv? [proteins.zip](https://github.com/chhh/MSFragger-GUI/files/1674116/proteins.zip) [psm.zip](https://github.com/chhh/MSFragger-GUI/files/1674117/psm.zip) Actually, i want to use the enlighted ""dark"" modifications by MSFragger to enhance the PSM in Crosslink-PSM programms like Kojak. Thank you in advance Best Roman "
__label__bug "setkey changing data (not just sorting) I have found a case where setkey can actually change the underlying rows of data (more than just sorting). It is like to structure that indexes the rows for each vector is out of sync. The case happens when: 1. I update columns by the syntax dt[ , c('col1', 'col2') := somecolumn] rather than dt[, .(col1=somecolumn, col2=somecolumn)]. 2. Execute setkey on the columns that were updated by the example above. Please see the reproducible example: library(data.table) `# set up some dummy data` a <- c('A', 'B', 'D', 'C') b <- as.numeric(c(20160101,20160131, 20160102 )) ab <- CJ(a=a, b=b, sorted = FALSE) c <- as.numeric(c(20170101,20170131, 20170102 )) ab2 <- CJ(a = a, b = c, sorted = FALSE) ab <- rbindlist(list(ab, ab2)) `# set up the test data.table that will give us strange results` test <- data.table(a = ab$a) `# this must be issue ?` test[, c('astart', 'aend') := as.integer(ab$b)] `# once we set the keys some unque records are removed and some are duplicated` setkey(test, a, astart, aend) `# duplicate data` ab[ (a == ""A"") & (b == 20160101)] # there was one row test[(a == ""A"") & (astart == 20160101)] # now there are two rows? `# some of the rows have been removed` test[(a == ""A"") & (astart == 20170101)] # now there are no rows where a == ""A""? ab[ (a == ""A"") & (b == 20170101)] # there was one row `#` `Output of sessionInfo()` R version 3.4.2 (2017-09-28) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 16.04.3 LTS Matrix products: default BLAS: /usr/lib/libblas/libblas.so.3.6.0 LAPACK: /usr/lib/lapack/liblapack.so.3.6.0 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 [8] LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] shiny_1.0.5 mdo_0.3.3 data.table_1.10.4-3 loaded via a namespace (and not attached): [1] Rcpp_0.12.14 compiler_3.4.2 bindr_0.1 tools_3.4.2 xts_0.10-0 digest_0.6.12 bit_1.1-12 evaluate_0.10.1 lubridate_1.7.1 jsonlite_1.5 tibble_1.3.4 lattice_0.20-35 [13] ff_2.2-13 pkgconfig_2.0.1 rlang_0.1.4 fastmatch_1.1-0 rstudioapi_0.7 yaml_2.1.15 bindrcpp_0.2 dplyr_0.7.4 stringr_1.2.0 knitr_1.17 htmlwidgets_0.9 rprojroot_1.2 [25] DT_0.2 grid_3.4.2 glue_1.2.0 R6_2.2.2 bookdown_0.5 rmarkdown_1.8 magrittr_1.5 backports_1.1.1 htmltools_0.3.6 rsconnect_0.8.5 assertthat_0.2.0 mime_0.5 [37] xtable_1.8-2 httpuv_1.3.5 stringi_1.1.6 zoo_1.8-0 "
__label__enhancement IsInstance validator Is exists like isInstanse validator for run time checking? ``` class Post { @isInstance(User); user: User; } ``` Thanks a lot!
__label__bug "Deleted comments are causing ""username"" of null type error ``` TypeError: Cannot read property 'username' of null ``` within ``` function isPreviousComment(comment) { return comment.user.username === currentUser.username && comment.content.raw.endsWith(messageIdentifier); } ``` on `comment.user.username`. It appears that when a comment is marked as `deleted` the `user` is `null`. Either way, we shouldn't be caring for `deleted` comments so I propose invalid comments are ignored."
__label__enhancement Cleanup code There are some remnants left in the code that need to be cleaned up. I intend to remove the following: ``` /*-----( Import needed libraries )-----*/ /*-----( Declare objects )-----*/ /*-----( Declare Variables )-----*/ // #define Relay_1 2 // Arduino Digital I/O pin number // #define Relay_2 12 // #define Relay_3 8 // #define Relay_4 7 ...and perform some general updates to the comments.
__label__bug "Compatibility issue with SciPy 1.0 The following snippet ```python import control as ctrl G = ctrl.tf(1, [1, 1]) t, y = ctrl.step_response(G) ``` executed under Python 3.5.4 with **SciPy 1.0**, NumPy 1.13.3 and python-control 0.7 and **SlyCot NOT installed** fails to run. After investigation it turns out that the problem arrises in the file `statesp.py`, function `_convertToStateSpace` line 641: python-control tries to solve the problem using SlyCot. Since SlyCot is not found, it falls back to the `ImportError` handling in which the SciPy's `lti` is called: ```python lti_sys = lti(squeeze(sys.num), squeeze(sys.den)) return StateSpace(lti_sys.A, lti_sys.B, lti_sys.C, lti_sys.D, sys.dt) ``` In SciyPy versions PRIOR to 1.0 the lti_sys object had the attributes A, B, C, D. However, in SciPy 1.0 these attributes have been removed. Hence, the code fails to execute. Possible workaround would be (runs using SciPy 0.19 and 1.0): ```python from scipy.signal import tf2ss A, B, C, D = tf2ss(squeeze(sys.num), squeeze(sys.den)) return StateSpace(A, B, C, D, sys.dt) ``` What do you think? Since many Windows user do not have Slycot available by default it would be nice to get this fixed. Jan"
__label__enhancement "output a plain matrix `bake` can output a tibble or sparse matrix but not a normal matrix. "
__label__question "How to create a Subscription Hi, Is it possible to create a subscription? My end goal is to create and Active Directory and a new subscription but everything seems to work in the context of a subscription. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 9abfaa54-0895-29f7-f3bb-ff604912b2ac * Version Independent ID: d1ff3478-8a86-59e4-62ef-449900132a67 * [Content](https://docs.microsoft.com/en-us/cli/azure/account?view=azure-cli-latest) * [Content Source](https://github.com/Azure/azure-cli/blob/master/src/command_modules/azure-cli-profile/azure/cli/command_modules/profile/_help.py) * Service: azure"
__label__question "Multiple drivers for different OpenGL versions. What would be the best advise in the case we need to have two separate rendering backends, one for OpenGL 2.1 and one for OpenGL 3.3 core ? Is it possible to generate two binders and two includes, one for each, or should we generate a OpenGL 3.3 compatibility even if we open it in core mode?"
__label__enhancement Lab column is not needed The corresponding column of the Lab information data is not needed and could be deleted.
__label__enhancement Specify label color ref: https://github.com/webpack/webpack/labels
__label__question "Possibly break off supplementary data functions to new package? @willpearse What do you think of this idea? I'm in the process now of reworking `fulltext`, trying to simplify as much as possible to make the pkg easier to maintain and less bug prone. As we've worked on this package, the tooling around searching for and fetching articles seems like one use case, and getting supplementary files seems like another. And their downstream uses I imagine are different as well. Given discussions in https://github.com/ropenscilabs/doidata/ I can envision `fulltext` that focuses on articles - a new package that takes the stuff you've created here and focuses on fetching supplementary files - and doidata can leverage the new package when users want supplementary data files w/o all the other tooling here around articles I realize `ft_get_si` has S3 methods for `ft_data` and `ft`, but *i think* that would still work fine in another package"
__label__enhancement "Improve social sharing Look at adding sharethis "
__label__bug "上传完成后,再次上传其它文件,上传任务紊乱 已上传文件A,正在上传文件B 出现以下情况: 上传B文件时,再次上传A文件,B文件名称变为B(1); 再次上传A文件并取消上传,上传B文件,上传任务又自动出现A文件; 再次上传A文件并取消上传,再再次上传A文件,出现重复上传任务。 ![799372b2571ba5c2d2f7a8598fff7d8d](https://user-images.githubusercontent.com/22342734/33709021-11f9eb72-db77-11e7-8968-97b7e03a58d6.jpg) "
__label__enhancement "sp_BlitzCache -- Add 2017 CU3 stuff for tempdb spills Per MS: https://support.microsoft.com/en-us/help/4041814/improve-tempdb-spill-diagnostics-in-dmv-and-extended-events-in-sql Since we hit all these views, we should get and analyze these columns."
__label__question "Include multi-deployment keys in config.xml Instead of me having to fish out keys all the time, it would be good to just put my Staging and Production keys in config.xml for each platform once and be done with it, using a STAGING=1 flag or something similar."
__label__bug "Temple Altisaur effect applies to all creatures, not just Dinosaurs https://github.com/magefree/mage/blob/803df371f901e9da5479998e9a91a5e4d4973340/Mage.Sets/src/mage/cards/t/TempleAltisaur.java There should be a filter for Dino creature type."
__label__question "Why external hosting for images? I saw [here](https://github.com/freeCodeCamp/guides/blob/master/CONTRIBUTING.md#images) that we have to upload images to an external image hosting service. Why is that? Why can't we just put them in the git repo alongside with the articles? Would it make the repo to big or is it for some other reason? I think it would be good to explain why you ask to do that in the CONTRIBUTING.md, where it is asked. Thanks! --- <!-- Thank you for contributing to this freeCodeCamp repo, it is much appreciated! 😊 --> <!-- Before raising an issue, make sure to verify the following. --> <!-- If none of the checkboxes are marked, it is less likely that your issue will be prioritized. --> > ✅️ By submitting this issue, I have verified the following - [x] [Checked](https://github.com/freeCodeCamp/guides/issues?q=is%3Aissue+is%3Aclosed) to see if the issue has already been discussed before. 🤔️ - [x] *If* proposing new content to be added, made sure enough details were provided. 🔍️"
__label__question "What does ""sendrawtx exit 25, gave error code: -25 error message: Missing inputs"" mean? While reading the log, I ran across an undefined error ""exit 25"". Here's the log: [logexcerpt.txt](https://github.com/ElementsProject/lightning/files/1662504/logexcerpt.txt) "
__label__question "Error not displaying at the good position in templates Here, the error should display between the brackets but it's highliting the 'result' key ![image](https://user-images.githubusercontent.com/15092120/36493826-c81948e0-1730-11e8-9e63-5c3c75d73a83.png) Is there a config i'm missing? Repo of the project: [Moving Mate](https://github.com/victorgarciaesgi/Moving-Mate) "
__label__enhancement "border class Hi, me again, why do you force .border class to cards and not isolated ? We lose the BS4 default class compatibility .border { border: 1px solid #e9ecef !important; } Thanks"
__label__enhancement "Update Minima colour palette ### Desired functionality Dark themes are always better. Figure out how to use CSS and replace the current Minima theme with a darker variant. ### Tasks required to achieve functionality - [ ] Research what the new `sass` and `scss` CSS files are. - [ ] Update colour palette to be dark with orange highlights. "
__label__bug "Date missing for previous messages. When retrieving previous messages date is missing for previous chat messages. "
__label__enhancement "hypothetical maker step 1: - new feature - exists only in replays - you click a button to toggle it on, similar to how you click the button in a shared replay to toggle off turn warping - after feature is toggled, clue UI appears, and ""return"" button appears above the ""Help"" button in the bottom-left hand corner - now you can give clues and drag cards - after you give a clue or do a move, it becomes ""your turn"" again, as you assume the position of the next person, and this goes on forever - during this whole process, you still retain full visibility of all of the cards step 2: - extend hypotheticals to be seen in shared replays"
__label__bug "Missing router matching for html id anchors on app reload/refresh I.e Privacy Policy page; after clicking on any of the `table of contents` links, it will go to the appropriate header on `contents` though, the anchor will reset on page reload/refresh."
__label__question "Approach to generate Random specimen based on Customization Hi, I want to be able to generate distinct values based on a `ICustomization` using `ISpecimenBuilder.CreateMany`. I was wondering what would be the best solution since AutoFixture will generate the same values for all entities. ```c# public class FooCustomization : ICustomization { public void Customize(IFixture fixture) { var specimen = fixture.Build<Foo>() .OmitAutoProperties() .With(x => x.CreationDate, DateTime.Now) .With(x => x.Identifier, Guid.NewGuid().ToString().Substring(0, 6)) // Should gen distinct values .With(x => x.Mail, $""contactme@mail.com"") .Create(); fixture.Register(() => specimen); } } ``` PS.: The main goal is to reduce the amount of code on my tests, so I must avoid calling `With()` to customize the values for every test. Is there a proper way of doing this? **Update:** I just read this response from @ploeh: https://github.com/AutoFixture/AutoFixture/issues/361#issuecomment-86873060 that might be what I'm looking for. This approach has many drawbacks: First it seems really counter intuitive to call `Create<List<Foo>>()` because it kinda of defeats the purpose of what to expect from `CreateMany<Foo>`; that would generate a hardcoded sized List<List<Foo>> (?). Another drawback is that I'd have to have two customizations for each entity; one to create custom collections and another one to create a single instance, since we are overriding the behaviour of `Create<T>` to create a collections. "
__label__enhancement Update target to Oxygen.2 Cfr https://wiki.eclipse.org/Oxygen/Simultaneous_Release_Plan#Oxygen.2 Oxygen.2 should be just in time (Dec 20th) for our end-of-year 0.2.1 release.
__label__question "下载出错 write failed: EINVAL(Invalid argument) 在下载的时候,遇到这个提示,请问是文件名非法还是写入出错了呢。 "
__label__bug "can't load session from session manager .session file Hi, I try to load session fron my session manager backup file .session whith TSM but it fail ! here is what i do: - i import my session file - opening TSM with icon on tools bar show me my session (whith corect nb of windows and tabs) - clicking on open just open me a new window with TSM extention tab but not my saved session... afer that my saved session disappear from tool bar popup "
__label__enhancement Password reset from profile page Let user change their password from the profile page
__label__enhancement "Photostream: Need option to share with Zom friends Currently, there's no way to share to another Zom friend within Zom. Related to #386 ![img_0369](https://user-images.githubusercontent.com/1434597/29979177-1440af2e-8f0a-11e7-9d67-f8d1c4b2e502.PNG) "
__label__question "Adding other voice controls directly into the module Platform (Hardware/OS): RPi3 - Raspian Stretch Node version: 8.9.3 MagicMirror version: 2 Module version: Latest Description of the issue: as the title said i want to add other voice commands into the module itself (not integrating other modules with voice command) is their any way the codes can be altered and what file to edit exactly, im still new to this and i want to know if its possible thanks :)"
__label__enhancement "Change settings/add a new one: Select usergroups who can use emojis in posts This settings is fine but it should be replaced by this: ""Select usergroups who can rate posts"" All usergroups will see emojis given to the posts but only selected can add emojis. Why this setting? For example I dont wanna enable rating posts by Guest and specific usergroups (unregistered, inactivated, banned) but I wanna display rates to them."
__label__bug "HEVCDecoderConfigurationRecord gives incorrect codec string when NAL units have emulation_prevention_three_byte ## System info **Operating System**: Ubuntu 16.04 **Shaka Packager Version**: 22c758ed069a6e626204f11b00faa1cc7f7f3164 ## Issue and steps to reproduce the problem Use EsParserH265 to parse HEVC ES (extracted from TS packets). Check codec_string() from VideoStreamInfo from NewStreamInfoCB. The output codec string is wrong and seems it didn't handle emulation_prevention_three_byte (0x000003). What is the expected result? Give me a correct codec string, eg. hev1.1.6.L150.90 What happens instead? It gave me hev1.1.C0000006.L0.0.90.0.0.3 0xC is exactly the inversion of 0x3. Profile became L0 because it read the wrong byte. And there was one extra 0x3 in the end. <Please attach the input files or email to shaka-packager-issues@google.com.> <Please provide any additional information below.> Attached VPS for reference. ![vps_capture](https://user-images.githubusercontent.com/19425074/34508496-024c8612-f07b-11e7-9574-ed5691a2b01f.png) "
__label__enhancement "Optionally save incognito tabs Being able to save incognito tabs is useful in case of (for example) the browser crashing. As mentioned in #23 , this should not be enabled by default, but the fix removed the ability to save incognito tabs entirely, which in my opinion removes useful functionality. I think a reasonable solution would be to make this configurable. Thanks!"
__label__bug "Data update problem There appears to be a bug where a molecular data file will fail to update if a later calculation is done on the same molecule with an increased number of calculations. For example, running: ``` from openfermion.hamiltonians import MolecularData from openfermionpsi4 import run_psi4 geometry = [[""H"", [0, 0, 0]], [""H"", [0, 0, 0.74]]] basis = ""sto-3g"" multiplicity = 1 charge = 0 h2_molecule = MolecularData(geometry, basis, multiplicity, charge) h2_molecule = run_psi4(h2_molecule, run_mp2=True, run_cisd=True, run_ccsd=True, run_fci=True) ``` Will produce the correct result. However, if one precedes the Psi4 computation by a less detailed calculation, i.e. ``` h2_molecule = run_psi4(h2_molecule) h2_molecule = run_psi4(h2_molecule, run_mp2=True, run_cisd=True, run_ccsd=True, run_fci=True) ``` The data structure will fail to update with only some of the new data, specifically the energies. That is, things like the RDMs will populate but the cisd_ and fci_energies will remain as None. This appears to be an issued with the plugin rather than MolecularData generally, as this issue doesn't persist with the PySCF plugin. Moreover, running PySCF plugin with updated data, WILL update the incomplete molecule as intended, but this plugin will not."
__label__bug Dispensers do not recharge cloak Dispensers do not recharge cloak on either allied spies or enemy spies disguised as allies. Health and ammo is refilled but cloak is not.
__label__bug "`removeExtension` in main scd script is not in core lib A replacement for line 47 is: ``` name = PathName(name.basename).fileNameWithoutExtension; ```"
__label__bug "Account search doesn't respond to enter key on full input match Enter is getting taken by the search context menu even with nothing selected. If nothing is selected, it should search what's typed in the input field."
__label__question "Cards not loaded - blue I changed phasing and priority preferences a bit and then this happened: ![image](https://user-images.githubusercontent.com/35967758/35586767-b6126e22-05f3-11e8-9f55-b380fcf52f79.png) and I can't find a way to undo it, how can I fix it?"
__label__bug control/command-0 to reset font size does not work the keyboard shortcut doesn't work. the menu item works.
__label__enhancement "Revision of API in relation to strings ## The Problem Consumers of the interface are not given an inter-operable way of dumping expressions into strings. A use case that demonstrates the need for this feature is using expressions to represent database query conditions, where the expression structure must eventually be translated into a string to be injected into a query. ## Recommended Solution Make [`ExpressionInterface`] castable into a string. The best way to do this is by extending [`StringableInterface`] from the [`dhii/stringable-interface`] package, which declares the [`__toString()`] magic method. [`ExpressionInterface`]: https://github.com/Dhii/expression-interface/blob/master/src/ExpressionInterface.php [`StringableInterface`]: https://github.com/Dhii/stringable-interface/blob/master/src/StringableInterface.php [`dhii/stringable-interface`]: https://github.com/Dhii/stringable-interface [`__toString()`]: http://php.net/manual/en/language.oop5.magic.php#object.tostring"
__label__enhancement Reduce depth of BrickMesh Make to use BrickMesh instance object id Instead of containing child BrickMesh object directly.
__label__bug "Incorrect video-sitemap.xml format This issue is related to the video-sitemap.xml file generated by Yoast Video SEO for Wordpress. Tags are listed in an incorrect order. The tag <video:thumbnail_loc> should be placed after <video:video>, such as here: http://prntscr.com/hjsy86 Incorrect video sitemap generated by Yoast: http://prntscr.com/hjsvnr ### Technical info * WordPress version: 4.9.1 * Yoast SEO version: 6.0"
__label__bug "Something is breaking my docker This is what shows to me. > at Async._drainQueue (/usr/src/node-red/node_modules/node-red-contrib-telegrambot/node_modules/node-telegram-bot-api/node_modules/bluebird/js/main/async.js:123:16) > at Async._drainQueues (/usr/src/node-red/node_modules/node-red-contrib-telegrambot/node_modules/node-telegram-bot-api/node_modules/bluebird/js/main/async.js:133:10) > at Immediate.Async.drainQueues [as _onImmediate](/usr/src/node-red/node_modules/node-red-contrib-telegrambot/node_modules/node-telegram-bot-api/node_modules/bluebird/js/main/async.js:15:14) > at processImmediate [as _immediateCallback](timers.js:383:17) > Unhandled rejection Error: 409 {""ok"":false,""error_code"":409,""description"":""Conflict: terminated by other long poll or webhook""} > at /usr/src/node-red/node_modules/node-red-contrib-telegrambot/node_modules/node-telegram-bot-api/src/telegramPolling.js:72:15 > at tryCatcher (/usr/src/node-red/node_modules/node-red-contrib-telegrambot/node_modules/node-telegram-bot-api/node_modules/bluebird/js/main/util.js:26:23) > at Promise._settlePromiseFromHandler (/usr/src/node-red/node_modules/node-red-contrib-telegrambot/node_modules/node-telegram-bot-api/node_modules/bluebird/js/main/promise.js:507:31) > at Promise._settlePromiseAt (/usr/src/node-red/node_modules/node-red-contrib-telegrambot/node_modules/node-telegram-bot-api/node_modules/bluebird/js/main/promise.js:581:18) > at Promise._settlePromises (/usr/src/node-red/node_modules/node-red-contrib-telegrambot/node_modules/node-telegram-bot-api/node_modules/bluebird/js/main/promise.js:697:14) > at Async._drainQueue (/usr/src/node-red/node_modules/node-red-contrib-telegrambot/node_modules/node-telegram-bot-api/node_modules/bluebird/js/main/async.js:123:16) Here is my flow: `[{""id"":""a57e8fe2.23234"",""type"":""chatbot-telegram-send"",""z"":""81d92955.9666a8"",""bot"":""9fabba67.1d0838"",""track"":false,""outputs"":0,""x"":948,""y"":380,""wires"":[]},{""id"":""4cf317bf.b5b5d8"",""type"":""chatbot-command"",""z"":""81d92955.9666a8"",""name"":"""",""command"":""/gate"",""x"":438,""y"":321,""wires"":[[""a9be57fd.fc5088"",""ebd394e3.da9cf8""]]},{""id"":""a9be57fd.fc5088"",""type"":""chatbot-waiting"",""z"":""81d92955.9666a8"",""waitingType"":""upload_photo"",""x"":598,""y"":379,""wires"":[[""a57e8fe2.23234""]]},{""id"":""ebd394e3.da9cf8"",""type"":""http request"",""z"":""81d92955.9666a8"",""name"":"""",""method"":""GET"",""ret"":""bin"",""url"":""http://mortunha.servegame.com:8000/picture/1/current"",""tls"":"""",""x"":609,""y"":322,""wires"":[[""71950575.6d43ec"",""23970dd5.8c89c2""]]},{""id"":""375c37b9.916168"",""type"":""chatbot-image"",""z"":""81d92955.9666a8"",""name"":"""",""filename"":"""",""track"":false,""x"":800,""y"":315,""wires"":[[""a57e8fe2.23234""]]},{""id"":""94bb6b.13ddf498"",""type"":""chatbot-command"",""z"":""81d92955.9666a8"",""name"":"""",""command"":""/temp"",""x"":400,""y"":462,""wires"":[[""66bd0b68.b9d5a4"",""d64f65a7.fe31a8""]]},{""id"":""66bd0b68.b9d5a4"",""type"":""chatbot-waiting"",""z"":""81d92955.9666a8"",""waitingType"":""typing"",""x"":560,""y"":524,""wires"":[[""c0deb443.0ccd98""]]},{""id"":""268bc97c.9cbff6"",""type"":""influxdb in"",""z"":""81d92955.9666a8"",""influxdb"":""34cd6bd7.28f7b4"",""name"":""influxdb query"",""query"":"""",""x"":817,""y"":459,""wires"":[[""c8237e0.859138""]]},{""id"":""c8237e0.859138"",""type"":""function"",""z"":""81d92955.9666a8"",""name"":""generate msg"",""func"":""lastTemp = msg.payload[0][0].last;\nmsg.payload.content = \""A temperatura atual é de \"" + lastTemp + \""ºC\"";\nmsg.payload.chatId = msg.originalMessage.chat.id;\nmsg.payload.type = \""message\"";\nreturn msg;"",""outputs"":1,""noerr"":0,""x"":1025,""y"":458,""wires"":[[""c0deb443.0ccd98""]]},{""id"":""d64f65a7.fe31a8"",""type"":""function"",""z"":""81d92955.9666a8"",""name"":""get last temperature"",""func"":""msg.query=\""SELECT last(value) FROM temperature WHERE device='18fe34f36113'\"";\nreturn msg;"",""outputs"":1,""noerr"":0,""x"":605,""y"":460,""wires"":[[""268bc97c.9cbff6""]]},{""id"":""c0deb443.0ccd98"",""type"":""chatbot-telegram-send"",""z"":""81d92955.9666a8"",""bot"":""9fabba67.1d0838"",""track"":false,""outputs"":0,""x"":1255,""y"":519,""wires"":[]},{""id"":""f3f83cf4.19a69"",""type"":""chatbot-command"",""z"":""81d92955.9666a8"",""name"":"""",""command"":""/humi"",""x"":402,""y"":593,""wires"":[[""59d1a7fe.d32258"",""1d1b302.cbc59d""]]},{""id"":""59d1a7fe.d32258"",""type"":""chatbot-waiting"",""z"":""81d92955.9666a8"",""waitingType"":""typing"",""x"":562,""y"":655,""wires"":[[""9150bd4e.e0954""]]},{""id"":""2ff26296.d150fe"",""type"":""influxdb in"",""z"":""81d92955.9666a8"",""influxdb"":""34cd6bd7.28f7b4"",""name"":""influxdb query"",""query"":"""",""x"":819,""y"":590,""wires"":[[""c4eb0bd7.d81008""]]},{""id"":""c4eb0bd7.d81008"",""type"":""function"",""z"":""81d92955.9666a8"",""name"":""generate msg"",""func"":""lastHumi = msg.payload[0][0].last;\nmsg.payload.content = \""A humidade relativa do ar atual é de \"" + lastHumi + \""%\"";\nmsg.payload.chatId = msg.originalMessage.chat.id;\nmsg.payload.type = \""message\"";\nreturn msg;"",""outputs"":1,""noerr"":0,""x"":1027,""y"":589,""wires"":[[""9150bd4e.e0954""]]},{""id"":""1d1b302.cbc59d"",""type"":""function"",""z"":""81d92955.9666a8"",""name"":""get last humidity"",""func"":""msg.query=\""SELECT last(value) FROM humidity WHERE device='18fe34f36113'\"";\nreturn msg;"",""outputs"":1,""noerr"":0,""x"":587,""y"":591,""wires"":[[""2ff26296.d150fe""]]},{""id"":""9150bd4e.e0954"",""type"":""chatbot-telegram-send"",""z"":""81d92955.9666a8"",""bot"":""9fabba67.1d0838"",""track"":false,""outputs"":0,""x"":1257,""y"":650,""wires"":[]},{""id"":""71950575.6d43ec"",""type"":""debug"",""z"":""81d92955.9666a8"",""name"":"""",""active"":true,""console"":""false"",""complete"":""payload"",""x"":869,""y"":248,""wires"":[]},{""id"":""23970dd5.8c89c2"",""type"":""switch"",""z"":""81d92955.9666a8"",""name"":"""",""property"":""payload"",""propertyType"":""msg"",""rules"":[{""t"":""neq"",""v"":""0"",""vt"":""num""},{""t"":""eq"",""v"":""0"",""vt"":""num""}],""checkall"":""true"",""outputs"":2,""x"":598,""y"":208,""wires"":[[""375c37b9.916168""],[""ebd394e3.da9cf8""]]},{""id"":""3ce15339.ce359c"",""type"":""chatbot-telegram-receive"",""z"":""81d92955.9666a8"",""bot"":""9fabba67.1d0838"",""x"":113,""y"":420,""wires"":[[""f3f83cf4.19a69"",""94bb6b.13ddf498""]]},{""id"":""2bb715e1.74ce3a"",""type"":""chatbot-telegram-receive"",""z"":""81d92955.9666a8"",""bot"":""9fabba67.1d0838"",""x"":197,""y"":313,""wires"":[[""4cf317bf.b5b5d8""]]},{""id"":""9fabba67.1d0838"",""type"":""chatbot-telegram-node"",""z"":""81d92955.9666a8"",""botname"":""Lemmy"",""usernames"":""""},{""id"":""34cd6bd7.28f7b4"",""type"":""influxdb"",""z"":""81d92955.9666a8"",""hostname"":""doc.jeanbrito.com"",""port"":""8086"",""database"":""greenhouse"",""name"":""""}]` <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37306692-something-is-breaking-my-docker?utm_campaign=plugin&utm_content=tracker%2F39875166&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F39875166&utm_medium=issues&utm_source=github). </bountysource-plugin>"
__label__bug Crash when hashtag not exists http://askwiki.org/hashtag/аббатства
__label__bug "Out of memory on missing quote ## Config * Plush version: 760a9e946f05adbcdb025bb9378b2ef6ff3bcf66 (latest master). * Ubuntu GNU/Linux 17.04 64 bits. ## Context Using `<%= partial(""test.md) %>` (note the missing quote), I tried to load the page but it keeps loading. After a few seconds, the app panic with the following trace: ``` fatal error: runtime: out of memory runtime stack: runtime.throw(0xbadc0a, 0x16) /usr/lib/go-1.8/src/runtime/panic.go:596 +0x95 runtime.sysMap(0xc581ec0000, 0x498c0000, 0x1151b00, 0x116b1d8) /usr/lib/go-1.8/src/runtime/mem_linux.go:216 +0x1d0 runtime.(*mheap).sysAlloc(0x1151a20, 0x498c0000, 0x429071) /usr/lib/go-1.8/src/runtime/malloc.go:428 +0x374 runtime.(*mheap).grow(0x1151a20, 0x24c5f, 0x0) /usr/lib/go-1.8/src/runtime/mheap.go:774 +0x62 runtime.(*mheap).allocSpanLocked(0x1151a20, 0x24c5f, 0x100) /usr/lib/go-1.8/src/runtime/mheap.go:678 +0x44f runtime.(*mheap).alloc_m(0x1151a20, 0x24c5f, 0x100000000, 0xc400000000) /usr/lib/go-1.8/src/runtime/mheap.go:562 +0xe2 runtime.(*mheap).alloc.func1() /usr/lib/go-1.8/src/runtime/mheap.go:627 +0x4b runtime.systemstack(0x7ff22212ae18) /usr/lib/go-1.8/src/runtime/asm_amd64.s:343 +0xab runtime.(*mheap).alloc(0x1151a20, 0x24c5f, 0x10100000000, 0x1152f80) /usr/lib/go-1.8/src/runtime/mheap.go:628 +0xa0 runtime.largeAlloc(0x498be000, 0x7ff2252c5401, 0xc500000005) /usr/lib/go-1.8/src/runtime/malloc.go:795 +0x93 runtime.mallocgc.func1() /usr/lib/go-1.8/src/runtime/malloc.go:690 +0x3e runtime.systemstack(0xc420026000) /usr/lib/go-1.8/src/runtime/asm_amd64.s:327 +0x79 runtime.mstart() /usr/lib/go-1.8/src/runtime/proc.go:1132 goroutine 18 [running]: runtime.systemstack_switch() /usr/lib/go-1.8/src/runtime/asm_amd64.s:281 fp=0xc42012aa70 sp=0xc42012aa68 runtime.mallocgc(0x498be000, 0xac4940, 0xc42001e101, 0x0) /usr/lib/go-1.8/src/runtime/malloc.go:691 +0x930 fp=0xc42012ab10 sp=0xc42012aa70 runtime.growslice(0xac4940, 0xc534050000, 0x3ad6400, 0x3ad6400, 0x3ad6401, 0xc581e8fdd0, 0x2f, 0x4141b4) /usr/lib/go-1.8/src/runtime/slice.go:147 +0x152 fp=0xc42012ab98 sp=0xc42012ab10 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser.(*parser).noPrefixParseFnError(0xc420450900, 0xb9c3a7, 0x3) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser/parser.go:140 +0x1b4 fp=0xc42012ac38 sp=0xc42012ab98 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser.(*parser).parseExpression(0xc420450900, 0x1, 0x851cf9, 0xc420449470) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser/parser.go:223 +0x22d fp=0xc42012ac98 sp=0xc42012ac38 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser.(*parser).parseExpressionStatement(0xc420450900, 0x3) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser/parser.go:209 +0x88 fp=0xc42012acd8 sp=0xc42012ac98 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser.(*parser).parseStatement(0xc420450900, 0x3, 0xb9c3b6) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser/parser.go:161 +0x9c fp=0xc42012ad20 sp=0xc42012acd8 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser.(*parser).parseProgram(0xc420450900, 0xc420450900) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser/parser.go:94 +0xb7 fp=0xc42012ad90 sp=0xc42012ad20 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser.Parse(0xc42046b800, 0x59c, 0xb1e740, 0xc42031ae01, 0xc42045bd80) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser/parser.go:21 +0xbd fp=0xc42012add8 sp=0xc42012ad90 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.(*Template).Parse(0xc42045bd80, 0xc42045bd80, 0x8) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/template.go:39 +0x48 fp=0xc42012ae10 sp=0xc42012add8 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.NewTemplate(0xc42046b800, 0x59c, 0xc42046b800, 0x59c, 0x116a5a0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/template.go:25 +0x76 fp=0xc42012ae48 sp=0xc42012ae10 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.Parse(0xc42046b800, 0x59c, 0x0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:36 +0xdb fp=0xc42012aeb0 sp=0xc42012ae48 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.BuffaloRenderer(0xc42046b800, 0x59c, 0xc420235f20, 0xc420448fc0, 0xc42046b800, 0x59c, 0x493, 0x3) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:17 +0x4d fp=0xc42012af78 sp=0xc42012aeb0 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.MDTemplateEngine(0xc420230f00, 0x493, 0xc420235f20, 0xc420448fc0, 0xc42022c650, 0x1, 0xc42045b960, 0x15) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/html.go:49 +0x187 fp=0xc42012afe8 sp=0xc42012af78 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.exec(0xc4201c1180, 0xba334d, 0x9, 0xc42045b9a0, 0x2, 0x2, 0xc42045b960, 0x15, 0xc420235f20, 0xc42031b2c0, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:111 +0x925 fp=0xc42012b240 sp=0xc42012afe8 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.Render(0xc4201c1180, 0xba334d, 0x9, 0xc42045b9a0, 0x2, 0x2, 0x1113c20, 0xc420256af0, 0xc420235f20, 0x110a101, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:33 +0xa2 fp=0xc42012b308 sp=0xc42012b240 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.(*templateRenderer).Render(0xc420448f00, 0x1113c20, 0xc420256af0, 0xc420235f20, 0xc420448f30, 0x114c3c0) <autogenerated>:14 +0x7d fp=0xc42012b370 sp=0xc42012b308 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*DefaultContext).Render(0xc4202563f0, 0xc8, 0x1119620, 0xc420448f00, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/default_context.go:118 +0x431 fp=0xc42012b4e8 sp=0xc42012b370 github.com/gobuffalo/gobuffalo/actions.Docs(0x1120ea0, 0xc4202563f0, 0x1, 0xae68c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/docs.go:15 +0x407 fp=0xc42012b5f0 sp=0xc42012b4e8 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n.(*Translator).Middleware.func1.1(0x1120ea0, 0xc4202563f0, 0x4, 0xac4940) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n/i18n.go:119 +0x28f fp=0xc42012b6b8 sp=0xc42012b5f0 github.com/gobuffalo/gobuffalo/actions.App.func1.1(0x1120ea0, 0xc4202563f0, 0x1120ea0, 0xc4202563f0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/app.go:51 +0x352 fp=0xc42012b768 sp=0xc42012b6b8 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware.ParameterLogger.func1(0x1120ea0, 0xc4202563f0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/param_logger.go:28 +0x89 fp=0xc42012b7a0 sp=0xc42012b768 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl.ForceSSL.func1.1(0x1120ea0, 0xc4202563f0, 0xc42031b830, 0xc420243260) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl/ssl.go:26 +0x113 fp=0xc42012b800 sp=0xc42012b7a0 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.sessionSaver.func1(0x1120ea0, 0xc4202563f0, 0x1120ea0, 0xc4202563f0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/session.go:70 +0x3d fp=0xc42012b830 sp=0xc42012b800 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RequestLoggerFunc.func1(0x1120ea0, 0xc4202563f0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/request_logger.go:51 +0x2ff fp=0xc42012b940 sp=0xc42012b830 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).PanicHandler.func1(0x1120ea0, 0xc4202563f0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/errors.go:69 +0x92 fp=0xc42012b980 sp=0xc42012b940 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RouteInfo.ServeHTTP(0xb9c3d1, 0x3, 0xba73c7, 0xf, 0xed3550, 0x2b, 0xc420250d73, 0x7, 0x1169860, 0x0, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/handler.go:75 +0x1b6 fp=0xc42012ba88 sp=0xc42012b980 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*RouteInfo).ServeHTTP(0xc420238d90, 0x111a620, 0xc42024dde0, 0xc4201f7f00) <autogenerated>:43 +0x9a fp=0xc42012bb20 sp=0xc42012ba88 github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc4202226c0, 0x111a620, 0xc42024dde0, 0xc4201f7f00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux/mux.go:150 +0x101 fp=0xc42012bc10 sp=0xc42012bb20 github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web.ErrorChecker.func1(0x111a620, 0xc42024dde0, 0xc420073c00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web/web.go:23 +0xc0 fp=0xc42012bca0 sp=0xc42012bc10 net/http.HandlerFunc.ServeHTTP(0xc42024de00, 0x111a620, 0xc42024dde0, 0xc420073c00) /usr/lib/go-1.8/src/net/http/server.go:1942 +0x44 fp=0xc42012bcc8 sp=0xc42012bca0 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).ServeHTTP(0xc42001de40, 0x111b6e0, 0xc4201069a0, 0xc420073c00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:151 +0x111 fp=0xc42012bd10 sp=0xc42012bcc8 net/http.serverHandler.ServeHTTP(0xc4202142c0, 0x111b6e0, 0xc4201069a0, 0xc420073c00) /usr/lib/go-1.8/src/net/http/server.go:2568 +0x92 fp=0xc42012bd58 sp=0xc42012bd10 net/http.(*conn).serve(0xc420270000, 0x111bee0, 0xc42027e040) /usr/lib/go-1.8/src/net/http/server.go:1825 +0x612 fp=0xc42012bfc8 sp=0xc42012bd58 runtime.goexit() /usr/lib/go-1.8/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc42012bfd0 sp=0xc42012bfc8 created by net/http.(*Server).Serve /usr/lib/go-1.8/src/net/http/server.go:2668 +0x2ce goroutine 1 [IO wait]: net.runtime_pollWait(0x7ff22528dfe8, 0x72, 0x0) /usr/lib/go-1.8/src/runtime/netpoll.go:164 +0x59 net.(*pollDesc).wait(0xc420256148, 0x72, 0x0, 0xc42000c780) /usr/lib/go-1.8/src/net/fd_poll_runtime.go:75 +0x38 net.(*pollDesc).waitRead(0xc420256148, 0xffffffffffffffff, 0x0) /usr/lib/go-1.8/src/net/fd_poll_runtime.go:80 +0x34 net.(*netFD).accept(0xc4202560e0, 0x0, 0x11156e0, 0xc42000c780) /usr/lib/go-1.8/src/net/fd_unix.go:430 +0x1e5 net.(*TCPListener).accept(0xc42000eba8, 0xc420122da0, 0xae86c0, 0xffffffffffffffff) /usr/lib/go-1.8/src/net/tcpsock_posix.go:136 +0x2e net.(*TCPListener).AcceptTCP(0xc42000eba8, 0xc42004fd10, 0xc42004fd18, 0xc42004fd08) /usr/lib/go-1.8/src/net/tcpsock.go:215 +0x49 net/http.tcpKeepAliveListener.Accept(0xc42000eba8, 0xbe60d0, 0xc420122d20, 0x111bfa0, 0xc4202359b0) /usr/lib/go-1.8/src/net/http/server.go:3044 +0x2f net/http.(*Server).Serve(0xc4202142c0, 0x111b9a0, 0xc42000eba8, 0x0, 0x0) /usr/lib/go-1.8/src/net/http/server.go:2643 +0x228 net/http.(*Server).ListenAndServe(0xc4202142c0, 0x5, 0xb9e8d4) /usr/lib/go-1.8/src/net/http/server.go:2585 +0xb0 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).Serve(0xc42001de40, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:115 +0x412 main.main() /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/main.go:10 +0x2f goroutine 17 [syscall, 1 minutes, locked to thread]: runtime.goexit() /usr/lib/go-1.8/src/runtime/asm_amd64.s:2197 +0x1 goroutine 6 [syscall, 1 minutes]: os/signal.signal_recv(0x0) /usr/lib/go-1.8/src/runtime/sigqueue.go:116 +0x104 os/signal.loop() /usr/lib/go-1.8/src/os/signal/signal_unix.go:22 +0x22 created by os/signal.init.1 /usr/lib/go-1.8/src/os/signal/signal_unix.go:28 +0x41 goroutine 40 [IO wait]: net.runtime_pollWait(0x7ff22528dc28, 0x72, 0x4) /usr/lib/go-1.8/src/runtime/netpoll.go:164 +0x59 net.(*pollDesc).wait(0xc42011e378, 0x72, 0x11170a0, 0x11122f8) /usr/lib/go-1.8/src/net/fd_poll_runtime.go:75 +0x38 net.(*pollDesc).waitRead(0xc42011e378, 0xc57d85e051, 0x1) /usr/lib/go-1.8/src/net/fd_poll_runtime.go:80 +0x34 net.(*netFD).Read(0xc42011e310, 0xc57d85e051, 0x1, 0x1, 0x0, 0x11170a0, 0x11122f8) /usr/lib/go-1.8/src/net/fd_unix.go:250 +0x1b7 net.(*conn).Read(0xc42026e050, 0xc57d85e051, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go-1.8/src/net/net.go:181 +0x70 net/http.(*connReader).backgroundRead(0xc57d85e040) /usr/lib/go-1.8/src/net/http/server.go:656 +0x58 created by net/http.(*connReader).startBackgroundRead /usr/lib/go-1.8/src/net/http/server.go:652 +0xdf goroutine 9 [select, 1 minutes, locked to thread]: runtime.gopark(0xbe66b8, 0x0, 0xb9fa96, 0x6, 0x18, 0x2) /usr/lib/go-1.8/src/runtime/proc.go:271 +0x13a runtime.selectgoImpl(0xc42003ef50, 0x0, 0x18) /usr/lib/go-1.8/src/runtime/select.go:423 +0x1364 runtime.selectgo(0xc42003ef50) /usr/lib/go-1.8/src/runtime/select.go:238 +0x1c runtime.ensureSigM.func1() /usr/lib/go-1.8/src/runtime/signal_unix.go:434 +0x2dd runtime.goexit() /usr/lib/go-1.8/src/runtime/asm_amd64.s:2197 +0x1 goroutine 10 [select, 1 minutes]: github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/sigtx.WithCancel.func1(0xc4202526c0, 0xc4202511a0, 0x111bee0, 0xc42023cb40) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/sigtx/context.go:14 +0x12f created by github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/sigtx.WithCancel /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/sigtx/context.go:21 +0xe1 goroutine 11 [chan receive, 1 minutes]: github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).Serve.func1(0x111bee0, 0xc42023cb40, 0xc42001de40, 0xc4202142c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:66 +0x6c created by github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).Serve /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:88 +0x263 goroutine 13 [semacquire]: sync.runtime_SemacquireMutex(0x116950c) /usr/lib/go-1.8/src/runtime/sema.go:62 +0x34 sync.(*Mutex).Lock(0x1169508) /usr/lib/go-1.8/src/sync/mutex.go:87 +0x9d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.Parse(0xc4202e3300, 0x1264, 0x0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:31 +0x52 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.BuffaloRenderer(0xc4202e3300, 0x1264, 0xc44346f0b0, 0xc483f72120, 0xc42022c638, 0x1, 0xbaa4d5,0x12) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:17 +0x4d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.exec(0xc4201c1180, 0xba334d, 0x9, 0xc420154840, 0x2, 0x2, 0xbaa4d5, 0x12, 0xc44346f0b0, 0xc420127380, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:111 +0x925 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.Render(0xc4201c1180, 0xba334d, 0x9, 0xc420154840, 0x2, 0x2, 0x1113c20, 0xc4200229a0, 0xc44346f0b0, 0xc420127501, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:33 +0xa2 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.(*templateRenderer).Render(0xc483f720c0, 0x1113c20, 0xc4200229a0, 0xc44346f0b0, 0xc483f720f0, 0x114c3c0) <autogenerated>:14 +0x7d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*DefaultContext).Render(0xc4200221c0, 0xc8, 0x1119620, 0xc483f720c0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/default_context.go:118 +0x431 github.com/gobuffalo/gobuffalo/actions.HomeHandler(0x1120ea0, 0xc4200221c0, 0x1, 0xae68c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/home.go:13 +0xb7 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n.(*Translator).Middleware.func1.1(0x1120ea0, 0xc4200221c0, 0x4, 0xac4940) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n/i18n.go:119 +0x28f github.com/gobuffalo/gobuffalo/actions.App.func1.1(0x1120ea0, 0xc4200221c0, 0x1120ea0, 0xc4200221c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/app.go:51 +0x352 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware.ParameterLogger.func1(0x1120ea0, 0xc4200221c0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/param_logger.go:28 +0x89 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl.ForceSSL.func1.1(0x1120ea0, 0xc4200221c0, 0xc420053830, 0xc420020300) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl/ssl.go:26 +0x113 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.sessionSaver.func1(0x1120ea0, 0xc4200221c0, 0x1120ea0, 0xc4200221c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/session.go:70 +0x3d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RequestLoggerFunc.func1(0x1120ea0, 0xc4200221c0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/request_logger.go:51 +0x2ff github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).PanicHandler.func1(0x1120ea0, 0xc4200221c0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/errors.go:69 +0x92 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RouteInfo.ServeHTTP(0xb9c3d1, 0x3, 0xb9bcfe, 0x1, 0xed3620, 0x32, 0xc4202510c8, 0x8, 0x1169860, 0x0, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/handler.go:75 +0x1b6 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*RouteInfo).ServeHTTP(0xc420239ce0, 0x111a620, 0xc4203fa080, 0xc42000ad00) <autogenerated>:43 +0x9a github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc4202226c0, 0x111a620, 0xc4203fa080, 0xc42000ad00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux/mux.go:150 +0x101 github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web.ErrorChecker.func1(0x111a620, 0xc4203fa080, 0xc420073f00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web/web.go:23 +0xc0 net/http.HandlerFunc.ServeHTTP(0xc4203fa0a0, 0x111a620, 0xc4203fa080, 0xc420073f00) /usr/lib/go-1.8/src/net/http/server.go:1942 +0x44 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).ServeHTTP(0xc42001de40, 0x111b6e0, 0xc420106000, 0xc420073f00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:151 +0x111 net/http.serverHandler.ServeHTTP(0xc4202142c0, 0x111b6e0, 0xc420106000, 0xc420073f00) /usr/lib/go-1.8/src/net/http/server.go:2568 +0x92 net/http.(*conn).serve(0xc420220fa0, 0x111bee0, 0xc42023cbc0) /usr/lib/go-1.8/src/net/http/server.go:1825 +0x612 created by net/http.(*Server).Serve /usr/lib/go-1.8/src/net/http/server.go:2668 +0x2ce goroutine 26 [semacquire]: sync.runtime_SemacquireMutex(0x116950c) /usr/lib/go-1.8/src/runtime/sema.go:62 +0x34 sync.(*Mutex).Lock(0x1169508) /usr/lib/go-1.8/src/sync/mutex.go:87 +0x9d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.Parse(0xc4fde9ac00, 0x5a5, 0x0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:31 +0x52 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.BuffaloRenderer(0xc4fde9ac00, 0x5a5, 0xc533f5e270, 0xc533f5f320, 0xc4fde9ac00, 0x5a5, 0x4d7, 0x3) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:17 +0x4d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.MDTemplateEngine(0xc420100f00, 0x4d7, 0xc533f5e270, 0xc533f5f320, 0xc42022c650, 0x1, 0xc534012790, 0x10) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/html.go:49 +0x187 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.exec(0xc4201c1180, 0xba334d, 0x9, 0xc420154680, 0x2, 0x2, 0xc534012790, 0x10, 0xc533f5e270, 0x38, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:111 +0x925 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.Render(0xc4201c1180, 0xba334d, 0x9, 0xc420154680, 0x2, 0x2, 0x1113c20, 0xc42011f880, 0xc533f5e270, 0x110a101, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:33 +0xa2 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.(*templateRenderer).Render(0xc533f5f260, 0x1113c20, 0xc42011f880, 0xc533f5e270, 0xc533f5f290, 0x114c3c0) <autogenerated>:14 +0x7d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*DefaultContext).Render(0xc42011f1f0, 0xc8, 0x1119620, 0xc533f5f260, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/default_context.go:118 +0x431 github.com/gobuffalo/gobuffalo/actions.Docs(0x1120ea0, 0xc42011f1f0, 0x1, 0xae68c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/docs.go:15 +0x407 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n.(*Translator).Middleware.func1.1(0x1120ea0, 0xc42011f1f0, 0x4, 0xac4940) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n/i18n.go:119 +0x28f github.com/gobuffalo/gobuffalo/actions.App.func1.1(0x1120ea0, 0xc42011f1f0, 0x1120ea0, 0xc42011f1f0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/app.go:51 +0x352 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware.ParameterLogger.func1(0x1120ea0, 0xc42011f1f0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/param_logger.go:28 +0x89 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl.ForceSSL.func1.1(0x1120ea0, 0xc42011f1f0, 0xc420055830, 0xc4202805a0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl/ssl.go:26 +0x113 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.sessionSaver.func1(0x1120ea0, 0xc42011f1f0, 0x1120ea0, 0xc42011f1f0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/session.go:70 +0x3d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RequestLoggerFunc.func1(0x1120ea0, 0xc42011f1f0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/request_logger.go:51 +0x2ff github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).PanicHandler.func1(0x1120ea0, 0xc42011f1f0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/errors.go:69 +0x92 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RouteInfo.ServeHTTP(0xb9c3d1, 0x3, 0xba73c7, 0xf, 0xed3550, 0x2b, 0xc420250d73, 0x7, 0x1169860, 0x0, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/handler.go:75 +0x1b6 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*RouteInfo).ServeHTTP(0xc420238d90, 0x111a620, 0xc42000c7c0, 0xc420072e00) <autogenerated>:43 +0x9a github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc4202226c0, 0x111a620, 0xc42000c7c0, 0xc420072e00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux/mux.go:150 +0x101 github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web.ErrorChecker.func1(0x111a620, 0xc42000c7c0, 0xc420072c00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web/web.go:23 +0xc0 net/http.HandlerFunc.ServeHTTP(0xc4200ca980, 0x111a620, 0xc42000c7c0, 0xc420072c00) /usr/lib/go-1.8/src/net/http/server.go:1942 +0x44 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).ServeHTTP(0xc42001de40, 0x111b6e0, 0xc4fde900e0, 0xc420072c00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:151 +0x111 net/http.serverHandler.ServeHTTP(0xc4202142c0, 0x111b6e0, 0xc4fde900e0, 0xc420072c00) /usr/lib/go-1.8/src/net/http/server.go:2568 +0x92 net/http.(*conn).serve(0xc420122f00, 0x111bee0, 0xc533f62000) /usr/lib/go-1.8/src/net/http/server.go:1825 +0x612 created by net/http.(*Server).Serve /usr/lib/go-1.8/src/net/http/server.go:2668 +0x2ce goroutine 36 [semacquire]: sync.runtime_SemacquireMutex(0x116950c) /usr/lib/go-1.8/src/runtime/sema.go:62 +0x34 sync.(*Mutex).Lock(0x1169508) /usr/lib/go-1.8/src/sync/mutex.go:87 +0x9d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.Parse(0xc4200fb900, 0x1264, 0x0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:31 +0x52 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.BuffaloRenderer(0xc4200fb900, 0x1264, 0xc4fde8a2a0, 0xc4fde8b320, 0xc42022c638, 0x1, 0xc42024cc80, 0x12) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:17 +0x4d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.exec(0xc4201c1180, 0xba334d, 0x9, 0xc42024cd00, 0x2, 0x2, 0xc42024cc80, 0x12, 0xc4fde8a2a0, 0x1b, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:111 +0x925 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.Render(0xc4201c1180, 0xba334d, 0x9, 0xc42024cd00, 0x2, 0x2, 0x1113c20, 0xc42011ebd0, 0xc4fde8a2a0, 0x110a101, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:33 +0xa2 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.(*templateRenderer).Render(0xc4fde8b2c0, 0x1113c20, 0xc42011ebd0, 0xc4fde8a2a0, 0xc4fde8b2f0, 0x114c3c0) <autogenerated>:14 +0x7d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*DefaultContext).Render(0xc42011e2a0, 0xc8, 0x1119620, 0xc4fde8b2c0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/default_context.go:118 +0x431 github.com/gobuffalo/gobuffalo/actions.Docs(0x1120ea0, 0xc42011e2a0, 0x1, 0xae68c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/docs.go:15 +0x407 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n.(*Translator).Middleware.func1.1(0x1120ea0, 0xc42011e2a0, 0x4, 0xac4940) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n/i18n.go:119 +0x28f github.com/gobuffalo/gobuffalo/actions.App.func1.1(0x1120ea0, 0xc42011e2a0, 0x1120ea0, 0xc42011e2a0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/app.go:51 +0x352 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware.ParameterLogger.func1(0x1120ea0, 0xc42011e2a0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/param_logger.go:28 +0x89 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl.ForceSSL.func1.1(0x1120ea0, 0xc42011e2a0, 0xc420055830, 0xc42024a180) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl/ssl.go:26 +0x113 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.sessionSaver.func1(0x1120ea0, 0xc42011e2a0, 0x1120ea0, 0xc42011e2a0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/session.go:70 +0x3d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RequestLoggerFunc.func1(0x1120ea0, 0xc42011e2a0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/request_logger.go:51 +0x2ff github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).PanicHandler.func1(0x1120ea0, 0xc42011e2a0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/errors.go:69 +0x92 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RouteInfo.ServeHTTP(0xb9c3d1, 0x3, 0xba73c7, 0xf, 0xed3550, 0x2b, 0xc420250d73, 0x7, 0x1169860, 0x0, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/handler.go:75 +0x1b6 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*RouteInfo).ServeHTTP(0xc420238d90, 0x111a620, 0xc4201ea120, 0xc420072500) <autogenerated>:43 +0x9a github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc4202226c0, 0x111a620, 0xc4201ea120, 0xc420072500) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux/mux.go:150 +0x101 github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web.ErrorChecker.func1(0x111a620, 0xc4201ea120, 0xc420072100) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web/web.go:23 +0xc0 net/http.HandlerFunc.ServeHTTP(0xc4201ea140, 0x111a620, 0xc4201ea120, 0xc420072100) /usr/lib/go-1.8/src/net/http/server.go:1942 +0x44 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).ServeHTTP(0xc42001de40, 0x111b6e0, 0xc4fde90000, 0xc420072100) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:151 +0x111 net/http.serverHandler.ServeHTTP(0xc4202142c0, 0x111b6e0, 0xc4fde90000, 0xc420072100) /usr/lib/go-1.8/src/net/http/server.go:2568 +0x92 net/http.(*conn).serve(0xc420122be0, 0x111bee0, 0xc4fde8e000) /usr/lib/go-1.8/src/net/http/server.go:1825 +0x612 created by net/http.(*Server).Serve /usr/lib/go-1.8/src/net/http/server.go:2668 +0x2ce goroutine 69 [semacquire]: sync.runtime_SemacquireMutex(0x116950c) /usr/lib/go-1.8/src/runtime/sema.go:62 +0x34 sync.(*Mutex).Lock(0x1169508) /usr/lib/go-1.8/src/sync/mutex.go:87 +0x9d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.Parse(0xc4200fcc00, 0x1264, 0x0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:31 +0x52 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.BuffaloRenderer(0xc4200fcc00, 0x1264, 0xc57d894210, 0xc57d895260, 0xc42022c638, 0x1, 0xbaa4d5,0x12) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:17 +0x4d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.exec(0xc4201c1180, 0xba334d, 0x9, 0xc4203fa5e0, 0x2, 0x2, 0xbaa4d5, 0x12, 0xc57d894210, 0xc57da59380, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:111 +0x925 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.Render(0xc4201c1180, 0xba334d, 0x9, 0xc4203fa5e0, 0x2, 0x2, 0x1113c20, 0xc420022b60, 0xc57d894210, 0xc57da59501, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:33 +0xa2 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.(*templateRenderer).Render(0xc57d895200, 0x1113c20, 0xc420022b60, 0xc57d894210, 0xc57d895230, 0x114c3c0) <autogenerated>:14 +0x7d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*DefaultContext).Render(0xc420022380, 0xc8, 0x1119620, 0xc57d895200, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/default_context.go:118 +0x431 github.com/gobuffalo/gobuffalo/actions.HomeHandler(0x1120ea0, 0xc420022380, 0x1, 0xae68c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/home.go:13 +0xb7 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n.(*Translator).Middleware.func1.1(0x1120ea0, 0xc420022380, 0x4, 0xac4940) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n/i18n.go:119 +0x28f github.com/gobuffalo/gobuffalo/actions.App.func1.1(0x1120ea0, 0xc420022380, 0x1120ea0, 0xc420022380) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/app.go:51 +0x352 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware.ParameterLogger.func1(0x1120ea0, 0xc420022380, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/param_logger.go:28 +0x89 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl.ForceSSL.func1.1(0x1120ea0, 0xc420022380, 0xc420055830, 0xc420253320) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl/ssl.go:26 +0x113 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.sessionSaver.func1(0x1120ea0, 0xc420022380, 0x1120ea0, 0xc420022380) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/session.go:70 +0x3d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RequestLoggerFunc.func1(0x1120ea0, 0xc420022380, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/request_logger.go:51 +0x2ff github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).PanicHandler.func1(0x1120ea0, 0xc420022380, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/errors.go:69 +0x92 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RouteInfo.ServeHTTP(0xb9c3d1, 0x3, 0xb9bcfe, 0x1, 0xed3620, 0x32, 0xc4202510c8, 0x8, 0x1169860, 0x0, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/handler.go:75 +0x1b6 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*RouteInfo).ServeHTTP(0xc420239ce0, 0x111a620, 0xc420154140, 0xc420072700) <autogenerated>:43 +0x9a github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc4202226c0, 0x111a620, 0xc420154140, 0xc420072700) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux/mux.go:150 +0x101 github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web.ErrorChecker.func1(0x111a620, 0xc420154140, 0xc420072400) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web/web.go:23 +0xc0 net/http.HandlerFunc.ServeHTTP(0xc420154180, 0x111a620, 0xc420154140, 0xc420072400) /usr/lib/go-1.8/src/net/http/server.go:1942 +0x44 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).ServeHTTP(0xc42001de40, 0x111b6e0, 0xc4fde901c0, 0xc420072400) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:151 +0x111 net/http.serverHandler.ServeHTTP(0xc4202142c0, 0x111b6e0, 0xc4fde901c0, 0xc420072400) /usr/lib/go-1.8/src/net/http/server.go:2568 +0x92 net/http.(*conn).serve(0xc420122d20, 0x111bee0, 0xc57d85e000) /usr/lib/go-1.8/src/net/http/server.go:1825 +0x612 created by net/http.(*Server).Serve /usr/lib/go-1.8/src/net/http/server.go:2668 +0x2ce ``` "
__label__bug "Out of memory on missing quote ## Config * Plush version: 760a9e946f05adbcdb025bb9378b2ef6ff3bcf66 (latest master). * Ubuntu GNU/Linux 17.04 64 bits. ## Context Using `<%= partial(""test.md) %>` (note the missing quote), I tried to load the page but it keeps loading. After a few seconds, the app panic with the following trace: ``` fatal error: runtime: out of memory runtime stack: runtime.throw(0xbadc0a, 0x16) /usr/lib/go-1.8/src/runtime/panic.go:596 +0x95 runtime.sysMap(0xc581ec0000, 0x498c0000, 0x1151b00, 0x116b1d8) /usr/lib/go-1.8/src/runtime/mem_linux.go:216 +0x1d0 runtime.(*mheap).sysAlloc(0x1151a20, 0x498c0000, 0x429071) /usr/lib/go-1.8/src/runtime/malloc.go:428 +0x374 runtime.(*mheap).grow(0x1151a20, 0x24c5f, 0x0) /usr/lib/go-1.8/src/runtime/mheap.go:774 +0x62 runtime.(*mheap).allocSpanLocked(0x1151a20, 0x24c5f, 0x100) /usr/lib/go-1.8/src/runtime/mheap.go:678 +0x44f runtime.(*mheap).alloc_m(0x1151a20, 0x24c5f, 0x100000000, 0xc400000000) /usr/lib/go-1.8/src/runtime/mheap.go:562 +0xe2 runtime.(*mheap).alloc.func1() /usr/lib/go-1.8/src/runtime/mheap.go:627 +0x4b runtime.systemstack(0x7ff22212ae18) /usr/lib/go-1.8/src/runtime/asm_amd64.s:343 +0xab runtime.(*mheap).alloc(0x1151a20, 0x24c5f, 0x10100000000, 0x1152f80) /usr/lib/go-1.8/src/runtime/mheap.go:628 +0xa0 runtime.largeAlloc(0x498be000, 0x7ff2252c5401, 0xc500000005) /usr/lib/go-1.8/src/runtime/malloc.go:795 +0x93 runtime.mallocgc.func1() /usr/lib/go-1.8/src/runtime/malloc.go:690 +0x3e runtime.systemstack(0xc420026000) /usr/lib/go-1.8/src/runtime/asm_amd64.s:327 +0x79 runtime.mstart() /usr/lib/go-1.8/src/runtime/proc.go:1132 goroutine 18 [running]: runtime.systemstack_switch() /usr/lib/go-1.8/src/runtime/asm_amd64.s:281 fp=0xc42012aa70 sp=0xc42012aa68 runtime.mallocgc(0x498be000, 0xac4940, 0xc42001e101, 0x0) /usr/lib/go-1.8/src/runtime/malloc.go:691 +0x930 fp=0xc42012ab10 sp=0xc42012aa70 runtime.growslice(0xac4940, 0xc534050000, 0x3ad6400, 0x3ad6400, 0x3ad6401, 0xc581e8fdd0, 0x2f, 0x4141b4) /usr/lib/go-1.8/src/runtime/slice.go:147 +0x152 fp=0xc42012ab98 sp=0xc42012ab10 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser.(*parser).noPrefixParseFnError(0xc420450900, 0xb9c3a7, 0x3) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser/parser.go:140 +0x1b4 fp=0xc42012ac38 sp=0xc42012ab98 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser.(*parser).parseExpression(0xc420450900, 0x1, 0x851cf9, 0xc420449470) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser/parser.go:223 +0x22d fp=0xc42012ac98 sp=0xc42012ac38 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser.(*parser).parseExpressionStatement(0xc420450900, 0x3) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser/parser.go:209 +0x88 fp=0xc42012acd8 sp=0xc42012ac98 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser.(*parser).parseStatement(0xc420450900, 0x3, 0xb9c3b6) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser/parser.go:161 +0x9c fp=0xc42012ad20 sp=0xc42012acd8 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser.(*parser).parseProgram(0xc420450900, 0xc420450900) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser/parser.go:94 +0xb7 fp=0xc42012ad90 sp=0xc42012ad20 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser.Parse(0xc42046b800, 0x59c, 0xb1e740, 0xc42031ae01, 0xc42045bd80) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/parser/parser.go:21 +0xbd fp=0xc42012add8 sp=0xc42012ad90 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.(*Template).Parse(0xc42045bd80, 0xc42045bd80, 0x8) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/template.go:39 +0x48 fp=0xc42012ae10 sp=0xc42012add8 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.NewTemplate(0xc42046b800, 0x59c, 0xc42046b800, 0x59c, 0x116a5a0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/template.go:25 +0x76 fp=0xc42012ae48 sp=0xc42012ae10 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.Parse(0xc42046b800, 0x59c, 0x0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:36 +0xdb fp=0xc42012aeb0 sp=0xc42012ae48 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.BuffaloRenderer(0xc42046b800, 0x59c, 0xc420235f20, 0xc420448fc0, 0xc42046b800, 0x59c, 0x493, 0x3) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:17 +0x4d fp=0xc42012af78 sp=0xc42012aeb0 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.MDTemplateEngine(0xc420230f00, 0x493, 0xc420235f20, 0xc420448fc0, 0xc42022c650, 0x1, 0xc42045b960, 0x15) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/html.go:49 +0x187 fp=0xc42012afe8 sp=0xc42012af78 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.exec(0xc4201c1180, 0xba334d, 0x9, 0xc42045b9a0, 0x2, 0x2, 0xc42045b960, 0x15, 0xc420235f20, 0xc42031b2c0, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:111 +0x925 fp=0xc42012b240 sp=0xc42012afe8 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.Render(0xc4201c1180, 0xba334d, 0x9, 0xc42045b9a0, 0x2, 0x2, 0x1113c20, 0xc420256af0, 0xc420235f20, 0x110a101, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:33 +0xa2 fp=0xc42012b308 sp=0xc42012b240 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.(*templateRenderer).Render(0xc420448f00, 0x1113c20, 0xc420256af0, 0xc420235f20, 0xc420448f30, 0x114c3c0) <autogenerated>:14 +0x7d fp=0xc42012b370 sp=0xc42012b308 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*DefaultContext).Render(0xc4202563f0, 0xc8, 0x1119620, 0xc420448f00, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/default_context.go:118 +0x431 fp=0xc42012b4e8 sp=0xc42012b370 github.com/gobuffalo/gobuffalo/actions.Docs(0x1120ea0, 0xc4202563f0, 0x1, 0xae68c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/docs.go:15 +0x407 fp=0xc42012b5f0 sp=0xc42012b4e8 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n.(*Translator).Middleware.func1.1(0x1120ea0, 0xc4202563f0, 0x4, 0xac4940) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n/i18n.go:119 +0x28f fp=0xc42012b6b8 sp=0xc42012b5f0 github.com/gobuffalo/gobuffalo/actions.App.func1.1(0x1120ea0, 0xc4202563f0, 0x1120ea0, 0xc4202563f0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/app.go:51 +0x352 fp=0xc42012b768 sp=0xc42012b6b8 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware.ParameterLogger.func1(0x1120ea0, 0xc4202563f0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/param_logger.go:28 +0x89 fp=0xc42012b7a0 sp=0xc42012b768 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl.ForceSSL.func1.1(0x1120ea0, 0xc4202563f0, 0xc42031b830, 0xc420243260) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl/ssl.go:26 +0x113 fp=0xc42012b800 sp=0xc42012b7a0 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.sessionSaver.func1(0x1120ea0, 0xc4202563f0, 0x1120ea0, 0xc4202563f0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/session.go:70 +0x3d fp=0xc42012b830 sp=0xc42012b800 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RequestLoggerFunc.func1(0x1120ea0, 0xc4202563f0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/request_logger.go:51 +0x2ff fp=0xc42012b940 sp=0xc42012b830 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).PanicHandler.func1(0x1120ea0, 0xc4202563f0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/errors.go:69 +0x92 fp=0xc42012b980 sp=0xc42012b940 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RouteInfo.ServeHTTP(0xb9c3d1, 0x3, 0xba73c7, 0xf, 0xed3550, 0x2b, 0xc420250d73, 0x7, 0x1169860, 0x0, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/handler.go:75 +0x1b6 fp=0xc42012ba88 sp=0xc42012b980 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*RouteInfo).ServeHTTP(0xc420238d90, 0x111a620, 0xc42024dde0, 0xc4201f7f00) <autogenerated>:43 +0x9a fp=0xc42012bb20 sp=0xc42012ba88 github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc4202226c0, 0x111a620, 0xc42024dde0, 0xc4201f7f00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux/mux.go:150 +0x101 fp=0xc42012bc10 sp=0xc42012bb20 github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web.ErrorChecker.func1(0x111a620, 0xc42024dde0, 0xc420073c00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web/web.go:23 +0xc0 fp=0xc42012bca0 sp=0xc42012bc10 net/http.HandlerFunc.ServeHTTP(0xc42024de00, 0x111a620, 0xc42024dde0, 0xc420073c00) /usr/lib/go-1.8/src/net/http/server.go:1942 +0x44 fp=0xc42012bcc8 sp=0xc42012bca0 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).ServeHTTP(0xc42001de40, 0x111b6e0, 0xc4201069a0, 0xc420073c00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:151 +0x111 fp=0xc42012bd10 sp=0xc42012bcc8 net/http.serverHandler.ServeHTTP(0xc4202142c0, 0x111b6e0, 0xc4201069a0, 0xc420073c00) /usr/lib/go-1.8/src/net/http/server.go:2568 +0x92 fp=0xc42012bd58 sp=0xc42012bd10 net/http.(*conn).serve(0xc420270000, 0x111bee0, 0xc42027e040) /usr/lib/go-1.8/src/net/http/server.go:1825 +0x612 fp=0xc42012bfc8 sp=0xc42012bd58 runtime.goexit() /usr/lib/go-1.8/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc42012bfd0 sp=0xc42012bfc8 created by net/http.(*Server).Serve /usr/lib/go-1.8/src/net/http/server.go:2668 +0x2ce goroutine 1 [IO wait]: net.runtime_pollWait(0x7ff22528dfe8, 0x72, 0x0) /usr/lib/go-1.8/src/runtime/netpoll.go:164 +0x59 net.(*pollDesc).wait(0xc420256148, 0x72, 0x0, 0xc42000c780) /usr/lib/go-1.8/src/net/fd_poll_runtime.go:75 +0x38 net.(*pollDesc).waitRead(0xc420256148, 0xffffffffffffffff, 0x0) /usr/lib/go-1.8/src/net/fd_poll_runtime.go:80 +0x34 net.(*netFD).accept(0xc4202560e0, 0x0, 0x11156e0, 0xc42000c780) /usr/lib/go-1.8/src/net/fd_unix.go:430 +0x1e5 net.(*TCPListener).accept(0xc42000eba8, 0xc420122da0, 0xae86c0, 0xffffffffffffffff) /usr/lib/go-1.8/src/net/tcpsock_posix.go:136 +0x2e net.(*TCPListener).AcceptTCP(0xc42000eba8, 0xc42004fd10, 0xc42004fd18, 0xc42004fd08) /usr/lib/go-1.8/src/net/tcpsock.go:215 +0x49 net/http.tcpKeepAliveListener.Accept(0xc42000eba8, 0xbe60d0, 0xc420122d20, 0x111bfa0, 0xc4202359b0) /usr/lib/go-1.8/src/net/http/server.go:3044 +0x2f net/http.(*Server).Serve(0xc4202142c0, 0x111b9a0, 0xc42000eba8, 0x0, 0x0) /usr/lib/go-1.8/src/net/http/server.go:2643 +0x228 net/http.(*Server).ListenAndServe(0xc4202142c0, 0x5, 0xb9e8d4) /usr/lib/go-1.8/src/net/http/server.go:2585 +0xb0 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).Serve(0xc42001de40, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:115 +0x412 main.main() /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/main.go:10 +0x2f goroutine 17 [syscall, 1 minutes, locked to thread]: runtime.goexit() /usr/lib/go-1.8/src/runtime/asm_amd64.s:2197 +0x1 goroutine 6 [syscall, 1 minutes]: os/signal.signal_recv(0x0) /usr/lib/go-1.8/src/runtime/sigqueue.go:116 +0x104 os/signal.loop() /usr/lib/go-1.8/src/os/signal/signal_unix.go:22 +0x22 created by os/signal.init.1 /usr/lib/go-1.8/src/os/signal/signal_unix.go:28 +0x41 goroutine 40 [IO wait]: net.runtime_pollWait(0x7ff22528dc28, 0x72, 0x4) /usr/lib/go-1.8/src/runtime/netpoll.go:164 +0x59 net.(*pollDesc).wait(0xc42011e378, 0x72, 0x11170a0, 0x11122f8) /usr/lib/go-1.8/src/net/fd_poll_runtime.go:75 +0x38 net.(*pollDesc).waitRead(0xc42011e378, 0xc57d85e051, 0x1) /usr/lib/go-1.8/src/net/fd_poll_runtime.go:80 +0x34 net.(*netFD).Read(0xc42011e310, 0xc57d85e051, 0x1, 0x1, 0x0, 0x11170a0, 0x11122f8) /usr/lib/go-1.8/src/net/fd_unix.go:250 +0x1b7 net.(*conn).Read(0xc42026e050, 0xc57d85e051, 0x1, 0x1, 0x0, 0x0, 0x0) /usr/lib/go-1.8/src/net/net.go:181 +0x70 net/http.(*connReader).backgroundRead(0xc57d85e040) /usr/lib/go-1.8/src/net/http/server.go:656 +0x58 created by net/http.(*connReader).startBackgroundRead /usr/lib/go-1.8/src/net/http/server.go:652 +0xdf goroutine 9 [select, 1 minutes, locked to thread]: runtime.gopark(0xbe66b8, 0x0, 0xb9fa96, 0x6, 0x18, 0x2) /usr/lib/go-1.8/src/runtime/proc.go:271 +0x13a runtime.selectgoImpl(0xc42003ef50, 0x0, 0x18) /usr/lib/go-1.8/src/runtime/select.go:423 +0x1364 runtime.selectgo(0xc42003ef50) /usr/lib/go-1.8/src/runtime/select.go:238 +0x1c runtime.ensureSigM.func1() /usr/lib/go-1.8/src/runtime/signal_unix.go:434 +0x2dd runtime.goexit() /usr/lib/go-1.8/src/runtime/asm_amd64.s:2197 +0x1 goroutine 10 [select, 1 minutes]: github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/sigtx.WithCancel.func1(0xc4202526c0, 0xc4202511a0, 0x111bee0, 0xc42023cb40) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/sigtx/context.go:14 +0x12f created by github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/sigtx.WithCancel /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/sigtx/context.go:21 +0xe1 goroutine 11 [chan receive, 1 minutes]: github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).Serve.func1(0x111bee0, 0xc42023cb40, 0xc42001de40, 0xc4202142c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:66 +0x6c created by github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).Serve /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:88 +0x263 goroutine 13 [semacquire]: sync.runtime_SemacquireMutex(0x116950c) /usr/lib/go-1.8/src/runtime/sema.go:62 +0x34 sync.(*Mutex).Lock(0x1169508) /usr/lib/go-1.8/src/sync/mutex.go:87 +0x9d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.Parse(0xc4202e3300, 0x1264, 0x0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:31 +0x52 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.BuffaloRenderer(0xc4202e3300, 0x1264, 0xc44346f0b0, 0xc483f72120, 0xc42022c638, 0x1, 0xbaa4d5,0x12) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:17 +0x4d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.exec(0xc4201c1180, 0xba334d, 0x9, 0xc420154840, 0x2, 0x2, 0xbaa4d5, 0x12, 0xc44346f0b0, 0xc420127380, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:111 +0x925 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.Render(0xc4201c1180, 0xba334d, 0x9, 0xc420154840, 0x2, 0x2, 0x1113c20, 0xc4200229a0, 0xc44346f0b0, 0xc420127501, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:33 +0xa2 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.(*templateRenderer).Render(0xc483f720c0, 0x1113c20, 0xc4200229a0, 0xc44346f0b0, 0xc483f720f0, 0x114c3c0) <autogenerated>:14 +0x7d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*DefaultContext).Render(0xc4200221c0, 0xc8, 0x1119620, 0xc483f720c0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/default_context.go:118 +0x431 github.com/gobuffalo/gobuffalo/actions.HomeHandler(0x1120ea0, 0xc4200221c0, 0x1, 0xae68c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/home.go:13 +0xb7 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n.(*Translator).Middleware.func1.1(0x1120ea0, 0xc4200221c0, 0x4, 0xac4940) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n/i18n.go:119 +0x28f github.com/gobuffalo/gobuffalo/actions.App.func1.1(0x1120ea0, 0xc4200221c0, 0x1120ea0, 0xc4200221c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/app.go:51 +0x352 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware.ParameterLogger.func1(0x1120ea0, 0xc4200221c0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/param_logger.go:28 +0x89 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl.ForceSSL.func1.1(0x1120ea0, 0xc4200221c0, 0xc420053830, 0xc420020300) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl/ssl.go:26 +0x113 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.sessionSaver.func1(0x1120ea0, 0xc4200221c0, 0x1120ea0, 0xc4200221c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/session.go:70 +0x3d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RequestLoggerFunc.func1(0x1120ea0, 0xc4200221c0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/request_logger.go:51 +0x2ff github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).PanicHandler.func1(0x1120ea0, 0xc4200221c0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/errors.go:69 +0x92 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RouteInfo.ServeHTTP(0xb9c3d1, 0x3, 0xb9bcfe, 0x1, 0xed3620, 0x32, 0xc4202510c8, 0x8, 0x1169860, 0x0, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/handler.go:75 +0x1b6 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*RouteInfo).ServeHTTP(0xc420239ce0, 0x111a620, 0xc4203fa080, 0xc42000ad00) <autogenerated>:43 +0x9a github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc4202226c0, 0x111a620, 0xc4203fa080, 0xc42000ad00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux/mux.go:150 +0x101 github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web.ErrorChecker.func1(0x111a620, 0xc4203fa080, 0xc420073f00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web/web.go:23 +0xc0 net/http.HandlerFunc.ServeHTTP(0xc4203fa0a0, 0x111a620, 0xc4203fa080, 0xc420073f00) /usr/lib/go-1.8/src/net/http/server.go:1942 +0x44 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).ServeHTTP(0xc42001de40, 0x111b6e0, 0xc420106000, 0xc420073f00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:151 +0x111 net/http.serverHandler.ServeHTTP(0xc4202142c0, 0x111b6e0, 0xc420106000, 0xc420073f00) /usr/lib/go-1.8/src/net/http/server.go:2568 +0x92 net/http.(*conn).serve(0xc420220fa0, 0x111bee0, 0xc42023cbc0) /usr/lib/go-1.8/src/net/http/server.go:1825 +0x612 created by net/http.(*Server).Serve /usr/lib/go-1.8/src/net/http/server.go:2668 +0x2ce goroutine 26 [semacquire]: sync.runtime_SemacquireMutex(0x116950c) /usr/lib/go-1.8/src/runtime/sema.go:62 +0x34 sync.(*Mutex).Lock(0x1169508) /usr/lib/go-1.8/src/sync/mutex.go:87 +0x9d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.Parse(0xc4fde9ac00, 0x5a5, 0x0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:31 +0x52 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.BuffaloRenderer(0xc4fde9ac00, 0x5a5, 0xc533f5e270, 0xc533f5f320, 0xc4fde9ac00, 0x5a5, 0x4d7, 0x3) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:17 +0x4d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.MDTemplateEngine(0xc420100f00, 0x4d7, 0xc533f5e270, 0xc533f5f320, 0xc42022c650, 0x1, 0xc534012790, 0x10) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/html.go:49 +0x187 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.exec(0xc4201c1180, 0xba334d, 0x9, 0xc420154680, 0x2, 0x2, 0xc534012790, 0x10, 0xc533f5e270, 0x38, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:111 +0x925 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.Render(0xc4201c1180, 0xba334d, 0x9, 0xc420154680, 0x2, 0x2, 0x1113c20, 0xc42011f880, 0xc533f5e270, 0x110a101, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:33 +0xa2 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.(*templateRenderer).Render(0xc533f5f260, 0x1113c20, 0xc42011f880, 0xc533f5e270, 0xc533f5f290, 0x114c3c0) <autogenerated>:14 +0x7d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*DefaultContext).Render(0xc42011f1f0, 0xc8, 0x1119620, 0xc533f5f260, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/default_context.go:118 +0x431 github.com/gobuffalo/gobuffalo/actions.Docs(0x1120ea0, 0xc42011f1f0, 0x1, 0xae68c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/docs.go:15 +0x407 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n.(*Translator).Middleware.func1.1(0x1120ea0, 0xc42011f1f0, 0x4, 0xac4940) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n/i18n.go:119 +0x28f github.com/gobuffalo/gobuffalo/actions.App.func1.1(0x1120ea0, 0xc42011f1f0, 0x1120ea0, 0xc42011f1f0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/app.go:51 +0x352 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware.ParameterLogger.func1(0x1120ea0, 0xc42011f1f0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/param_logger.go:28 +0x89 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl.ForceSSL.func1.1(0x1120ea0, 0xc42011f1f0, 0xc420055830, 0xc4202805a0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl/ssl.go:26 +0x113 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.sessionSaver.func1(0x1120ea0, 0xc42011f1f0, 0x1120ea0, 0xc42011f1f0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/session.go:70 +0x3d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RequestLoggerFunc.func1(0x1120ea0, 0xc42011f1f0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/request_logger.go:51 +0x2ff github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).PanicHandler.func1(0x1120ea0, 0xc42011f1f0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/errors.go:69 +0x92 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RouteInfo.ServeHTTP(0xb9c3d1, 0x3, 0xba73c7, 0xf, 0xed3550, 0x2b, 0xc420250d73, 0x7, 0x1169860, 0x0, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/handler.go:75 +0x1b6 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*RouteInfo).ServeHTTP(0xc420238d90, 0x111a620, 0xc42000c7c0, 0xc420072e00) <autogenerated>:43 +0x9a github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc4202226c0, 0x111a620, 0xc42000c7c0, 0xc420072e00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux/mux.go:150 +0x101 github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web.ErrorChecker.func1(0x111a620, 0xc42000c7c0, 0xc420072c00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web/web.go:23 +0xc0 net/http.HandlerFunc.ServeHTTP(0xc4200ca980, 0x111a620, 0xc42000c7c0, 0xc420072c00) /usr/lib/go-1.8/src/net/http/server.go:1942 +0x44 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).ServeHTTP(0xc42001de40, 0x111b6e0, 0xc4fde900e0, 0xc420072c00) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:151 +0x111 net/http.serverHandler.ServeHTTP(0xc4202142c0, 0x111b6e0, 0xc4fde900e0, 0xc420072c00) /usr/lib/go-1.8/src/net/http/server.go:2568 +0x92 net/http.(*conn).serve(0xc420122f00, 0x111bee0, 0xc533f62000) /usr/lib/go-1.8/src/net/http/server.go:1825 +0x612 created by net/http.(*Server).Serve /usr/lib/go-1.8/src/net/http/server.go:2668 +0x2ce goroutine 36 [semacquire]: sync.runtime_SemacquireMutex(0x116950c) /usr/lib/go-1.8/src/runtime/sema.go:62 +0x34 sync.(*Mutex).Lock(0x1169508) /usr/lib/go-1.8/src/sync/mutex.go:87 +0x9d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.Parse(0xc4200fb900, 0x1264, 0x0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:31 +0x52 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.BuffaloRenderer(0xc4200fb900, 0x1264, 0xc4fde8a2a0, 0xc4fde8b320, 0xc42022c638, 0x1, 0xc42024cc80, 0x12) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:17 +0x4d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.exec(0xc4201c1180, 0xba334d, 0x9, 0xc42024cd00, 0x2, 0x2, 0xc42024cc80, 0x12, 0xc4fde8a2a0, 0x1b, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:111 +0x925 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.Render(0xc4201c1180, 0xba334d, 0x9, 0xc42024cd00, 0x2, 0x2, 0x1113c20, 0xc42011ebd0, 0xc4fde8a2a0, 0x110a101, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:33 +0xa2 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.(*templateRenderer).Render(0xc4fde8b2c0, 0x1113c20, 0xc42011ebd0, 0xc4fde8a2a0, 0xc4fde8b2f0, 0x114c3c0) <autogenerated>:14 +0x7d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*DefaultContext).Render(0xc42011e2a0, 0xc8, 0x1119620, 0xc4fde8b2c0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/default_context.go:118 +0x431 github.com/gobuffalo/gobuffalo/actions.Docs(0x1120ea0, 0xc42011e2a0, 0x1, 0xae68c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/docs.go:15 +0x407 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n.(*Translator).Middleware.func1.1(0x1120ea0, 0xc42011e2a0, 0x4, 0xac4940) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n/i18n.go:119 +0x28f github.com/gobuffalo/gobuffalo/actions.App.func1.1(0x1120ea0, 0xc42011e2a0, 0x1120ea0, 0xc42011e2a0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/app.go:51 +0x352 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware.ParameterLogger.func1(0x1120ea0, 0xc42011e2a0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/param_logger.go:28 +0x89 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl.ForceSSL.func1.1(0x1120ea0, 0xc42011e2a0, 0xc420055830, 0xc42024a180) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl/ssl.go:26 +0x113 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.sessionSaver.func1(0x1120ea0, 0xc42011e2a0, 0x1120ea0, 0xc42011e2a0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/session.go:70 +0x3d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RequestLoggerFunc.func1(0x1120ea0, 0xc42011e2a0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/request_logger.go:51 +0x2ff github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).PanicHandler.func1(0x1120ea0, 0xc42011e2a0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/errors.go:69 +0x92 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RouteInfo.ServeHTTP(0xb9c3d1, 0x3, 0xba73c7, 0xf, 0xed3550, 0x2b, 0xc420250d73, 0x7, 0x1169860, 0x0, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/handler.go:75 +0x1b6 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*RouteInfo).ServeHTTP(0xc420238d90, 0x111a620, 0xc4201ea120, 0xc420072500) <autogenerated>:43 +0x9a github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc4202226c0, 0x111a620, 0xc4201ea120, 0xc420072500) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux/mux.go:150 +0x101 github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web.ErrorChecker.func1(0x111a620, 0xc4201ea120, 0xc420072100) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web/web.go:23 +0xc0 net/http.HandlerFunc.ServeHTTP(0xc4201ea140, 0x111a620, 0xc4201ea120, 0xc420072100) /usr/lib/go-1.8/src/net/http/server.go:1942 +0x44 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).ServeHTTP(0xc42001de40, 0x111b6e0, 0xc4fde90000, 0xc420072100) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:151 +0x111 net/http.serverHandler.ServeHTTP(0xc4202142c0, 0x111b6e0, 0xc4fde90000, 0xc420072100) /usr/lib/go-1.8/src/net/http/server.go:2568 +0x92 net/http.(*conn).serve(0xc420122be0, 0x111bee0, 0xc4fde8e000) /usr/lib/go-1.8/src/net/http/server.go:1825 +0x612 created by net/http.(*Server).Serve /usr/lib/go-1.8/src/net/http/server.go:2668 +0x2ce goroutine 69 [semacquire]: sync.runtime_SemacquireMutex(0x116950c) /usr/lib/go-1.8/src/runtime/sema.go:62 +0x34 sync.(*Mutex).Lock(0x1169508) /usr/lib/go-1.8/src/sync/mutex.go:87 +0x9d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.Parse(0xc4200fcc00, 0x1264, 0x0, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:31 +0x52 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush.BuffaloRenderer(0xc4200fcc00, 0x1264, 0xc57d894210, 0xc57d895260, 0xc42022c638, 0x1, 0xbaa4d5,0x12) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/plush/plush.go:17 +0x4d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.exec(0xc4201c1180, 0xba334d, 0x9, 0xc4203fa5e0, 0x2, 0x2, 0xbaa4d5, 0x12, 0xc57d894210, 0xc57da59380, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:111 +0x925 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.templateRenderer.Render(0xc4201c1180, 0xba334d, 0x9, 0xc4203fa5e0, 0x2, 0x2, 0x1113c20, 0xc420022b60, 0xc57d894210, 0xc57da59501, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render/template.go:33 +0xa2 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/render.(*templateRenderer).Render(0xc57d895200, 0x1113c20, 0xc420022b60, 0xc57d894210, 0xc57d895230, 0x114c3c0) <autogenerated>:14 +0x7d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*DefaultContext).Render(0xc420022380, 0xc8, 0x1119620, 0xc57d895200, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/default_context.go:118 +0x431 github.com/gobuffalo/gobuffalo/actions.HomeHandler(0x1120ea0, 0xc420022380, 0x1, 0xae68c0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/home.go:13 +0xb7 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n.(*Translator).Middleware.func1.1(0x1120ea0, 0xc420022380, 0x4, 0xac4940) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/i18n/i18n.go:119 +0x28f github.com/gobuffalo/gobuffalo/actions.App.func1.1(0x1120ea0, 0xc420022380, 0x1120ea0, 0xc420022380) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/actions/app.go:51 +0x352 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware.ParameterLogger.func1(0x1120ea0, 0xc420022380, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/param_logger.go:28 +0x89 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl.ForceSSL.func1.1(0x1120ea0, 0xc420022380, 0xc420055830, 0xc420253320) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/middleware/ssl/ssl.go:26 +0x113 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.sessionSaver.func1(0x1120ea0, 0xc420022380, 0x1120ea0, 0xc420022380) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/session.go:70 +0x3d github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RequestLoggerFunc.func1(0x1120ea0, 0xc420022380, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/request_logger.go:51 +0x2ff github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).PanicHandler.func1(0x1120ea0, 0xc420022380, 0x0, 0x0) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/errors.go:69 +0x92 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.RouteInfo.ServeHTTP(0xb9c3d1, 0x3, 0xb9bcfe, 0x1, 0xed3620, 0x32, 0xc4202510c8, 0x8, 0x1169860, 0x0, ...) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/handler.go:75 +0x1b6 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*RouteInfo).ServeHTTP(0xc420239ce0, 0x111a620, 0xc420154140, 0xc420072700) <autogenerated>:43 +0x9a github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux.(*Router).ServeHTTP(0xc4202226c0, 0x111a620, 0xc420154140, 0xc420072700) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gorilla/mux/mux.go:150 +0x101 github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web.ErrorChecker.func1(0x111a620, 0xc420154140, 0xc420072400) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/markbates/refresh/refresh/web/web.go:23 +0xc0 net/http.HandlerFunc.ServeHTTP(0xc420154180, 0x111a620, 0xc420154140, 0xc420072400) /usr/lib/go-1.8/src/net/http/server.go:1942 +0x44 github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo.(*App).ServeHTTP(0xc42001de40, 0x111b6e0, 0xc4fde901c0, 0xc420072400) /home/michalakst/Documents/Dev/go/src/github.com/gobuffalo/gobuffalo/vendor/github.com/gobuffalo/buffalo/app.go:151 +0x111 net/http.serverHandler.ServeHTTP(0xc4202142c0, 0x111b6e0, 0xc4fde901c0, 0xc420072400) /usr/lib/go-1.8/src/net/http/server.go:2568 +0x92 net/http.(*conn).serve(0xc420122d20, 0x111bee0, 0xc57d85e000) /usr/lib/go-1.8/src/net/http/server.go:1825 +0x612 created by net/http.(*Server).Serve /usr/lib/go-1.8/src/net/http/server.go:2668 +0x2ce ``` "
__label__enhancement autoprefixer add autoprefixer
__label__enhancement "Cache IPFS results We're making multiple calls to the server that probably could be cached locally. This looks like a good option: https://www.npmjs.com/package/object-cache Here, IPFS devs are recommending such a solution: https://github.com/ipfs/js-ipfs-api/issues/511 This could be browser-native package, but it seems to be too tightly connected to the actual web request, that it wouldn't work with ipfs-js: https://developer.mozilla.org/en-US/docs/Web/API/Cache This is the spot in our code where we get from IPFS: https://github.com/OriginProtocol/demo-dapp/blob/master/src/services/ipfs-service.js#L53 "
__label__enhancement "Add usage of version 9999 to fetch master Need to add a ""repo"" entry in package to provide git/svn/mercurial/cvs repos. Need special management of this version (not listed into versions but added if request contain this number). Need to rebuild every time if present skip check install "
__label__bug 1 program 1 nie działa
__label__question "t2t_usr_dir doesn't work Dear all, I want to add my own hyper-parameter settings by using --t2t_usr_dir option as described in https://github.com/tensorflow/tensor2tensor/blob/master/docs/walkthrough.md#adding-your-own-components To do this, I created a dir on ~/usr/t2t_usr and added following codes: ``` # In ~/usr/t2t_usr/__init__.py from . import my_registrations ``` ``` # In ~/usr/t2t_usr/my_registrations.py from tensor2tensor.models import transformer from tensor2tensor.utils import registry @registry.register_hparams def transformer_my_very_own_hparams_set(): hparams = transformer.transformer_base() hparams.hidden_size = 1024 ``` Then, I run the following commands to register it: `t2t-trainer --t2t_usr_dir=~/usr/t2t_usr --registry-help` But I got the following errors: ``` INFO:tensorflow:Importing user module t2t_usr from path /path/to/usr Traceback (most recent call last): File ""/path/to/.pyenv/versions/tensorflow/bin/t2t-trainer"", line 191, in <module> tf.app.run() File ""/path/to/.pyenv/versions/anaconda3-5.0.1/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/platform/app.py"", line 124, i n run _sys.exit(main(argv)) File ""/path/to/.pyenv/versions/tensorflow/bin/t2t-trainer"", line 182, in main hparams = create_hparams() File ""/path/to/.pyenv/versions/tensorflow/bin/t2t-trainer"", line 81, in create_hparams return tpu_trainer_lib.create_hparams(FLAGS.hparams_set, FLAGS.hparams) File ""/path/to/.pyenv/versions/anaconda3-5.0.1/envs/tensorflow/lib/python3.6/site-packages/tensor2tensor/tpu/tpu_trainer_lib.py"", line 75, in create_hparams hparams = registry.hparams(hparams_set)() File ""/path/to/.pyenv/versions/anaconda3-5.0.1/envs/tensorflow/lib/python3.6/site-packages/tensor2tensor/utils/registry.py"", line 171, in hparams display_list_by_prefix(list_hparams(), starting_spaces=4))) LookupError: HParams set never registered. Sets registered: aligned: * aligned_8k * aligned_8k_grouped * aligned_base * aligned_grouped * aligned_local * aligned_local_1k * aligned_local_expert * aligned_lsh * aligned_memory_efficient ... ``` Does anyone have any suggestion to fix this? Thank you in advance."
__label__bug 폰허브 동영상 다운로드시 불완전한 작업으로 완료됩니다 히토미나 유튜브 등은 정상적으로 다운로드가 완료되지만 폰허브에 한해서만 불완전한것같습니다 100%까지 다운로드는 되지만 다운로더 작업색이 초록색이 아닌 주황색으로만 완료됩니다
__label__enhancement "Add New Social Icons Need to add Medium and Stitcher icons. "
__label__bug "The loading order changes the index offset Just happened to me: Loading the indexed dinamically (they are real time) makes them take different offset between the application and the rake ts:regenerate : ``` document_id_for_key 647 key: 22 indices_count: 29 offset: 9 document_id_for_key 643 key: 22 indices_count: 29 offset: 5 ``` The index offset should be the same regardless on the loading order. ``` describe '#next_offset' do it ""returns the same offset regardless of loading order"" do config.next_offset('a').should == 0 config.next_offset('b').should == 1 ThinkingSphinx::Configuration.reset config.next_offset('b').should == 1 config.next_offset('a').should == 0 end end ``` "
__label__enhancement "Seccion de Contacto Creación de una vista de contacto con su formulario y su sistema de envió de correo funcionando perfectamente, y sus responsivos."
__label__bug texstudio started to freeze at startup (mac 10.13.2 ) I tried to edit the .ini file but without any effect. I canceled the whole texstudio directory and downloaded the newest version of the app. Nothing happens and the new version still freezes immediatly as launched.
__label__question "Viscosity: Higher Value = More Viscous or less? If I want the fluid to be thicker, do I increase the viscous value or lower it? Is a value of zero = viscosity of water? What if I want to it to be less viscous than water, I cant lower the value below zero. "
__label__question Why use the webcron and not a real cron task Our owncloud has little access and the cron tasks are not run frequently. Adding cron for this taks is an option?
__label__bug "Multiplication and division give incorrect results [runposit.cpp.txt](https://github.com/stillwater-sc/universal/files/1525505/runposit.cpp.txt) $ ./runposit 3.400000 + 5.700000 => 9.100000 3.400000 - 5.700000 => -2.300000 3.400000 * 5.700000 => 9.690000 3.400000 / 5.700000 => 0.334688 "
__label__question "Extension With MVC Web Application Greetings; Your plug-in is really very successful. I used it in my desktop application, but I can not use it in my MVC application. var client = api.HttpClient; // ... property on IBinanceApi. I can not find the part. I have not found any simple link and usage examples in the document section for MVC web. Could you tell me how to use it on the web side? When I write it under ActionResult, it is waiting for processing (hours) but I can not get anything."
__label__question showing the next (or previous) suggestion is it possible to make the shell display next or previous suggestions starting with the same 'prefixes'? for instance it would be handy to cycle through nmcli con commands in history
__label__enhancement "not registerDriver when class.forName() Doc of JDBC: When a Driver class is loaded,it should create an instance of itself and register it with the DriverManager. I think should put register code in static code block like other database jdbc driver,for example: ``` public class Driver extends NonRegisteringDriver implements java.sql.Driver { // ~ Static fields/initializers // --------------------------------------------- // // Register ourselves with the DriverManager // static { try { java.sql.DriverManager.registerDriver(new Driver()); } catch (SQLException E) { throw new RuntimeException(""Can't register driver!""); } } // ~ Constructors // ----------------------------------------------------------- /** * Construct a new driver and register it with DriverManager * * @throws SQLException * if a database error occurs. */ public Driver() throws SQLException { // Required for Class.forName().newInstance() } } ``` ![jdbc](https://user-images.githubusercontent.com/24735504/26885122-47292af2-4bd4-11e7-97e0-fbe27b31c8fd.png) ``` Class.forName(); DriverManager.getConnection(url,props) ``` in the JEE Container,will thow No suitable driver found for ... Class.forName().newInstance() trigger registerDriver,webapp is run ok."
__label__bug "mcstatus still has the socket closing exception bug Need to replace mcstatus with my fork to grab the fix dinnerbone/mcstatus#56 Otherwise, this ugliness is logged occasionally when discord.py does a reconnect. ``` bot_1 | Exception ignored in: <bound method TCPSocketConnection.__del__ of <mcstatus.protocol.connection.TCPSocketConnection object at 0x7fe06beef710>> bot_1 | Traceback (most recent call last): bot_1 | File ""/usr/local/lib/python3.6/site-packages/mcstatus/protocol/connection.py"", line 153, in __del__ bot_1 | self.socket.close() bot_1 | AttributeError: 'TCPSocketConnection' object has no attribute 'socket' bot_1 | Exception ignored in: <bound method TCPSocketConnection.__del__ of <mcstatus.protocol.connection.TCPSocketConnection object at 0x7fe06bde84e0>> bot_1 | Traceback (most recent call last): bot_1 | File ""/usr/local/lib/python3.6/site-packages/mcstatus/protocol/connection.py"", line 153, in __del__ bot_1 | self.socket.close() bot_1 | AttributeError: 'TCPSocketConnection' object has no attribute 'socket' ```"
__label__enhancement Use to_prepare in Railtie `to_prepare` will remove the need to manage eager loading.
__label__enhancement Get rid of legacy exception handling (throwing Error) Any objections @ftomassetti ???
__label__enhancement Clear cache after n songs server side or delete oldest file in cache
__label__enhancement "Model persistent indicators explicitly Add a `persistent` class attribute (to return true) to the following: - [x] abjad.Accelerando - [x] abjad.BowMotionTechnique - [x] abjad.BowPressure - [x] abjad.Clef - [x] abjad.Dynamic - [x] abjad.Instrument - [x] abjad.KeySignature - [x] abjad.MetronomeMark - [x] abjad.MetricModulation - [x] abjad.Ritardando - [x] abjad.StringContactPoint - [x] abjad.TimeSignature These are the ""sticky"" indicators in music notation: each holds until another of its type appears. Oddly, we've never modeled this attribute (indicator 'persistence') explicitly before. Doing so now helps solve the challenge of preserving (persistent) indicators across score segment boundaries."
__label__enhancement Are you sure you want to close buttons not always necessary These messageboxes appear even when no changes have been made
__label__bug [Bug] imgoutlet.co imgoutlet.co not working anymore.. Example: http://imgoutlet.co/Fny9RLgW36seWF.php [NSFW]
__label__question "fetchBalance returns ambiguous symbols Because symbols are not unique, it's not sufficient to return a hash with symbols as keys. It seems like the normalized response should include the contract address in some manner. Or am I missing something? - OS: OSX - Programming Language version: node - CCXT version: 1.10.1036 - Exchange: All - Method: fetchBalance "
__label__bug "Error report issue in table I noticed that one of my actions had a 100% error rate (the last one): ![image](https://user-images.githubusercontent.com/393660/31830348-8b32fc08-b585-11e7-84df-eaa900f26d71.png) However, I clicked in for details... ![image](https://user-images.githubusercontent.com/393660/31830368-9ad61e9c-b585-11e7-8465-91badafb7d87.png) Also note in the first screen shot there are ""undefined"" errors."
__label__bug "An in-range update of eslint-plugin-import is breaking the build 🚨 ## Version **2.8.0** of [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) was just published. <table> <tr> <th align=left> Branch </th> <td> <a href=""/LLK/scratch-gui/compare/greenkeeper%2Feslint-plugin-import-2.8.0"">Build failing 🚨</a> </td> </tr> <tr> <th align=left> Dependency </td> <td> eslint-plugin-import </td> </tr> <tr> <th align=left> Current Version </td> <td> 2.7.0 </td> </tr> <tr> <th align=left> Type </td> <td> devDependency </td> </tr> </table> This version is **covered** by your **current version range** and after updating it in your project **the build failed**. eslint-plugin-import is a devDependency of this project. It **might not break your production code or affect downstream projects**, but probably breaks your build or test tools, which may **prevent deploying or publishing**. <details> <summary>Status Details</summary> - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/LLK/scratch-gui/builds/289920225?utm_source=github_status&utm_medium=notification) </details> --- <details> <summary>Commits</summary> <p>The new version differs by 35 commits.</p> <ul> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/95b1ba6ff1e4f79d263e152a8190ac673025e65b""><code>95b1ba6</code></a> <code>disable AppVeyor coveralls</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/407137948e084276c95ee8e4b393e7c8ee318bbe""><code>4071379</code></a> <code>#842/#944 changelog note</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/8702af77637e57b1b98684ce196964f21e5273be""><code>8702af7</code></a> <code>#744 changelog note</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/91c5318b037781cfd21229d8f2397167916f9538""><code>91c5318</code></a> <code>#886 / #891 changelog notes</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/1b3f54418f3c62a9f0cb80c49cb5d74fe3163518""><code>1b3f544</code></a> <code>bump v2.8.0</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/cef88f2a4984bea9586c10992d6af1209aee1ef8""><code>cef88f2</code></a> <code>Merge pull request #944 from alexgorbatchev/alexgorbatchev/issue-842</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/c246b9e0dfce95fd7a8c3fc08f94a856e42e9fbb""><code>c246b9e</code></a> <code>#842 Fixes Cannot read property 'some' of undefined</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/1958e0b4f889f752b7b3d579b1d81c50b5f8be7a""><code>1958e0b</code></a> <code>[Tests] fix broken test on master</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/68f63f59538ceeb4f0348185683839be94d152c2""><code>68f63f5</code></a> <code>forgot @k15a's user link 😅</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/5f5fbf6d12518e6a654c37475e9fe2644b008066""><code>5f5fbf6</code></a> <code>changelog notes for #620 + #632</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/92dd6626d126ccb165660ef50849c8eb7f3d29cc""><code>92dd662</code></a> <code>Merge pull request #632 from k15a/master</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/1ba1c3a05251099d8422a81159bac9d72780c132""><code>1ba1c3a</code></a> <code>removing changelog note, will re-add</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/146f87f0b3cc7684f38b384a77e2b02b8b907288""><code>146f87f</code></a> <code>changelog notes for #720 + #858</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/57527c71adc9b80805f55faee5111ea6a529ad54""><code>57527c7</code></a> <code>Merge pull request #858 from laysent/master</code></li> <li><a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/commit/006ddebfea301dce3db52170182a683bcb9574ff""><code>006ddeb</code></a> <code>Merge remote-tracking branch 'refs/remotes/benmosher/master'</code></li> </ul> <p>There are 35 commits in total.</p> <p>See the <a href=""https://urls.greenkeeper.io/benmosher/eslint-plugin-import/compare/c9dd91d4fcfab3bb0f209a208e16077cb5843ceb...95b1ba6ff1e4f79d263e152a8190ac673025e65b"">full diff</a></p> </details> <details> <summary>FAQ and help</summary> There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new). </details> --- Your [Greenkeeper](https://greenkeeper.io) Bot :palm_tree: "
__label__bug "Swap type creates incorrect ballot type: Add When I select Swap key ballot type, it should create ballotType = 3 Actual Result: it creates as Ballot type `add`, `ballotType = 1` "
__label__bug "Difficult to Tell State of Arrow in Tree for Highlighted Items - SQL Operations Studio Version: 0.24.1 Steps to Reproduce: 1. Add/attach database. 2. Expand a table. 3. Expand an empty folder underneath the table. For example, ""Constraints"". 4. Notice that the arrow to the left of the folder in the tree is difficult to see as it is gray and the highlighted item is blue. ![image](https://user-images.githubusercontent.com/5373721/34498584-50a7e9d8-efd0-11e7-961e-f69c865173e4.png) Suggest making the color of the arrow match the color of the font when selected, so when the text is white, so is the arrow. "
__label__enhancement """quotelast"" command Add a command to add a quote for the last n lines. ``` > !quotelast 10 ```"
__label__enhancement "Show all metadata on the Datasets Form All metadata fields should be ""Above the fold"" @simholt can you change the MAP to reflect this?"
__label__question "[AACEncoder.swift:80] inSourceFormat > nil Shows this [AACEncoder.swift:80] inSourceFormat > nil after start broadcast i have set all setting as per your uses: "
__label__bug "Create teller form is getting submitted even if description is not filled. ## Description When a teller is created, if the description filled is not touched, the form is getting submitted (required mark is missing). Even though the description field is required. And the required mark is missing from the description. ## Steps to Reproduce Admin>>Organisation>>create teller>> without touching the description field and filling all the required field>> click the submit button ## Expected Behaviour It should show required field message and form should not be submitted when the submit button is clicked if description field is not touched. ## Actual Behaviour Form is getting submitted if the description field is not touched. ## Settings - Mifos X version: Version 17.07.01.RELEASE - Browser used: chrome ## Screenshots, if any In the screenshot below the form got submitted even if the description field is not filled. ![teller](https://user-images.githubusercontent.com/21126132/34412733-fc31b13c-ec04-11e7-859f-81b470cc3073.png) "
__label__question "Lost messages and messed up offsets I'm using Kafka 0.10.0, spring-kafka 1.1.0 and spring-integration-kafka 2.1.0. I'm reading messages from a single topic (20 partitions), using 4 consumers (one group), using the standard KafkaMessageListenerContainer with default configuration. The DefaultKafkaConsumerFactory that is uses is configured with a key and value deserializer, and a group id; no other settings. We've been experiencing a serious problem a few times now, after a large burst of messages (75000) have been posted to the topic. The consumer lag (as reported by Kafka's kafka-consumer-groups.sh) immediately shows a huge lag, which is expected. The consumers start processing the messages, which is expected to take them at least 30 minutes. In the mean time, more messages are posted to the topic, but at a ""normal"" rate, which the consumers normally handle easily. The problem is that the reported consumer lag is not decreasing at all. After some 30 minutes, it has even increased slightly. This would mean that the consumers are not able to process the backlog at all, which is extremely unlikely. After a restart of all consumer applications, something really surprising happens: the lag immediately drops to nearly 0! It is technically impossible that the consumers really processed all messages in a matter of seconds. Manual verification showed that many messages were not processed at all; they seem to have disappeared somehow. So it seems that restarting the consumers somehow messed up the offset (I think). On top of that, I noticed that the reported lag shows seemingly impossible figures. During the time that the lag was not decreasing, before the restart of the consumers, the ""current offset"" that was reported for some partitions decreased. To my knowledge, that is impossible. Does anyone have an idea on how this could have happened?"
__label__bug "Tile request returns 200 when using invalid map. **To Reproduce:** Send a GET request to `/maps/foo/1/1/1.pbf` **Expected Response:** The response is coded as a `400 Bad Request` or `404 Not Found`, with an appropriate message, like: > map (foo) not configured ... **Actual Response:** Response is coded as `200 OK`. The file `1.pbf` is downloaded, which contains the message: > map (foo) not configured. check your config file The response should be an error code, and the error message should not be downloaded like a file, it should simply be a response body."
__label__enhancement "Write a TRAP instruction formatter TRAP instructions would be easier to read with the proper enum as operand, and for some of them, also the proper enum as parameter. "
__label__bug Performance issues @excieve: Reticketed from https://github.com/tiliado/nuvolaruntime/issues/91#issuecomment-351032809 > Although UI feels a little sluggish (no GPU acceleration?)
__label__question @num-pages and @page-loaded listeners aren't working I think this is probably an issue with newer versions of Vue.js. In order to listen to emitted events for num-pages and page-loaded I need to use @numPages and @pageLoaded. I'm using Vue 2.5.3.
__label__question "Setup Issues - this.render() Hello, I'm working on setting up flow-router for a new project and having real trouble getting `this.render()` to do anything. No matter what I try, I continue to see `Error: '.render()' - Requires 'blaze' and 'templating', or 'blaze-html-templates' packages to be installed` and can't get anything to show up on screen. To try and troubleshoot most clearly, a recent one of my experiments went like: `meteor create test --full` `cd test` `meteor remove kadira:flow-router` `meteor add ostrio:flow-router-extra` Then in _imports > startup > clients > routes.js_, I adjusted the import statement and changed `BlazeLayout.render()` to `this.render()` Meteor _--full_ mode starts with _blaze-html-templates_ included, so I expected everything to work, but I can't get rid of this error or get anything to render. I've tried adding/removing every combination of those 3 packages imaginable. Thanks in advance for any insight into what will likely turn out to be a very trivial problem ;) "
__label__bug "Error with ukb_df Hi Ken. (Hope you are well. You may remember me from the SGDP, years back we had a few processing meetings, with Oliver) I am keen to try your biobank tool out, but when I run the ukb_df command I get the following error: > my_ukb <- ukb_df(""ukbXXXX"") Error in source(if (path == ""."") { : /mnt/10tbstore/projects/ukb/ukbXXXX.r:219:18: unexpected symbol 218: lvl.100391 <- c(-3,-1,1,2,3,4) 219: lbl.100391 <- c(""Prefer I looked for changes in the ukbXXXX.r file before and after I ran ukb_df and can see that there is some weird substitution going on at line 219. Before the command ukbXXXX.r looks like this on line 214: lbl.100388 <- c(""Prefer not to answer"",""Do not know"",""Never/rarely use spread"",""Butter/spreadable butter"",""Flora Pro-Active/Benecol"",""Other type of spread/margarine"") After the command the same line is a bit further down on line 219 and the path have been added in a wierd way: lbl.100388 <- c(""Prefer not to answer"",""Do not know"",""Never/rarely use spread.delim('/mnt/10tbstore/projects/ukb/ukbXXXX.tab') Any ideas what may be causing this? All the best, Johan "
__label__bug "Tabindex der Inputfelder korrigieren Wählt man einen Charakter aus und startet mit der Einstellung des Namens, so ist ist die Navigation in das nächste Textfeld durch das Drücken der Tabulator-Taste nicht möglich."
__label__enhancement "Add CVEs to results Currently, the data returned by the Result object does not contain their CVEs if any are present. We should add a `cves` attribute to Result, that returns the associated CVEs as an array of CVE codes. "
__label__bug "Skinning with default material An object with the ""default"" material does not support vertex skinning. For example, the ""SimpleSkin"" model at https://github.com/javagl/gltfTutorialModels/tree/2.0/SimpleSkin right now passes validation and should show the animation that is shown in the screenshot. This is likely due to the default vertex shader not having the joint matrix uniforms. (It's a bit unfortunate that there can be no ""universal"" default material/shader. It's probably necessary to create an own shader, at runtime, for each number of joints. At least, that's what I did [in JglTF](https://github.com/javagl/JglTF/blob/master/jgltf-model/src/main/resources/pbr.vert#L18). Maybe uniform buffer objects could solve this, but I'm not an expert here). "
__label__bug "Block selection failed under v1.6.0.2 I normally hold ALT then use mouse to select a block of code, but it fails under the latest version (v1.6.0.2). "
__label__bug "Security certificate of pushtorefresh.com was expired 267 days ago Documentation -> Why we made StorIO refers _pushtorefresh.com_. When opened, browser shows security warning: ``` This server could not prove that it is pushtorefresh.com; its security certificate expired 267 days ago ``` ![screen shot 2017-10-17 at 10 55 19](https://user-images.githubusercontent.com/4673265/31655548-81250fa2-b329-11e7-925e-1926abdb28fd.png) **P.S.** 2 more links are broken: - Design tests for StorIO SQLite - Design tests for StorIO ContentResolver "
__label__enhancement "update graphic update, and replace 'master' with 'primary' to conform to doc standard... https://raw.githubusercontent.com/CrunchyData/crunchy-containers/master/docs/containers.png"
__label__enhancement `gd` can't jump back with `ctrl-o` A jump triggered by `gd` (go to definition) can't be restored by `ctrl-o`
__label__enhancement "base images - migrate to Alpine move to Alpine base image and update installation of packages to reduce image sizes "
__label__enhancement Add Hapi-Auth-Cookie authentication support I have code that I could add to support Hapi-Auth-Cookie and JWTs. Would you be interested in a pull request? One for Hapi-Auth-Cookies and a different one for JWTs.
__label__bug "[ HipChat ] HTML <small> tag not supported Hi, While testing HipChat integration I noticed the `<small>` HTML tag was being printed alongside the alert messages, as shown below: ![screen shot 2017-12-31 at 00 18 57-compressed](https://user-images.githubusercontent.com/394089/34462847-4d2845f6-ee2b-11e7-881f-cd9d11aabb41.png) It turns out that HipChat doesn't render this tag, as stated here: https://developer.atlassian.com/server/hipchat/messages/ (although Confluence does, as explained here: https://confluence.atlassian.com/doc/confluence-storage-format-790796544.html). So, after editing the `# prepare HTML versions of elements` section from `alarm-notify.sh` and removing them, alert messages are now correctly displayed: ![screen shot 2017-12-31 at 12 42 51-compressed](https://user-images.githubusercontent.com/394089/34462894-f29273d6-ee2b-11e7-932e-f2ab4b046ba8.png) There are some ways to workaround this issue, maybe the easiest (and simplest?) one being adding a conditional statement to detect if `info_html` and `raised_for_html` are meant to be displayed on HipChat. I would be happy to do this myself, but maybe you guys have an approach that better suites your style or needs. Thanks!"
__label__bug 編輯大事紀:沒有可以把「大事紀事件」放進來的操作介面 在DB的 event_ids 這一項,在中控室沒有設定介面。所以無法針對原有的資料編輯新增修改「大事紀事件」。新增大事紀的時候,也沒有設定介面可以把「大事紀事件」放進來
__label__question "Implementation of midroll ads Hello Team, is there any example/tutorial available to implement mid roll ads using exoplayer IMA extension? I have successfully added preroll ads. Here is my code: ``` contentMediaSource = new ExtractorMediaSource.Factory(mediaDataSourceFactory).createMediaSource(Uri.parse(contentUrl), null, null); mediaSourceWithAds = new AdsMediaSource(contentMediaSource,this,adsLoader,simpleExoPlayerView.getOverlayFrameLayout(),null,null); player.seekTo(contentPosition); player.prepare(mediaSourceWithAds); player.setPlayWhenReady(true); ``` Thanks!"
__label__question "Translating the codes Hi, I am having problems with receiving signals from the receiver, however I know that my transmitter and the nodemcu board I have can switch my plug, as I can run the send example out of the box. So I know that those commands work: ` mySwitch.switchOn(""11111"", ""00010""); mySwitch.switchOff(""11111"", ""00010""); mySwitch.send(5393, 24); mySwitch.send(5396, 24); mySwitch.send(""000000000001010100010001""); mySwitch.send(""000000000001010100010100""); mySwitch.sendTriState(""00000FFF0F0F""); mySwitch.sendTriState(""00000FFF0FF0""); ` Now how does this translate to an MQTT payload? As I tried to say, I can use the default from SendDemo.ino. I hope you can understand my question. Best and thanks"
__label__question Bungee perms I have problem with adding permissiont to luckperms.I add perms to bunge server but I can't use command
__label__enhancement "Provide RNG overloads Because a default rng cannot be a compile-time constant, overloads should be provided of all functions that take RNG's that default to the default RNG. Furthermore, since this has to be the case anyway it might be useful to allow the default RNG to be set by the user, although it definately should still default to its current value."
__label__question "Citation of Physical Sample Which metadata elements will be used to cite a physical sample? "
__label__question "Parsing Json from Sd card on arduino Yun Hello, here is my json file: `{ ""data"": [ { ""nom"": ""leban"", ""prenom"": ""gerald"", ""jetons"": ""10"", ""numero"": ""9562"" }, { ""nom"": ""billon"", ""prenom"": ""yannis"", ""jetons"": ""10"", ""numero"": ""4562"" }, { ""nom"": ""valencia"", ""prenom"": ""gael"", ""jetons"": ""10"", ""numero"": ""7412"" }, { ""nom"": ""bru"", ""prenom"": ""joris"", ""jetons"": ""10"", ""numero"": ""8426"" }, { ""nom"": ""monteleone"", ""prenom"": ""guillaume"", ""jetons"": ""10"", ""numero"": ""1256"" } ] }` I want to parse it with arduino without adding this king of line: const char* json = ""{\""data\"":[{\""nom\"":\""leban\"",\""prenom\"":\""gerald\"",\""jetons\"":\""10\"",\""numero\"":\""9562\""},{\""nom\"":\""billon\"",\""prenom\"":\""yannis\"",\""jetons\"":\""10\"",\""numero\"":\""4562\""},{\""nom\"":\""valencia\"",\""prenom\"":\""gael\"",\""jetons\"":\""10\"",\""numero\"":\""7412\""},{\""nom\"":\""bru\"",\""prenom\"":\""joris\"",\""jetons\"":\""10\"",\""numero\"":\""8426\""},{\""nom\"":\""monteleone\"",\""prenom\"":\""guillaume\"",\""jetons\"":\""10\"",\""numero\"":\""1256\""}]}""; how can i do?"
__label__bug Błąd w tankowaniu Można zatankować paliwem LPG pojazd z silnikiem ON oraz można zatankować paliwem LPG pojazd w którym wybrano tylko jeden zbiornik paliwa
__label__question "Octetstring seems not decoded <!-- Please note: GitHub issues should only be used for feature requests and bug reports. For general discussions and support, please refer to one of: - #prometheus on freenode - the Prometheus Users list: https://groups.google.com/forum/#!forum/prometheus-users For bug reports, please fill out the below fields and provide as much detail as possible about your issue. For feature requests, you may omit the following template. If you include CLI output, please run those programs with additional parameters: snmp_exporter: `-log.level=debug` snmpbulkget etc: `-On` --> ### Host operating system: output of `uname -a` Linux xxxxx 3.10.0-693.17.1.el7.x86_64 #1 SMP Thu Jan 25 20:13:58 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ### snmp_exporter version: output of `snmp_exporter -version` <!-- If building from source, run `make` first. --> snmp_exporter, version 0.8.0 (branch: HEAD, revision: 17cefcaf7010106861ce0faa2a9ec9e39b7c2b4b) build user: root@57f813d2791a build date: 20171120-12:36:57 go version: go1.9.2 ### What device/snmpwalk OID are you using? Synology DS212j ### If this is a new device, please link to the MIB(s). [https://global.download.synology.com/download/Document/MIBGuide/Synology_MIB_File.zip](https://global.download.synology.com/download/Document/MIBGuide/Synology_MIB_File.zip) ### What did you do that produced an error? generator.yml: ``` modules: synology: walk: - 1.3.6.1.4.1.6574 ``` The SYNOLOGY-SYSTEM-MIB contains: ``` modelName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION ""The Model name of this NAS"" ::= { dsmInfo 1 } ``` Execute generator `./generator -generate` output: ``` INFO[0000] Loading MIBs from $HOME/.snmp/mibs:/usr/share/snmp/mibs source=""net_snmp.go:109"" WARN[0000] NetSNMP reported 1 parse errors source=""main.go:79"" INFO[0000] Generating config for module synology source=""main.go:36"" INFO[0000] Generated 139 metrics for module synology source=""main.go:39"" INFO[0000] Config written to /root/work/src/github.com/prometheus/snmp_exporter/generator/snmp.yml source=""main.go:63"" ``` generated snmp.yml part for modelName: ``` - name: modelName oid: 1.3.6.1.4.1.6574.1.5.1 type: OctetString help: The Model name of this NAS - 1.3.6.1.4.1.6574.1.5.1 ``` Created a snmp_exporter snmp.yml file and scraped the target. ### What did you expect to see? The same output as with a mib browser: `modelName.0 | DS212j | OctetString | 192.168.10.10:161` ### What did you see instead? snmp_exporter returned the HEX encoded string. ``` # TYPE modelName gauge modelName{modelName=""0x44533231326A""} 1 ```"
__label__bug "Model attribute cast problem When an attribute is stored as json in mysql and casted by default using the $casts variable in the model I get the error below and the crud won't load. > DataTables warning: table id=crudTable - Ajax error. For more information about this error, please see http://datatables.net/tn/7 `protected $casts = [ 'availability' => 'array' ];` **Steps to reproduce:** 1) Create a model and CRUD for the model with a json attribute 2) Automatically cast the variable using $casts in the model 3) Reload Crud"
__label__question "Getting Call Id just after call disconnects Hi, After the call has been disconnected, is there any way to get the particular call id(CallSid) from Android application? I want to use this call id to map the recording url which i will get on Webhook. Thanks a lot."
__label__enhancement "Additional guidance for users Upgrading their installations When an admin user upgrades a MAZIzone installation to the latest version, we have been advised by UTH that ""During each update you automatically pull/update both the portal and the backend code (+ all applications git repos like Guestbook). So it is very critical to wait enough so that the update process of all the different components is completed, before you reboot the raspberry"". Suggestion: user guidance in the interface to let them know that they have to wait, this is currently not indicated. Users will not wait as they won't know they should do. I like James’ idea that for the update process, there’s an additional text, warning users to wait while the upgrade process is working. At its simplest, it could be some additional explanation text in the current pop-up window. Ideally, there would be some sort of animated feature – a clock counting down/menu bar which says “please wait while the upgrade is installing” and disappears at the end and then says “please now reboot your MAZI zone”. Users should be guided, they will move onto the next instruction as soon as the interface allows them to do so. "
__label__question "[Scripting] Instance.Resolve<dnSpy.Contracts.TreeView.ITreeNodeDataProvider>() Is it supported now to access the currently selected tree node from C# Interactive? I am trying out `Instance.Resolve<dnSpy.Contracts.TreeView.ITreeNodeDataProvider>()` but it fails because there are two implementations for the interface: ``` Expected 1 export(s) with contract name ""dnSpy.Contracts.TreeView.ITreeNodeDataProvider"" but found 2 after applying applicable constraints. ``` Thanks "
__label__question "Requirements issue What is the problem here? Anybody help? > **MacBook-Pro:kickthemout bluedev$** sudo python kickthemout.py > > ERROR: Requirements have not been satisfied properly. Please look at the README file for configuration instructions. > > If you still cannot resolve this error, please submit an issue here: > https://github.com/k4m4/kickthemout/issues ------------------------------------------------------------------------------------------------------ > **MacBook-Pro:kickthemout bluedev$** sudo -H pip install -r requirements.txt > Requirement already satisfied: scapy in /Library/Python/2.7/site-packages (from -r requirements.txt (line 1)) > Requirement already satisfied: python-nmap in /Library/Python/2.7/site-packages (from -r requirements.txt (line 2)) --------------------------------------------- When I run scapy command I got this: >MacBook-Pro:~ bluedev$ scapy >INFO: Can't import PyX. Won't be able to use psdump() or pdfdump(). >ERROR: Unable to import dnet module: No module named dumbnet >WARNING: No route found for IPv6 destination :: (no default route?) >INFO: Can't import python Crypto lib. Won't be able to decrypt WEP. >INFO: Can't import python Crypto lib. Disabled certificate manipulation tools >INFO: Can't import python ecdsa lib. Disabled certificate manipulation tools >Welcome to Scapy (2.3.3) .>>> "
__label__bug "[Bug] Test app crashes after removing tab pages by clicking tab close buttons [Bug] Test app crashes after removing tab pages by clicking tab close buttons. To reproduce: 1) press tab close button on ""Item Views"" tab; 2) press ""subpix"" button. Exception thrown."
__label__bug "Drivers reports free memory instead of memory installed In base, the documentation states that ```available_ram``` is the total amount of RAM installed in the device. IOS and EOS driver parse the output of show memory statistics but return the sum on the column Free instead of the column Total. Should it be fixed in the drivers or in the documentation of base ?"
__label__bug "Chat Lock keeps locking Hey guys, My chat lock keeps locking after an election occurs. Does anyone else have the same problem? "
__label__enhancement "Pass index of the row to onRowDblclick event I'm submitting a ... (check one with ""x"") ``` [ ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` Plunkr Case (Bug Reports) Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed. Current behavior OnRowDblclick event provides event.originalEvent and event.data parameters only Expected behavior OnRowDblclick event should provide index of the row double clicked through event.index parameter What is the motivation / use case for changing the behavior? I want to select multiple rows of datatable using checkbox for delete all etc and onRowDblclick event should show a modal to edit that row's values. Angular version: 4.0.0 PrimeNG version: 4.0.0-rc.2 Browser: all Language: TypeScript 2.1 Node (for AoT issues): `node --version` = 3.10.10 "
__label__enhancement "What is the ""awlessid"" when listing route53 records? Is there any way to use it as a reference or short cut so you don't have to specify every parameter (name type record ttl zone) when you are trying to delete a record?"
__label__bug "Another SVG regression after Mapnik 3.0.16 I have to report another bug which came probably with https://github.com/mapnik/mapnik/commit/d09f49b3770193ae8149b2eab5a950d8bef2e822. This is rendering with Mapnik 3.0.15: ![svg-test-100-100-1 0-agg-3 0 15](https://user-images.githubusercontent.com/1950911/34258474-643337da-e65e-11e7-96b2-e4beb88b2e9e.png) This is rendering with latest master: ![svg-test-100-100-1 0-agg](https://user-images.githubusercontent.com/1950911/34258475-6450dcfe-e65e-11e7-8742-f83c4f129f2d.png) Style: ```xml <?xml version=""1.0"" encoding=""utf-8""?> <!DOCTYPE Map> <Map> <Parameters> <Parameter name=""sizes"">100,100</Parameter> </Parameters> <Style name=""markers""> <Rule> <MarkersSymbolizer file=""test.svg"" /> </Rule> </Style> <Layer name=""layer""> <StyleName>markers</StyleName> <Datasource> <Parameter name=""type"">csv</Parameter> <Parameter name=""extent"">-1, -1, 1, 1</Parameter> <Parameter name=""inline""> x, y 0, 0 </Parameter> </Datasource> </Layer> </Map> ``` SVG: ```svg <?xml version=""1.0"" encoding=""utf-8""?> <!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC ""-//W3C//DTD SVG 1.1//EN"" ""http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd""> <svg version=""1.1"" id=""svg9062"" sodipodi:docname=""ramecek-modry48-30.svg"" inkscape:version=""0.48.2 r9819"" xmlns:dc=""http://purl.org/dc/elements/1.1/"" xmlns:cc=""http://creativecommons.org/ns#"" xmlns:rdf=""http://www.w3.org/1999/02/22-rdf-syntax-ns#"" xmlns:svg=""http://www.w3.org/2000/svg"" xmlns:sodipodi=""http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"" xmlns:inkscape=""http://www.inkscape.org/namespaces/inkscape"" xmlns=""http://www.w3.org/2000/svg"" xmlns:xlink=""http://www.w3.org/1999/xlink"" x=""0px"" y=""0px"" width=""48px"" height=""30px"" viewBox=""0 0 48 30"" enable-background=""new 0 0 48 30"" xml:space=""preserve""> <sodipodi:namedview id=""base"" fit-margin-left=""0"" fit-margin-top=""0"" showgrid=""true"" inkscape:cy=""27.911707"" inkscape:cx=""6.5590936"" inkscape:zoom=""128"" borderopacity=""1.0"" bordercolor=""#666666"" pagecolor=""#ffffff"" inkscape:window-maximized=""1"" inkscape:window-y=""-8"" inkscape:window-x=""1272"" inkscape:window-height=""878"" inkscape:window-width=""1440"" fit-margin-bottom=""0"" fit-margin-right=""0"" inkscape:document-units=""px"" inkscape:grid-bbox=""true"" inkscape:current-layer=""layer1"" inkscape:pageshadow=""2"" inkscape:pageopacity=""0.0""> </sodipodi:namedview> <g id=""layer1"" transform=""translate(5.8714423,-0.56820345)"" inkscape:label=""Layer 1"" inkscape:groupmode=""layer""> <g> <defs> <rect id=""SVGID_1_"" x=""-1742.947"" y=""-1054.385"" width=""3524.855"" height=""2470.588""/> </defs> <clipPath id=""SVGID_2_""> <use xlink:href=""#SVGID_1_"" overflow=""visible""/> </clipPath> <g id=""g9123"" transform=""matrix(4.1862899,0,0,-4.1522491,-1742.9473,1416.2028)"" clip-path=""url(#SVGID_2_)""> <path id=""path9129"" inkscape:connector-curvature=""0"" fill=""#4a7fc1"" d=""M414.944,334.473v5.686c0,0.195,0.093,0.391,0.289,0.578 c0.093,0.102,0.288,0.195,0.578,0.195h9.732c0.196,0,0.485-0.093,0.578-0.195c0.196-0.187,0.289-0.383,0.289-0.578v-5.686 c0-0.187-0.093-0.383-0.289-0.578c-0.195-0.188-0.382-0.188-0.578-0.188h-9.732c-0.29,0-0.485,0-0.681,0.188 C415.037,334.09,414.944,334.286,414.944,334.473""/> </g> </g> <path id=""path9153"" inkscape:connector-curvature=""0"" sodipodi:nodetypes=""ccccccccscsscsscsscss"" fill=""#FFFFFF"" d="" M-2.242,26.969v-22.8c0.01-0.145,0.009-0.174,0-0.391l40.414,0.016c0,0,0.203,0.078,0.328,0.375v23.219H-2.242 C-2.253,27.387-2.242,27.387-2.242,26.969 M-2.242,2.155c-0.82,0-1.214,0-1.637,0.423c-0.394,0.39-0.394,1.2-0.394,1.59v23.219 c0,0.39,0,0.776,0.394,1.204c0.423,0.387,0.816,0.772,1.637,0.772H38.5c0.393,0,0.82-0.386,1.213-0.772 c0.39-0.428,0.816-0.814,0.816-1.204V3.778c0-0.423-0.427-0.81-0.816-1.2c-0.393-0.423-0.82-0.423-1.213-0.423H-2.242z""/> </g> </svg> ``` cc @artemp "
__label__enhancement Make test file pattern configurable and not force test_* naming convention. Based on @azriel91 feedback in #44
__label__enhancement "Allow to change size of RenderChunk (with proof of concept linked) Here is a cubic chunks PR that implements it, also compatible with OptiFine: https://github.com/OpenCubicChunks/CubicChunks/pull/325 It's very likely to be mostly compatible with mods without breaking anything, and as long as all render updates are processed off the main thread, it offers a nice performance improvement."
__label__bug "Add and correct online ring visibility for Solent # Summary of issue/change As discussed in #986 - it would be useful if the online rings for Solent would show for TC NW and AC West (London Sector 6) Some of the display conditions are also correctly - for London AC Worthing and London AC Dover # Affected areas of the sector file (if known) Airports/EGHH/Sector.txt Airports/EGHI/Sector.txt "
__label__enhancement "SqlRSSecureConnectionLevel: Localization should change to align with HQRM modules **Details of the scenario you tried and the problem that is occurring:** Resource should use the same method of localization as HQRM modules (PSDscResource). More information in PR #205. **The DSC configuration that is using the resource (as detailed as possible):** n/a **Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:** n/a **What module (SqlServer or SQLPS) and which version of the module the DSC Target Node is running:** n/a **Version of the DSC module you're using, or 'dev' if you're using current dev branch:** Dev"
__label__enhancement "Changes in Lesson Modes - [x] заглавия столбцов и они сами имеют сдвиг и существенный - подправь. Ещё всё хуже показывается когда включаю Аттестации - сдвиг вообще большой, непонятно что к чему. И в режиме Занятие 1 всё тоже самое и ещё хуже при включении Аттестаций - [x] добавить иконку фото перед фамилиями как и в Занятие 1 - [x] добавить отдельную кнопку З - переход из режима 1 в 2 и назад - [x] Внизу полосу со всеми параметрами занятия ( как и там) - [x] увеличить ширину столбика 1 (текущее занятие), но это на потом - [x] сделай как и в Занятии 1 - чтобы создавать аттестации и убирать их - [x] выровнять по ширине столбики аттестаций - сделай по ширине как АС - [x] при наведении на число в столбике ПР появляется всплывачка с видом занятий и датой (по дате сортировка) - [x] выделение старост КРАСНЫМ цветом в двух режимах - [x] На всех всплывачках на правой кнопке сделать два раздельных пункта ""Занятие 1"" и Занятие 2"" "
__label__enhancement Content review Review all content
__label__bug "Icon stays after rule is removed. I removed a rule and after refreshing the target page, the title went back to original. The icon stayed the red icon I had chosen with Env-Guard though. Is it possible to also clear the icon? I used the StartsWith rule. The site doesn't have an favicon, perhaps that's why this one doesn't go away."
__label__question "Ubuntu 16.04 (or greater) Stack? Not an issue. I am requesting an Ubuntu 16.04 stack, or greater, for Codenvy because I am creating an application which is distributed primarily with snaps and it requires Ubuntu 16.04 at the minimum Currently, the Ubuntu stack runs Ubuntu 14.04.5 LTS. Are there plans to make a 16.04 stack? Or is there a way I can do it myself and use it in Codenvy?"
__label__question FragNavController Builder does not have method fragmentHideStrategy in v.2.4.0 I tried to change fragment hide strategy as specified in tutorial but was not able to get appropriate methods in prebuilt library. Is it available in prebuilt .aar or only as new kotlin project?
__label__bug "Detail view has no nav bar when opening from issueVC itself Eg. Opened this from another issue via the “referenced” message ![GitHawk Upload by BasThomas](https://i.imgur.com/Q2tRATZ.jpg) <details> <summary>Bug Report Dump (Auto-generated)</summary> <pre> Version 1.17.0 (1514903367) Device: iPad7,3 (iOS 11.2.1) TestFlight: true </pre> </details>"
__label__question "at lz.terminal.UI.MainActivity$4.onLoadFailed(MainActivity.java:795) ```java Glide.with(this).load(rtbNotice.getSourceUrl()).asBitmap().into(new SimpleTarget<Bitmap>() { @Override public void onResourceReady(Bitmap resource, GlideAnimation<? super Bitmap> glideAnimation) { Drawable drawable = new BitmapDrawable(resource); surface.setBackgroundDrawable(drawable); ProgramApi.getInstance().saveRTBPlayLog(rtbNotice, 0, rtbNotice.getRtb_provider_id()); timeHandle.removeCallbacks(imgTiming); timeHandle.postDelayed(imgTiming, rtbNotice.getSecond() * 1000); } @Override public void onLoadFailed(Exception e, Drawable errorDrawable) { super.onLoadFailed(e, errorDrawable); LogUtil.e(TAG, ""简视图像加载失败:"" + e.getMessage()); playComplete(); } }); ``` when loadFailed, LogUtil.e(TAG, ""简视图像加载失败:"" + e.getMessage()); this have problem: ``` 2018-01-16 07:08:15,719 - [ERROR::lz.terminal.log.LogUtil::lz.terminal.log.LogUtil] - 20180116_070815 lz.terminal.Application.LzApplication 捕捉到的崩溃信息java.lang.NullPointerException at lz.terminal.UI.MainActivity$4.onLoadFailed(MainActivity.java:795) at com.bumptech.glide.request.GenericRequest.setErrorPlaceholder(GenericRequest.java:404) at com.bumptech.glide.request.GenericRequest.onException(GenericRequest.java:548) at com.bumptech.glide.load.engine.EngineJob.handleExceptionOnMainThread(EngineJob.java:183) at com.bumptech.glide.load.engine.EngineJob.access$200(EngineJob.java:22) at com.bumptech.glide.load.engine.EngineJob$MainThreadCallback.handleMessage(EngineJob.java:204) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:5041) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:816) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:582) at dalvik.system.NativeStart.main(Native Method) main ```"
__label__enhancement "Add golint to test target Please check one of the options below and follow the instructions: - [x] **Feature Request** fill out ['Feature Request'](#featureRequest) section and remove the rest - [ ] **Bug Found** fill out ['Bug Found'](#bugFound) and remove the rest *Please put an `x` (w/o heading/trailing white spaces) in the boxes that apply.* ### Checklist **Don't forget to go through the checklist to make sure the issue is created properly**: - [x] I have filled out the right section (feature request/bug) and added enough details. - [x] I have added a corresponding label (feature request/bug) to the issue (right side menu) - [x] I have added this issue to the 'API Terraform Provider' GitHub project (right side menu) ## <a name=""featureRequest"">Feature Request</a> Please add a detailed description of the feature request here. - What problem does it solve? Key benefits? Currently golint is not executed as part of the test makefile target which means that code could be submitted without having been vetted style wise. - Proposed solution? Update the code with the according fixes so golint passes and add golint target as a dependency of make test - Estimated time required? 2h #### Acceptance criteria What's required to consider this feature request complete? make test should run before the fmt, vet and lint targets "
__label__question Cast UnitOfWork Null This code `var uow = unitOfWork as UnitOfWork<DbContext>;` if `unitOfWork` is `UnitOfWork<TDbContext>` `uow` will `null` with this casting. Thanks
__label__question "How do you prevent users' Actions access to Kafka or couchDb? The containers that run Actions are in the same host with Invoker, don't they have access to kafka or couchDb? How do you guys prevent breach from happening? "
__label__enhancement Make the PTN Engine thread safe The PTN Engine should be safe to use in a multi-threaded environment.
__label__enhancement "Improve loading of packages for .NET Core With .NET Core packages are no longer continuously downloaded and stored in the repository (under packages folder). It is stored in a NuGet cache (ie. %USERPROFILE%\.nuget\packages). As a result, when running on .NET Core, the dependencies are resolved in their cache folder and not actually copied to the program's binary output folder. The .NET runtime knows how resolve these runtime dependencies when you use [DllImport] but since we are calling a Windows function LoadLibrary, it bypasses that logic. See #20 "
__label__enhancement "HTTP and HTTPS in different websites due to mutual auth (client SSL) I have a set-up as follows: - Website 1, bound to serverA.example.com:443, SNI enabled, Client Certificaites enabled, webroot: C:\InetPub\www-serverA - Website 2, bound to serverB.example.com:443, SNI enabled, Client Certificaites enabled, webroot: C:\InetPub\www-serverB - Website 3, bound to both serverA.example.com:80 and serverB.example.com:80, webroot C:\InetPub\LetsEncrypt\web Because sites 1 and 2 require client SSL, I have to host the HTTP binding in a different website, which has a different webroot to the HTTPS site. ACME challenges would otherwise fail as it couldn't provide a client SSL certificate. Using client 1.9.6, letsencrypt-win-simple attempts to create the .well-known folder under the HTTPS binding webroot and not the HTTP webroot, even though I'm using the http-01 scheme, thus challenges fail because the challenge has been created in the wrong .well-known folder. As a workaround, I've had to MKLINK .well-known from the HTTPS sites to point to the common HTTP website, and configured letsencrypt-win-simple to not clean up folders after itself. This works well, but just seems a frig :-) It would simplify deployment if letsencrypt-win-simple honoured the binding scheme of each site based on the scheme it's using for verification - i.e., if using the http-01 scheme, then it looks for the port 80 bindings for the site and creates the .well-known folder there; similarly if told to use the tls-sni-01 scheme, then it looks for the port 443 bindings, and uses the webroot associated with that site."
__label__bug "Invalid password should return 401 error code, not 500 Currently returns a 500 error code, which means that there was a server error. This is not accurate, it should be a 401 Unauthorized response."
__label__enhancement "Add subdomain split for lists vs my portfolio Express 4 has req.subdomains that returns an array of subdomains. Lists will be lists.andrewrozendal.ca, portfolio will be andrewrozendal.ca"
__label__bug Design in אימון בהרכה אישית main page doesn't look great on landscape smartphone and narrower screen pc On narrow screen PC the text is on the buttons or the other way around. On landscape smartphone the text is too small and there's a gap in between the text and the button (too wide a gap)
__label__question "spec and README.md are unclear what serialized form of BigInt looks like using .toJSON / .toString do i get ""1234"" or ""1234n"" when calling JSON.stringify(1234n) or String(1234n)? need to know in order to write example-code interfacing BigInt with storage-engines."
__label__bug "Symfony Bundle: amqp bunny doesn't stop the execution of the CLI command I'm running the Symfony Bundle with the following command: `php bin/console --time-limit=""now + 5 minutes"" enqueue:consume -vvv` and instead of just stopping after five minutes it keeps throwing a LimitConsumptionTimeExtension and stays around: `[debug] [LimitConsumptionTimeExtension] Execution interrupted as limit time has passed. now: ""2017-12-23T22:41:25+0000"", time-limit: ""2017-12-23T22:33:06+0000""` It works fine with MySQL/Doctrine, but amqp/bunny keeps having this problem. Any idea what could be the problem?"
__label__question "Clearing fragment manager https://github.com/ncapdevi/FragNav/blob/master/frag-nav/src/main/java/com/ncapdevi/fragnav/FragNavController.java#L162 It is currently not possible at startup to add a fragment outside of the library, as the library clears the fragment manager during initialisation. If the app is a single activity app, what is the best approach to add a fragment that should exist outside of the switchable tab area? "
__label__bug "Missing date value for CARS World Monthly time series at a point ### To reproduce Submit the following request to AWS Batch (using your own email address): [request.txt](https://github.com/aodn/aws-wps/files/1596563/request.txt) ### What happens When I download the resulting csv file the last 5 entries should be for 1/1/10 but no date value is shown: ![image](https://user-images.githubusercontent.com/1860215/34472324-af7ea4a0-efb3-11e7-86b7-21438a3b3a51.png) ### What I expect to happen All date values are shown "
__label__bug "resolver for published private collections does not work anymore http://www.monasterium.net/mom/IlluminierteUrkunden/collection returns an XRX error: ``` err:XPTY0004 xs:boolean(true) is not a sub-type of xs:string [at line 369, column 9, source: /db/XRX.live/mom/app/xrx/resolver.xqm] In function: resolver:is-mycollection-existing(xs:string*) ``` "
__label__enhancement "Embed sites in Iframe When clicking on the title in the table view, redirect to a site with an iframe so that the header is still displayed"
__label__enhancement Allow for multiple/all slots to be unassigned at once Either via multi-slot selection or a dedicated button/endpoint to delete all slot assignments and/or registrations. ----- ### Tasks - [x] Do it
__label__enhancement Other sign-in providers There should be support for sign in providers other than Google.
__label__bug Python list does not split the zip_read[] list `split_zip = []` `split_zip.append(zip_read[:splits])`
__label__question "Where is Audio Only [MP3] option? # New issue ## Your environment Please answer these questions when reporting a new issue: **What is your operating system (Windows, Linux, OSX, etc.)?** LINUX [Centos] **What is your web server (Apache, IIS, etc.)?** Apache **What version of Alltube are you using?** Maybe latest because i installed it today from github **How did you install Alltube (with Git or with a release package)?** Git **What version of PHP are you using?** 7.0 **What version of Python are you using?** Python 2.6.6 **What version of youtube-dl are you using?** 2018.02.04 **Do you get any PHP-related errors in your webserver's logs?** No **What is the content of your `config/config.yml` file?** File is not there, I can see config.example.html, config_test.yml, config_test_windows.yml **Please provide the URL of a video that causes the issue.** I can download videos by using this script ## Describe your issue Well, This is first time i tried to install something via composer / yarn and after solving few issues i can see it working and i downloaded a video by using this script. But, I cant see Audio only (MP3) button below the form, WHY? I installed it to only for that purpose and now i am unhappy. Can you help? "
__label__question "ArgumentException: You must provide at least one type of authentication via configuration! It seems that the Nexmo configuration cannot find the appsettings.json containing the authentication parameters. When my application starts, the Nexmo.Csharp.Client fails in the constructor of Nexmo.Api.Configuration, with the following exception: **ArgumentException: You must provide at least one type of authentication via configuration!** Things I tried: * Move the json settings file into my Controllers folder (that is where Nexmo gets activated); Didn’t help. * Copy the relevant piece of the Configuration.cs from GitHub (where the authCapabilities are read) from the above link into my own code. The config settings are then read perfectly fine and no exception is thrown. These are the settings from my appsettings.json: { ""appSettings"": { ""Nexmo.UserAgent"": ""NEXMOQUICKSTART/1.0"", ""Nexmo.Url.Rest"": ""https://rest.nexmo.com"", ""Nexmo.Url.Api"": ""https://api.nexmo.com"", ""Nexmo.api_key"": ""…."", ""Nexmo.api_secret"": ""…."", ""NEXMOFROMNUMBER"": ""31612345678"", #test account ""Nexmo.Application.Id"": ""…"", ""Nexmo.Application.Key"": ""D:\\tmp\\Nexmo\\private.key"" } "
__label__question "AttributeError: 'list' object has no attribute 'hbp' ``` hbp_home = player_stats.home_batting.hbp AttributeError: 'list' object has no attribute 'hbp' ``` ^ Getting this error on the player stats object ``` for game in games: stats = mlbgame.team_stats(game.game_id) player_stats = mlbgame.player_stats(game.game_id) hbp_home = player_stats.home_batting.hbp ``` Also is there a way to grab or calculate advanced sabermetrics like wRC, FIP, wOPA, etc for teams(not players) on a game level basis. I am working on some ML models and that would be really helpful. Would do any API work myself just want to know if it can be done. "
__label__bug "Unfound Function Relative to #1749, the added ACE editor, in settings.hooks.php, line 12, I see `onsubmit=""base_64_php()""`. I cannot find wherever this function may happen to be."
__label__enhancement Movies sorting by title When you sort films by title it didn't sort it alphabetically
__label__question "retrieving recent filled orders - OS: windows - Programming Language version: python 2.7 - CCXT version: - Exchange: any - Method: fetch_trades ? Hey there, I have been trying to find a way to receive the most recent filled orders in an exchange and have been coming across some issues, its seems like the responses from fetch_trades (if filled orders is indeed what its giving) are delayed and not showing the most recent filled orders that is shown on the site. I was wondering if you know a way to retrieve these values. It would be much appreciated "
__label__bug Message time not matched with the device current time All the chat message time should be matched with the device current time. Follow the screenshot => https://www.screencast.com/t/6WmcrLEmbvWq
__label__question "yaml -> environment variables @b5, just want to clarify: - I execute `docker run` - parameters specified in the yaml file are exported as environment variables - python/shell/golang script executes in an environment with those environment variables set"
__label__enhancement "Websockets? We cache heavily for each user. With multiple users in the same workspaces, we need a way to either update cached records or at least mark them as out of date."
__label__question 这里提供的中文版会不会泄漏密码>? 这里提供的中文版会不会泄漏密码>?
__label__bug Handle GeoIp2Exception The exception class is `GeoIp2\Exception\GeoIp2Exception`.
__label__enhancement "align post structure of 4chan with 8chan posts The old format did not support multiple images per post (which is not possible on 4chan) and multiple embedded referenced posts. Now there is a discrepancy in the format which resulted in hacky viewcode that has to deal with 2 formats. - [x] change `postId` => `id` - [x] change `imageUrl: String` / `filename: String` => `images: [{url: String, filename: String}]` - [x] change `reference: Post` => `references: [Post]` - [x] remove the redundant view code"
__label__bug when using api loggrus does not print to stdout Right now the package is using global loggrus instead of keeping a local instance. This has caused issues when trying to use the loggrus package from outside the package. This was observed in baccli.
__label__question "How would I import inference.py to use with another script like a discord app. Just sitting here trying to figure out if I can import inference and what to call from it to get responses for my discord bot. I would imagine I would need to make something similar to everything below if __name__ == ""__main__"":. But I am trying to sort through it and I'm just getting all confused."
__label__enhancement "Ability for other DHBWs to use the app Currently there is no way to use your app, when you are coming from e.g. the DHBW @ Karlsruhe. Changing the ""parsing logic"" into a regular expression would allow students from other DHBWs to use your app aswell. Here's the baseURL for Karlsruhe `https://rapla.dhbw-karlsruhe.de/rapla?key=`. Besides that, there are also special Rapla URLs like this one `https://rapla.dhbw-karlsruhe.de/rapla?page=calendar&user=vollmer&file=tinf15b3&today=Heute` which could be supported aswell. https://github.com/dhbw-timetable/dhbw-timetable-android/blob/2c44e3b9fddcb72e9d7c719196c937546e1fb015/app/src/main/java/dhbw/timetable/navfragments/preferences/timetables/NewTimetableActivity.java#L43-L54 Greetings from the DHBW Karlsruhe"
__label__enhancement "Configuration getting methods in World.cpp ### Expected/Desired Behavior or Experience: Code which gets configurations from a configuration like the `StepConf` isn't within the `World.cpp` file. ### Actual Behavior: Code that doesn't have to be in `World.cpp` is in the file anyway. "
__label__question "type initializer error - .Net Core 2.0 talks to legacy .net assembly Hi, I'm getting error when .Net Core 2.0 API talks to legacy assembly which is referencing NLog **4.4.12** (in .Net 4.6.2). Please help me to resolve this issue. **Error**: ""The type initializer for '----' threw an exception."" **Inner Exception** System.MissingMethodException: Method not found: 'NLog.Logger NLog.LogManager.GetCurrentClassLogger()' Using following version. **NLog version**: 5.0.0-beta07 **NLog.Extensions.Logging version**: 1.0.0-rtm-beta5 **NLog.Web.AspNetCore version**: 4.4.1 "
__label__question "Only auto-insert for visible buffers ``` diff --git a/modules/config-intel.el b/modules/config-intel.el index 1eb64ad..a71f086 100644 --- a/modules/config-intel.el +++ b/modules/config-intel.el @@ -217,7 +217,8 @@ (add-hook 'after-change-major-mode-hook (lambda () - (when (= (point-min) (point-max)) + (when (and (= (point-min) (point-max)) + (get-buffer-window (current-buffer))) (auto-insert)))) ;;; ================================== ```"
__label__question "Cant import my own custom logic adapter Hi, I've created a custom logic adapter with class ""getYoutube"" and I've placed the .py file in the directory of my virtual environment running the chatbot. I've also include import_path in the main chatterbot script but it cant seem to find the module. Throwing me an error that there's no module of that name. "
__label__bug "bossbar are bugging it's normal, when i PvE with a few mobs at once. http://prntscr.com/hjxsgh"
__label__enhancement "Minimise to system tray To make it nicer for people running it a lot of the time, minimising should delete the icon from the taskbar and add it to the system tray"
__label__question "[question] Best practise for using vault with consul storage, with nomad and docker containers Hi, I am currently researching the best practise for loading environment variables into docker containers in nomad jobs. The current setup has vault servers in HA with consul storage, also in HA, along with a full nomad cluster. I currently write secrets to vault via ansible provisioning and want to rid the current way of doing things (using ansible variables directly in nomad jobs and instead use injected secrets which are stored in vault. I am finding mixed answers during my research and would appreciate it if someone could enlighten me on a good setup. I've seen people mention the template stanza, however is it possible to do lookups within the environment specifications directly? The bellow code shows an environment value set for a docker container in a nomad job, the ""{{ aes_key }}"" variable is actually set by ansible, is there a way to replace this to use vault directly instead? ``` env { AESKEY = ""{{ aes_key }}"" } ```"
__label__question "Raspberry Pi Has this been installed and tested on a raspberry pi? - As a side note, amazing project! Can't wait to get this up and running!"
__label__question "Prompt for input if ChatterBot's low confidence level is below a threshold? I apologize if this is a frustratingly stupid question, it's been a hot minute since I've been able to use ChatterBot, but as I'm about to try to use it again, I was wondering if it would be possible for chatterbot, when chatting with a user and the low confidence threshold is below a certain point, if it would be possible for the bot to prompt the author and ask for input and then learn it based off what the author puts in? Thank you # #"
__label__bug "Error: No template folder Hello, when I run tamia-changelog, I have this: ``` $ npx tamia-changelog ENOENT: no such file or directory, open 'project/node_modules/tamia-changelog/templates/template.hbs' ``` "
__label__bug "Resources (css, js) not available in final prerendered output Resources should be included in pre-rendered output if the target path is different than source. "
__label__enhancement "Test against more fixtures Currently the fixtures for - `uploadAsset` https://github.com/octokit/node-github/blob/master/lib/routes.json#L6067 - deleting and updating refs don't get matched automatically, because their URL pattern can contain / in a placeholder."
__label__enhancement "Define and add ESslint config file to the project Attached example: [.eslintrc.txt](https://github.com/devbridge/Front-End-Toolkit/files/47306/default.eslintrc.txt) Add documentation, how to enable eslint on your ide (webstorm) "
__label__bug "web update ajax get no response After adding debug output reboot occurs before browser gets response. Also update gets started twice, no filename and with filename. Update without filename gets an error stating missing filestart E9 ```KVP: Get KVP command URL string... KVP: Send UPD-Multicast: OK VALUES IR_Blaster 2655568 UpdateURL=http://192.168.1.159:80/upload,ResetURL=http://192.168.1.159:80/reset SYS: Ready to send and receive IR signals SYS: Turning off the LED to save power. pm open,type:1 0 FlashESP call Update: [begin] roundedSize: 0x00293000 (2699264) [begin] updateEndAddress: 0x00300000 (3145728) [begin] currentSketchSize: 0x0006C000 (442368) [begin] _startAddress: 0x0006D000 (446464) [begin] _currentAddress: 0x0006D000 (446464) [begin] _size: 0x00293000 (2699264) FlashESP call FlashESP call Staged: address:0x0006D000, size:0x00000000 Update Success: 0 Rebooting... FlashESP call Update: IR_Blaster_360.ino.bin [begin] roundedSize: 0x00293000 (2699264) [begin] updateEndAddress: 0x00300000 (3145728) [begin] currentSketchSize: 0x0006C000 (442368) [begin] _startAddress: 0x0006D000 (446464) [begin] _currentAddress: 0x0006D000 (446464) [begin] _size: 0x00293000 (2699264) FlashESP call FlashESP call FlashESP call FlashESP call ...(210 times) FlashESP call FlashESP call FlashESP call Staged: address:0x0006D000, size:0x0006BFF0 Update Success: 442352 Rebooting... handle_update call ets Jan 8 2013,rst cause:2, boot mode:(3,6) load 0x4010f000, len 1384, room 16 tail 8 chksum 0x2d csum 0x2d v4ceabea9 @cp:0 ld ESP8266 IR Controller mounted file system opened config file {""hostname"":"""",""passcode"":"""",""port_str"":"""",""ntpserver"":""""} parsed json ``` "
__label__enhancement "Allow users to round up dates Add support in the [Clean data filter](https://github.com/HXLStandard/hxl-proxy/wiki/Clean-data-filter) for users to round up dates to the nearest week, month, quarter, year, or decade (week could be problematic, since it depends on the locale). The initial use case is to support Quick Charts for aggregating data by different time periods. - [ ] Add library support in HXLStandard/libhxl-python#100 - [ ] Create test dataset online - [ ] Add field in UI - [ ] Add support in controller - [ ] Add support in filters module - [ ] Deploy to beta for public testing"
__label__bug "Error on Startup Hi, I recently updated my server and this plugin to 1.11.2. I get this error in the console on startup: `[08:11:36 WARN]: [DuelMe] Task #158 for DuelMe v0.17.5 generated an exception java.lang.LinkageError: loader constraint violation: when resolving method ""com.github.teozfrank.duelme.util.UpdateChecker.<init>(Lcom/github/teozfrank/duelme/main/DuelMe;I)V"" the class loader (instance of org/bukkit/plugin/java/PluginClassLoader) of the current class, com/github/teozfrank/duelme/threads/UpdateCheckerThread, and the class loader (instance of org/bukkit/plugin/java/PluginClassLoader) for the method's defining class, com/github/teozfrank/duelme/util/UpdateChecker, have different Class objects for the type com/github/teozfrank/duelme/main/DuelMe used in the signature at com.github.teozfrank.duelme.threads.UpdateCheckerThread.run(UpdateCheckerThread.java:40) ~[?:?] at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-d4f98a3-cb61ac0] at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot.jar:git-Spigot-d4f98a3-cb61ac0] at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot.jar:git-Spigot-d4f98a3-cb61ac0] at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot.jar:git-Spigot-d4f98a3-cb61ac0] at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot.jar:git-Spigot-d4f98a3-cb61ac0] at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot.jar:git-Spigot-d4f98a3-cb61ac0] at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]` Thanks!"
__label__question "Kommentare ändern Hallo, irgendwie müssten wir mal alle Kommentare (Klassen, Methoden,...) ins Englische Übersetzen oder die wenigen Englischen ins deutsche. Das geht ja garnnicht mehr."
__label__question "Is there `if Expression` in lodash? In Scala,we can write `if` like this: ```scala val result: String = if(marks >= 85) ""A"" else ""B"" println(""You've got "" + result + ""."") ``` The if expression has return value In JavaScript,we can do this: ```js const result = (marks >= 85) ? ""A"" : ""B"" ``` But we can't do this: ```js const result = (marks >= 85) ? ( const a = ""A"" ;a):(const b = ""B"";b) ``` Because we can't use assignment statement in ?: But it is clear(not in this example) Thanks! "
__label__question "Skip to page functionality? ### Are you requesting a feature, reporting a bug or ask a question? Asking a question. First, this is an unbelievable awesome solution! What I would like to do is if a given question is answered with a particular value, skip to a different page/set of questions (branching logic). From the documentation, I feel that this is possible, I'm just unsure how to get there. ### What is the current behavior? Not skipping to 'page3' when 'No' is selected for 'frameworkUsing' ### What is the expected behavior? When 'frameworkUsing' is set to 'No', display/skip to 'page3' ### How would you reproduce the current behavior (if this is a bug)? #### Provide the test code and the tested page URL (if applicable) Tested page URL: Test code triggers: [{ type: ""visible"", name: ""frameworkUsing"", operator: ""equal"", value: ""No"", pages: [""page3""] }], pages: [ { name: ""page1"", questions: [ { type: ""radiogroup"", choices: [""Yes"", ""No""], isRequired: true, name: ""frameworkUsing"", title: ""Do you use any front-end framework like Bootstrap?"" }, { type: ""checkbox"", choices: [""Bootstrap"", ""Foundation""], hasOther: true, isRequired: true, name: ""framework"", title: ""What front-end framework do you use?"", visibleIf: ""{frameworkUsing} = 'Yes'"" } ] }, { name: ""page2"", questions: [ { type: ""radiogroup"", choices: [""Yes"", ""No""], isRequired: true, name: ""mvvmUsing"", title: ""Do you use any MVVM framework?"" }, { type: ""checkbox"", choices: [""AngularJS"", ""KnockoutJS"", ""React""], hasOther: true, isRequired: true, name: ""mvvm"", title: ""What MVVM framework do you use?"", visibleIf: ""{mvvmUsing} = 'Yes'"" }] }, { name: ""page3"", questions: [ { type: ""comment"", name: ""about"", visible:false, title: ""Please tell us about your main requirements for Survey library"" }] }] }; ### Specify your * browser: chrome * browser version: Version 64.0.3282.167 * surveyjs platform (angular or react or jquery or knockout or vue): jquery * surveyjs version: 1.0.8 "
__label__question "Background Play I know, this has nothing to do with ads, but please let the YouTube app play videos in the background, if possible."
__label__enhancement "New instance method getInsertedRecords() will retrieve all inserted records of an SObject - The method will return all the inserted records of an SObject during the current transaction. - The method will have no arguments. - The method will return a List of SObject records: List<SObject>. "
__label__question "Two toasts opening after updating to latest version Hi, I decided to update the react-toastify in my project(to the latest version). After that, when I open a toast for some reason it opens a wrong toast (considering the style i set up) over my styled toast. ![wrong](https://user-images.githubusercontent.com/8519076/34720696-c86fc390-f526-11e7-9733-52d94ef53a4e.png) The image above shows the wrong toast, it appears on top of the right one, when i click on it, it disappears and the right one now is visible. ![right](https://user-images.githubusercontent.com/8519076/34720737-f7e7aa5c-f526-11e7-8e63-cad35e034f08.png) The other image is the right toast that i want to show to the user.I'll put below my code to the function that calls the toast. ``` showAlert(title, msg) { const Msg = () => <Fragment> <div className='col s12 modal-labels'> <label className='modal-label-1'>{title}</label> </div> <div> <label className='modal-label-2'>{msg}</label> </div> </Fragment> const options = { autoClose: 5000, type: toast.TYPE.INFO, hideProgressBar: false, closeButton: false, className: css({ backgroundColor: '#EFEBE9' }), bodyClassName: css({ height: '150px', border: 'none', backgroundColor: '#EFEBE9' }) } toast.info(<Msg func={toast.dismiss}/>, options) } ``` I checked and this function is only called once, so it should render only one toast. I hope you can help me, Thanks "
__label__bug Missing columns in exports/table for some projects. I.e. Rebecca's project.
__label__enhancement "Color code entries in the card catalog if they're in the deck Add a background color treatment to card entries in the left hand catalog area if they're in the deck, similar to illegal cards and commanders."
__label__bug API documentation broken API documentation is not shown in API Doc.
__label__enhancement "Support using MACRO for URL path regex definition For a given URL path definition with regex included like ``` @GetAction(""users/{username:[a-zA-Z][a-zA-Z_0-9]*}"") ``` It would be nice to allow developer using macro to subsitude the regex part `[a-zA-Z][a-zA-Z_0-9]*`, and write something like: ``` @GetAction(""users/{username:__USER_NAME__}"") ``` The macro definition can be put into configuration file, something like: ``` route.regex.macro.__USER_NAME__=[a-zA-Z][a-zA-Z_0-9]* ``` This makes it easier for user to code the validation in URL paths, more importantly, it makes it much easier to update validation rules when needed. "
__label__enhancement Enable deployment of Nova Compute hosts to provide virtual machines Allow deployment of a Nova Compute node to act as a virtual machine host to allow deployment of standard virtual machines in the same region (and connected to the same network) as ironic bare metal hosts.
__label__enhancement Replace DomainEventPublisher with DomainEventLog Provide persistent log API replacing DomainEventPublisher allowing subscribers to replay event log.
__label__bug "Webhook for Discord with Slack JSON not working ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> Posting to discord webhook link with slack payload is supposed to work. I tested this by manually posting the payload that is sent from the plugin through a third party website. [https://discordapp.com/developers/docs/resources/webhook#execute-slackcompatible-webhook](https://discordapp.com/developers/docs/resources/webhook#execute-slackcompatible-webhook) ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> There is an error when the post of the webhook happens. `INFO - jetbrains.buildServer.SERVER - WebHookListener :: WebHook triggered : <WEBHOOKURL> using format jsontemplate returned 403 null [2017-12-30 19:15:04,297] WARN - jetbrains.buildServer.SERVER - WebHookListener :: WebHook (url: <WEBHOOKURL> proxy: null:0) returned HTTP status 403 [2017-12-30 19:15:04,297] ERROR - jetbrains.buildServer.SERVER - WebHookListener :: 7d0f32dc-24e0-43bb-82c3-8f6f56086929 :: WebHook endpoint returned non-2xx response (Forbidden) ` ## Steps to Reproduce (for bugs) <!--- Please provide an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. Install Webhooks 2. Add Webhook to Build 3. Select payload to be ""Slack.com Compact Notification (JSON)"" and add a discord URL with /slack at the end 4. Run Build 5. Notice in Administration/Webhooks that there is errors ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * tcWebHooks Version: 1.1-alpha14.206.282 * TeamCity Version: 2017.2.1 (build 50732) * TeamCity server Operating System: Windows 10 * Are you using a WebHook Template?: Slack.com Compact Notification (JSON) ## Example Configuration (xml) <!-- Sometimes it's useful to include the webhook configuration from plugin-settings.xml <!-- Please remember to remove any API keys --> <!-- company URLs or credentials -->"
__label__bug Enabling ImmediateMode on the Logger causes a NullReference Error. System.NullReferenceException: Object reference not set to an instance of an object. at Soul.Logger.ImmediateModeCheck() at Soul.Logger.UpdateLog(String message)'
__label__enhancement 增加 win 下 extension=php_com_dotnet.dll 环境检测提示 win下 检测 php_com_dotnet.dll 安装界面增加 php_com_dotnet.dll 提示
__label__enhancement Implement Redux We want to maintain our array of note objects globally in our frontend app. State should then always be completely transferred to our backend after a time interval of x seconds after the last user interaction.
__label__question "Options for Github Flavored Md Hi, Could you confirm the best set of Extension's to use for GitHub Flavored Markdown? Currently I've got using: ``` import com.vladsch.flexmark.ext.gfm.strikethrough.StrikethroughExtension import com.vladsch.flexmark.ext.gfm.tasklist.{TaskListExtension} import com.vladsch.flexmark.ext.tables.TablesExtension ... options.set(Parser.EXTENSIONS, util.Arrays.asList(TablesExtension.create(), StrikethroughExtension.create(), TaskListExtension.create())) ``` Thanks, Brent"
__label__bug "Incorrect function lifting This issues follows from that discussion: https://github.com/epfl-lara/stainless/issues/141#issuecomment-353318407 For example: ```scala object LambdaMini { sealed abstract class Value case class IntegerValue(c: Int) extends Value case class FunctionValue(f: Value => Value) extends Value def lift(op1: (Int, Int) => Int): Value = FunctionValue(v1 => v1 match { case IntegerValue(c1) => def op2(y: Int): Int = op1(c1, y) lift2(op2) }) def lift2(op2: Int => Int): Value = FunctionValue(v2 => v2 match { case IntegerValue(c2) => IntegerValue(op2(c2)) }) def eval = { lift(_ * _) match { case FunctionValue(f) => f(IntegerValue(3)) match { case FunctionValue(g) => g(IntegerValue(8)) } } } } ``` In the above program, `def op2` is incorrectly lifted as follows: ```scala def op2(y: Int, op1: (Int, Int) => Int): Int = { require(∀x$57: Int, x$58: Int. op1.pre(x$57, x$58) && v1.isInstanceOf[IntegerValue] && { val c1: Int = v1.asInstanceOf[IntegerValue].c true }) val c1: Int = v1.asInstanceOf[IntegerValue].c op1(c1, y) } ``` I.e. `v1.c` (or `c1`) is not added to the parameter list. "
__label__bug "Timeline output broken Not sure why. It just outputs an empty json file now. Probably first thing to do is test it on Sputnik with the code as-is and see if it's different there. Could be a no-chrome thing. "
__label__bug Install package from url fails sometimes in a race condition between writing the last chunk to disk and unzipping. Version: 3.0.0(32119bd) User: System Admin(null)
__label__enhancement "Stefan problem benchmark In danaila2014newton, the third benchmark adds both the variable viscosity nonlinearity and the phase-change enthalpy source nonlinearity. Both of these are difficult additions, and since I am currently unsuccessful at reproducing the benchmark, I am trying an example that only introduces the latter. Beyond simply helping us debug this code, the Stefan problem benchmark, especially a 3D analogy, may be a useful contribution, or rather an interesting example application of Danaila's method. To resolve this issue... 1. verify against the exact solution, e.g. from Kai's MATLAB script. 2. explore numerical limits, e.g. high and low Stefan Number. Possibly relate time step size and grid spacing to the Stefan Number. 3. Attempt adaptive mesh refinement for this 1D problem."
__label__question Temp issue tracker Testing authorization
__label__bug Cannot read property 'find' of undefined - is thrown by gridList.js.GridList.getChangedItems Getting error while adding widget using the ViewChild of GridsterComponent instance in angular5. Error log: ERROR TypeError: Cannot read property 'find' of undefined at vendor.bundle.js:38946 at Array.map (<anonymous>) at GridList.webpackJsonp.../../../../angular2gridster/dist/gridList/gridList.js.GridList.getChangedItems (vendor.bundle.js:38944) at GridsterService.webpackJsonp.../../../../angular2gridster/dist/gridster.service.js.GridsterService.triggerOnChange (vendor.bundle.js:40901) at GridsterService.webpackJsonp.../../../../angular2gridster/dist/gridster.service.js.GridsterService.updateCachedItems (vendor.bundle.js:40893) at GridsterItemComponent.webpackJsonp.../../../../angular2gridster/dist/gridster-item/gridster-item.component.js.GridsterItemComponent.ngOnInit (vendor.bundle.js:39460) at checkAndUpdateDirectiveDynamic (vendor.bundle.js:104637) at checkAndUpdateNodeDynamic (vendor.bundle.js:106134) at checkAndUpdateNode (vendor.bundle.js:106058) at debugCheckAndUpdateNode (vendor.bundle.js:106927) Additional information: 1.I'm adding widgets at runtime based on server response and widgets array is initialized to widgets =[] in onInit of the parent component(client) of GridsterComponent . 2.If I comment the line // this.gridster.updateCachedItems(); in GridsterItemComponent.prototype.ngOnInit = function () { then the code is working fine. 3.In gridster-itemcomponent.js file GridList.prototype.getChangedItems function and the line var initItem = initialItems.find(function (initItem) { return initItem.$element === item.$element; }); is causing the error since initialItems iscoming as undefined.
__label__enhancement "Add file support for taking user input For user input, provide support as input from file"
__label__bug "previousAttributes for related models aren't going through the parse function I ran into an issue today where I'm loading a model and one of its 'has many' relations, and when I look at what's returned by the previousAttributes function for those related models, it appears that they haven't been through the parse function that all my models use. To be clear, the current attributes on the model look fine, it's just the 'previous' attributes that are incorrect. I would guess there's a call to `parse` and a call to `_reset` that are out of order somewhere, but I couldn't track it down myself. "
__label__question "Hides popup bar when pushed Hi, Firstly thank you for your great component 😊 But I have an issue with it. My app is built with a tabbar with 3 items : UITabbarController - UINavigationController - UINavigationController - UINavigationController I present the popup bar on my tabbar controller. That works great. But I want to hide (or dismiss) the popup bar when I push a view controller from each navigation controller (I only want to show the popup bar on the root view controllers). There is no flag on UIViewController categories like `hidesPopupBarWhenPushed` or something like that. How can I do that ? Thank you"
__label__bug "Refits do not correctly handle equipment changing location The attached files show... Refitting a Highlander HGN-733 to a Highlander HGN-733P If you view the MML equipment locations, please note the location of the SRM Ammo and LRM ammo in the LT. Refit2.cpnx shows the finished 733P needing LRM ammo. If the above unit deploys after having LRM ammo loaded it will deploy with 5 x LRM ammo and 2 x SRM ammo. Recommendation: Refit calculations are working correctly in determining what changes need to be made. The resulting unit however assumes all slots are in the same position. Saving the Quality state of each part and then deleting the entire unit and parts, followed by generating a new unit and restoring Quality is probably a better approach. [RefitBug.zip](https://github.com/MegaMek/mekhq/files/1585093/RefitBug.zip) "
__label__enhancement lost sheet need a administration to manage sheet
__label__bug "Windows: exits after entering master password Running go-hash command on windows 10, the tool exits immediately after entering the master password so you can't use any sub-commands."
__label__bug "Windows: exits after entering master password Running go-hash command on windows 10, the tool exits immediately after entering the master password so you can't use any sub-commands."
__label__question "Dynamic alert components using ComponentFactoryResolver <!-- PLEASE FILL OUT THE FOLLOWING. WE MAY CLOSE INCOMPLETE ISSUES. --> **Select one ...** (check one with ""x"") ``` [ ] bug [x] feature request [ ] enhancement ``` ### Expected behavior <!-- Describe the expected behavior. --> I would like to be able to dynamically create `ClrAlert`s by placing a directive on the `ClrAlerts` component and using the `ComponentFactoryResolver`. This would be fairly straight forward if there was a way (or if I knew the way) to create a `ClrAlert` component in code. If this is currently doable, and I just don't understand, would someone be able to tell me what I'm missing? I'm following the example of dynamic component loading from [angular.io](https://angular.io/guide/dynamic-component-loader). My other thoughts were that I could create my own alert components, but I wasn't sure how to avoid the extra root node of the template of any component I create myself. The `<clr-alert>...</clr-alert>` would not appear in the right spot as it would be wrapped by something like `<app-my-alert><clr-alert>...</clr-alert></app-my-alert>`. ### Actual behavior <!-- Describe the actual behavior and provide a minimal app that demonstrates the issue. Fork one of the Clarity Plunker Templates and recreate the issue. Then submit your link with the issue. --> It is not clear to me how to create a `ClrAlert` component in code because the constructor expects services that are contained within the `ClarityModule` and I'm not sure how to go and grab the services that are already in use. ### Reproduction of behavior <!-- Include a working plunker link reproducing the behavior. --> <!-- Clarity Plunker Templates --> <!-- * Include a link to the reproduction scenario you created by forking one of the Clarity Plunker Templates: --> <!-- Clarity Version: [Light Theme v11](https://stackblitz.com/edit/clarity-light-theme-v11) --> <!-- Clarity Version: [Dark Theme v11](https://stackblitz.com/edit/clarity-dark-theme-v11) --> <!-- Clarity Version: [Light Theme v10](https://stackblitz.com/edit/clarity-light-theme-v10) --> <!-- Clarity Version: [Dark Theme v10](https://stackblitz.com/edit/clarity-dark-theme-v10) --> ``` typescript import { AfterViewInit, Component, ComponentFactoryResolver, OnDestroy, ViewChild } from '@angular/core'; import { AlertsHostDirective } from './directives/alerts-host.directive'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.scss'] }) export class AppComponent implements AfterViewInit, OnDestroy { @ViewChild(AlertsHostDirective) alerts: AlertsHostDirective; private interval: any; constructor(private _componentFactoryResolver: ComponentFactoryResolver) { } ngAfterViewInit(): void { this.loadComponent(); this.getAlerts(); } ngOnDestroy(): void { clearInterval(this.interval); } private loadComponent() { // I'm not sure what this would look like if this worked the way I'm imagining it, // but I feel like one could pass in content text, alert type, and whether or not // there were any actions/action-handlers as constructor parameters. Thoughts?? const alert = new ClrAlert(??); // maybe... /* const alert = new ClrAlert( ""info"", ""Dude, guess what?! Something happened on the server!"", { action: { text: 'Take me there!', clicked: <some-action-handler>, closed: <some-closed-handler> } }) */ const componentFactory = this._componentFactoryResolver.resolveComponentFactory(alert); const viewContainerRef = this.alerts.viewContainerRef; viewContainerRef.clear(); const componentRef = viewContainerRef.createComponent(componentFactory); } private getAlerts() { this.interval = setInterval(() => { this.loadComponent(); }, 5000); } } ``` Is this even a good idea? ### Environment details * **Angular version:** 5.x.x * **Clarity version:** ^0.11.3 * **OS and version:** Windows 10 * **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] "
__label__enhancement add database support for config options if database is enabled: * check if config values exist for server * if they dont: check if values exist in config files * store those in database
__label__enhancement "Check RenderEngine duplicate code with Film Check if RenderEngine GetTotalSampleCount(), GetTotalSamplesSec() and GetRenderingTime() methods can be replace with the one in film class."
__label__bug "Address-controller: Exception doing resource update java.lang.NullPointerException Following NPE is several times presented in address-controller log after address space was created. I'll try to reproduce it locally and I'll add more info. ``` 2017-12-20 05:50:01 INFO OpenSSLCertManager:129 - unable to write 'random state' 2017-12-20 05:50:01 INFO AuthController:88 - Issued component certificates: [{name=agent,secretName=agent-internal-cert,namespace=brokered-default-0}, {name=broker,secretName=broker-internal-cert,namespace=brokered-default-0}] 2017-12-20 05:50:01 WARN ResourceController:75 - Exception doing resource update java.lang.NullPointerException at io.enmasse.controller.auth.AuthController.issueExternalCertificates(AuthController.java:49) at io.enmasse.controller.Controller.resourcesUpdated(Controller.java:130) at io.enmasse.k8s.api.ResourceController.run(ResourceController.java:72) at java.lang.Thread.run(Thread.java:748) 2017-12-20 05:50:14 INFO OpenSSLCertManager:60 - Creating self-signed certificates for external-certs-console 2017-12-20 05:50:14 INFO OpenSSLCertManager:121 - Running command '[openssl, req, -new, -days, 11000, -x509, -batch, -nodes, -out, /tmp/tls902605132804410397crt, -keyout, /tmp/tls5218077405032595564key]' ```"
__label__enhancement Add Roamit app to filtered apps Add Roamit app to filtered apps on Windows 10. C:\Program Files\WindowsApps\36835MahdiGhiasi.Roamit_2.4.1.0_x64__yddpmccgg2mz2\QuickShare.exe
__label__question "ChatContol Pro | Payment Method Hi, thank you very much for the informations. I have a last question: Can I pay ChatControl with Paysafecard? Best Regards. "
__label__question Git training I want learn git
__label__enhancement Set an active class on selected value **Current behavior:** <!-- Describe how the bug manifests / how the current features are insufficient. Attach Screenshots if it helps --> We don't set a class `active` on all components which change styles based on their active state. **Expected / new behavior:** <!-- Describe what the behavior would be without the bug / how the feature would improve reactivesearch --> We should set a class `active` on all components which change styles based on their active state. **Reactivesearch version:** x.y.z <!-- Check whether this is still an issue in the most recent stable version --> latest alpha v2 **Browser:** [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] <!-- All browsers where this could be reproduced (and Operating System if relevant) --> All
__label__enhancement "AWS SDK use How are you bundling in the AWS SDK? I use several SDK calls that are not covered under amplify. So I need to include my own version of the SDK. It would be very useful if I could go to https://sdk.amazonaws.com/builder/js/ and generate a single SDK containing the APIs I need and the ones amplify needs. This should also reflect what amplify modules are in use, for example I am not using S3 support. Maybe there could be a way to automate minified SDK generation. amplify could select the modules it needs and then I could add the names of the modules I need. Then as part of the build process build a single SDK. Don't default to the entire SDK, it is about 4MB. The small, customized one I use is 200KB."
__label__enhancement Address Book Design address book UI QR-code inside creating Transaction table shows names if it matches an existing address
__label__bug Unable to easily reset view to north-up and nadir - [ ] The [R] key should reset the view - [ ] The reset button associated with the Location Widget should reset the view
__label__bug "Check availability of products over ftp Whit reference to #97: It appears that some product versions are no longer available over ftp, while they are still availble over http. We should: - [x] check for products availbalility over ftp; - [x] Remove not working links from the products descriptions xml - [x] Add a check before processing over ftp: If the link is no longer available, abort with a message! "
__label__bug "Nomad fails to identify Vault renewal error as fatal ### Nomad version Nomad v0.5.6 ### Operating system and Environment details Ubuntu 16.06 (Xenial), Vault v0.6.4 ### Issue When issued a nonrenewable token, Nomad client fails to recognize the Vault error as fatal, and continues trying to renew the token. This may be as simple as [this code](https://github.com/hashicorp/nomad/blob/87474b7c37ee3c20d666e78318a42ffc5366c179/client/vaultclient/vaultclient.go#L443-L450) not matching ""lease is not renewable""? ie, it handles [this vault error condition](https://github.com/hashicorp/vault/blob/fafa9377f71a868b00ab3e9cf8168393f381e197/vault/expiration.go#L1012) but not [this one](https://github.com/hashicorp/vault/blob/fafa9377f71a868b00ab3e9cf8168393f381e197/vault/expiration.go#L1018).). ### Reproduction steps 1. Accidentally configure Vault's token role policy to issue nonrenewable tokens: ```-- root@stg-vault-app02:~ # vault read /auth/token/roles/clustermgr Key Value --- ----- [...] renewable false ``` 2. Run a Nomad job which integrates with Vault 3. Wait for the Nomad client to attempt to renew the token lease ### Nomad Client logs (if appropriate) ``` Jul 13 20:53:36 stg-clustermgr-client30 nomad[1333]: 2017/07/13 20:53:36.804127 [ERR] client.vault: renewal of lease or token failed due to a non-fatal error. Retrying at 2017-07-13 20:53:49.804110836 +0000 UTC: failed to renew the vault token: Error making API request. Jul 13 20:53:36 stg-clustermgr-client30 nomad[1333]: URL: PUT https://vault.query.consul:8200/v1/auth/token/renew-self Jul 13 20:53:36 stg-clustermgr-client30 nomad[1333]: Code: 400. Errors: Jul 13 20:53:36 stg-clustermgr-client30 nomad[1333]: * lease is not renewable ``` "
__label__bug "undefined pinnedTag from localPref crashes the app during launch **After logging in through GitHub, the notification 'Sync failed, please check your network connection' appears.** #### Environment info * OS: Mac OSX High Sierra (10.13.2) * App Version (`Command/Ctrl + ,`): 1.5.1 #### Description of the problem / feature request / question: 1. GitHub login button 2. login in using GitHub credentials 3. in my case: enter GitHub 2FA token 4. wait for login to complete 5. Briefly the notification 'Sync succeeded' appears, immediately followed by... 6. 'Sync failed. Please check your network connection.' 7. the GitHub login button re-appears My network connection is perfectly fine. #### If possible, provide a sample gist or screenshot: #### If possible, provide the log files ``` 2017-12-29T16:57:24.307Z - info: ----- Lepton v1.5.1 darwin----- 2017-12-29T16:57:24.309Z - info: [conf] Looking for .leptonrc at /Users/xxx/.leptonrc 2017-12-29T16:57:24.309Z - info: [conf] The resolved configuration is ... 2017-12-29T16:57:24.309Z - info: ""logger"": {""level"":""info""} 2017-12-29T16:57:24.309Z - info: ""proxy"": {""enable"":false,""address"":""socks://localhost:1080""} 2017-12-29T16:57:24.309Z - info: ""snippet"": {""sorting"":""updated_at"",""sortingReverse"":true,""expanded"":true,""newSnippetPrivate"":false} 2017-12-29T16:57:24.309Z - info: ""type"": ""literal"" 2017-12-29T16:57:26.447Z - info: [signal] sending auto-login signal 2017-12-29T16:57:26.512Z - info: [Dispatch] updateAccessToken 2017-12-29T16:57:26.730Z - info: Checking for update 2017-12-29T16:57:28.882Z - info: Update for version 1.5.1 is not available (latest version: 1.5.1, downgrade is disallowed. 2017-12-29T16:57:29.505Z - info: [Dispatch] updateSyncTime 2017-12-29T16:57:29.521Z - info: [Dispatch] updateGists 2017-12-29T16:57:29.522Z - info: [Dispatch] updateGistTags 2017-12-29T16:57:29.523Z - info: [Dispatch] fetchSingleGist 0696ab868e3506079b321003813dc2d1 2017-12-29T16:57:29.525Z - info: [Dispatch] selectGist 0696ab868e3506079b321003813dc2d1 2017-12-29T16:57:29.539Z - info: [Dispatch] updatePinnedTags 2017-12-29T16:57:29.543Z - error: The request has failed: {} 2017-12-29T16:57:29.544Z - info: [Dispatch] updateUserSession INACTIVE ```"
__label__enhancement "Remove bad quotes from ignored directory We should fix `Q000` issue for all `.py` files in the project. At this moment directory `mimesis/data/int/` is ignored by `flake8`, thus this misunderstanding must be fixed."
__label__enhancement "Extra items given by recipes don't link up in JEI For example, if a recipe gives string as an extra, chance drop, viewing recipes in JEI doesn't show the recipe in question. I would expect to view recipes for string and see the worktable recipe that gives string as an extra, chance drop."
__label__question Query about disaster recovery Let's say I push a totally messed up deployment where cordova.js etc are broken. Does that break the user's app permanently? Is sync called without having to call it from JS?
__label__question "I might be dense... but how do I make bidirectional pins work? So... attached I have the diagram for a 28C16 EEPROM. Dow do I make the I/O lines work bidirectionally? The way it is right now, if I run the simulation, and set I/O7 HIGH, the wires turn red, sometimes it works (I can write the ""0x80"" to the EEPROM at whatever address is set on the address lines if ~CE is low and I pulse ~WE low). But that only happens, sometimes, with I/O7. Any other I/O line that I try to set, ALWAYS gives me the message. Is there a way to make this circuit work? Is this a bug? Or am I just doing it wrong? Is it because the splitter is ""driving"" the signal? Is the splitter an actual active component? I was thinking of the splitter as just a ""bus"" in the sense that it's an easy way to wire multiple data lines in my circuit. Can we have a splitter that ISN'T active? Like a ""Bus"", that would have the same capabilities of defining how many splits on both the input and the output, but that is really just a bundle of wires? Another option that I *THINK* would work, is if the current ""splitter"" could ""propagate"" Z from the inputs to the outputs. But in that case, at least for my circuit, I would have to be able to drive Z from the ""driver"" component. So, is it possible to add a ""checkbox"" to the splitter component that ""Propagate Z""? And a checkbox on the ""driver"" components that ""Output Z when not selected"" or even a ""Not Selected Output Value"" dropdown (where we could pick Z, 0 or 1)? [28c16.zip](https://github.com/hneemann/Digital/files/1753721/28c16.zip) "
__label__enhancement Add content in Demo Test page - Add content in demo test page provided by client
__label__enhancement Set pane infinite Set pane infinite to let user create bigger nets
__label__question "multiple execution I'm trying to use multiple execution for chrome and firefox. For some reasons, test which is executed in firefox fails > Clickable element span=Select type was not found by text|CSS|XPath but for chrome passes. When I execute the test separately, it passes for both, firefox and chrome. Have you got any idea what could be the cause? ### Details * CodeceptJS version: 1.0.3 * NodeJS Version: 5.5.1 * Operating System: macOS Sierra 10.12.6 * WebDriverIO 4.8.0 * Configuration file: { ""tests"": ""./e2e/codecept/*.js"", ""output"": ""./e2e/codecept/output"", ""helpers"": { ""WebDriverIO"": { ""url"": ""http://localhost:4300/"", ""browser"": [""chrome"", ""firefox""] } }, ""include"": { ""I"": ""./e2e/codecept/steps_file.js"" }, ""bootstrap"": false, ""mocha"": {}, ""name"": ""testcafe"", ""multiple"":{ ""basic"":{ ""browsers"":[""chrome"", ""firefox""] } } } "
__label__question "PHP Api documentation ? I'm not a pro at web developpement, but I want to know if there is an PHP API doc or not, because I don't know how to use JSON :/ Can anyone help me please?"
__label__bug "Projectiles get stuck at some point when going into the void When projectiles are thrown (including arrows) by a player, the projectile will stay loaded in the world since the server render distance is low, and may only drop into the void when players get near it. [Here's a video were Jexel and I reproduced this on Dynamo](https://www.youtube.com/watch?v=lpj5TSTxZ9k) "
__label__enhancement "Compile for ESP8266? Very new to programming. Thanks for this great library, I used it to make a great flow rate meter with totalizer. I wanted to re build the sketch and compile it for use with a Huzzah esp8266 module and send data to my Adafruit Io panel.. I have successfully complete this task with other sensors, but the flowmeter.cpp file is throwing me for a loop. The .cpp file seems to drop many issues for the Esp8266 compiling. Adruino IDE 1.8.1 Any help would be appreciated. hopefully the code is attached. ``` /* hookup instructions:: Compiled for Arduino NANO V3.1 rebuilt for Adafruit Huzzah ESP8266 The meter were using is a FS300A meter pins: Black to GND, Red to +5v, yellow or signal to D2 reset switch pins: one side of momentary switch to GND the other to D4 power in : gnd and + 5v Displays: Adafruit .56"" 7 segment displays with backpack. I2C Display I2C pins: VCC - +5v, GND to gnd, SCL to A5 and SDA to A4 -------*/ // Libraries #include <ESP8266WiFi.h> #include ""Adafruit_MQTT.h"" #include ""Adafruit_MQTT_Client.h"" #include <Wire.h> #include <Adafruit_GFX.h> #include ""Adafruit_LEDBackpack.h"" Adafruit_7segment matrix1 = Adafruit_7segment(); Adafruit_7segment matrix2 = Adafruit_7segment(); #include <FlowMeter.h> // WiFi parameters #define WLAN_SSID ""***enter here*****"" #define WLAN_PASS ""***enter here**********"" // Adafruit IO #define AIO_SERVER ""io.adafruit.com"" #define AIO_SERVERPORT 1883 #define AIO_USERNAME ""**username**"" #define AIO_KEY ""**user key**"" // define the sensor characteristics here const double cap = 60.0f; // l/min const double kf = 5.5f; // Hz per l/min const int pin = 2; // INT0 pin on most Arduinos const int ResetButton = 4; //pin that reset switch is attached to int ResetNow; // let's provide our own sensor properties (without applying further calibration)(FS300A) FlowSensorProperties MySensor = {60.0f, 5.5f, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1}}; // now initialize the flow meter with the pin and sensor settings FlowMeter Meter = FlowMeter(pin, MySensor); // set the measurement update period to 1s (1000 ms) const unsigned long period = 1000; float FlowrateGallons = 0; float VolumeGallons = 0; // define an 'interrupt service handler' (ISR) for every interrupt pin you use void MeterISR() { // let our flow meter count the pulses Meter.count(); } // Functions void connect(); void publish(); long time = 0; long sendTime = 30000; // Create an ESP8266 WiFiClient class to connect to the MQTT server. WiFiClient client; // Setup the MQTT client class by passing in the WiFi client and MQTT server and login details. Adafruit_MQTT_Client mqtt(&client, AIO_SERVER, AIO_SERVERPORT, AIO_USERNAME, AIO_KEY); // Setup feeds for publishing data totalgallons and flowrate Adafruit_MQTT_Publish totalGallons = Adafruit_MQTT_Publish(&mqtt, AIO_USERNAME ""/feeds/basement.total-gallons""); Adafruit_MQTT_Publish flowRate = Adafruit_MQTT_Publish(&mqtt, AIO_USERNAME ""/feeds/basement.flow-rate""); /*************************** Sketch Code ************************************/ void setup() { // Connect to WiFi access point. Serial.println(); Serial.println(); delay(10); Serial.print(F(""Connecting to "")); Serial.println(WLAN_SSID); WiFi.begin(WLAN_SSID, WLAN_PASS); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print(F(""."")); } Serial.println(); Serial.println(F(""WiFi connected"")); Serial.println(F(""IP address: "")); Serial.println(WiFi.localIP()); // connect to adafruit io connect(); pinMode(ResetButton, INPUT_PULLUP); ResetNow = HIGH; // prepare serial communication Serial.begin(115200); matrix1.begin(0x70); matrix2.begin(0x72); // (0x74) if need be // enable a call to the 'interrupt service handler' (ISR) on every rising edge at the interrupt pin // do this setup step for every ISR you have defined, depending on how many interrupts you use attachInterrupt(pin, MeterISR, RISING); // sometimes initializing the gear generates some pulses that we should ignore Meter.reset(); } void loop() { // ping adafruit io a few times to make sure we remain connected if(! mqtt.ping(3)) { // reconnect to adafruit io if(! mqtt.connected()) connect(); } // wait between output updates delay(500); // process the (possibly) counted ticks Meter.tick(period); // convert system variables to Gallons .264 gallon / litre FlowrateGallons = (Meter.getCurrentFlowrate() / 3.78541178); VolumeGallons = (Meter.getTotalVolume() / 3.78541178); // output result to serial monitor for debugging // uncomment next 2 lines to see results in serial monitor //Serial.println(""Currently "" + String(Meter.getCurrentFlowrate()) + "" l/min, "" + String(Meter.getTotalVolume())+ "" l total.""); //Serial.println(""Currently "" + String(FlowrateGallons) + "" G/min, "" + String(VolumeGallons)+ "" Gal total.""); // if a preset time has elapsed then publish the data to adafruit io if(millis() - time > sendTime) { publish(); time = millis(); } // print result to 7 segment display matrix1.setBrightness(10); matrix1.print(FlowrateGallons); matrix1.writeDisplay(); delay(10); matrix2.setBrightness(5); matrix2.print(VolumeGallons); matrix2.writeDisplay(); // reset button function, will reset meter if pressed ResetNow = digitalRead(ResetButton); if(ResetNow == LOW){ Meter.reset(); } } // Publish data to adafruit IO void publish() { if (! totalGallons.publish(VolumeGallons)) Serial.println(F(""Failed to publish Total Gallons"")); else Serial.println(F(""Total Gallons published!"")); Serial.println(VolumeGallons); if (! flowRate.publish(FlowrateGallons)) Serial.println(F(""Failed to publish Flow Rate"")); else Serial.println(F(""Flow Rate published!"")); Serial.println(FlowrateGallons); } // connect to adafruit io via MQTT void connect() { Serial.print(F(""Connecting to Adafruit IO... "")); int8_t ret; while ((ret = mqtt.connect()) != 0) { switch (ret) { case 1: Serial.println(F(""Wrong protocol"")); break; case 2: Serial.println(F(""ID rejected"")); break; case 3: Serial.println(F(""Server unavail"")); break; case 4: Serial.println(F(""Bad user/pass"")); break; case 5: Serial.println(F(""Not authed"")); break; case 6: Serial.println(F(""Failed to subscribe"")); break; default: Serial.println(F(""Connection failed"")); break; } if(ret >= 0) mqtt.disconnect(); Serial.println(F(""Retrying connection..."")); delay(5000); } Serial.println(F(""Adafruit IO Connected!"")); } ``` HERE are the error messages::::******************* Arduino: 1.8.1 (Mac OS X), Board: ""Adafruit HUZZAH ESP8266, 80 MHz, 4M (1M SPIFFS), v2 Prebuilt (MSS=536), Disabled, None, 115200"" Build options changed, rebuilding all /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp: In member function 'void FlowMeter::tick(long unsigned int)': /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp:41:31: error: 'SREG' was not declared in this scope unsigned int interrupts = SREG; //!< save the interrupt status ^ /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp:49:99: error: no matching function for call to 'min(unsigned int&, int)' this->_currentCorrection = this->_properties.kFactor / this->_properties.mFactor[min(decile, 9)]; //!< combine constant k-factor and m-factor for decile ^ /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp:49:99: note: candidates are: In file included from /Users/user/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/xtensa-lx106-elf/include/c++/4.8.2/algorithm:62:0, from /Users/user/Library/Arduino15/packages/esp8266/hardware/esp8266/2.4.0/cores/esp8266/Arduino.h:240, from /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp:7: /Users/user/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/xtensa-lx106-elf/include/c++/4.8.2/bits/stl_algo.h:4226:5: note: template<class _Tp, class _Compare> _Tp std::min(std::initializer_list<_Tp>, _Compare) min(initializer_list<_Tp> __l, _Compare __comp) ^ /Users/user/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/xtensa-lx106-elf/include/c++/4.8.2/bits/stl_algo.h:4226:5: note: template argument deduction/substitution failed: /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp:49:99: note: mismatched types 'std::initializer_list<_Tp>' and 'unsigned int' this->_currentCorrection = this->_properties.kFactor / this->_properties.mFactor[min(decile, 9)]; //!< combine constant k-factor and m-factor for decile ^ In file included from /Users/user/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/xtensa-lx106-elf/include/c++/4.8.2/algorithm:62:0, from /Users/user/Library/Arduino15/packages/esp8266/hardware/esp8266/2.4.0/cores/esp8266/Arduino.h:240, from /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp:7: /Users/user/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/xtensa-lx106-elf/include/c++/4.8.2/bits/stl_algo.h:4221:5: note: template<class _Tp> _Tp std::min(std::initializer_list<_Tp>) min(initializer_list<_Tp> __l) ^ /Users/user/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/xtensa-lx106-elf/include/c++/4.8.2/bits/stl_algo.h:4221:5: note: template argument deduction/substitution failed: /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp:49:99: note: mismatched types 'std::initializer_list<_Tp>' and 'unsigned int' this->_currentCorrection = this->_properties.kFactor / this->_properties.mFactor[min(decile, 9)]; //!< combine constant k-factor and m-factor for decile ^ In file included from /Users/user/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/xtensa-lx106-elf/include/c++/4.8.2/algorithm:61:0, from /Users/user/Library/Arduino15/packages/esp8266/hardware/esp8266/2.4.0/cores/esp8266/Arduino.h:240, from /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp:7: /Users/user/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/xtensa-lx106-elf/include/c++/4.8.2/bits/stl_algobase.h:239:5: note: template<class _Tp, class _Compare> const _Tp& std::min(const _Tp&, const _Tp&, _Compare) min(const _Tp& __a, const _Tp& __b, _Compare __comp) ^ /Users/user/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/xtensa-lx106-elf/include/c++/4.8.2/bits/stl_algobase.h:239:5: note: template argument deduction/substitution failed: /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp:49:99: note: deduced conflicting types for parameter 'const _Tp' ('unsigned int' and 'int') this->_currentCorrection = this->_properties.kFactor / this->_properties.mFactor[min(decile, 9)]; //!< combine constant k-factor and m-factor for decile ^ In file included from /Users/user/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/xtensa-lx106-elf/include/c++/4.8.2/algorithm:61:0, from /Users/user/Library/Arduino15/packages/esp8266/hardware/esp8266/2.4.0/cores/esp8266/Arduino.h:240, from /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp:7: /Users/user/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/xtensa-lx106-elf/include/c++/4.8.2/bits/stl_algobase.h:193:5: note: template<class _Tp> const _Tp& std::min(const _Tp&, const _Tp&) min(const _Tp& __a, const _Tp& __b) ^ /Users/user/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/xtensa-lx106-elf/include/c++/4.8.2/bits/stl_algobase.h:193:5: note: template argument deduction/substitution failed: /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp:49:99: note: deduced conflicting types for parameter 'const _Tp' ('unsigned int' and 'int') this->_currentCorrection = this->_properties.kFactor / this->_properties.mFactor[min(decile, 9)]; //!< combine constant k-factor and m-factor for decile ^ /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp: In member function 'void FlowMeter::reset()': /Users/user/Dropbox/Personal/Arduino/libraries/FlowMeter-master/src/FlowMeter.cpp:68:31: error: 'SREG' was not declared in this scope unsigned int interrupts = SREG; //!< save interrupt status ^ exit status 1 Error compiling for board Adafruit HUZZAH ESP8266. "
__label__enhancement "Steal code from jda Pattern INVITE_PATTERN = Pattern.compile(""(?:https?://)?discord(?:app\\.com/invite|\\.gg)/(\\S+)"", Pattern.CASE_INSENSITIVE);"
__label__question "MEM - Sao Jose do Rio Preto @marfcg Eu apliquei mem para SJRP (SP) usando os argumentos default do info.dengue.apply.mem. Encontrei limiar_preseas = 176 e limiar_epidemico = 968. sao as linhas no grafico de incidencia abaixo. Voce não acha que ficaram muito altos? Ou é assim mesmo? Se quiser rodar, é a cidade 3549805 ![image](https://user-images.githubusercontent.com/4005254/35860397-0bc3904e-0b2b-11e8-89ab-3cae9d3acd0b.png) "
__label__question "MEM - Sao Jose do Rio Preto @marfcg Eu apliquei mem para SJRP (SP) usando os argumentos default do info.dengue.apply.mem. Encontrei limiar_preseas = 176 e limiar_epidemico = 968. sao as linhas no grafico de incidencia abaixo. Voce não acha que ficaram muito altos? Ou é assim mesmo? Se quiser rodar, é a cidade 3549805 ![image](https://user-images.githubusercontent.com/4005254/35860397-0bc3904e-0b2b-11e8-89ab-3cae9d3acd0b.png) "
__label__enhancement Headlines for ElementAreas in CMS Hard to tell which area you are adding an element to unless you guess and test
__label__question "error on running train.py, tensorflow.python.framework.errors_impl.OutOfRangeError, End of sequence python version = 3.6.3 tensorflow version = 1.4 - CPU i get this error after created eval model with fresh parameters tensorflow.python.framework.errors_impl.OutOfRangeError, End of sequence [[Node: IteratorGetNext = IteratorGetNext[output_shapes=[[?,?], [?,?], [?,?], [?], [?]], output_types=[DT_INT32, DT_INT32, DT_INT32, DT_INT32, DT_INT32], _device=""/job:localhost/replica:0/task:0/device:CPU:0""](Iterator)]] Caused by op 'IteratorGetNext', defined at: File ""C:\Users\Rio\.vscode\extensions\ms-python.python-0.9.1\pythonFiles\PythonTools\visualstudio_py_launcher.py"", line 91, in <module> vspd.debug(filename, port_num, debug_id, debug_options, currentPid, run_as) File ""C:\Users\Rio\.vscode\extensions\ms-python.python-0.9.1\pythonFiles\PythonTools\visualstudio_py_debugger.py"", line 2624, in debug exec_file(file, globals_obj) File ""C:\Users\Rio\.vscode\extensions\ms-python.python-0.9.1\pythonFiles\PythonTools\visualstudio_py_util.py"", line 119, in exec_file exec_code(code, file, global_variables) File ""C:\Users\Rio\.vscode\extensions\ms-python.python-0.9.1\pythonFiles\PythonTools\visualstudio_py_util.py"", line 95, in exec_code exec(code_obj, global_variables) File ""c:\Users\Rio\MLDL\nmt-chatbot\train.py"", line 18, in <module> tf.app.run(main=nmt.main, argv=[os.getcwd() + '\nmt\nmt\nmt.py'] + unparsed) File ""C:\Users\Rio\AppData\Local\conda\conda\envs\tensorflow2\lib\site-packages\tensorflow\python\platform\app.py"", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File ""c:\Users\Rio\MLDL\nmt-chatbot/nmt\nmt\nmt.py"", line 539, in main run_main(FLAGS, default_hparams, train_fn, inference_fn) File ""c:\Users\Rio\MLDL\nmt-chatbot/nmt\nmt\nmt.py"", line 532, in run_main train_fn(hparams, target_session=target_session) File ""c:\Users\Rio\MLDL\nmt-chatbot/nmt\nmt\train.py"", line 223, in train eval_model = model_helper.create_eval_model(model_creator, hparams, scope) File ""c:\Users\Rio\MLDL\nmt-chatbot/nmt\nmt\model_helper.py"", line 149, in create_eval_model tgt_max_len=hparams.tgt_max_len_infer) File ""c:\Users\Rio\MLDL\nmt-chatbot/nmt\nmt\utils\iterator_utils.py"", line 202, in get_iterator tgt_seq_len) = (batched_iter.get_next()) File ""C:\Users\Rio\AppData\Local\conda\conda\envs\tensorflow2\lib\site-packages\tensorflow\python\data\ops\iterator_ops.py"", line 259, in get_next name=name)) File ""C:\Users\Rio\AppData\Local\conda\conda\envs\tensorflow2\lib\site-packages\tensorflow\python\ops\gen_dataset_ops.py"", line 705, in iterator_get_next output_shapes=output_shapes, name=name) File ""C:\Users\Rio\AppData\Local\conda\conda\envs\tensorflow2\lib\site-packages\tensorflow\python\framework\op_def_library.py"", line 787, in _apply_op_helper op_def=op_def) File ""C:\Users\Rio\AppData\Local\conda\conda\envs\tensorflow2\lib\site-packages\tensorflow\python\framework\ops.py"", line 2956, in create_op op_def=op_def) File ""C:\Users\Rio\AppData\Local\conda\conda\envs\tensorflow2\lib\site-packages\tensorflow\python\framework\ops.py"", line 1470, in __init__ self._traceback = self._graph._extract_stack() # pylint: disable=protected-access OutOfRangeError (see above for traceback): End of sequence [[Node: IteratorGetNext = IteratorGetNext[output_shapes=[[?,?], [?,?], [?,?], [?], [?]], output_types=[DT_INT32, DT_INT32, DT_INT32, DT_INT32, DT_INT32], _device=""/job:localhost/replica:0/task:0/device:CPU:0""](Iterator)]] "
__label__enhancement "Password Auth Passord authentication, starting with Basic Auth."
__label__enhancement "scss文件中资源根据绝对路径方式加载 @import ""assets/css/reset""; @import ""assets/css/mixin""; 类似这种可以 @import ""/assets/css/reset""; @import ""/assets/css/mixin""; 这样加载"
__label__bug "Discover: Categories are double, one time spelled with ""and"" and one time with ""&"" example: ![screenshot_20171225_134616](https://user-images.githubusercontent.com/840070/34343148-2b17265e-e97a-11e7-8ba3-3bf9629950d4.png) this is tested on latest Rolling version, Plasma 5.11.4"
__label__question "End Session Endpoint return 404 on ""GET /account/logout"" Hello, trying to logout using end session endpoin but getting 404. While login working well. Do i have to do something else in my identity server code for logout? [LOG.txt](https://github.com/IdentityServer/IdentityServer4/files/1660696/LOG.txt) "
__label__question "End Session Endpoint return 404 on ""GET /account/logout"" Hello, trying to logout using end session endpoin but getting 404. While login working well. Do i have to do something else in my identity server code for logout? [LOG.txt](https://github.com/IdentityServer/IdentityServer4/files/1660696/LOG.txt) "
__label__enhancement "web-saver-5: Добавление структуры каталогов на сервере в папке пользователя Помимо создания файлов на сервере ещё должна быть возможность создавать папки и подпапки, т.е. структуру каталогов. Соответственно, на клиенте при добавлении новых файлов (выбора их в локальной файловой системе) должно появляться окно с отображением файловой структуры папки пользователя на сервере (по аналогии с Dropbox). В таблице с отображением файлов на сервере должна быть возможность перемещаться в подпапки и возвращаться назад (наверх). "
__label__question "New Release? The latest release of PCL (1.8.1) does not support VTK 8.1. Support for it was added in #2112 in December. It would be great to see a released version that supports current VTK. I'm sure many other things changed/improved too since last August. "
__label__question "Question: Use proxy settings for create connection to IoT Hub <!-- Hi there! thank you for discovering and submitting an issue! Please first tell us a little bit about the environment you're running: --> - **OS and version used:** Windows Compact 2013 - **SDK version used:** Release 2017-11-17 # Description of the issue: Hello, is there a way to specify a proxy server (name, user, password, port)? My IoT client is behind a firewall and must first log on to the proxy in order to establish a connection. Currently I'm using the example 'iothub_client_sample_http' and 'iothub_client_sample_mqtt'. Thanks. "
__label__question "Question: Use proxy settings for create connection to IoT Hub <!-- Hi there! thank you for discovering and submitting an issue! Please first tell us a little bit about the environment you're running: --> - **OS and version used:** Windows Compact 2013 - **SDK version used:** Release 2017-11-17 # Description of the issue: Hello, is there a way to specify a proxy server (name, user, password, port)? My IoT client is behind a firewall and must first log on to the proxy in order to establish a connection. Currently I'm using the example 'iothub_client_sample_http' and 'iothub_client_sample_mqtt'. Thanks. "
__label__question "How to set swap-file? Hi guys, I ran into `out of memory` issues and just want to make sure that I am getting this right. Is it correct that the best way to do it (using MUP) is to set the swap file in the Droplet itself, and NOT in the docker-containers? So this is what I did in the droplet: ``` fallocate -l 4G /swapfile # allocate 4B on harddrive ls -lh /swapfile # SHOW swap on harddrive chmod 600 /swapfile # PERMISSIONS mkswap /swapfile # MARK file as swapfile swapon /swapfile # ENABLE swapfile for system swapon --show # SHOW swap file ``` Those are the resources for your reference https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-16-04 https://forums.docker.com/t/docker-swap-space/3908"
__label__question "Não fecha o Pedido Estou fazendo testes com o módulo e o tema Porto. Ao clicar em Finalizar pedido, nenhum pedido é gerado, com nenhuma forma de pagamento. nenhum erro é apresentado no console ou logs do servidor. Pode ajudar?"
__label__question "Header Name is not visible This is definition of table $(""#Example-PaymentTerm"").tabulator({ // fitColumns: true, //example option (sets column widths to fill table) // pagination: ""local"", // paginationSize: 5, columnVertAlign: ""Top"", //align header contents to bottom of cell tooltips: true, // headertooltips: true, groupBy: ""Type"", columns: [ { formatter: DeleteIcon, align: ""center"", visible: true, cellClick: function (e, cell) { //alert(""Printing row data for: "" + cell.getRow().getData().name) DeletePaymentTerm(cell.getRow()); } }, { title:""PaymentTerms"", field:""PaymentTerms"", visible:true, cellClick: function (e, cell) { //FetchPaymetermDataToEdit(cell); }, formatter: function (cell, formatterParams) { //cell - the cell component //formatterParams - parameters set for the column // console.dir(""Payment to be made "" + cell.getData().Formula.replace(""*"", "" of "").replace(""*"", "" of "") + "" within "" + cell.getData().Days + "" against "" + cell.getData().DocumentName) return ""Payment to be made "" + cell.getData().Formula.replace(""*"", "" of "").replace(""*"", "" of "") + "" within "" + cell.getData().CrdDays + "" days against "" + cell.getData().DocumentName; //return the contents of the cell; }, }, { title:""Amount"", field:""Amount"", align:""right"", visible:true, cellClick: function (e, cell) { // FetchPaymetermDataToEdit(cell); }, formatter: function (cell, formatterParams) { return (parseInt(cell.getData().Amount) + parseInt(cell.getData().Amount1)).toLocaleString(""en-IN""); }, }, //link column to name property of user object { title: ""id"", field: ""Id"", visible: true }, //link column to name property of user object { title: ""Documents"", field: ""Documents"", visible: false }, //link column to name property of user object { title: ""PTID"", field: ""PTID"", visible: false }, //link column to name property of user object { title: ""Type"", field: ""Type"", visible: false }, //link column to name property of user object //link column to name property of user object //link column to name property of user object { title: ""Formula"", field: ""Formula"", visible: false }, { title: ""Amount1"", field: ""Amount1"", align: ""right"", visible: false }, { title: ""Credit Days"", field: ""CrdDays"", visible: false}, //link column to name property of user object //link column to name property of user object { title: ""DocumentName"", field: ""DocumentName"", visible: false} ], groupHeader: function (value, count, data, group) { //value - the value all members of this group share //count - the number of rows in this group //data - an arrya of all the row data objects in this group //group - the group component for the group if (value == 1) return ""<span style='color:#3aa99e; margin-left:10px;'>Supply-"" + count + ""</span>""; else return ""<span style='color:#3aa99e; margin-left:10px;'>Service-""+count+""</span>""; }, }); This how it looks ![test](https://user-images.githubusercontent.com/24350278/36520743-cfde6e1a-17b8-11e8-8d79-38776f10b6f2.PNG) I dont understand what goes wrong ?"
__label__question "run distributed tensorflow_mnist.py on two machines, but it hangs up and dose not show log Hi, @alsrgv I run tensorflow_mnist.py on two machines with `mpirun -np 2 -x PATH -x LD_LIBRARY_PATH -x CUDA_VISIBLE_DEVICES -H 172.23.233.77:1,172.23.233.75:1 python tensorflow_mnist.py` After showing some logs, it hangs up and cannot proceed. The process on both machines has GPU memory usage, but didn't show logs any more. The logs before hangs up is as follows: `2017-11-05 23:17:20.677867: I tensorflow/core/common_runtime/gpu/gpu_device.cc:955] Found device 0 with properties: name: Tesla M40 24GB major: 5 minor: 2 memoryClockRate (GHz) 1.112 pciBusID 0000:83:00.0 Total memory: 22.40GiB Free memory: 22.29GiB 2017-11-05 23:17:20.677908: I tensorflow/core/common_runtime/gpu/gpu_device.cc:976] DMA: 0 2017-11-05 23:17:20.677915: I tensorflow/core/common_runtime/gpu/gpu_device.cc:986] 0: Y 2017-11-05 23:17:20.677927: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1045] Creating TensorFlow device (/gpu:0) -> (device: 0, name: Tesla M40 24GB, pci bus id: 0000:83:00.0) 2017-11-05 23:18:24.170460: I tensorflow/core/common_runtime/gpu/gpu_device.cc:955] Found device 0 with properties: name: Tesla M40 24GB major: 5 minor: 2 memoryClockRate (GHz) 1.112 pciBusID 0000:83:00.0 Total memory: 22.40GiB Free memory: 22.29GiB 2017-11-05 23:18:24.170521: I tensorflow/core/common_runtime/gpu/gpu_device.cc:976] DMA: 0 2017-11-05 23:18:24.170528: I tensorflow/core/common_runtime/gpu/gpu_device.cc:986] 0: Y 2017-11-05 23:18:24.170539: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1045] Creating TensorFlow device (/gpu:0) -> (device: 0, name: Tesla M40 24GB, pci bus id: 0000:83:00.0) INFO:tensorflow:Restoring parameters from ./checkpoints/model.ckpt-100 [msragpum13:53619] 1 more process has sent help message help-mpi-btl-openib.txt / default subnet prefix [msragpum13:53619] Set MCA parameter ""orte_base_help_aggregate"" to 0 to see all help / error messages [msragpum13:53619] 1 more process has sent help message help-mpi-btl-openib-cpc-base.txt / no cpcs for port` However, if I just run on a single machine , it has no problems: `mpirun -np 2 -x PATH -x LD_LIBRARY_PATH -x CUDA_VISIBLE_DEVICES -H 172.23.233.75:2 python tensorflow_mnist.py` or `mpirun -np 2 -x PATH -x LD_LIBRARY_PATH -x CUDA_VISIBLE_DEVICES -H 172.23.233.77:2 python tensorflow_mnist.py` both can work properly. My system is ubuntu 14.04, tensorflow is 1.3.0, python is 2.7, horovod is following the install guides using NCCL2.0 and openmpi 3.0. So what's the problems? "
__label__enhancement mark-for-deployment --wait output is very difficult to read ``` 16:47:09 + paasta mark-for-deployment --commit f65869aae2f4bfecb744fba153cf236d592b25ab --service error_pages --deploy-group stagef.everything --wait-for-deployment 16:47:12 0% (0 of 1) | | Elapsed Time: 0:00:00 ETA: --:--:--INFO:paasta_tools.cli.cmds.mark_for_deployment:Inspecting the deployment status of error_pages.main on norcal-stagef 16:47:15 INFO:paasta_tools.cli.cmds.mark_for_deployment:error_pages.main on norcal-stagef doesn't have the right sha yet: 59f20697 16:47:25 0% (0 of 1) | | Elapsed Time: 0:00:03 ETA: --:--:--INFO:paasta_tools.cli.cmds.mark_for_deployment:Inspecting the deployment status of error_pages.main on norcal-stagef 16:47:27 INFO:paasta_tools.cli.cmds.mark_for_deployment:error_pages.main on norcal-stagef doesn't have the right sha yet: 59f20697 16:47:37 0% (0 of 1) | | Elapsed Time: 0:00:14 ETA: --:--:--INFO:paasta_tools.cli.cmds.mark_for_deployment:Inspecting the deployment status of error_pages.main on norcal-stagef 16:47:40 INFO:paasta_tools.cli.cmds.mark_for_deployment:error_pages.main on norcal-stagef doesn't have the right sha yet: 59f20697 16:47:50 0% (0 of 1) | | Elapsed Time: 0:00:27 ETA: --:--:--INFO:paasta_tools.cli.cmds.mark_for_deployment:Inspecting the deployment status of error_pages.main on norcal-stagef 16:47:51 INFO:paasta_tools.cli.cmds.mark_for_deployment:error_pages.main on norcal-stagef doesn't have the right sha yet: 59f20697 16:48:01 0% (0 of 1) | | Elapsed Time: 0:00:39 ETA: --:--:--INFO:paasta_tools.cli.cmds.mark_for_deployment:Inspecting the deployment status of error_pages.main on norcal-stagef ```
__label__enhancement "Make Arduino side slimmer/smaller Increase the chance of fitting in a train carriage "
__label__question "Project Structure ## Questions I am using Rocket 0.3.6,In my project, I want organize my files like this: ----pro - Cargo.toml - Cargo.lock -src ├── lib.rs //here contains : pub mod model, pub mod route ├── main.rs ├── model │   └── mod.rs └── route └── mod.rs I want to organize all routes in a mod, but when I finished it in route/mod.rs, #![feature(plugin)] #![plugin(rocket_codegen)] extern crate rocket; extern crate rocket_codegen; #[get(""/world"")] fn world() -> &'static str { ""Hello,World"" } something wrong! ![image](https://user-images.githubusercontent.com/35843204/35686892-5c746d6e-07a8-11e8-965e-60c0eb4b9e4e.png) does the route have to place in src/main.rs? how to solve this? thanks."
__label__enhancement "Notify and give choice to accept invalid cert on https During login, if the https certificate is invalid, Cloud Gallery Android app fails login simply stating to ""check parameters"". The user should be notified of the the invalid cert and given a choice to proceed (accept invalid cert), not proceed, or fail back to http if available. Tim"
__label__question "How can I download link field locally? <details> <summary>newsboat -v</summary> ``` newsboat 2.10.2 - https://newsboat.org/ Copyright (C) 2006-2015 Andreas Krennmair Copyright (C) 2015-2017 Alexander Batischev Copyright (C) 2006-2017 Newsbeuter contributors Copyright (C) 2017 Newsboat contributors newsboat is free software and licensed under the MIT License. Type `newsboat -vv' for more information. newsboat 2.10.2 System: Darwin 16.7.0 (x86_64) Compiler: g++ 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2) ncurses: ncurses 5.7.20081102 (compiled with 5.7) libcurl: libcurl/7.54.0 SecureTransport zlib/1.2.8 (compiled with 7.51.0) SQLite: 3.16.0 (compiled with 3.16.0) libxml2: compiled with 2.9.4 ``` </details> <br> I have this and how can I download the URL in the `Link:` field? I know, `open-in-browser` would download via browser but I want to pass the URL to something like `curl` or `wget`. ![](https://i.imgur.com/uWhJhnK.png)"
__label__bug "Uncaught TypeError: Cannot read property 'screenPositionForMouseEvent' of null [Enter steps to reproduce below:] 1. Happens when deleting an open file. I can reproduce this every time I do it. It doesn't have to be in a purescript project nor the first project on the list. The file does not have to be a purescript file. **Atom Version**: 1.7.0-beta5 **System**: Microsoft Windows 10 Education **Thrown From**: [ide-purescript](https://github.com/nwolverson/atom-ide-purescript) package, v0.10.0 ### Stack Trace Uncaught TypeError: Cannot read property 'screenPositionForMouseEvent' of null ``` At C:\Users\Dito\.atom\packages\ide-purescript\node_modules\hover-tooltips\lib\hover-tooltips.js:100 TypeError: Cannot read property 'screenPositionForMouseEvent' of null at bufferPositionForMouseEvent (C:\Users\Dito\.atom\packages\ide-purescript\node_modules\hover-tooltips\lib\hover-tooltips.js:100:45) at showExpressionType (C:\Users\Dito\.atom\packages\ide-purescript\node_modules\hover-tooltips\lib\hover-tooltips.js:49:28) at C:\Users\Dito\.atom\packages\ide-purescript\node_modules\hover-tooltips\lib\hover-tooltips.js:37:63 ``` ### Commands ``` -2:14.5.0 linter:lint (atom-text-editor.editor.is-focused) -1:55.4.0 tree-view:remove (span.name.icon.icon-file-text) -1:53.5.0 linter:lint (atom-text-editor.editor) -1:51.8.0 settings-view:open (ol.tree-view.list-tree.has-collapsable-children.focusable-panel.full-menu) -1:01.6.0 core:confirm (atom-text-editor.editor.mini.is-focused) -0:42.9.0 linter:lint (atom-text-editor.editor) -0:41.7.0 core:save (atom-text-editor.editor.is-focused) 2x -0:41.4.0 linter:lint (atom-text-editor.editor.is-focused) -0:15.9.0 tree-view:remove (span.name.icon.icon-file-text) -0:13.6.0 linter:lint (atom-text-editor.editor.is-focused) -0:12.9.0 core:save (atom-text-editor.editor.is-focused) -0:12.6.0 linter:lint (atom-text-editor.editor.is-focused) -0:05.1.0 tree-view:remove (span.name.icon.icon-file-text) -0:03.4.0 linter:lint (atom-text-editor.editor) -0:01.6.0 core:save (atom-text-editor.editor.is-focused) -0:01.2.0 linter:lint (atom-text-editor.editor.is-focused) ``` ### Config ``` json { ""core"": { ""customFileTypes"": { ""source.asm.x86_64"": [ ""*.s"" ], ""x86 and x86_64 Assembyl"": [ ""*.s"" ] }, ""disabledPackages"": [ ""linter-clang"" ], ""themes"": [ ""atom-material-ui"", ""atom-material-syntax"" ] }, ""ide-purescript"": {} } ``` ### Installed Packages ``` coffee # User atom-jade, v0.3.0 atom-material-syntax, v0.4.6 atom-material-ui, v1.2.10 atom-typescript, v8.5.0 file-types, v0.5.1 fold-search-results, v1.0.5 gist-it, v0.9.1 ide-haskell-cabal, v1.2.0 ide-purescript, v0.10.0 keyboard-localization, v1.4.18 language-batch, v0.3.3 language-haskell, v1.7.9 language-purescript, v0.7.0 language-x86-64-assembly, v2.1.10 linter, v1.11.4 linter-gcc, v0.6.9 minimap, v4.21.0 # Dev No dev packages ``` "
__label__enhancement Make support for Java Make `ThreadSwitcher` object accessible as static class in Java.
__label__enhancement "[REQUEST] Add some arguments to make GodrayFilter support non-parallel light. GodrayFilter is very amazing , I love it. But I found that some God ray effects are use non-parallel light. e.g. ![image](https://user-images.githubusercontent.com/288367/31573105-85896c02-b07a-11e7-8bb8-2ffc6252667b.png) ![image](https://user-images.githubusercontent.com/288367/31573107-8c5fb4dc-b07a-11e7-93ca-1b2225dde61f.png) So Could you make GodrayFilter support non-parallel light ,please ? Or Should we need a new AdvancedGodrayFilter ? "
__label__enhancement create alert system - alert-success when user created his account for example - alert-fail when the account creation failed
__label__bug "Fixing Wine problems during compilation in Debian 8 I couldn't compile the development version with VST support. First I got the following message after running `cmake ..`, and then `make` would fail after some time compiling, when it got to the VST plugins. > Carla Patchbay & Rack : not found, please install the latest carla > SoundFont2 player : OK > Stk Mallets : OK > VST-instrument hoster : not found, please install (lib)wine-dev (or similar) - 64 bit systems additionally need gcc-multilib and g++-multilib > VST-effect hoster : not found, please install (lib)wine-dev (or similar) - 64 bit systems additionally need gcc-multilib and g++-multilib > CALF LADSPA plugins : OK > CAPS LADSPA plugins : OK > CMT LADSPA plugins : OK > TAP LADSPA plugins : OK > SWH LADSPA plugins : OK > GIG player : OK The solution was to add /usr/lib/i386-linux-gnu/wine/bin to PATH (`export PATH=$PATH:/usr/lib/i386-linux-gnu/wine/bin`). After removing CMakeCache.txt and running `cmake ..` again, I still got the message above, but I was able to run `make` without issues. The VSTs work normally after compiling this way. Note that it's necessary to have libwine-dev:i386 installed for this to work. Should this information be on the INSTALL file, as a note for Debian users? "
__label__enhancement "Session cannot be re-loaded When I have two concurrent requests to my site from the same session, the session keys/values are not updated until the server responses are fully sent. One request therefore can not use the other request's session key/value updates in a timely manner. In my case, I usually have to reload the site. Is there any reason you don't update the session keys/values in real-time (so the second connection could see them right away, even though the first connection is still getting service)? I'm guessing this is a remnant of locking and might give the second connection more stability if it tries to read a session value just as the first connection is writing it. Anyway, it would be nice to have an option to allow faster communication between requests from the same session."
__label__enhancement minify css and frontend javascript use grunt to minify css and frontend js low-priority
__label__bug "IO Error while updating ""FAF Develop"" version of the game I'm getting this error: 2016-09-29 23:49:21,161 ERROR **main** Uncaught exception Traceback (most recent call last): File ""src\fa\updater.py"", line 655, in readDataFromServer File ""src\fa\updater.py"", line 589, in handleAction File ""src\fa\updater.py"", line 604, in applyPatch File ""C:\Python27\lib\shutil.py"", line 119, in copy def copy2(src, dst): File ""C:\Python27\lib\shutil.py"", line 82, in copyfile with open(dst, 'wb') as fdst: IOError: [Errno 2] No such file or directory: 'C:\ProgramData\FAForever\cache\patchedFile' "
__label__enhancement "Armbian support for OctoPi Hey all, I have opened a new [branch called `armbian`](https://github.com/guysoft/OctoPi/tree/armbian), which has a variant under that name that lets you build OctoPi on [Armbian](http://www.armbian.com/). There is a [a big list of devices that run armbian](http://www.armbian.com/download/). And it would be interesting to hear if anyone there is a call for a popular device. For now I am testing using a HummingBoard kindly provided by SolidRun, and it seems like OctoPrint, wifi system and webcams work smoothly. The beta image of the HummingBoard is available here: https://storage.googleapis.com/octoprint/Armbian_5.10_Cubox-i_Debian_jessie_3.14.67-0.14.0_beta.zip md5: https://storage.googleapis.com/octoprint/Armbian_5.10_Cubox-i_Debian_jessie_3.14.67-0.14.0_beta.zip.md5 "
__label__enhancement "Migrating data between versions The upcoming v1.1 introduces some changes in the way Manta constructs & stores data. So a migration scheme is necessary in order to prevent missing/corrupted data when users upgrade to a newer version. What I'm thinking at the moment is this: * Create a backup of invoices, contacts and app's settings data before upgrading the app. * Upgrade the app as usual * Adjust the data structure and import content from the backup. **Possible Pros** * No data lost, existing data will be converted to be compatible with the newer version. **Cons**: * Will need to implement export/import feature first. * The migration script will be used only once but would need to be checked into git (or is it supposed to be?) Right now this is the only thing that need to be done before releasing v1.1. Would love to hear your thoughts on this. "
__label__bug CouchDB component module is missing dependency for org.apache.commons.codec There is some usage of commons-codec in lightcouch-0.1.8 for Base64 encoding. lightcouch-0.2.0 used by Camel 2.21.0 has even more usage of commons-codec (the integration test actually fails).
__label__enhancement "ExpandableExtension suggestion What do you think of following extension: ExpandableExtension expandableExtension = mFastItemAdapter.getSingleExtension(ExpandableExtension.class); // useful, if the extension can only be added once or only makes sense if it is only added once List<ExpandableExtension> expandableExtensions = mFastItemAdapter.getExtensions(ExpandableExtension.class); // useful if an extension can be added mutliple times So that I can get installed extension in a convenient way from the adapter "
__label__question "Investigate disabling of gvfs: afc, gphoto2 & mtp systemctl --user stop gvfs-afc-volume-monitor.service gvfs-gphoto2-volume-monitor.service gvfs-mtp-volume-monitor.service systemctl --user disable gvfs-afc-volume-monitor.service gvfs-gphoto2-volume-monitor.service gvfs-mtp-volume-monitor.service"
__label__bug Frame rate Screen update depends on snake speed.
__label__enhancement "Toggle to show/hide the foreground on series details Let the fanart be 100% visible. "
__label__question Question: speller don`t understand camelcase words Is it possible to make a camelcase words reading correctly?
__label__question Twitter Data Cleaning and arff Weka with Tweetinvi or something like that... How can we clear the data we collected with tweetinvi using c # code and then convert it to arff file format and weka can be traine... Thanks your helping
__label__enhancement "Hapi v17 Support ### Overview If you are not aware yet, Hapi v17 is making the transition from callbacks to `async`/`await`, as well as deprecating some other rarely used functionality. This is a breaking change that may make your plugin no longer compatible with the Hapi API. #### Changelog Draft release notes can be found here: https://github.com/hapijs/hapi/issues/3658 #### Target Release The target release date for v17 is the beginning of *November*. ### Tasks - [x] Reply to this to acknowledge that you are actively maintaining this module and are willing to update it - [x] Update plugin to be fully `async`/`await` compatible using the `v17` branch from Hapi for testing #### Possible dev flow for updating - Clone Hapi - `npm link` within the Hapi repo - `npm link hapi` within your plugin repo - Your plugin will now be using `v17` of Hapi branch for tests - [ ] Release new major version of your plugin on `npm`. Please use a major version increment as this will be a breaking change and it would be terrible for it to sneak into current versions of Hapi. ### Notes * Support is being dropped for all versions of Node `<8.0.0`. * Hapi `v16` will continue to be supported for as long as there exists a Node LTS actively being supported that is not compatible with `v17`. * Targeted release date is November 1st, 2017. Please try to have your plugin updated before then. * This issue is being opened because your plugin is listed on the official hapi website "
__label__bug "INI: Elektra Removes Metadata # Description It looks like Elektra removes metadata if we use **INI as default storage** plugin and store data using a **cascading key**. # Steps to Reproduce the Problem 1. Configure Elektra with INI as default storage: ```sh mkdir build cd build cmake .. -GNinja -DPLUGINS='ALL' -DKDB_DB_FILE='default.ini' -DKDB_DB_INIT='elektra.ini' -DKDB_DEFAULT_STORAGE=ini ``` 2. Build Elektra: ```sh ninja ``` 3. Run the following commands: ```sh # Mount yamlcpp plugin to cascading namespace `/examples/yamlcpp` kdb mount config.yaml /examples/yamlcpp yamlcpp # Add a new key and some metadata kdb set /examples/yamlcpp/brand new kdb setmeta /examples/yamlcpp/brand comment ""The Devil And God Are Raging Inside Me"" kdb setmeta /examples/yamlcpp/brand rationale ""Because I Love It"" # Retrieve metadata kdb lsmeta /examples/yamlcpp/brand ``` # Expected Result ```sh #> comment #> rationale ``` # Actual Result ```sh #> rationale ``` # Additional Information Everything works fine if we do not use cascading keys: ```sh # Mount yamlcpp plugin to cascading namespace `/examples/yamlcpp` kdb mount config.yaml user/examples/yamlcpp yamlcpp # Add a new key and add some metadata to the new key kdb set user/examples/yamlcpp/brand new kdb setmeta user/examples/yamlcpp/brand comment ""The Devil And God Are Raging Inside Me"" kdb setmeta user/examples/yamlcpp/brand rationale ""Because I Love It"" # Retrieve metadata kdb lsmeta user/examples/yamlcpp/brand #> comment #> rationale ``` # System Information - Elektra Version: master "
__label__enhancement Minwidth hanging over can we leave min width undefined and ensure that column doesn't remove
__label__enhancement "Have evil-ex-substitute open folds automatically I couldn't find an issue for this already, but it would be great if `evil-ex-substitute` automatically opened folds after moving the point when used with confirmation (otherwise you can't see what is being replaced). "
__label__question "Possible Mapnik enhancements I've learned about Mapnik fork by @talaj, which is used for mapy.cz and has some additional features: https://github.com/talaj/mapnik#mapycz-mapnik Is there anything you think might be useful in our style? I would like to have placement type `grid` merged into the Mapnik (useful for country/states labels). This may take some time, because Mapnik release cycle is long and we need any new features to be covered also by Carto CSS (see the [`list` placement](https://github.com/mapbox/carto/issues/238) for example). There's also additional complication related to the fact that OSMF needs Mapnik packages for Ubuntu. However that gives us some perspective for future development."
__label__question Connection reset by peer 我看了 #473 ,不太明白,这个问题到底是服务端,还是客户端的事情(根本问题是什么)。 调用重试的话我这并不试用,而重写File..Connection 来优化TCP 我也不是很会,请问有什么比较简单的解决方法吗? 比如出现这个错误的时候, 我在start开启这个任务?
__label__enhancement Review format.json conversion script - Fix provenance link and label - Remove sustainability factors
__label__enhancement Name of MouseJoint and MouseJointConf ### Expected/Desired Behavior or Experience: Names for these classes reflect their functionality not just a particular use case. So these should be named `TargetJoint` and `TargetJointConf` respectively. ### Actual Behavior: These classes are called `MouseJoint` and `MouseJointConf`. ### Related Issue(s): - Issue #27.
__label__bug "Need to use a simplified syntax for COMPOUND schemes Can't find a way to make complex schemes work for ""compound_stmt""s, will try again later."
__label__bug "Look into `!unset` not correctly working. Happens with themehouse `Section` component. "
__label__question "mutators doesn't work as shown I was trying to convert values from feet to meters using `mutators` according to [your documentation]( http://tabulator.info/docs/3.3#mutators), however it doesn't work, but the `formatters` does. What's going on? ```javascript // This doesn't work Tabulator.extendExtension(""mutator"", ""mutators"", { ft2met:function(value, data, type, mutatorParams){ return (value * 0.3048); }, }); // But this does! Tabulator.extendExtension(""format"", ""formatters"", { ft2mt:function(cell, formatterParams){ // Feet to Meters return (0.3048*cell.getValue()).toFixed(0); }, }); ... {title:""Alt [m]"", field:""altitude"", sortable:true, responsive:0, formatter:""ft2mt"", align:""right"", sorter:""number""}, // works! {title:""Alt [m]"", field:""altitude"", sortable:true, responsive:0, align:""right"", sorter:""number"", mutateType:""data"", mutator:ft2met}, // does not ``` "
__label__question "Code owners reviews Hi, We use code owners in our repo, there is any way with this bot to prevent merge till code owners accepts the PR?"
__label__question "Code owners reviews Hi, We use code owners in our repo, there is any way with this bot to prevent merge till code owners accepts the PR?"
__label__question "Code owners reviews Hi, We use code owners in our repo, there is any way with this bot to prevent merge till code owners accepts the PR?"
__label__question "Code sign failed; please retry manually. Error: No identity found for signing. Hi, Not sure if this is the correct place for this issue, however I'm getting the following error when attempting to build electron. Is this a configuration issue, or perhaps a bug? ``` Installing production dependencies into Electron Build Package electron-debug@1.0.1 tmp/electron-build-tmp/node_modules/electron-debug ├── electron-localshortcut@0.6.1 └── electron-is-dev@0.1.1 Installed and bundled electron-debug@^1.0.0 Installing Electron headers for version 1.1.2 Recompiling native dependencies The cache parameter is deprecated, use download.cache instead Packaging app for platform darwin x64 using electron v0.37.5 Code sign failed; please retry manually. Error: No identity found for signing. at /Users/mateodelnorte/development/cardstack-desktop/node_modules/electron-osx-sign/index.js:49:28 at ChildProcess.exithandler (child_process.js:193:7) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:191:7) at maybeClose (internal/child_process.js:852:16) at Socket.<anonymous> (internal/child_process.js:323:11) at emitOne (events.js:96:13) at Socket.emit (events.js:188:7) at Pipe._handle.close [as _onclose] (net.js:492:12) ``` I'm on El Capitan version 10.11.5 (15F34) node --version: v6.3.0 electron --version: v1.3.1 "
__label__bug "Error on loading too big deck list to deck editor If you try to load too big deck file ([example deck with 540 mtgo cube cards](https://github.com/magefree/mage/files/1596199/too.big.zip)) in deck editor then app raise errors like `layout mismatch` and show up other errors in logs file. Error window: ![shot_180101_201113](https://user-images.githubusercontent.com/8344157/34469060-f4187c46-ef2f-11e7-9bb7-1244140fac89.png) Error logs (too many logs): ``` INFO 2018-01-01 19:57:08,176 Orphan when setting with layout: =>[AWT-EventQueue-0] DragCardGrid.setCards INFO 2018-01-01 19:57:08,177 Orphan when setting with layout: =>[AWT-EventQueue-0] DragCardGrid.setCards INFO 2018-01-01 19:57:08,177 Orphan when setting with layout: =>[AWT-EventQueue-0] DragCardGrid.setCards INFO 2018-01-01 19:57:08,177 Orphan when setting with layout: =>[AWT-EventQueue-0] DragCardGrid.setCards ... ERROR 2018-01-01 20:03:29,696 Empty column! 0 =>[AWT-EventQueue-0] DragCardGrid.sortIntoGrid ERROR 2018-01-01 20:03:29,696 Empty column! 1 =>[AWT-EventQueue-0] DragCardGrid.sortIntoGrid ERROR 2018-01-01 20:03:29,696 Empty column! 2 =>[AWT-EventQueue-0] DragCardGrid.sortIntoGrid ERROR 2018-01-01 20:03:29,696 Empty column! 3 =>[AWT-EventQueue-0] DragCardGrid.sortIntoGrid ERROR 2018-01-01 20:03:29,697 Empty column! 0 =>[AWT-EventQueue-0] DragCardGrid.sortIntoGrid ``` "
__label__enhancement "Highlight when hover over gridview When row is hovered over, the row that was selected has to be highlighted"
__label__bug Random test fail There are some random test failures.
__label__enhancement "Change ""Partner"" to Organization or Community Group Suggestion: change references from partner to organization or community group. In preparation if we seek a non-previous partner to work with."
__label__enhancement "Tracker output bleeds into Gumby output When running a local (Jenkins not confirmed) Gumby job for the first time on a machine, the output of `run_tracker.sh` is shown in the console. This tracker output should be piped to a file instead."
__label__enhancement Make Smart Blocks capable of filtering by relative dates In reference to this discussion of a popularly requested feature from the Airtime forum - https://forum.sourcefabric.org/discussion/16424/favourite-smart-block-criteria?post#Form_Body - It would be nice if LibreTime Smart Blocks were capable of filtering their criteria based upon relative dates vs. only specific date criteria. This would also help with the AutoPlaylist code.
__label__question "Supporting Compact framework Hi everybody Is the Magick.Net support compact Framework using VS2008 ? BR "
__label__question "Having an issue plotting different variables from the diagnostic table I am trying to use the example found [here](http://wrf-python.readthedocs.io/en/latest/plot.html#id1) to plot temperature in my domain. The table of diagnostics says I can slide in ""temp"", but I am having an error and am not sure what it wants, much less a solution. (I just replaced ""slp"" in the sample code for ""temp"", just to test this whole thing out) ``from netCDF4 import Dataset`` ``import matplotlib.pyplot as plt ``from matplotlib.cm import get_cmap ``from mpl_toolkits.basemap import Basemap ``from wrf import to_np, getvar, smooth2d, get_basemap, latlon_coords ``# Open the NetCDF file ``ncfile = Dataset(""X:\WRF\AUG2022\Domain1\wrfout_d01_2017-08-20_12%3A30%3A00"")`` ``# Get the sea level pressure`` ``slp = getvar(ncfile, ""temp"")`` ``# Smooth the sea level pressure since it tends to be noisy near the mountains`` ``smooth_slp = smooth2d(slp, 3)`` ``# Get the latitude and longitude points`` ``lats, lons = latlon_coords(slp)`` ``# Get the basemap object`` ``bm = get_basemap(slp)`` ``# Create a figure`` ``fig = plt.figure(figsize=(12,9))`` ``# Add geographic outlines`` ``bm.drawcoastlines(linewidth=0.25)`` ``bm.drawstates(linewidth=0.25)`` ``bm.drawcountries(linewidth=0.25)`` ``# Convert the lats and lons to x and y. Make sure you convert the lats and lons to`` ``# numpy arrays via to_np, or basemap crashes with an undefined RuntimeError.`` ``x, y = bm(to_np(lons), to_np(lats))`` ``# Draw the contours and filled contours`` ``bm.contour(x, y, to_np(smooth_slp), 10, colors=""black"")`` ``bm.contourf(x, y, to_np(smooth_slp), 10, cmap=get_cmap(""jet""))`` ``# Add a color bar`` ``plt.colorbar(shrink=.62)`` ``plt.title(""Sea Level Pressure (hPa)"")`` ``plt.show()`` This is my error: ``---------------------------------------------------------------------------`` ``TypeError Traceback (most recent call last)`` ``<ipython-input-7-ba6c6362d2a8> in <module>()`` `` 34 `` `` 35 # Draw the contours and filled contours`` ``---> 36 bm.contour(x, y, to_np(smooth_slp), 10, colors=""black"")`` `` 37 bm.contourf(x, y, to_np(smooth_slp), 10, cmap=get_cmap(""jet""))`` `` 38 `` `` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\mpl_toolkits\basemap\__init__.pyc in`` ``with_transform(self, x, y, data, *args, **kwargs)`` `` 519 # convert lat/lon coords to map projection coords.`` `` 520 x, y = self(x,y)`` ``--> 521 return plotfunc(self,x,y,data,*args,**kwargs)`` `` 522 return with_transform`` `` 523 `` `` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\mpl_toolkits\basemap\__init__.pyc in`` ``contour(self, x, y, data, *args, **kwargs)`` `` 3566 mask = np.logical_or(ma.getmaskarray(data),xymask)`` `` 3567 data = ma.masked_array(data,mask=mask)`` ``-> 3568 CS = ax.contour(x,y,data,*args,**kwargs)`` `` 3569 except:`` `` 3570 ax.hold(b)`` ```` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\__init__.pyc in inner(ax, *args,`` ``**kwargs)`` `` 1817 warnings.warn(msg % (label_namer, func.__name__),`` `` 1818 RuntimeWarning, stacklevel=2)`` ``-> 1819 return func(ax, *args, **kwargs)`` `` 1820 pre_doc = inner.__doc__`` `` 1821 if pre_doc is None:`` `` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\axes\_axes.pyc in contour(self,`` ``*args, **kwargs)`` `` 5617 self.cla()`` `` 5618 kwargs['filled'] = False`` ``-> 5619 return mcontour.QuadContourSet(self, *args, **kwargs)`` `` 5620 contour.__doc__ = mcontour.QuadContourSet.contour_doc`` `` 5621 `` `` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\contour.pyc in __init__(self, ax,`` ``*args, **kwargs)`` `` 1422 are described in QuadContourSet.contour_doc.`` `` 1423 """""" ``-> 1424 ContourSet.__init__(self, ax, *args, **kwargs)`` `` 1425 `` `` 1426 def _process_args(self, *args, **kwargs):`` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\contour.pyc in __init__(self, ax,`` ``*args, **kwargs)`` `` 861 self._transform = kwargs.get('transform', None)`` `` 862 `` ``--> 863 self._process_args(*args, **kwargs)`` `` 864 self._process_levels()`` `` 865 `` ```` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\contour.pyc in _process_args(self,`` ``*args, **kwargs)`` `` 1443 self._corner_mask = mpl.rcParams['contour.corner_mask']`` `` 1444 `` ``-> 1445 x, y, z = self._contour_args(args, kwargs)`` `` 1446 `` `` 1447 _mask = ma.getmask(z)`` `` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\contour.pyc in _contour_args(self,`` ``args, kwargs)`` `` 1526 args = args[1:]`` `` 1527 elif Nargs <= 4:`` ``-> 1528 x, y, z = self._check_xyz(args[:3], kwargs)`` `` 1529 args = args[3:]`` `` 1530 else:`` ```` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\contour.pyc in _check_xyz(self,`` ``args, kwargs)`` `` 1560 `` `` 1561 if z.ndim != 2:`` ``-> 1562 raise TypeError(""Input z must be a 2D array."")`` `` 1563 else:`` `` 1564 Ny, Nx = z.shape`` `` ``TypeError: Input z must be a 2D array.``` Thank you so much in advance. "
__label__question "Having an issue plotting different variables from the diagnostic table I am trying to use the example found [here](http://wrf-python.readthedocs.io/en/latest/plot.html#id1) to plot temperature in my domain. The table of diagnostics says I can slide in ""temp"", but I am having an error and am not sure what it wants, much less a solution. (I just replaced ""slp"" in the sample code for ""temp"", just to test this whole thing out) ``from netCDF4 import Dataset`` ``import matplotlib.pyplot as plt ``from matplotlib.cm import get_cmap ``from mpl_toolkits.basemap import Basemap ``from wrf import to_np, getvar, smooth2d, get_basemap, latlon_coords ``# Open the NetCDF file ``ncfile = Dataset(""X:\WRF\AUG2022\Domain1\wrfout_d01_2017-08-20_12%3A30%3A00"")`` ``# Get the sea level pressure`` ``slp = getvar(ncfile, ""temp"")`` ``# Smooth the sea level pressure since it tends to be noisy near the mountains`` ``smooth_slp = smooth2d(slp, 3)`` ``# Get the latitude and longitude points`` ``lats, lons = latlon_coords(slp)`` ``# Get the basemap object`` ``bm = get_basemap(slp)`` ``# Create a figure`` ``fig = plt.figure(figsize=(12,9))`` ``# Add geographic outlines`` ``bm.drawcoastlines(linewidth=0.25)`` ``bm.drawstates(linewidth=0.25)`` ``bm.drawcountries(linewidth=0.25)`` ``# Convert the lats and lons to x and y. Make sure you convert the lats and lons to`` ``# numpy arrays via to_np, or basemap crashes with an undefined RuntimeError.`` ``x, y = bm(to_np(lons), to_np(lats))`` ``# Draw the contours and filled contours`` ``bm.contour(x, y, to_np(smooth_slp), 10, colors=""black"")`` ``bm.contourf(x, y, to_np(smooth_slp), 10, cmap=get_cmap(""jet""))`` ``# Add a color bar`` ``plt.colorbar(shrink=.62)`` ``plt.title(""Sea Level Pressure (hPa)"")`` ``plt.show()`` This is my error: ``---------------------------------------------------------------------------`` ``TypeError Traceback (most recent call last)`` ``<ipython-input-7-ba6c6362d2a8> in <module>()`` `` 34 `` `` 35 # Draw the contours and filled contours`` ``---> 36 bm.contour(x, y, to_np(smooth_slp), 10, colors=""black"")`` `` 37 bm.contourf(x, y, to_np(smooth_slp), 10, cmap=get_cmap(""jet""))`` `` 38 `` `` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\mpl_toolkits\basemap\__init__.pyc in`` ``with_transform(self, x, y, data, *args, **kwargs)`` `` 519 # convert lat/lon coords to map projection coords.`` `` 520 x, y = self(x,y)`` ``--> 521 return plotfunc(self,x,y,data,*args,**kwargs)`` `` 522 return with_transform`` `` 523 `` `` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\mpl_toolkits\basemap\__init__.pyc in`` ``contour(self, x, y, data, *args, **kwargs)`` `` 3566 mask = np.logical_or(ma.getmaskarray(data),xymask)`` `` 3567 data = ma.masked_array(data,mask=mask)`` ``-> 3568 CS = ax.contour(x,y,data,*args,**kwargs)`` `` 3569 except:`` `` 3570 ax.hold(b)`` ```` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\__init__.pyc in inner(ax, *args,`` ``**kwargs)`` `` 1817 warnings.warn(msg % (label_namer, func.__name__),`` `` 1818 RuntimeWarning, stacklevel=2)`` ``-> 1819 return func(ax, *args, **kwargs)`` `` 1820 pre_doc = inner.__doc__`` `` 1821 if pre_doc is None:`` `` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\axes\_axes.pyc in contour(self,`` ``*args, **kwargs)`` `` 5617 self.cla()`` `` 5618 kwargs['filled'] = False`` ``-> 5619 return mcontour.QuadContourSet(self, *args, **kwargs)`` `` 5620 contour.__doc__ = mcontour.QuadContourSet.contour_doc`` `` 5621 `` `` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\contour.pyc in __init__(self, ax,`` ``*args, **kwargs)`` `` 1422 are described in QuadContourSet.contour_doc.`` `` 1423 """""" ``-> 1424 ContourSet.__init__(self, ax, *args, **kwargs)`` `` 1425 `` `` 1426 def _process_args(self, *args, **kwargs):`` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\contour.pyc in __init__(self, ax,`` ``*args, **kwargs)`` `` 861 self._transform = kwargs.get('transform', None)`` `` 862 `` ``--> 863 self._process_args(*args, **kwargs)`` `` 864 self._process_levels()`` `` 865 `` ```` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\contour.pyc in _process_args(self,`` ``*args, **kwargs)`` `` 1443 self._corner_mask = mpl.rcParams['contour.corner_mask']`` `` 1444 `` ``-> 1445 x, y, z = self._contour_args(args, kwargs)`` `` 1446 `` `` 1447 _mask = ma.getmask(z)`` `` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\contour.pyc in _contour_args(self,`` ``args, kwargs)`` `` 1526 args = args[1:]`` `` 1527 elif Nargs <= 4:`` ``-> 1528 x, y, z = self._check_xyz(args[:3], kwargs)`` `` 1529 args = args[3:]`` `` 1530 else:`` ```` ``C:\Users\Michael\Anaconda3\envs\wrf\lib\site-packages\matplotlib\contour.pyc in _check_xyz(self,`` ``args, kwargs)`` `` 1560 `` `` 1561 if z.ndim != 2:`` ``-> 1562 raise TypeError(""Input z must be a 2D array."")`` `` 1563 else:`` `` 1564 Ny, Nx = z.shape`` `` ``TypeError: Input z must be a 2D array.``` Thank you so much in advance. "
__label__bug IncidentManagement: Channel purpose not set Channel purpose is not being set. I suspect it's because the channel friend name is being passed rather than the channel reference.
__label__question "Question about timestamps... Hello, Sorry for not filling in any of the details but my question is not platform specific. Is it possible to get the timestamp of when a order was closed. I am aware that the order structure has a timestamp property but I am confused on what it represents (I assume when it was placed). Thanks, Joseph."
__label__question Feature Request - Statsd (or similar) output on backup progress. Feature Request 7. Describe the issue: Would it be possible to emit statsd format updates on backup progress and status? It'd be really useful to plumb that into our monitoring/metrics feeds upstream rather than scraping the info command output.
__label__enhancement Stop v-select from filtering AJAX result? I'm using :on-change callback and I search serverside and return new options. However nothing is shown because I suspect v-select does it's own client side filtering. Can this be disabled?
__label__enhancement "Test ruleset should use the current ruleset Right now, if there are unsaved changes on the ruleset, test ruleset doesn't use them. Test should either save the ruleset, tell the user to save the ruleset, or use the unsaved ruleset to test."
__label__bug "`positionals` property of MessageLog object is failing ``` >>> log = MessageLog.objects.first() >>> log <MessageLog: default.tasks.hello> >>> log.positionals Traceback (most recent call last): File ""<console>"", line 1, in <module> File ""/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/carrot/models.py"", line 84, in positionals return [ast.literal_eval(arg.strip()) for arg in self.task_args[1:-1].split(',')] File ""/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/carrot/models.py"", line 84, in <listcomp> return [ast.literal_eval(arg.strip()) for arg in self.task_args[1:-1].split(',')] File ""/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ast.py"", line 48, in literal_eval node_or_string = parse(node_or_string, mode='eval') File ""/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ast.py"", line 35, in parse return compile(source, filename, mode, PyCF_ONLY_AST) File ""<unknown>"", line 0 ^ ```"
__label__question 有美股/港股的相关接口吗? 或者有相关的计划之类的
__label__question "Force finishing activity team.uptech.motionviews/.ui.MainActivity I am using same sample app, I just added one LaunchActivity and in this activity I have only a start button nothing else, onclick I am starting MainActivity of sample app. 2-3 times if I navigate between these two activities(doing operations like adding text in MainActivity and increase the size). The app is crashing. **team.uptech.motionviews W/OpenGLRenderer: Bitmap too large to be uploaded into a texture (720x17777, max=8192x8192)** Complete logcat: 12-14 11:45:20.450 15995-15995/? W/Conv2QueryExtension: Conv2Query not enabled due to current app [team.uptech.motionviews] not in whitelist 12-14 11:45:22.440 15995-15995/? W/Conv2QueryExtension: Conv2Query not enabled due to current app [team.uptech.motionviews] not in whitelist 12-14 11:45:23.940 15995-15995/? W/Conv2QueryExtension: Conv2Query not enabled due to current app [team.uptech.motionviews] not in whitelist 12-14 11:45:25.770 15995-15995/? W/Conv2QueryExtension: Conv2Query not enabled due to current app [team.uptech.motionviews] not in whitelist 12-14 11:45:30.000 15995-15995/? W/Conv2QueryExtension: Conv2Query not enabled due to current app [team.uptech.motionviews] not in whitelist 12-14 11:45:35.250 15995-15995/? W/Conv2QueryExtension: Conv2Query not enabled due to current app [team.uptech.motionviews] not in whitelist 12-14 11:45:38.030 15995-15995/? W/Conv2QueryExtension: Conv2Query not enabled due to current app [team.uptech.motionviews] not in whitelist 12-14 11:46:02.370 22047-22047/team.uptech.motionviews W/InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 12-14 11:46:27.480 15995-15995/? W/Conv2QueryExtension: Conv2Query not enabled due to current app [team.uptech.motionviews] not in whitelist 12-14 11:46:36.370 22047-22056/team.uptech.motionviews A/libc: Fatal signal 11 (SIGSEGV) at 0x00000006 (code=1), thread 22056 (FinalizerDaemon) 12-14 11:46:36.370 22047-22054/team.uptech.motionviews A/libc: Fatal signal 11 (SIGSEGV) at 0x00000004 (code=1), thread 22054 (Compiler) 12-14 11:46:37.030 478-22215/? W/ActivityManager: Force finishing activity team.uptech.motionviews/.ui.MainActivity 12-14 11:46:37.100 478-543/? W/InputDispatcher: channel '223e24c8 team.uptech.motionviews/team.uptech.motionviews.ui.LaunchActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 12-14 11:46:37.100 478-543/? E/InputDispatcher: channel '223e24c8 team.uptech.motionviews/team.uptech.motionviews.ui.LaunchActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 12-14 11:46:37.120 478-4184/? W/InputDispatcher: Attempted to unregister already unregistered input channel '223e24c8 team.uptech.motionviews/team.uptech.motionviews.ui.LaunchActivity (server)' 12-14 11:46:37.280 22219-22219/team.uptech.motionviews E/IMGSRV: :0: PVRDRMOpen: TP3, ret = 50"
__label__enhancement "Rigidbody support Convert most of the code to work with rigidbody instead of character controller, or maybe alongside character controller. This is because character controller has turned out to be really annoying when it comes to dealing with physics. This will require a big rewrite of a lot of code."
__label__question "Не работает блокировка рекламы Здравствуйте! Который раз пытаюсь провернуть данную реализацию на Mikrotik hAP Lite, для блокировки рекламы на Ютубе, на всех устройствах в сети. Но почему то оно не хочет работать. Записи для блокировки в Static DNS присутствуют, но блокировка не срабатывает. Имею телевизор Sony Android TV, на нем реклама на Ютубе уже в край задолбала. DNS на роутере прописаны гугловские, а на устройствах в сети DNS сервером выступает само собой Mikrotik. Реклама на Ютубе как была, так и осталась. Роутер перезагружал. Можно как то отследить, почему блокировка может не срабатывать? Спасибо!"
__label__bug negace kód operace předělat z modulo (6) na not_equal (9)
__label__question "Error handling How would we render a login error, such as ""Invalid credentials""? ``` <Flow id={LOGIN_FLOW} render={({ isPending, startFlow }) => ( <Form isLoading={isPending} onSubmit={startFlow} /> )} /> ```"
__label__enhancement "/glossary # `/glossary` feature ## User Stories - As a user when I visit `/glossary` - I can see a list of terms commonly used in web development - I can click on a word and be taken to `/glossary/:termSlug` - As a user when I visit `/glossary/:termSlug` - I can see a definition of the term - I can see links to resources for said term - As a user when I am reading any page within the curriculum - terms in the glossary are double-underlined - when I hover over a term in the glossary - that terms definition is hovered along side mouse piinter - I can click a link to open that terms definition page ## Technical Notes - add a `/glossary` folder to the repo - add a `/bin/add-term` script - add `digest.glossary` and suck in all the terms and their markdown file paths ### `/bin/add-term` script This script should be used to add terms to our repository. It should generate a consistently formatted markdown file. ```sh $ add-term ""join table"" ``` should create `/glossary/join-table.md` prepopulated with text like this: ```markdown # Join table ## Definition _definition goes here_ ## References - _links go here_ ### Reading - _links go here_ ### Watching ``` ### `digest.glossary` ```js digest.glossary = { ""join-table"": { id: ""join-table"", value: ""Join table"", markdownFilePath: ""/glossary/join-table.md"", definitionHTML: ""<extracted from markdown file>"", definitionText: ""<extracted from markdown file and stripped of html>"", }, ""array"": { id: ""array"", value: ""array"", markdownFilePath: ""/glossary/array.md"", definitionHTML: ""<extracted from markdown file>"", definitionText: ""<extracted from markdown file and stripped of html>"", } }"
__label__bug "Date Picker Date Picker cannot choose dates after Dec. 31, 2017. THIS IS AN UNACCEPTABLE BUG. FIX IMMEDIATELY"
__label__question "CodeSigning / SQLite3 failure Last resort to post an issue here but I'm running out of idea's on this one: Code signing darwin app on TravisCI is failing with the following error message: --- `WARNING:` Code sign failed; please retry manually. Error: Command failed: codesign --sign [secure] --force /var/folders/bb/n7t3rs157850byt_jfdcq9k80000gn/T/electron-packager/darwin-x64/<APP_NAME>-darwin-x64/<APP_NAME>.app/Contents/Resources/app/node_modules/sqlite3/build/Release/.deps/private/var/folders/bb/n7t3rs157850byt_jfdcq9k80000gn/T/electron-packager/darwin-x64/<APP_NAME>-darwin-x64/Electron.app /var/folders/bb/n7t3rs157850byt_jfdcq9k80000gn/T/electron-packager/darwin-x64/<APP_NAME>-darwin-x64/<APP_NAME>.app/Contents/Resources/app/node_modules/sqlite3/build/Release/.deps/private/var/folders/bb/n7t3rs157850byt_jfdcq9k80000gn/T/electron-packager/darwin-x64/<APP_NAME>-darwin-x64/Electron.app: bundle format unrecognized, invalid, or unsuitable --- I've no clue as to why SQLite is being involved here (it is a project dependency though) and everything else succeeds beyond this message but the code isn't signed and our generated artefacts (.dmg) are damaged. The certificates being used for this, on Travis, are: * Worldwide Developer Relations Certificate Authority * Developer ID Certificate Authority * Our developerID.p12 certificate The developerID certificate works when I codesign on local OSX but perhaps there's something bundled within my O/S thats missing or different on Travis. The certificates listed above are indicated as requirements for codesigning within the Apple developer area (https://developer.apple.com/account/ios/certificate/). Here's the contents of our signing shell script that is responsible for installing what I believe to be the correct certs: <pre> #!/bin/sh KEY_CHAIN=mac-build.keychain security create-keychain -p travis $KEY_CHAIN security default-keychain -s $KEY_CHAIN security unlock-keychain -p travis $KEY_CHAIN security set-keychain-settings -t 3600 -u $KEY_CHAIN CERT_LOCATION=$PWD/deploy/certs security import $CERT_LOCATION/apple.cer -k $KEY_CHAIN -A /usr/bin/codesign security import $CERT_LOCATION/icon-osx-developer.cer -k $KEY_CHAIN -A /usr/bin/codesign security import $CERT_LOCATION/icon-osx-developer.p12 -k $KEY_CHAIN -P $OSX_SIGNING_IDENTITY_PASSWORD -A /usr/bin/codesign echo ""Add keychain to keychain-list"" security list-keychains -s mac-build.keychain echo ""Settting key partition list"" security set-key-partition-list -S apple-tool:,apple: -s -k travis $KEY_CHAIN echo ""Installed identities"" security find-identity -v -p codesigning </pre> Here's the content of the electronPackagerConfig section of package.json <pre> 'electronPackagerConfig': { 'osxSign': { identity: process.env.OSX_SIGNING_IDENTITY } } </pre> (OSX_SIGNING_IDENTITY is set as *A2FC137228DABBAA8101DD3B6704EEXXXXXXXXXX*) And here's our travis.yml config: <pre> osx_image: xcode8.3 sudo: required dist: trusty language: c matrix: include: - os: osx env: CC=clang CXX=clang++ npm_config_clang=1 compiler: clang cache: directories: - node_modules - app/node_modules - ""$HOME/.electron"" - ""$HOME/.cache"" addons: apt: packages: - libgnome-keyring-dev - icnsutils before_install: - mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v1.2.1/git-lfs-$([ ""$TRAVIS_OS_NAME"" == ""linux"" ] && echo ""linux"" || echo ""darwin"")-amd64-1.2.1.tar.gz | tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull - if [[ ""$TRAVIS_OS_NAME"" == ""linux"" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils; fi - *./deploy/executables/codesign.sh* - cd build - ls install: - nvm install 6 - npm install electron-forge -g - npm install electron-builder@next - npm install node-pre-gyp -g - export CPPFLAGS=-I/usr/local/opt/openssl/include - export LDFLAGS=-L/usr/local/opt/openssl/lib - npm install --g yarn@0.27.5 - npm install --g gulp - npm install --g node-sass - npm install --save nan script: - npm install - python ../deploy/environment/replace.py - electron-forge publish branches: except: - ""/^v\\d+\\.\\d+\\.\\d+$/"" only: - ""master"" </pre> "
__label__bug "What is it mybot.js? Hi. I need help. I run ""1 npm install telegraf --save 2 git clone https://github.com/bostrot/telegram-support-bot.git 3 cd telegram-support-bot"" it's good, but ""sudo bash setup"" ask me ""Enter your bot location"". I did't have it. What shol i do? I need your paid support this run project "
__label__bug "Tapping first track doesn't play By default without `autoplay` the latest track is active but not playing. If you then tap it in the list to play, nothing happens. Clicking play on the YouTube video or our own play button works."
__label__enhancement Ability to change the time when an parent invoice is committed By default the system uses midnight in UTC time to auto-commit parent invoices. The task would introduce a new configuration which would allow to specify the time of the day when this happens.
__label__question "Teleop Launch Activity So I am using the app for a project for university, and I can't seem to find the launch activity for the teleop activitiy. The one which says ""Master URI..... Read QRCode.....Connect"". That is the the activity that I am having trouble locating. Can anyone point me in the right direction to where the launch activity is? Thanks"
__label__bug "Some 114th Congress cosponsorships has incorrect fullName, missing district In a handful of bills from the 114th Congress, like [H.Res. 12](https://www.gpo.gov//fdsys/bulkdata/BILLSTATUS/114/hres/BILLSTATUS-114hres12.xml), cosponsor/fullName has ""None"" in place of a district number. <fullName>Rep. Duckworth, Tammy [D-IL-None]</fullName> hr158-114, hr174-114, hres12-114: `Rep. Duckworth, Tammy [D-IL-None]` hr24-114, hr30-114, hr36-114, hr160-114, hr169-114: `Rep. Young, Todd C. [R-IN-None]` hr91-114, hr154-114: `Rep. Van Hollen, Chris [D-MD-None]` "
__label__enhancement "Remove UMA > ""Add Resource"" Button Remove the ""Add Resource"" button here: ![image](https://user-images.githubusercontent.com/3717101/34691646-e43f41bc-f482-11e7-9bf1-f69f72c1ebe2.png) "
__label__enhancement "Support for non-USB backends Currently the Ctlra API is pretty USB centric, particularly in the `accept` function, where only the `vendor` and `device` integers representing USB vendor and device are available. This should probably have an enumerator that state the backend-type of the device, and allow the application to check what type of device, and then the actual device metadata."
__label__bug "stuck in uninit Description Loopped init->produce->uninit using rdkafka, the process maybe stuck in uninit, the reason is as follows: when uninit is called, rdmain (rd_kafka_thread_main) will remove the leader of partition by calling rd_kafka_toppar_broker_leave_for_remove. This function will send a task to the leader, But it prior choice nextleader in partition struct. When the broker receive and process this task, the broker(nextleader) is not the leader in partition struct. So removing process is break, the broker_refcnt do not minus one. Rdmain and main is waiting for the stop of the broker. In rd_kafka_toppar_broker_leave_for_remove ``` if (rktp->rktp_next_leader) dest_rkb = rktp->rktp_next_leader; else if (rktp->rktp_leader) dest_rkb = rktp->rktp_leader; else { rd_kafka_dbg(rktp->rktp_rkt->rkt_rk, TOPIC, ""TOPPARDEL"", ""%.*s [%""PRId32""] %p not handled by any broker: "" ""not sending LEAVE for remove"", RD_KAFKAP_STR_PR(rktp->rktp_rkt->rkt_topic), rktp->rktp_partition, rktp); return; } ``` In rd_kafka_broker_op_serve ``` if (unlikely(rktp->rktp_leader != rkb)) { rd_rkb_dbg(rkb, BROKER | RD_KAFKA_DBG_TOPIC, ""TOPBRK"", ""Topic %s [%""PRId32""]: "" ""ignoring PARTITION_LEAVE: "" ""broker is not leader (%s)"", rktp->rktp_rkt->rkt_topic->str, rktp->rktp_partition, rktp->rktp_leader ? rd_kafka_broker_name(rktp->rktp_leader) : ""none""); rd_kafka_toppar_unlock(rktp); break; } ``` Why the leader is not the nextleader in partition struct, the reason is as follows: When the process is starting rdmain will parse the metadata and update broker info and topic info. Both of two processes is async .Updating topic info, rdmain will join the broker in partition leader by calling rd_kafka_toppar_broker_migrate. When updating broker is not over, rdmain will join internalbroker in partition leader. After updating broker success, therd_kafka_toppar_broker_migrate is called again. When the two join(therd_kafka_toppar_broker_migrate) is overlap together(nextleader is not null), therd_kafka_toppar_broker_migrate will make nextleader equal new leader, decrease refcnt in internalbroker and increase refcnt in new leader without any lock. In this time the nextleader is not leader in partition struct. In rd_kafka_toppar_broker_migrate ``` int had_next_leader = rktp->rktp_next_leader ? 1 : 0; /* Update next leader */ if (new_rkb) rd_kafka_broker_keep(new_rkb); if (rktp->rktp_next_leader) rd_kafka_broker_destroy(rktp->rktp_next_leader); rktp->rktp_next_leader = new_rkb; /* If next_leader is set it means there is already an async * migration op going on and we should not send a new one * but simply change the next_leader (which we did above). */ if (had_next_leader) return; ``` When it happened, the thread of internalbroker is not running in rd_kafka_broker_thread_main yet. What's worse is that the uninit is called. So the thread of internalbroker is over without in process loop. One can imagine the leader and nextleader never equal. There are three question need to be resolved 1. Whether the judgment that nextleader and rkb is equal in rd_kafka_broker_op_serve can be removed? 2. Whether the process of judgment nextleader is null and change nextleader in rd_kafka_toppar_broker_migrate will lock? 3. After updating broker, join new leader is not running on rdmain, but remove leader is running on rdmian. Are there any conflicts between these two processes? "
__label__bug "AttributeError: type object 'datetime.time' has no attribute 'sleep' **This is a (check only one)**: - [x] Bug report - [ ] Feature request **That affects**: - [ ] Telegram bot - [x] Slack bot **Short Description of the issue/feature request**: Getting this error with the last release (v0.3.5) ``` Process Process-1: Traceback (most recent call last): File ""/usr/local/lib/python3.6/multiprocessing/process.py"", line 258, in _bootstrap self.run() File ""/usr/local/lib/python3.6/multiprocessing/process.py"", line 93, in run self._target(*self._args, **self._kwargs) File ""./torrearchimedebot/__init__.py"", line 34, in start_slack sc = SlackController() File ""./torrearchimedebot/bot/slack_controller.py"", line 115, in __init__ time.sleep(SlackController.RTM_READ_DELAY) AttributeError: type object 'datetime.time' has no attribute 'sleep' Starter Bot connected and running! ```"
__label__enhancement "Support metric system measurements Currently, distances are only shown in miles (imperial system). Most non-US countries use the metric system, so we'll need an option that'll allow users to toggle between measurement systems. Ideas: - Guess preferred measurement system based on location (by country) - Add switch below search bar"
__label__bug Cannot return null for non-nullable type: 'String' within parent 'Card' (/latestUnread[0]/card/pocketId) https://app.logz.io/#/dashboard/kibana?kibanaRoute=%2Fdoc%2F%255BlogzioCustomerIndex%255DYYMMDD%2FlogzioCustomerIndex171227_v1%2Fjava%2F%3Fid%3DAWCXoj-0eH_Y-Hagj_xd
__label__enhancement "performance improvement: matchaddpos vim Patch 7.4.330 Problem:    Using a regexp pattern to highlight a specific position can be             slow. Solution:   Add matchaddpos() to highlight specific positions efficiently. "
__label__enhancement "Rebuild branches outside of the 100 item limit I ran into an issue where I needed to rebuild a branch that was not in the list of branches that show on the build view (current limit of 100). My option was to add a change to the branch on GitHub to kickoff the build again because there was not another way for me to kickoff a build. In this scenario we were working on a `dev` branch and were moving to `staging` and it had been quite some time since we had built the staging branch. CC @wslack "
__label__enhancement "undefined reference to `sscanf' ``` LDGEN by csdk cust.ld LD app.elf /cygdrive/d/projects/GPRS_C_SDK/build/app/app/lib/libapp_debug.a(cJSON.o): In function `print_number': /cygdrive/d/projects/GPRS_C_SDK/app/src/cJSON.c:476: undefined reference to `sscanf' value:0, p:ffffffff88242474, addend:0, symbol:0 /cygdrive/d/projects/GPRS_C_SDK/app/src/cJSON.c:476: relocation truncated to fit: R_MIPS16_26 against `sscanf' make[2]: *** [/cygdrive/d/projects/GPRS_C_SDK/build/app//app.elf] Error 1 make[1]: *** [/cygdrive/d/projects/GPRS_C_SDK/build/app//app.srec] Error 2 make: *** [lod] Error 2 ``` 头文件中引用了stdio.h,在链接过程中报错。"
__label__question " validate_re(): input needs to be a String Hi, When I try to include docker in my init.pp I will get the following error: Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, validate_re(): input needs to be a String, not a NilClass at C:/Users/vibh/WORKDIR/my_docker/spec/fixtures/modules/docker/manifests/init.pp Stdlib Version :4.24.0 Puppet version: 4.10.9 Thanks, "
__label__bug "Crash in core get_class_name **Godot version:** <!-- If thirdparty or self-compiled, specify the build date or commit hash. --> 2c226e4edf720ebbadf355e244b27082ca01f330 **OS/device including version:** <!-- If graphics related, specify also GPU model and drivers. --> x11 **Issue description:** <!-- What happened, and what was expected. --> The tool crashed here once after ending a 'played' project, not reproducible. I think it could be related that gdscript calls in the project in the physics process `get_collider().get_name()` ``` _FORCE_INLINE_ const StringName &get_class_name() const { if (!_class_ptr) { >>>> return *_get_class_namev(); } else { return *_class_ptr; } } ``` ``` handle_crash: Program crashed with signal 11 Dumping the backtrace. Please include this when reporting the bug on https://github.com/godotengine/godot/issues [1] /lib/x86_64-linux-gnu/libc.so.6(+0x354b0) [0x7f1d69da14b0] (??:0) [2] godot3() [0x1c7d733] (core/object.h:621) [3] godot3() [0x1ccd5de] (core/object.cpp:479) [4] godot3() [0xb6f0ed] (editor/property_editor.cpp:3575 (discriminator 5)) [5] godot3() [0xb99e08] (core/variant.h:412) [6] godot3() [0x1cd3af6] (core/object.cpp:913 (discriminator 1)) [7] godot3() [0x1ccdc11] (core/object.cpp:839) [8] godot3() [0x1371c80] (./core/variant.h:412 (discriminator 6)) [9] godot3() [0x137006e] (scene/gui/tree.cpp:1432) [10] godot3() [0x137006e] (scene/gui/tree.cpp:1432) [11] godot3() [0x137353a] (scene/gui/tree.cpp:2782 (discriminator 3)) [12] godot3() [0x1ccbdf4] (core/object.cpp:925) [13] godot3() [0x1585e91] (scene/2d/canvas_item.cpp:335) [14] godot3() [0x4a31fc] (core/method_bind.gen.inc:57 (discriminator 4)) [15] godot3() [0x1cd3af6] (core/object.cpp:913 (discriminator 1)) [16] godot3() [0x1c2dc41] (core/variant.h:412) [17] godot3() [0x1c2ded7] (core/message_queue.cpp:306) [18] godot3() [0x120768f] (scene/main/scene_tree.cpp:462 (discriminator 2)) [19] godot3() [0x432d13] (main/main.cpp:1705) [20] godot3() [0x42b6e1] (platform/x11/os_x11.cpp:2298) [21] godot3(main+0xd3) [0x41ebc3] (platform/x11/godot_x11.cpp:54) [22] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f1d69d8c830] (??:0) [23] godot3() [0x421e69] (??:?) -- END OF BACKTRACE -- ```"
__label__bug "Fix restart time Currently server restart exactly 4 hours after boot, regardless the clock."
__label__question "withIsExpanded doesn't work as expected? ## About this issue ``` new ExpandableDrawerItem() .withName(""Open something (DEV)"") .withIsExpanded(true) .withSubItems(OpenSomethingMenu.getItems(mMainActivity)) .withIconColorRes(R.color.md_red_600) .withIcon(IconSZ.moon_truckcementmixer) .withTextColorRes(NAVIGATION_MENU_TEXT_COLOR) .withSelectable(false); ``` `withIsExpanded` I expect that will expand item menu, but it only change icon on end expanded/collapsed icon, but it doesn't expand menu. So after you must click 2 times to expand menu. Expected: when set `withIsExpanded` menu will be expanded by default after open Navigation drawer. ## Details - [6.0.6] Used library version - [27.0.2 ] Used support library version - [ 3.2.0-alpha03] Used gradle build tools version - [ AS 3.2 canary 3] Used tooling / Android Studio version - [ a lot of] Other used libraries, potential conflicting libraries "
__label__bug "Sort by timeline not always showing in order example: see hard on this set https://osu.ppy.sh/beatmapsets/706150/discussion both screenshots were taken with sort mode set to timeline. ![image](https://user-images.githubusercontent.com/33286824/34421918-4f451438-ebe0-11e7-97d5-ce8653e905b3.png) ![image](https://user-images.githubusercontent.com/33286824/34421909-3dc8ba8e-ebe0-11e7-849f-5b7bb36cfac1.png) My post, (Noffy) , as shown in the first screenshot, the most recently made post, got slotted between two other points on the timeline that it shouldn't be. Changing the sort mode to date and back to timeline doesn't fix it either. Edit: It changed again after I made another post, changing it from the screenshotted order, to a different out-of-order order. I have no idea. ![image](https://user-images.githubusercontent.com/33286824/34422204-0ebe4c70-ebe2-11e7-8d63-2a4fb2baca53.png) Points will display in the correct order on the top timeline, but not in the discussions thread itself. "
__label__question "Compile failure about *.pb.go Hi everyone, I'm a new guy and I started to use grpc a couple of days ago. I followed the tutorial (http://www.grpc.io/docs/quickstart/go.html#build-the-example) to set up all pre-configurations and after I made modifies with my *.proto, I use protoc to generate my *.pb.go, then I found an error when I want to build this file: ***undefined: grpc.SupportPackageIsVersion4*** But if I remove this line in *.pb.go, then everything works well. IMO, the latest version of grpc is v3.2.x, so I have no idea where does this error comes. I would appreciate it if anyone could give some suggestions."
__label__bug Type error when using `max_calls` in the autopopulate function The argument `max_calls` in the autopopulate function added in https://github.com/datajoint/datajoint-python/commit/7299058ee37c44216a5a53acbcb737d68f47fdc4 throws a type error: ``` --> 126 if max_calls is not None and call_count >= max_calls: 127 break TypeError: unorderable types: itertools.count() >= int() ```
__label__question "Can grpc-java share ports for other protocol services? like https://github.com/soheilhy/cmux but is go "
__label__bug "Keep getting System.BadImageFormatException when I upgraded to 4.2 I upgraded the old Repository.Pattern from 3.3.4 to Urf.Repository.Pattern 4.2 and I started getting the following exception > Could not load file or assembly 'Urf.Repository.Pattern, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format. > > Exception thrown: 'System.BadImageFormatException' in mscorlib.dll > An exception of type 'System.BadImageFormatException' occurred in mscorlib.dll but was not handled in user code > Could not load file or assembly 'Urf.Repository.Pattern, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format."
__label__enhancement Window bounds info for Linux and Windows implementation It was recently added to the macOS implementation: https://github.com/sindresorhus/active-win/pull/13 - [ ] Linux implementation. Idea on how to do it: https://github.com/sindresorhus/active-win/pull/13 - [ ] Windows implementation.
__label__enhancement "Scope improvements to the SEO capabilities of Apostrophe Features of YOAST https://yoast.com/wordpress/plugins/seo/ Lots of this we handle in separate modules (redirects, canonicalization) Improve-based module/bundle? Core enhancements? ¯\_(ツ)_/¯ Sound off"
__label__bug "Text move on Window Resize To fix needs refresh window. Need take a look of Out Write and change it to WritLine, the on resize text don' change your line."
__label__enhancement "Emailing Later When the email service is down, all emails should be pushed with content into a file or database that will be loaded on reset or status change of the email client. If there is content in the file, email the content. #### File Content ```js { emails: [{ from: ""sending address"", html: ""content"", subject: ""subject"", text: ""content"", to: ""receiver"" }], } ``` ## Todo - [x] Create the file and data flow used for emailing people after the service comes back up from an outage. - [x] Email creation middleware creation before checking online status, allowing us to store the emails if the service is down. - [x] Integrate middleware to handle storing of the data - [x] Messages should be sent to the debug webhook instead of production when production is false in the .env file. - [x] A way to update the email client to attempt to bring it back up after an offline or down related error occurs / a way to trigger the restart of the service as well. - [x] Endpoints for Administrators to restart the service - [x] Admins with portal access should be able to see any emails unable to be sent or retry any or all emails from the panel. - [x] Endpoint for administrators to update the service - [x] Admins should be able to remove late stored emails by index / id. - [x] Admins should be able to update late stored emails by index / id. - [x] Write tests to cover all new email client component functions - [x] Relook over the newly written code before creating the pull request ## Bugs - [x] Emails being removed should be removed by index otherwise the wrong emails are left if one fails to send. ## Extra - [x] Talk to project leaders about moving the failed to send emails into the database instead of a json file. Which would later be accessed to send when the service is online. @swiftcode what do you think about this? - [x] The email sending flow might have to be async or delayed due to bulk emailing causing blacklisting? "
__label__bug "Possibly incorrect argument. ### Warning (unused variable) if using cblas. Should the call to [cblas_sgemm](https://github.com/01org/mkl-dnn/blob/ede1e332a0d32cbac02f5522334e6128e7d6988e/src/cpu/gemm_convolution.cpp#L100) use ***beta**, instead of **zero**, to match the sgemm call? "
__label__bug "Document the list of snapctl properties in the description of the LXD snap Title kinda says it all, we have a number of snap properties that we should document somewhere people can ifnd."
__label__bug "always running? I use the example code from Quick Start, but program is always running without exit ![image](https://cloud.githubusercontent.com/assets/1433247/22915162/40c3d3ec-f2b0-11e6-817e-5c146a828cf6.png) why?"
__label__bug "No script is run for newly plugged in devices No script is run for newly plugged in devices, i.e. the first signal for a device is ignored. 1. Plugin new device. 1. Receive signal with *operational=unmanaged*. 1. Device is not in the list, thus update the device list using *networkctl*. 1. Device is now in the device list with *operational=unmanaged*. 1. Signal is compared to state in the list. 1. No script is run because the state in the list matches the state *networkctl* reported. When a new device is plugged in I expected that the script for the initially reported state is run. But is not. If the device list would be updated based on signals only and a state *invalid* was introduced (proposal in #20), this would work as anticipated by me. In the example below two CAN network device have been added at the same time. For both no script is run. :( ``` Jun 09 07:11:43 mpc4560d networkd-dispatcher[310]: DEBUG:Signal: typ=dbus.String(u'org.freedesktop.network1.Link'), data=dbus.Dictionary({dbus.String(u'AdministrativeState'): dbus.String(u'unmanaged', variant_level=1)}, signature=dbus.Signature('sv')), path=dbus.ObjectPath('/org/freedesktop/network1/link/_39') Jun 09 07:11:43 mpc4560d networkd-dispatcher[310]: WARNING:Unknown index 9 seen, reloading interface list Jun 09 07:11:43 mpc4560d networkd-dispatcher[310]: DEBUG:Performed interface scan; state: <Dispatcher({'script_dir': u'/etc/networkd-dispatcher', 'ifaces_by_name': {u'lo': NetworkctlListState(idx=1, name=u'lo', type=u'loopback', operational=u'carrier', administrative=u'unmanaged'), u'ccan0': NetworkctlListState(idx=4, name=u'ccan0', type=u'n/a', operational=u'off', administrative=u'unmanaged'), u'ccan1': NetworkctlListState(idx=5, name=u'ccan1', type=u'n/a', operational=u'off', administrative=u'unmanaged'), u'eno1': NetworkctlListState(idx=3, name=u'eno1', type=u'ether', operational=u'routable', administrative=u'configured'), u'can2': NetworkctlListState(idx=9, name=u'can2', type=u'n/a', operational=u'off', administrative=u'unmanaged'), u'can0': NetworkctlListState(idx=2, name=u'can0', type=u'n/a', operational=u'off', administrative=u'unmanaged'), u'can1': NetworkctlListState(idx=8, name=u'can1', type=u'n/a', operational=u'off', admin istrative=u'unmanaged')}, 'iface_names_by_idx': {1: u'lo', 2: u'can0', 3: u'eno1', 4: u'ccan0', 5: u'ccan1', 8: u'can1', 9: u'can2'}})> Jun 09 07:11:43 mpc4560d networkd-dispatcher[310]: DEBUG:No change represented by administrative state 'unmanaged' for interface u'can2' Jun 09 07:11:43 mpc4560d networkd-dispatcher[310]: DEBUG:Signal: typ=dbus.String(u'org.freedesktop.network1.Link'), data=dbus.Dictionary({dbus.String(u'AdministrativeState'): dbus.String(u'unmanaged', variant_level=1)}, signature=dbus.Signature('sv')), path=dbus.ObjectPath('/org/freedesktop/network1/link/_38') Jun 09 07:11:43 mpc4560d networkd-dispatcher[310]: DEBUG:No change represented by administrative state 'unmanaged' for interface u'can1' ```"
__label__enhancement "area_effect_cloud mechanisms I've noticed that the meta says nothing about mechanisms specific to the `area_effect_cloud` entity. I was wondering if there were any way to include `area_effect_cloud` mechanisms so I could do some manipulative magic with it, or if I have to resort to the good old `- execute` for area_effect_clouds."
__label__question "Installed RISE 5.2 & Enter/Exit button disappeared (Windows) I installed RISE 5.2 today. Once I did that, I see that my Enter/Exit button. (It was working fine until I did the update.) Here are some command outputs that might help. **nbextension list** ``` $ jupyter-nbextension list Known nbextensions: config dir: C:\Users\Ram\.jupyter\nbconfig notebook section rise/main enabled - Validating: ok jupyter-js-widgets/extension disabled contrib_nbextensions_help_item/main disabled tree section nbextensions_configurator/tree_tab/main disabled config dir: C:\Users\Ram\Anaconda3\etc\jupyter\nbconfig notebook section jupyter-js-widgets/extension enabled - Validating: ok nbextensions_configurator/config_menu/main enabled - Validating: problems found: - require? X nbextensions_configurator/config_menu/main contrib_nbextensions_help_item/main enabled - Validating: ok rise/main enabled - Validating: ok tree section nbextensions_configurator/tree_tab/main enabled - Validating: problems found: - require? X nbextensions_configurator/tree_tab/main ``` ``` $ conda list rise # packages in environment at C:\Users\Ram\Anaconda3: # # Name Version Build Channel rise 5.2.0 py36_0 damianavila82 ``` **jupyter paths** ``` $ jupyter --paths config: C:\Users\Ram\.jupyter C:\Users\Ram\Anaconda3\etc\jupyter C:\ProgramData\jupyter data: C:\Users\Ram\AppData\Roaming\jupyter C:\Users\Ram\Anaconda3\share\jupyter C:\ProgramData\jupyter runtime: C:\Users\Ram\AppData\Roaming\jupyter\runtime ``` **JS Console** I tried to create a brand new Jupyter notebook. (Python 3 kernel) In the JS console, I see the following ""TypeError"" ``` menubar.js:303 actions jupyter-notebook:find-and-replace does not exist, still binding it in case it will be defined later... MenuBar.bind_events @ menubar.js:303 utils.js:60 load_extensions Arguments(2) utils.js:37 Loading extension: rise/main require.js:900 TypeError: Cannot read property 'help' of undefined at toolbar.js:101 at MainToolBar.ToolBar.add_buttons_group (toolbar.js:115) at Function.setup [as load_ipython_extension] (main.js?v=20180205211631:953) at utils.js:39 at Object.execCb (require.js:1690) at Module.check (require.js:865) at Module.<anonymous> (require.js:1140) at require.js:131 at require.js:1190 at each (require.js:56) check @ require.js:900 utils.js:37 Loading extension: nbextensions_configurator/config_menu/main session.js:54 Session: kernel_created (fdeeff65-4f89-4505-ba05-737abf23cec9) kernel.js:459 Starting WebSockets: ws://localhost:8889/api/kernels/b945f478-f797-418c-8caf-78224915dc8f kernel.js:103 Kernel: kernel_connected (b945f478-f797-418c-8caf-78224915dc8f) kernel.js:103 Kernel: kernel_ready (b945f478-f797-418c-8caf-78224915dc8f) ``` Any help appreciated. "
__label__enhancement "Handling multiple copies of the same chapter/language/group combination There are some series where there are duplicate versions of the same chapter, which cannot be differentiated by language or group. An example is http://bato.to/comic/_/comics/terra-formars-r4747 chapters 161,162,170. Currently I think mangarack will download the first one it finds (starting from the bottom of the list). In most cases I think this will be the oldest one rather than the newest. It will then skip the second, because a file with the same name will already exist. How could this be handled better? Should the chapter list be processed before downloading to remove duplicates, keeping the last one uploaded by date? If version identification can reliably identify the latest version, should that be used instead? Should an option be added to add the chapter title to the filename, so that both files can be downloaded and the user then choose which one to use? The last is very simple to implement, and the only one that will behave exactly the same regardless of when and how many times mangarack is run. The others will act differently if you have already downloaded the older version versus starting from scratch. "
__label__bug "NumPad number keys act as numbers and arrows simultaneously. [macOS] **Operating system or device, Godot version:** macOS 10.13, Godot 3 (latest master) **Issue description:** NumPad number keys act as numbers and arrows simultaneously. macOS specific, can't reproduce on Windows and Linux. ![output_quick](https://user-images.githubusercontent.com/7645683/31620253-6e57905a-b29f-11e7-8938-5004faab9020.gif) **Steps to reproduce:** Type 1024 on NumPad into any input control (will input 1042 instead)."
__label__enhancement "Better sourcemaps In chrome debugging isn't so good. I'll look at various sourcemap options. Black and white source, and hovering over variables produces no output. ![image](https://user-images.githubusercontent.com/216566/31558887-947d694a-b046-11e7-930f-69caf9c58216.png) "
__label__enhancement "Can't set the 'Content-MD5' header when uploading a file Example from the deprecated SDK: `uploadRequestObject.setContentMD5(sha1);` "
__label__bug "We need to update a description of InaSAFE Flood Realtime _From @felix-yew on February 20, 2017 8:2_ # Problem We need to update a description of InaSAFE Flood Realtime. 1. Now, in the description still mention the PetaJakarta.org as the flood data source, but in the fact, **PetaJakarta.org** has been replaced by **PetaBencana.id**. 2. Update the media that send a flood event to use the crowdsourcing data, like twitter, telegram, qlue, detik, and Z-Alert. # Expected behaviour Change the PetaJakarta.org to PetaBencana.id in the description and then update the media to send the flood event. ![image](https://cloud.githubusercontent.com/assets/13621886/23114060/34d37cfe-f76f-11e6-8322-9cb5b85c97f6.png) # Proposed solution The description has the correction data source and the media to send a report of a flood event. Cc: @gubuntu @Charlotte-Morgan @timlinux @samnawi @fredychandra @ivanbusthomi _Copied from original issue: inasafe/inasafe-realtime#66_"
__label__enhancement "Server middleware always creates Redux store, even if other middlewares handle the request Following the [discussion here](https://github.com/rocjs/roc-package-web-app-react/pull/7#discussion_r61125126), we should come up with a way to only create the redux store if the request is not handled by another middleware. "
__label__enhancement "Remove duplicate dictonary keys https://github.com/PyCQA/pyflakes/releases/tag/1.3.0 included support for detecting duplicate dictionary keys, strictly only reporting when the values differ, as there is no confusion in having the same key,value combination appear multiple times. It would be nice for autoflake to implement a automatic fixer for this, removing all but the last value for a key in a dictionary."
__label__question "Out of memory when using the Takipi Agent Hi, We have about 40 Java microservices deployed on PWS. Last week, I have enabled OverOps/Takipi agent on a few of these services. All the apps using the agent where crashing (due to Out of memory error) every few minutes/hours. The others apps were fine without it. About 24 hours ago, I've removed the agent from the crashing apps and everything is fine. I'm using the buildpack v.4.7 Would be nice to be able to use it without any crashes :) Is there any memory tweak recommendation for this agent? Thanks, Christophe"
__label__enhancement "tag rendering in webvtt Came out of the original interest to render tags from WebVTT files. Consider filter_xss() or other approach. From @ulsdevteam and @bgilling: In the “uls_install” branch of our code for islandora_solution_pack_oralhistories the transcripts_ui code has been removed as a submodule and treated like a regular drupal module (but kept as a dependency). The function that I wrote to rewrite the <c> tags as html is here: https://github.com/ulsdevteam/islandora_solution_pack_oralhistories/blob/uls_install/includes/utilities.inc#L297-L321 – and is called during the compose_vtt_transcript_as_transcripts_ui() routine above this (also in includes/utilities.inc). In order to let the rewritten html through (the <c> tag becomes a <div>), the filter_xss call is in here: transcript_ui/theme/transcripts_ui.theme.inc - https://github.com/ulsdevteam/transcripts_ui/blob/master/theme/transcripts_ui.theme.inc#L80. Finally, these class names used in the <div> elements needed some styles – which I added to the bottom of the transcript_ui/css/transcripts-ui.css, like https://github.com/ulsdevteam/transcripts_ui/blob/master/css/transcripts-ui.css#L389-L395 "
__label__question "Documentation: Explain how to use protocol extensions The LSP has already extensions that aren't (yet) mainstream, see for example https://github.com/sourcegraph/language-server-protocol. If I want to use those with lsp4j, do I need to edit ProtocolExtensions (or create my own) and build a private release? Do you have a plan for making it easier to handle in the future (like for example registering a jar containing just the extensions)?"
__label__enhancement Implement TPM2_Policy_AC_SendSelect This command was added to the TPM spec in the public review draft of version 1.46. See list of command codes in table 12 here: https://trustedcomputinggroup.org/wp-content/uploads/Trusted-Platform-Module-Library-Part-2_Structures-01.46_PubRev.pdf See command definition in section 32.4 here: https://trustedcomputinggroup.org/wp-content/uploads/Trusted-Platform-Module-Library-Part-3_Commands-Revision-1.46_PubRev.pdf
__label__enhancement "Consider multiple files for the Lua code? With `l3build.lua` at around 2500 lines, I wonder if it might be time to consider a more ‘literate’ approach to the code. But I seem to recall that originally this was not desired since you'd then end up using l3build to unpack l3build. Do we still want to avoid having to munchhausen ourselves (as Frank would say)? I guess an alternative might be a pretty-printing module for Lua code, so at least we could navigate the typeset code with some additional structure. Or I might just be procrastinating from actual work, and the code is fine. Thoughts?"
__label__enhancement Create a npm run release script The automatic release system is strange. A `npm run release` would be better. Also circle CI script has to be changed if needed (to only launch tests
__label__bug "long words in popovers get truncated see e.g. popover for ""bruno"" in A061499"
__label__question "[apps::nsclient::restapi::plugin]: Use of uninitialized value in sprintf Hello, When I'm executing a remote custom Powershell script from Centreon to a Windows Server (where NSClient is installed) using the new centreon plugin (NSClient REST API plugin). I'm getting 4 lines of this warning before seeing the output of my script: **Use of uninitialized value in sprintf at /usr/lib/nagios/plugins/centreon-plugins/apps/nsclient/restapi/mode/query.pm line 108.**"
__label__enhancement "Security Issues: Cross-Site Scripting Thanks for the fork. In another fork I saw some upcoming security problems which should be solved in this fork, too: https://github.com/pluspol-interactive/typo3-formhandler/pull/1"
__label__enhancement "Linux naming ### Description In many places there's the assumption that if the OS is not macOS, then it's Windows. An example can be found at [app/src/lib/editors/lookup.ts](https://github.com/desktop/desktop/blob/master/app/src/lib/editors/lookup.ts): ``` const menuItemName = __DARWIN__ ? 'Preferences' : 'Options' ``` I think an assumption like this one it's okay, because I'm not aware of a cross-de conventions about which name to use for settings :grin:. But in other places, it's less great. The real ""issue"" for me it's ""Explorer"". For example, in [app/src/ui/changes/no-changes.tsx](https://github.com/desktop/desktop/blob/master/app/src/ui/changes/no-changes.tsx): ``` const opener = __DARWIN__ ? 'Finder' : 'Explorer' ``` I don't think there's a fast way to synchronously get the default file manager name on Linux. Visual Studio Code, for example, avoids this issue saying `Open Containing Folder`, I don't know what it shows for macOS and Windows. Maybe `your File Manager` could be just fine. ### Version **GitHub Desktop version:** [1.0.5-test1] **OS version:** [Fedora 26] ### Steps to Reproduce **Expected behavior:** [What you expected to happen] **Actual behavior:** [What actually happened] **Reproduces how often:** [What percentage of the time does it reproduce?] ### Logs #### Additional Information "
__label__enhancement Lane keeping with PID control Lane keeping with PID control
__label__question "Taps are not fired I need to use nativescript-dev-webpack in my app. I have installed everything, according to the tutorial [here](https://docs.nativescript.org/best-practices/bundling-with-webpack) . When I run the app with this command: `npm run start-ios-bundle` The taps events doesn't works. I have button in login.xml: `<Button text=""login"" tap=""loginButtonTap"" />` and function in login.ts: ``` export function loginButtonTap(args : observableModule.EventData) { console.log(""tap""); } ``` Do you know where can be a problem? Only issues which occurred during the compilations are these warnings: ``` WARNING in ../node_modules/everlive-sdk/dist/everlive.all.js Module not found: Error: Can't resolve 'local-settings' in '/node_modules/everlive-sdk/dist' @ ../node_modules/everlive-sdk/dist/everlive.all.js 30:423-448 @ ./app.ts WARNING in ../node_modules/everlive-sdk/dist/everlive.all.js Module not found: Error: Can't resolve 'nativescript-sqlite' in '/node_modules/everlive-sdk/dist' @ ../node_modules/everlive-sdk/dist/everlive.all.js 30:656-686 @ ./app.ts ``` Thank you "
__label__question "Having trouble playing rtsp media I have been trying to play rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov using ffmediaelement, weird thing is, sometimes it runs the other times it just stops after what it seems to be buffering for a while. I'm using an old dll (3.4.0.0 from the dlls properties) as the later builds totally fails to play the link where this version sometimes does. Feel free to look at my simple player: https://github.com/shamsadzaman/ffme_player Note: it assumes the ffmpeg dlls are in ""C:\\ffmpeg"""
__label__question "Should default slippage be 1%, 0%, or something else? When the sockets connect, they send one chunk just to figure out the exchange rate. Every subsequent will have the `minDestinationAmount` set so that the receiver won't accept the chunk if the exchange rate has gotten worse than the original rate by the given `slippage` percentage. The question is what the default slippage should be. If the default `slippage` is 1%, clients and servers will tolerate the exchange rate getting worse by at most 1% before throwing an error and stopping the flow of money. If we set it to 0% by default, that increases the chances that payments will fail because of legitimate exchange rate movements but also changes the incentive for connectors who might maliciously change the exchange rate. If implementations have zero tolerance by default, changing the exchange rate while a payment is in flight will cause user-level errors that a sneaky connector would not want."
__label__bug Fix injection of configured color strategy Color strategies defined in configuration are not correctly initialized on event creation.
__label__enhancement Take version as argument when creating kernel sessions * [ ] Add kernel version argument (used as Docker image tags in the agents) * [ ] Validate version argument with the information retrieved from etcd
__label__enhancement "Use Hamming functions from liquid-dsp Currently, we use our own Hamming decoding functions for decoding LoRa messages. Using the Hamming functionality of ```liquid-dsp``` would reduce the amount of code and probably be more efficient."
__label__question "Response headers validation I would like to define response headers for two reasons: - response full validation (headers are still optional so no performance penalty if users don't want it) - swagger documentation of responses This is currently not possible in fastify since there is no headers object in the default reply serializer. Ideally, there would be something like this instead of the current object definition: ```js 200: { description: ""Example response"", body: { type: ""object"", properties: { value: ""string"" } }, headers: { type: ""object"", properties: { ""x-custom-header"": { type: ""string"" } }, required: [""x-custom-header""] } } ``` Could this be something to implement in core fastify or should users write their own serializer for this? Happy to contribute either way. If this should be supported by fastify I'll make a PR here. Otherwise, I'll write a serializer for fastify-swagger. My preferred approach would be for fastify to do it though, mainly for consistency sake"
__label__question "Production instructions for other operating systems? I see the installation suggests using the SUSE RPMs for standing Portus up for production use. Unfortunately I cannot use a SUSE variant and must stick with CentOS/RHEL. Does anyone have scripts or suggestions about how to run Portus in a production environment on CentOS/RHEL? I'm no Ruby expert, so if this is information a Ruby expert would know how to do, please close and I can do more homework. If not, any info people might have, I'd love to see shared and then added to documentation. "
__label__question "Dimensions of SLA I can see in pft_coms and in ed_params that SLA is marked as being in [m^2_leaf / Kg_C], however in an older issue https://github.com/EDmodel/ED2/issues/3 @rgknox wrote ""SLA: [m2 leaf] / [kg leaf]"" What is the real dimension of SLA? Because to me the older dimension would make more sense considering the numbers. "
__label__question "Is it possible to inject objects into classes instantiated by the FxmlLoader? If I'm using a custom class like this one as a `CellFactory`: public class SomeCellFactory<S, T> implements Callback<TableColumn<S, T>, TableCell<S, T>> { ... } and include it into the FXML like this: <TableView> <columns> <TableColumn> ... <cellFactory> <SomeCellFactory/> </cellFactory> </TableColumn> </TableView> Is it possible to inject objects into it, for example the view model? Or does mvvmFX ignore those classes completely? If it is not possible, are there any alternatives other than giving the concerning column an fx:id and setting the CellFacotry in the `initialize` method of the view, so that I can the view model or other objects as constructor parameters? I'm currently using EasyDI."
__label__enhancement Stated aims for 2017 Our main aims for 2017 are: + [ ] Continue to delight our *existing* clients + [ ] Focus a sizeable portion of our resources on developing internal applications that will help us become more effective as an organisation (**open source*** of course) Keeping it simple and focused.
__label__question A question This plugin is compatible with Xiaomi Philips Light Bulb
__label__enhancement [Feature Plan] Sec to date string ```js tw(1515196800) // '2018-01-06 08' ja(1515196800) // '2018-01-06 09' ```
__label__question "Ordens de venda estão sendo excluídas ## Contexto Fala pessoal! Estou tendo alguns problemas com ordens de venda no banco de dados. Elas aparentemente estão sendo excluídas, caso o pagamento não seja realizado por alguma restrição no cartão. Esse componente tem alguma funcionalidade que exclua pedidos em determinados casos? ## Ambiente [caso essa issue se trate de um bug, descreva como é o ambiente que ele ocorre, por exemplo:] * Magento Community 1.9.3.1 * Módulo Pagar.me 0.1.6 * Servidor Linux * PHP 5.4 * Apache 2.2 * MySQL 5.6 * Qualquer outra característica a ser considerada "
__label__bug Write rendering halt condition documentation At https://wiki.luxcorerender.org/LuxCore_SDL_Reference_Manual_v2.0#Rendering_halt_conditions
__label__question "Potential Power Loss Corruption Issue I am running into an issue of when I lose power or unplug the pi zero w with reef-pi running (currently only an 8 channel relay and a temperature sensor is hooked up), once I regain power I am unable to SSH into my pi or view the reef-pi web service. also the relays go through a huge amount of clicking.... its using DHCP and when I try to ping it I get ""Request timed out"" and ""Destination host unreachable"" with 50% packet loss. I was in the middle of making a how-to video for the temperature sensor and had to stop because the pi is now unusable. I will need to format the card. I can wait and send you the image/boot drive if you think it will help. "
__label__bug "AF SDK version compatibility Changes to AF SDK object structures have been seen to affect the functionality of the audit checks. One example is that with AF SDK 2.8, the check for a good AF Server connection below will fail: ``` $global:AFServerConnection = Connect-AFServer -AFServer $(Get-AFServer -Name $ComputerParams.ComputerName) if($global:AFServerConnection.ConnectionInfo.IsConnected) ``` In AF SDK 2.8 the IsConnected property is accessed directly on the connection object, like below: `$global:AFServerConnection.IsConnected` There are likely other instances of such incompatibilities. Tests should be run with at least the more recent AF SDK versions."
__label__bug "Setting viewpager index programmatically doesn't update indicator Calling `viewPager.setCurrentItem(int index, boolean smoothScroll)` doesn't update the indicator position."
__label__enhancement "Extend client to handle the many error schemas Librato returns Librato's API design is non-standard regarding the data returned when a request is deemed to contain an error. In order to make the client complete, we will need to handle the several types of error schemas that are returned. ### Approach Write a custom `json.Unmarshal` that will introspect on the byte slice and discover: 1) Whether the response is JSON at all and depending on that does either 2) or 3) below: 2) Populates an error type with JSON schema info 3) Populates an error type with plaintext info ```go package librato var paramErrorFixture = `{ ""measurements"": { ""summary"": { ""total"": 6, ""accepted"": 0, ""failed"": 6 } }, ""errors"": [ { ""param"": ""time"", ""value"": 1507056682391, ""reason"": ""Is too far in the future (>30 minutes ahead). Check for local clock drift or enable NTP."" } ] }` var requestErrorFixture = `{ ""errors"": { ""request"": [ ""Please use secured connection through https!"", ""Please provide credentials for authentication."" ] } }` // TODO: this probably represents a bug, as I got this from the same request that produced ""paramErrorFixture"" above // but simply altered the URL scheme to `http` instead of `https` var genericErrorSliceFixture = `{ ""errors"": [ ""must specify metric name or compose parameter"" ] }` var textErrorFixture = `Credentials are required to access this resource.` ```"
__label__question "SfMWebGLViewer: compile error gcc 7.2 (Fedora 26) Bonjour Pierre, First of all, thanks for the continuously improving project! I checked the open issues but I did not see the following issue. A compile error occurs in src/software/SfMWebGLViewer/openMVG_main_openMVG2WebGL.cpp: `/builddir/build/BUILD/openMVG-master/src/software/SfMWebGLViewer/openMVG_main_openMVG2WebGL.cpp:381:98: error: 'OPENMVG_SFM_WEBGL_SRC_PATH' was not declared in this scope const std::string inputFilename1 = stlplus::create_filespec( stlplus::folder_append_separator( OPENMVG_SFM_WEBGL_SRC_PATH ) + inputFolder , inputName ); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/openMVG-master/src/software/SfMWebGLViewer/openMVG_main_openMVG2WebGL.cpp:381:98: note: suggested alternative: 'OPENMVG_SFM_SFM_VIEW_HPP' const std::string inputFilename1 = stlplus::create_filespec( stlplus::folder_append_separator( OPENMVG_SFM_WEBGL_SRC_PATH ) + inputFolder , inputName ); ^~~~~~~~~~~~~~~~~~~~~~~~~~ OPENMVG_SFM_SFM_VIEW_HPP /builddir/build/BUILD/openMVG-master/src/software/SfMWebGLViewer/openMVG_main_openMVG2WebGL.cpp:382:98: error: 'OPENMVG_SFM_WEBGL_INSTALL_SHARED_PATH' was not declared in this scope const std::string inputFilename2 = stlplus::create_filespec( stlplus::folder_append_separator( OPENMVG_SFM_WEBGL_INSTALL_SHARED_PATH ) + inputFolder , inputName ); ` It happens for version 1.2 and HEAD of the master branch (6ce820b2844a98941a5d2543050f4e278a323800). With kind regards, Serge Gielkens "
__label__bug "Undefined index: adminSortIndex Exception #0 (Exception): Notice: Undefined index: adminSortIndex in /vendor/smile/elasticsuite/src/module-elasticsuite-catalog/Model/Layer/Filter/Attribute.php on line 271 ### Preconditions Magento Version : 2.2.1 ElasticSuite Version : 2.4.6 ### Steps to reproduce When there is a space after the label for a specific attribute the module is trying to find the value with the space. The label from the item from the variable $items that is passed to the array is not containing the space. ### Possible solution $optionLabel = trim((string)$option['label']); "
__label__bug "Undefined index: adminSortIndex Exception #0 (Exception): Notice: Undefined index: adminSortIndex in /vendor/smile/elasticsuite/src/module-elasticsuite-catalog/Model/Layer/Filter/Attribute.php on line 271 ### Preconditions Magento Version : 2.2.1 ElasticSuite Version : 2.4.6 ### Steps to reproduce When there is a space after the label for a specific attribute the module is trying to find the value with the space. The label from the item from the variable $items that is passed to the array is not containing the space. ### Possible solution $optionLabel = trim((string)$option['label']); "
__label__enhancement "False positive when setting a variable within a condition In this case the code is derived from `j.u.c.atomic.Striped64` so the style is retained. If setting the variable is extracted to `buffers = table` prior to the condition, then this error does not appear. ``` error: [NullAway] dereferenced expression buffers is @Nullable if (((buffers = table) != null) && ((n = buffers.length) > 0)) { ``` "
__label__bug why reinforcements not getting into choppper Noticed that enemy units are spawning mid air and not teleporting into the chopper
__label__enhancement "Design discussing: what's the best way to implement the generic unit of work and repository patterns, and then refactor this repo 1. Currently, I want to support custom repository, however, I found the `IRepository` interface has so many methods, and all of them tight coupling with EF. That's to say, without EF/LINQ, many methods of `IRepository` without any meaning, such as nobody want those methods when using Dapper. 2. The `GetPagedList` method has so many optional parameters, it's hard to use, we SHOULD through `Fluent API` to enhance the API usage. So I want to refactor the `IRepository` interface and through extension methods providing backward compatibility. The initial idea is: 1. The `IRepository` interface only defines the CRUD. ```csharp namespace Microsoft.EntityFrameworkCore { public interface IRepository<TEntity> where TEntity : class { IPagedList<TEntity> GetPagedList(int pageIndex = 0, int pageSize = 20); IPagedList<TResult> GetPagedList<TResult>(Func<TEntity, TResult> selector, int pageIndex = 0, int pageSize = 20) where TResult : class; TEntity Find(params object[] keyValues); Task<TEntity> FindAsync(object[] keyValues, CancellationToken cancellationToken = default(CancellationToken)); void Insert(TEntity entity); Task InsertAsync(TEntity entity, CancellationToken cancellationToken = default(CancellationToken)); void Update(TEntity entity); void Delete(object id); } } ``` 2. Through some extension methods to provide backward compatibility. ```csharp namespace Microsoft.EntityFrameworkCore.UnitOfWork { public static class BackwardCompatibilityExtensions { [Obsolete] public static IPagedList<TEntity> GetPagedList<TEntity>(this IRepository<TEntity> repository, Expression<Func<TEntity, bool>> predicate = null, Func<IQueryable<TEntity>, IOrderedQueryable<TEntity>> orderBy = null, Func<IQueryable<TEntity>, IIncludableQueryable<TEntity, object>> include = null, int pageIndex = 0, int pageSize = 20, bool disableTracking = true) { } } } ``` 3. Through `Fluent API` to enhance the API usage. ```csharp repo.Where(predicate).OrderBy(x=>x.Id).Include(s => s.Include(x => x.Posts).ThenInclude(p => p.Author).GetPagedList(1, 20); ``` "
__label__bug "Make progress bar hide Bar doesn't hide "
__label__enhancement "Config.: Possibility to use Alias In some cases we can configure alias on webpack, jest and/or vscode: ```js import Button from 'atoms/button' // instead import Button from '../../atoms/button' ``` It should be possible to set a property `alias` into `.atomic-react.json` as `true` to ignore the process to get a `relative path`: - default: false"
__label__question "Create payment from saved card .NET SDK INTERNAL_SERVICE_ERROR Hello I got this issue when try to create payment from saved card. {""name"":""INTERNAL_SERVICE_ERROR"",""message"":""An internal service error occurred."",""information_link"":""https://developer.paypal.com/docs/api/payments/#errors"",""debug_id"":""b0dba817ede3f""} Please any suggestions? Regards Marco "
__label__enhancement "Feature: Verify Analytics settings Verify that Analytics is disabled. Disable Analytics if enabled. "
__label__bug Medic helpful button should be disable medic helpful button should be enable for one time after that it should be disable.
__label__question heartbeat interval and mqtt publish intervals Hi Can we configure the heartbeat interval through the web UI? Or it has to be a pre-defined value in general.h ? And are we going to have the feature which we can configure the interval for each topic of mqtt msg ? Thanks!
__label__question "QGC - Fake GPS ? Hello Nuno I have used in the past Mission/Auto mode with QGC on an outdoor drone and it worked great. I was thinking that using Mission mode indoors with QGC might be quite practical, and I know you said it doesn't work with local position, but I remember reading somewhere about a a fake GPS module in PX4? Does that still exist? My thought was that it would be great to send our RPLidar based position estimation as fake GPS to the PX4 to be able to use QGC. Alternatively you mentioned we could calculate our own GPS positions from the local_positions by scaling them, does that mean that the PX4 itself also internally converts the local positions to GPS coordinates?"
__label__bug "Viewport border rendering in camera view is broken The offset and size of the border render is not correct when panning around (right after the start of the rendering the offset is correct, but I think the size is not). After starting the render: ![scrn_2017-12-04_17-31-00](https://user-images.githubusercontent.com/1584761/33563758-0b96929a-d919-11e7-8436-0ae5442cbcb5.png) After panning in the view to the side: ![scrn_2017-12-04_17-31-13](https://user-images.githubusercontent.com/1584761/33563786-18eed93e-d919-11e7-9935-77e9ed2e32b5.png) "
__label__enhancement "Make station switcher more interactive ## TODO: - [x] API `SERVER_UPDATE_STATIONS` return thumbnail of the station which includes the thumbnail of the current playing song. - [x] Show a sleep icon if any station is NOT playing. - [x] Show number of users in each station. "
__label__question "Got MemoryError while training I've used a Google Cloud with 2 x NVIDIA Tesla K80 (12GB for each), 16 vCPUs, 16 GB memory. I've trained with batch_size=32 and 16 but always got MemoryError. Can I know what is the best computer requirements for training?"
__label__enhancement Django 2.0 support Django 2.0 support
__label__bug "Calling anonymous function created in trait raises ArgumentException Test case: ```php <?php trait T { private $bar = ""bar""; public function getFn() { return function() { return $this->bar; }; } } class C { use T; } echo (new C)->getFn()(); ``` Expected result: ```bar``` Actual result: ``` Unhandled Exception: System.ArgumentException: Cannot resolve method Pchp.Core.PhpValue anonymous@function(Closure) because the declaring type of the method handle T`1[TSelf] is generic. Explicitly provide the declaring type to GetMethodFromHandle. at System.Reflection.MethodBase.GetMethodFromHandle(RuntimeMethodHandle handle) at Pchp.Core.Reflection.PhpRoutineInfo.BindDelegate() at Pchp.Core.Reflection.PhpRoutineInfo.get_PhpCallable() ... ```"
__label__bug View posts by user broken https://alonetone.com/sudara/posts should list latest forum posts.
__label__question Kendo UI DatePicker + Simplebar browser freeze / crash ## I'm submitting a... Bug report ## Current behavior Kendo UI DatePicker causes browser to freeze forever when there is [Simplebar](https://github.com/Grsmto/simplebar) instantiated on the page. ## Expected behavior Browser shouldn't freeze and datepicker should be opened ## Minimal reproduction of the problem with instructions I've created [repository to reproduce the issue](https://github.com/vchmovzh/kendo-ui-dropdown-simplebar-crash). It's not easy to reproduce and I cannot provide a piece of code to reproduce it. ## Environment Browser: - Chrome (desktop) version 63 - Safari (desktop) version 11.0.2 System: - TypeScript version: 2.5.3 - Node version: 6.10.0 / 5.6.0 - Platform: Mac
__label__question How can i make return system? Hi im working with turtlebot3 I want to make literally 'return system' which means that Turtlebot3 goes to goal position and return to the initial position. I already succeed to run turtlebot3_navigation package. But i dont know how to edit a package to make 'return system' Do you know what i mean??? Please let me know guys
__label__question "TimeSeries#min() for a list of IndexedEvent objects. Hi there, How can I specify the first argument (fieldPath) of TimeSeries#min( ) method for the following data (a list of IndexedEvent) so that I can retrieve the min value of the second element of the score array. ``` const events = _.map(myData, (d) => { return new IndexedEvent( d.index, { score: [ d.first, d.second, <---- I would like to retrieve the min value of this element. d.third, d.fourth, ] }, false ); }); const ts = new TimeSeries({ name:'events', collection: new Collection(events)}); const min = ts.min(????); ``` Or is it impossible to use the min method of TimeSeries for IndexedEvent ?? Cheers "
__label__enhancement "Output window opens while typing The output window opens on its own while I'm typing with ""julia Language Server"" selected. It appears to happen each time there is an error in the language server. This behavior is quite distracting. mac OS 10.13.1 VSCode 1.17.2 Julia VSCode 0.8.0-beta.7 A very similar issue has been reported here for another VSCode plug in: https://github.com/angular/vscode-ng-language-service/issues/128"
__label__question "Events are not aggregated properly [logstash-filter-aggregate (2.7.2)] Hi, I am not sure if it is a bug or a wrong configuration. I want to aggregate the contents of the""from"" and ""to"" events from a sendmail log into one event. About 3% of the existing pairs are not aggregated in the output. Here is my config: ``` filter { if ([message] =~ /from=/) { grok { match => {""message"" => ""%{SYSLOGTIMESTAMP:[from][date]} mail sm-mta\[%{BASE10NUM:[from][smmta]}\]: %{DATA:hash}: from=<%{DATA:[from][mail]}> ...""} } aggregate { task_id => ""%{hash}"" code => ""map['[from]'] = event.get('[from]')"" map_action => ""create"" push_map_as_event_on_timeout => true timeout_task_id_field => ""hash"" inactivity_timeout => 240 timeout => 61516800 timeout_tags => [""aggregate_timeout""] } if ""aggregate_timeout"" not in [tags] { drop{} } } else { grok { match => {""message"" => ""%{SYSLOGTIMESTAMP:[to][date]} mail sm-mta\[%{BASE10NUM:[to][smmta]}\]: %{DATA:hash}: to=%{DATA:[to][mail]}, ...""} } aggregate { task_id => ""%{hash}"" code => ""event.set('[from]', map['[from]'])"" map_action => ""update"" end_of_task => true } } } ``` Is there a maximum of open maps that the aggregate filter can hold? logstash 6.1.1 logstash-filter-aggregate 2.7.2 "
__label__bug "buildConfig overrides a package's other config during the build A package like: ```js { ""name"": ""some-app"", ""version"": ""0.0.1"", ""main"": ""main.js"", ""steal"": { ""map"": { ""some-app/one"": ""some-app/two"" }, ""buildConfig"": { ""map"": { ""some-app/something"": ""dependency"" } } } } ``` Will have the top-level map removed from what is written to production. This is because we are resaving the package information when `dependency` loads as though it were the entire configuration."
__label__bug "Course activity on summary overview showing dates into far future See attached image - show dates up into 2032. Most likely is because it's using the date from the phone (which can be set by the user) rather than the server date? ![course-activity](https://cloud.githubusercontent.com/assets/344917/17928161/1401226a-6a02-11e6-9edc-f99515156aa1.png) "
__label__bug "s3 access denied should result in server error on upload it's logged, but to a client it still looks like success"
__label__bug "UploadAnnotation in dashboard bug Two things I noticed: 1) when I don't select a file, but press cancel, a request is still send to the server 2) after an unsuccessful upload (due to broken NML), uploading another NML does not work, but a reload is required <a href=""https://timer.scm.io/repos/537237ce1a00001a003c4a14/issues/2240/create?referer=github"" target=""_blank"">Log Time</a>"
__label__bug "When I am not logged in I only see 'Write comment' but the link underneath to login is missing also the comments are not displayed at all: I get an error in the developer console ""Uncaught TypeError: window.adhocracy4.getCurrentPath is not a function at Object.getLoginUrl (config.js:6)"" Might be a connected to this: https://github.com/liqd/adhocracy4/commit/af7043e6ddd7bc32ee2205ee1fce0d56d1bf3867 "
__label__bug Support for the hierarchical rule is missing ``` Execution failed: /opt/spm12/spm_BIDS_App.m Error using fileread (line 22) Could not open file /snapshot/data/sub-001/fmap/sub-001_dir-AP_epi.json. No such file or directory. Error in fileread (line 22) Error in parse_subject (line 326) Error in spm_BIDS (line 122) Error in spm (line 1210) Error in spm_standalone (line 115) ``` The correct JSON file was in `/snapshot/data/dir-AP_epi.json` More info at https://openneuro.org/datasets/ds001105/versions/00001?app=SPM&version=17&job=5a298a27fce2fd0001047fb6
__label__enhancement "new feature First sorry for my english. Like on onValidate pass a callback to onSubmitFailure for attach error to form fields after response of the server e.g. ``` <ValidatedForm {...props} onSubmitFailure={(err,callback)=>{ if (isErrorAttachableToAField(err){ callback({details: [{name: determineField(err), message: err.message}]}) }else{ showGeneralNotification({ message: err.message}) } }} /> ``` Now is posible just on onValidate function (below code) . But above code can represent a cleaner code and is suitable for all cases, when is a general error and when the error can be attached to a input element like uniqueID. If i have to handle both cases in onValidate then onSubmitFailure does not hace much sense. ``` <ValidatedForm {...props} onValidate={(model, error, callback)=>{ const promise = this.saveOnDB(model) promise.then((res) => { showGeneralNotification({ message: 'success'}) callback(null) }).catch((err) => { if (isErrorAttachableToAField(err){ callback({details: [{name: determineField(err), message: err.message}]}) }else{ showGeneralNotification({ message: err.message}) } }) /> ``` I'ii happy to contribute por please give me some clues."
__label__bug "typescript exports ComponentOptions requires type argument(s) #### Versions: - VueJs: 2.5.13 - Vee-Validate: 2.0.1 ### Description: Vue export type ComponentOptions: `ComponentOptions<never, Data, Methods, Computed, Props>` [Vee-Validate: 2.0.1 use](https://github.com/baianat/vee-validate/commit/d45ca4c7c9eb5bb63ddb1c374a3e77b1637b9b24#diff-c4037cb8f217bfcbe6131a91591034e4R130): `export const mixin: Vue.ComponentOptions;` "
__label__enhancement "Add nemesis consoles to docker compose The nemesis consoles should be also available in the docker compose This depends on #4 "
__label__enhancement "Enable edit based on row data Is there a method/technique that can be implemented to make a specific row's elements editable? I have a DataTable that is a mixture of ""stock"" and ""user"" data. I only want the user to be able to edit the ""user"" data."
__label__bug "font selector demo regression with current master, `Font Selector` demo looks like: ![font-selector](https://user-images.githubusercontent.com/10996250/34079332-ed0bbe02-e351-11e7-9151-940489208e5b.png) last known good commit is cb6f236f3a32fc39b00dc."
__label__bug "BUG: Discord api leave name is not correct When an DEV or MOD leaves the game, it does not show the tag along with the name."
__label__question "Zuul filter and customizing routing based on conditions Not sure where should I put this question. I have a zuul filter and I am trying to do conditional routing. I am looking for API where I can override route configuration and route the traffic. Example - 2 services ( Store and Customer) - If request body has amount greater than $5000, then redirect traffic to Store else customer. - I am stuck and trying to find api on which I can customize routing. I tried ZuulRoute and didn't find how to use in spring cloud. "
__label__bug "[Azure] Windows connector deploys 2 nodes rather than 1 I deployed the windows connector using the az cli. I already had the linux connector deployed but then the windows one deployed both the windows and linux connector rather than one. Rias-MacBook-Pro:examples riabhatia$ az aks install-connector -g virtualKubelet -n virtualK8sCluster --connector-name windows-connector --os windows Merged ""virtualK8sCluster"" as current context in /var/folders/p2/6xnh48154w5_g8k_8pkfvkhm0000gn/T/tmpy3ww_xbm Deploying the aci-connector using Helm NAME: windows-connector LAST DEPLOYED: Thu Jan 4 09:29:16 2018 NAMESPACE: default STATUS: DEPLOYED RESOURCES: ==> v1beta1/Deployment NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE windows-connector-aci-connector 1 1 1 0 1s ==> v1/Pod(related) NAME READY STATUS RESTARTS AGE windows-connector-aci-connector-489931669-xc0vf 0/1 ContainerCreating 0 1s ==> v1/Secret NAME TYPE DATA AGE windows-connector-aci-connector Opaque 4 1s NOTES: The aci-connector is getting deployed on your cluster. To verify that aci-connector has started, run: kubectl --namespace=default get pods -l ""app=windows-connector-aci-connector"" Rias-MacBook-Pro:examples riabhatia$ kubectl get nodes NAME STATUS AGE VERSION aci-connector Ready 17h v1.6.6 aci-connector-0 Ready 10m v1.6.6 aci-connector-1 Ready 10m v1.6.6 aks-nodepool1-21735328-0 Ready 21d v1.7.7 "
__label__question "How is EmbeddedSwitch working for you? @domenzain I noticed you replied on the chat about it, so let me ask if you checked the reimplemented ES macro? I did not get much feeback on it, overall. @tuxuser You were the one who requested it in the first place. You are welcome to give a review, if only ""works fine"". Notice that it was reimplemented (twice) so it changed overnight: https://construct.readthedocs.io/en/latest/api/conditional.html#construct.EmbeddedSwitch "
__label__bug "Tournament tab & Integrated Challonge registration not working The tournaments tab is broken and players can't see tournaments and register in challonger for them. TDs have to manually add players or players need to register in challonge and sign up there right now "
__label__enhancement "Install boost_iostreams in Travis From https://github.com/CGAL/cgal/pull/2690#issuecomment-353552734: > It seems that `travis` does not have `boost_iostreams` installed (which is needed for the new feature). Maybe @maxGimeno can fix that when he comes back from holiday? "
__label__question " java.lang.IllegalStateException: Couldn't read row 0, col 0 from CursorWindow 10-31 04:42:32.416 16248-17032/com.tapp.hookapp E/CursorWindow: Failed to read row 0, column 0 from a CursorWindow which has 0 rows, 22 columns. 10-31 04:42:32.417 16248-17032/com.tapp.hookapp E/JobStorage: could not load all jobs java.lang.IllegalStateException: Couldn't read row 0, col 0 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it. at android.database.CursorWindow.nativeGetLong(Native Method) at android.database.CursorWindow.getLong(CursorWindow.java:524) at android.database.CursorWindow.getInt(CursorWindow.java:591) at android.database.AbstractWindowedCursor.getInt(AbstractWindowedCursor.java:69) at com.evernote.android.job.JobStorage.getAllJobRequests(JobStorage.java:189) at com.evernote.android.job.JobManager.getAllJobRequests(JobManager.java:289) at com.evernote.android.job.JobRescheduleService.onHandleWork(JobRescheduleService.java:71) at android.support.v4.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:386) at android.support.v4.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:377) at android.os.AsyncTask$2.call(AsyncTask.java:304) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:762) I get this 2-4 seconds in after calling MediaManager.init function, and on every action through MediaManager. Any clue why this happens and how i could fix it. Thanks "
__label__enhancement "Provide a stable public output directory for junit test reports. This was discussed in #259 and should be implemented with a deprecation cycle. A `dist/` home would meet the expectations pants sets for users and the only real questions seem to be: - always copy/link files under `dist/` or only when an option is specified? - allow for an alternate location via an option? "
__label__bug "TypeError: Cannot read property 'children' of undefined On clicking the Download Transcript option in a page where no video was loaded because I clicked on the option to load the editor even though I wasn't on a YouTube page to start with. In URL: * https://easycaped-1.firebaseapp.com/caped-editor.html TypeError: Cannot read property 'children' of undefined at downloadAsWebVTT (https://easycaped-1.firebaseapp.com/js/download.js:67:37) at <anonymous>:1:1 Error source: * error Context: * Version: 0.64.06 * Started: 2018-01-05T14:06 * Now: 2018-01-05T14:08 * Elapsed: 112.656 sec * Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36 * Logged in"
__label__bug 体验问题 登录后,点了某个文件夹,如果我不点面包屑的导航,我直接点浏览器的后退按钮,它就是直接退出了,而不是回到根目录home
__label__question "spring-boot-maven-plugin and 'Main-Verticle' are not working together. Launcher is not using the Main-Verticle manifest header in case the Main-Class does not match with itself. I'm not certain about the intent of this check, but this causes this issue: As spring-boot has its own JarLauncher, therefore it won't see itself there. **Why use the spring-boot plugin?** Shade puts everything together into to root. If there are some clashes, eg. resource files, then you need transformers. SB plugin creates a jar classloader for each embedded jars, multiple resources can be found without magic. After creating the classloaders, the class under ""Start-Class"" will be started. I'm certain, that vert.x should not be concerning about this in the Launcher. ""Start-Class"" is an implementation detail of a different world. Maybe Laucher could be more lax about the main class/verticle when a manifest entry instructs it to do so. Or a vertx specific manifest entry would be able to override the checks for ""Main-Class"" to something else."
__label__bug "HTML email templates - small words break unnecessarily in Outlook and MS web mail clients For a previous fix (long strings caused the email template layout to break) `overflow-wrap: break-word; word-wrap: break-word; word-break: break-all; word-break: break-word;` was added to content `TD`'s in the email templates. That fixed the long string issue but due to Outlook and MS web email not supporting `word-break: break-word;` and only `word-break: break-all` small words often brake mid-word unnecessarily. See example screenshot below: ![ol2013-vertical-allowed-1366](https://user-images.githubusercontent.com/756393/34250240-23a85d8c-e634-11e7-994d-6aeeb60af17f.png) "
__label__question "Question, Hi @netil , I want to hide bar but need to show that bar data in tooltip.Is there any way to do this? "
__label__bug "Crash during reimport **Godot version:** Godot 3 59ce1757670ffc6ad5a9091b8def798880a1b1b5 **OS/device including version:** macOS 10.12.6 **Issue description:** Crash happens after reimport of the default icon.png if you delete `.import` folder and then bring focus back to the editor. Seems to be a recent regression. ``` handle_crash: Program crashed with signal 11 Dumping the backtrace. Please include this when reporting the bug on https://github.com/godotengine/godot/issues [1] 1 libsystem_platform.dylib 0x00007fff9e91cb3a _sigtramp + 26 [2] 2 ??? 0x0000000000000210 0x0 + 528 [3] ResourceImporterTexture::import(String const&, String const&, Map<StringName, Variant, Comparator<StringName>, DefaultAllocator> const&, List<String, DefaultAllocator>*, List<String, DefaultAllocator>*) (in godot.osx.tools.64) (resource_importer_texture.cpp:447) [4] EditorFileSystem::_reimport_file(String const&) (in godot.osx.tools.64) (editor_file_system.cpp:1395) [5] EditorFileSystem::reimport_files(Vector<String> const&) (in godot.osx.tools.64) (editor_file_system.cpp:1528) [6] EditorFileSystem::_update_scan_actions() (in godot.osx.tools.64) (editor_file_system.cpp:495) [7] EditorFileSystem::_notification(int) (in godot.osx.tools.64) (editor_file_system.cpp:1004) [8] EditorFileSystem::_notificationv(int, bool) (in godot.osx.tools.64) (editor_file_system.h:100) [9] Object::notification(int, bool) (in godot.osx.tools.64) (object.cpp:925) [10] SceneTree::_notify_group_pause(StringName const&, int) (in godot.osx.tools.64) (scene_tree.cpp:923) [11] SceneTree::idle(float) (in godot.osx.tools.64) (scene_tree.cpp:493) [12] Main::iteration() (in godot.osx.tools.64) (main.cpp:1731) [13] OS_OSX::run() (in godot.osx.tools.64) (os_osx.mm:2060) [14] main (in godot.osx.tools.64) (godot_main_osx.mm:90) [15] 15 libdyld.dylib 0x00007fff9e70d235 start + 1 -- END OF BACKTRACE -- Abort trap: 6 ``` **Steps to reproduce:** 1. Create a default project, let it import icon.png. 2. Delete .import folder within the project. 3. Return focus back to the editor"
__label__bug "Cant seem to change ore list after first use Hi I cant seem to be able to change anything in the ore list or recalculate after first use. I change items in the ore list then go back to the main screen click on the cog icon but it gives me no options. I have tried using a different browser and logging in again however my information is retained and I end up with the same ore calculations no matter what blueprint I try ? ![orecalc](https://user-images.githubusercontent.com/34841767/34454677-27c79dc0-ed68-11e7-9798-5c8be0a11c4f.JPG) "
__label__enhancement "Make countdown timer more human friendly In the admin section that lists the links set to expire, the countdown is always shown in seconds, and this can be very unfriendly to read. This should be human readable output in terms of years, months, weeks, days, hours, minutes, seconds."
__label__enhancement Create a rustfmt configuration for the project - [x] Bikeshed a style config (the hard part) (#9) - [x] Enforce as part of the pull request workflow (probably with Travis)
__label__bug "Rename of module does not handle import aliases correctly I am using rope to rename modules in my project and came across a problem with how it handles aliases. Here is a minimal example that shows this behavior. In this case, `mod2.py` imports `mod1.py` and so should import `mod1.py` with a new name when `mod1.py`'s name is changed. However, in this case no changes are actually made in `mod2.py`. I am using version 0.10.7. Here is my example: ```python from rope.refactor.rename import Rename from rope.base.project import Project project = Project('.') mod1 = project.root.create_file('mod1.py') mod1.write( 'class Test(object):\n' ' def __init__(self):' ' print ""hello world""') mod2 = project.root.create_file('mod2.py') mod2string = 'import mod1 as m\n' + 'm.Test()' mod2.write(mod2string) new_name = 'AAAAAAAA' changes = Rename(project, mod1).get_changes(new_name) project.do(changes) expected = 'import ' + new_name + ' as m\n' + 'm.Test()' with open('mod2.py', 'r') as f: actual = f.read() print '~' * 50 print actual print '~' * 50 print expected assert actual == expected ``` I get the following output ``` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ import mod1 as m m.Test() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ import AAAAAAAA as m m.Test() --------------------------------------------------------------------------- AssertionError Traceback (most recent call last) <ipython-input-52-b92f47d557f0> in <module>() 25 print '~' * 50 26 print expected ---> 27 assert actual == expected 28 AssertionError: ```"
__label__bug "Unintended globbing in call() args https://github.com/exbuddha/pond/blob/97332f8b786d59fbf2f7b3c5e76fb548740e1cdc/lib/plugins/curl#L27 Add `echo ""${args[@]}""` after this line, run tests/1, and see that file globbing happens. Find the cause and fix it. Manual tests don't show the same effect. $ ./run tests/1 jsonplaceholder.typicode.com/posts get user posts -H Accept application/json, text/plain, help/alnum help/alpha help/apply_ help/asc help/benchmark help/blank help/cache help/call help/chr help/clear_cache help/color help/compact help/dblqt help/decache help/deindex_ help/deq help/enq help/float help/globals help/index_ help/integer help/join_ help/json help/lcase help/lib help/lib_ help/lib_json help/lib_lang help/lib_plugins help/lib_plugins_curl help/lib_plugins_jsonpath help/lib_print help/lib_true help/lib_util help/lib_wait help/libs help/load_ help/match help/mute help/numeric help/pop help/print help/rand_email help/rand_guid help/rand_hex help/rand_num help/rand_str help/relpath_ help/retrieve help/run help/runner help/scientific help/search help/servers help/servers_endpoint help/sglqt help/silent help/sub help/timestamp help/to_lcase help/to_regex help/to_ucase help/tokenize help/traverse help/trim help/ucase help/unqt help/using help/valid_code_ lib/json lib/lang lib/plugins lib/print lib/true lib/util lib/wait scripts/0 scripts/01 scripts/02 scripts/03 scripts/debugger scripts/install scripts/ripple scripts/scheduler scripts/tests servers/README.md servers/endpoint servers/jsonplaceholder.typicode.com -H User-Agent curl/7.51.0 status: 200 OK ..."
__label__question "Gradle
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment