Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12 values | text_combine stringlengths 96 259k | label stringclasses 2 values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
451,728 | 13,040,691,188 | IssuesEvent | 2020-07-28 18:58:37 | bbottema/simple-java-mail | https://api.github.com/repos/bbottema/simple-java-mail | closed | Bug: A MimeMessage being parsed can result in error if it contains a header with empty name | Priority-Medium invalid | Apparently, in the big bad world it can happen that a MimeMessage is produced with a header that has an empty name or null-name. Simple Java Mail parses the MimeMessage just fine, but when converting to an Email object, the library throws an exception as this would be an invalid header obviously. | 1.0 | Bug: A MimeMessage being parsed can result in error if it contains a header with empty name - Apparently, in the big bad world it can happen that a MimeMessage is produced with a header that has an empty name or null-name. Simple Java Mail parses the MimeMessage just fine, but when converting to an Email object, the library throws an exception as this would be an invalid header obviously. | priority | bug a mimemessage being parsed can result in error if it contains a header with empty name apparently in the big bad world it can happen that a mimemessage is produced with a header that has an empty name or null name simple java mail parses the mimemessage just fine but when converting to an email object the library throws an exception as this would be an invalid header obviously | 1 |
677,933 | 23,180,085,569 | IssuesEvent | 2022-08-01 00:29:27 | City-Bureau/city-scrapers-atl | https://api.github.com/repos/City-Bureau/city-scrapers-atl | opened | New Scraper: Atlanta Planning Advisory Board (APAB) | priority-medium | Create a new scraper for Atlanta Planning Advisory Board (APAB)
Website: https://www.atlantaga.gov/government/departments/city-planning/neighborhood-and-npu-contacts
Jurisdiction: City of Atlanta
Classification: Transportation, Housing, Development, Community Services
The Atlanta Planning Advisory Board (APAB) is a representative Board of citizens made up of every Neighborhood Planning Unit district of Atlanta. APAB meets regularly on the third Saturday of each month at 10:00am.
| 1.0 | New Scraper: Atlanta Planning Advisory Board (APAB) - Create a new scraper for Atlanta Planning Advisory Board (APAB)
Website: https://www.atlantaga.gov/government/departments/city-planning/neighborhood-and-npu-contacts
Jurisdiction: City of Atlanta
Classification: Transportation, Housing, Development, Community Services
The Atlanta Planning Advisory Board (APAB) is a representative Board of citizens made up of every Neighborhood Planning Unit district of Atlanta. APAB meets regularly on the third Saturday of each month at 10:00am.
| priority | new scraper atlanta planning advisory board apab create a new scraper for atlanta planning advisory board apab website jurisdiction city of atlanta classification transportation housing development community services the atlanta planning advisory board apab is a representative board of citizens made up of every neighborhood planning unit district of atlanta apab meets regularly on the third saturday of each month at | 1 |
177,820 | 6,587,560,636 | IssuesEvent | 2017-09-13 21:35:24 | phetsims/joist | https://api.github.com/repos/phetsims/joist | closed | propagate tandem to ScreenView | dev:phet-io priority:3-medium | copied from https://github.com/phetsims/phet-io/issues/1098, @pixelzoom said:
As decided in https://github.com/phetsims/molarity/issues/31#issuecomment-292664293...
Subtypes of ScreenView should propagate tandem to the supertype constructor.
Most (all?) instrumented sims don't do this, with the exception of molarity. | 1.0 | propagate tandem to ScreenView - copied from https://github.com/phetsims/phet-io/issues/1098, @pixelzoom said:
As decided in https://github.com/phetsims/molarity/issues/31#issuecomment-292664293...
Subtypes of ScreenView should propagate tandem to the supertype constructor.
Most (all?) instrumented sims don't do this, with the exception of molarity. | priority | propagate tandem to screenview copied from pixelzoom said as decided in subtypes of screenview should propagate tandem to the supertype constructor most all instrumented sims don t do this with the exception of molarity | 1 |
17,174 | 2,615,132,792 | IssuesEvent | 2015-03-01 06:03:08 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | Directory API & Reports API's artifact id are duplicated. | auto-migrated Component-Google-APIs Milestone-Version1.17.0 Priority-Medium Type-Enhancement | ```
Version of google-api-java-client (e.g. 1.15.0-rc)?
1.13.2-beta - 1.15.0-rc
Java environment (e.g. Java 6, Android 2.3, App Engine)?
Using maven.
Describe the problem.
Can not coexist Directory API and Reports API in Maven management because
Directory API and Reports API's artifact id is same.
How would you expect it to be fixed?
To name the artifactId different in Directory API and Reports API.
```
Original issue reported on code.google.com by `u...@gluegent.com` on 2 Jul 2013 at 5:41 | 1.0 | Directory API & Reports API's artifact id are duplicated. - ```
Version of google-api-java-client (e.g. 1.15.0-rc)?
1.13.2-beta - 1.15.0-rc
Java environment (e.g. Java 6, Android 2.3, App Engine)?
Using maven.
Describe the problem.
Can not coexist Directory API and Reports API in Maven management because
Directory API and Reports API's artifact id is same.
How would you expect it to be fixed?
To name the artifactId different in Directory API and Reports API.
```
Original issue reported on code.google.com by `u...@gluegent.com` on 2 Jul 2013 at 5:41 | priority | directory api reports api s artifact id are duplicated version of google api java client e g rc beta rc java environment e g java android app engine using maven describe the problem can not coexist directory api and reports api in maven management because directory api and reports api s artifact id is same how would you expect it to be fixed to name the artifactid different in directory api and reports api original issue reported on code google com by u gluegent com on jul at | 1 |
684,911 | 23,437,770,439 | IssuesEvent | 2022-08-15 11:55:00 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | opened | Loundly deprecate singular section headers | enhancement priority: medium deprecation | As discussed in #4431, we have made a decision to remove the support for singular section headers like `Test Case` and require using the plural form like `Test Cases`. Singular headers are deprecated already in RF 5.1, but at that point it's only a documented and no deprecation warnings are shown. This issue covers emitting actual deprecation warnings when singular headers are used.
This issue is targeted for RF 6.0, but if we want to give more time for users to update their data we can postpone it to RF 7.0. | 1.0 | Loundly deprecate singular section headers - As discussed in #4431, we have made a decision to remove the support for singular section headers like `Test Case` and require using the plural form like `Test Cases`. Singular headers are deprecated already in RF 5.1, but at that point it's only a documented and no deprecation warnings are shown. This issue covers emitting actual deprecation warnings when singular headers are used.
This issue is targeted for RF 6.0, but if we want to give more time for users to update their data we can postpone it to RF 7.0. | priority | loundly deprecate singular section headers as discussed in we have made a decision to remove the support for singular section headers like test case and require using the plural form like test cases singular headers are deprecated already in rf but at that point it s only a documented and no deprecation warnings are shown this issue covers emitting actual deprecation warnings when singular headers are used this issue is targeted for rf but if we want to give more time for users to update their data we can postpone it to rf | 1 |
778,298 | 27,310,649,817 | IssuesEvent | 2023-02-24 11:53:51 | bivashy/MC-Auth-with-Link | https://api.github.com/repos/bivashy/MC-Auth-with-Link | closed | Way to modify DefaultAuthEngine, and create custom "tasks" | type: enhancement priority: medium | There must be way to add custom "tasks", and way to stop existing "tasks".
Currently we have all things ready for this feature
| 1.0 | Way to modify DefaultAuthEngine, and create custom "tasks" - There must be way to add custom "tasks", and way to stop existing "tasks".
Currently we have all things ready for this feature
| priority | way to modify defaultauthengine and create custom tasks there must be way to add custom tasks and way to stop existing tasks currently we have all things ready for this feature | 1 |
490,208 | 14,116,728,455 | IssuesEvent | 2020-11-08 05:04:48 | RGPosadas/Mull | https://api.github.com/repos/RGPosadas/Mull | closed | TASK-13: Update Navigation Bars | sprint priority: medium task | **Task Description**
As a developer, I want to update the mobile and desktop navigation bars so that it matches the updated mockups.
**Extra Description**
Since the Profile icon is now on the mobile upper nav bar and the Messages icon replaces it, both the desktop and mobile nav bars have to be updated.
**Pre-requisites**
- [ ] React component hierarchy exists for devs to follow
**Acceptance Criteria**
- [ ] Mull logo accommodates notches
- [ ] Nav bar shows all the buttons and each button is routed (but can lead to dead links)
- [ ] Documentation present for every new component and function
- [ ] Unit and UI tests are implemented for every component and function
- [ ] Must match [Mockup](https://www.figma.com/file/FJPXMYI4ULCnuCEZvPs67k/?node-id=534%3A6528)
| 1.0 | TASK-13: Update Navigation Bars - **Task Description**
As a developer, I want to update the mobile and desktop navigation bars so that it matches the updated mockups.
**Extra Description**
Since the Profile icon is now on the mobile upper nav bar and the Messages icon replaces it, both the desktop and mobile nav bars have to be updated.
**Pre-requisites**
- [ ] React component hierarchy exists for devs to follow
**Acceptance Criteria**
- [ ] Mull logo accommodates notches
- [ ] Nav bar shows all the buttons and each button is routed (but can lead to dead links)
- [ ] Documentation present for every new component and function
- [ ] Unit and UI tests are implemented for every component and function
- [ ] Must match [Mockup](https://www.figma.com/file/FJPXMYI4ULCnuCEZvPs67k/?node-id=534%3A6528)
| priority | task update navigation bars task description as a developer i want to update the mobile and desktop navigation bars so that it matches the updated mockups extra description since the profile icon is now on the mobile upper nav bar and the messages icon replaces it both the desktop and mobile nav bars have to be updated pre requisites react component hierarchy exists for devs to follow acceptance criteria mull logo accommodates notches nav bar shows all the buttons and each button is routed but can lead to dead links documentation present for every new component and function unit and ui tests are implemented for every component and function must match | 1 |
556,399 | 16,483,508,111 | IssuesEvent | 2021-05-24 14:47:16 | netlify/netlify-plugin-nextjs | https://api.github.com/repos/netlify/netlify-plugin-nextjs | closed | Request must be smaller than 69905067 bytes for the CreateFunction operation | monorepo priority: medium type: bug | **Describe the bug**
At my company, we're doing some testing, trying to migrate from Vercel to Netlify. We're using Nextjs applications under NX workspace management. The thing is, when trying to deploy our application, I'm getting the following error and I don't know how to fix that.
```
Request must be smaller than 69905067 bytes for the CreateFunction operation
```
I've followed this article to help me deploying nx workspace to Netlify, but so far without success.
https://www.netlify.com/blog/2020/04/21/deploying-nx-monorepos-to-netlify/
**Configurations**
```
Build command: npx nx build web-app --prod --output-path=./
```
**Versions**
- Next.js: 10.1.3
**If you're using the CLI to build**
- OS: macOS
**If you're using file-based installation**
- netlify.toml:
```
[[plugins]]
package = "./tools/plugins/netlify/stop-build"
```
**Deploy Logs**
```
12:31:30 PM: Build ready to start
12:31:32 PM: build-image version: 0582042f4fc261adc7bd8333f34884959c577302
12:31:32 PM: build-image tag: v3.7.6
12:31:32 PM: buildbot version: 34236c89c5e0f57e9641df89ea45ad498b21db8c
12:31:32 PM: Fetching cached dependencies
12:31:32 PM: Starting to download cache of 758.0MB
12:31:41 PM: Finished downloading cache in 9.147380285s
12:31:41 PM: Starting to extract cache
12:32:09 PM: Finished extracting cache in 27.445986565s
12:32:09 PM: Finished fetching cache in 36.821980084s
12:32:09 PM: Starting to prepare the repo for build
12:32:10 PM: Preparing Git Reference refs/heads/feature/migrate-to-netlify
12:32:11 PM: Parsing package.json dependencies
12:32:12 PM: Starting build script
12:32:12 PM: Installing dependencies
12:32:12 PM: Python version set to 2.7
12:32:13 PM: Started restoring cached node version
12:32:15 PM: Finished restoring cached node version
12:32:15 PM: Attempting node version 'v15.5.0' from .nvmrc
12:32:16 PM: v15.5.0 is already installed.
12:32:17 PM: Now using node v15.5.0 (npm v7.3.0)
12:32:17 PM: Started restoring cached build plugins
12:32:17 PM: Finished restoring cached build plugins
12:32:17 PM: Attempting ruby version 2.7.1, read from environment
12:32:18 PM: Using ruby version 2.7.1
12:32:19 PM: Using PHP version 5.6
12:32:19 PM: Started restoring cached node modules
12:32:19 PM: Finished restoring cached node modules
12:32:19 PM: Started restoring cached go cache
12:32:19 PM: Finished restoring cached go cache
12:32:19 PM: go version go1.14.4 linux/amd64
12:32:19 PM: go version go1.14.4 linux/amd64
12:32:19 PM: Installing missing commands
12:32:19 PM: Verify run directory
12:32:21 PM: β
12:32:21 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:21 PM: Netlify Build
12:32:21 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:21 PM: β
12:32:21 PM: β― Version
12:32:21 PM: @netlify/build 11.12.0
12:32:21 PM: β
12:32:21 PM: β― Flags
12:32:21 PM: deployId: 609bbc92ab7813000893f8fa
12:32:21 PM: β
12:32:21 PM: β― Current directory
12:32:21 PM: /opt/build/repo
12:32:21 PM: β
12:32:21 PM: β― Config file
12:32:21 PM: /opt/build/repo/netlify.toml
12:32:21 PM: β
12:32:21 PM: β― Context
12:32:21 PM: branch-deploy
12:32:21 PM: β
12:32:21 PM: β― Loading plugins
12:32:21 PM: - @netlify/plugin-nextjs@3.2.2 from Netlify app
12:32:21 PM: - netlify-plugin-cache-nextjs@1.4.0 from Netlify app
12:32:21 PM: - ./tools/plugins/netlify/stop-build@3.1.0 from netlify.toml
12:32:21 PM: β
12:32:21 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:21 PM: 1. onPreBuild command from @netlify/plugin-nextjs
12:32:21 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:21 PM: β
12:32:21 PM: info - Loaded env from /opt/build/repo/.env
12:32:22 PM: info - Using webpack 4. Reason: future.webpack5 option not enabled https://nextjs.org/docs/messages/webpack5
12:32:23 PM: Next.js cache restored.
12:32:23 PM: β
12:32:23 PM: (@netlify/plugin-nextjs onPreBuild completed in 1.7s)
12:32:23 PM: β
12:32:23 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:23 PM: 2. onPreBuild command from netlify-plugin-cache-nextjs
12:32:23 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:23 PM: β
12:32:24 PM: Restored the cached .next folder at the location `.next/cache`
12:32:24 PM: β
12:32:24 PM: (netlify-plugin-cache-nextjs onPreBuild completed in 1.1s)
12:32:24 PM: β
12:32:24 PM: βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:24 PM: 3. onPreBuild command from ./tools/plugins/netlify/stop-build
12:32:24 PM: βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:24 PM: β
12:32:26 PM: β
12:32:26 PM: (./tools/plugins/netlify/stop-build onPreBuild completed in 1.6s)
12:32:26 PM: β
12:32:26 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:26 PM: 4. Build command from Netlify app
12:32:26 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:26 PM: β
12:32:26 PM: $ npx nx build web-app --prod --output-path=./
12:32:26 PM: > nx run web-app:build:production --outputPath=./
12:32:30 PM: info - Using webpack 4. Reason: future.webpack5 option not enabled https://nextjs.org/docs/messages/webpack5
12:32:32 PM: info - Using webpack 4. Reason: future.webpack5 option not enabled https://nextjs.org/docs/messages/webpack5
12:32:32 PM: warn - You have enabled experimental feature(s).
12:32:32 PM: warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use them at your own risk.
12:32:32 PM: info - Checking validity of types...
12:32:50 PM: info - Creating an optimized production build...
12:32:51 PM: info - Using external babel configuration from /opt/build/repo/babel.config.json
12:32:51 PM: info - Using external babel configuration from /opt/build/repo/apps/web-app/.babelrc
12:32:53 PM: info - Using external babel configuration from /opt/build/repo/libs/backoffice/.babelrc
12:35:00 PM: info - Compiled successfully
12:35:00 PM: info - Collecting page data...
12:35:13 PM: info - Generating static pages (0/4)
12:35:25 PM: info - Generating static pages (1/4)
12:35:25 PM: info - Generating static pages (2/4)
12:35:25 PM: info - Generating static pages (3/4)
12:35:26 PM: info - Generating static pages (4/4)
12:35:26 PM: info - Finalizing page optimization...
12:35:26 PM: Page Size First Load JS
12:35:26 PM: β β / (ISR: 60000 Seconds) 34.1 kB 871 kB
12:35:26 PM: β /_app 0 B 837 kB
12:35:26 PM: β β /404 236 B 837 kB
12:35:26 PM: β β /about 238 B 837 kB
12:35:26 PM: + First Load JS shared by all 837 kB
12:35:26 PM: β chunks/3ef630e34cd10ba68f9d468ac363ff81c534e1e9.50b6f0.js 8.79 kB
12:35:26 PM: β chunks/71247caf95475e3ea7f9a0f8a30beb258b23d005.19f0bf.js 106 kB
12:35:26 PM: β chunks/74e7cf71.501343.js 30.8 kB
12:35:26 PM: β chunks/90daeab3.b64445.js 56.7 kB
12:35:26 PM: β chunks/commons.6413a8.js 219 kB
12:35:26 PM: β chunks/framework.d8c1cd.js 47.2 kB
12:35:26 PM: β chunks/main.4c00bd.js 6.13 kB
12:35:26 PM: β chunks/pages/_app.829afc.js 360 kB
12:35:26 PM: β chunks/webpack.ab4f31.js 2.18 kB
12:35:26 PM: β css/86ab3a16845bfd343f71.css 1.27 kB
12:35:26 PM: Ξ» (Lambda) server-side renders at runtime (uses getInitialProps or getServerSideProps)
12:35:26 PM: β (Static) automatically rendered as static HTML (uses no initial props)
12:35:26 PM: β (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
12:35:26 PM: (ISR) incremental static regeneration (uses revalidate in getStaticProps)
12:35:27 PM: βββββββββββββββββββββββββββββββββββββββββββββββ
12:35:27 PM: > NX SUCCESS Running target "build" succeeded
12:35:27 PM: β
12:35:27 PM: (build.command completed in 3m 1.4s)
12:35:27 PM: β
12:35:27 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:35:27 PM: 5. onBuild command from @netlify/plugin-nextjs
12:35:27 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:35:27 PM: β
12:35:27 PM: ** Running Next on Netlify package **
12:35:27 PM: π Next on Netlify π
12:35:27 PM: ποΈ Copying public/ folder to /opt/build/repo
12:35:27 PM: πΌ Copying static NextJS assets to /opt/build/repo
12:35:27 PM: π« Setting up API endpoints as Netlify Functions in netlify/functions
12:35:27 PM: π« Setting up pages with getInitialProps as Netlify Functions in netlify/functions
12:35:27 PM: π« Setting up pages with getServerSideProps as Netlify Functions in netlify/functions
12:35:27 PM: π₯ Copying pre-rendered pages with getStaticProps and JSON data to /opt/build/repo
12:35:27 PM: π« Setting up pages with getStaticProps and fallback: true as Netlify Functions in netlify/functions
12:35:27 PM: π« Setting up pages with getStaticProps and revalidation interval as Netlify Functions in netlify/functions
12:35:27 PM: πΌ Copying dynamic import chunks to netlify/functions/next_index
12:35:27 PM: π₯ Copying pre-rendered pages without props to /opt/build/repo
12:35:27 PM: π Setting up redirects
12:35:27 PM: π Setting up headers
12:35:27 PM: β
Success! All done!
12:35:27 PM: β
12:35:27 PM: (@netlify/plugin-nextjs onBuild completed in 64ms)
12:35:27 PM: β
12:35:27 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:35:27 PM: 6. Functions bundling
12:35:27 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:35:27 PM: β
12:35:27 PM: Packaging Functions from netlify/functions directory:
12:35:27 PM: - next_image.js
12:35:27 PM: - next_index/next_index.js
12:35:27 PM: β
12:37:01 PM: β
12:37:01 PM: (Functions bundling completed in 1m 33.8s)
12:37:01 PM: β
12:37:01 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:37:01 PM: 7. onPostBuild command from @netlify/plugin-nextjs
12:37:01 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:37:01 PM: β
12:37:02 PM: Next.js cache saved.
12:37:02 PM: β
12:37:02 PM: (@netlify/plugin-nextjs onPostBuild completed in 1.5s)
12:37:02 PM: β
12:37:02 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:37:02 PM: 8. onPostBuild command from netlify-plugin-cache-nextjs
12:37:02 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:37:02 PM: β
12:37:03 PM: Cached the .next folder at the location `.next/cache`
12:37:03 PM: β
12:37:03 PM: (netlify-plugin-cache-nextjs onPostBuild completed in 181ms)
12:37:03 PM: β
12:37:03 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:37:03 PM: 9. Deploy site
12:37:03 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:37:03 PM: β
12:37:03 PM: Starting to deploy site from ''
12:37:05 PM: Creating deploy tree asynchronously
12:37:05 PM: Creating deploy upload records
12:37:08 PM: 16 new files to upload
12:37:08 PM: 1 new functions to upload
12:37:14 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:15 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:17 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:19 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:21 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:25 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:31 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:37 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:47 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:55 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:38:21 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:38:44 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:38:44 PM: Failed to upload file: next_index
12:38:44 PM: Site deploy was successfully initiated
12:38:44 PM: β
12:38:44 PM: (Deploy site completed in 1m 41.3s)
12:38:44 PM: β
12:38:44 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:38:44 PM: Netlify Build Complete
12:38:44 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:38:44 PM: β
12:38:44 PM: (Netlify Build completed in 6m 23.4s)
12:38:44 PM: Execution cancelled
12:38:44 PM: Error running command: Command was cancelled
12:38:44 PM: Failing build: Failed to build site
12:38:44 PM: Finished processing build request in 7m12.416465183s
``` | 1.0 | Request must be smaller than 69905067 bytes for the CreateFunction operation - **Describe the bug**
At my company, we're doing some testing, trying to migrate from Vercel to Netlify. We're using Nextjs applications under NX workspace management. The thing is, when trying to deploy our application, I'm getting the following error and I don't know how to fix that.
```
Request must be smaller than 69905067 bytes for the CreateFunction operation
```
I've followed this article to help me deploying nx workspace to Netlify, but so far without success.
https://www.netlify.com/blog/2020/04/21/deploying-nx-monorepos-to-netlify/
**Configurations**
```
Build command: npx nx build web-app --prod --output-path=./
```
**Versions**
- Next.js: 10.1.3
**If you're using the CLI to build**
- OS: macOS
**If you're using file-based installation**
- netlify.toml:
```
[[plugins]]
package = "./tools/plugins/netlify/stop-build"
```
**Deploy Logs**
```
12:31:30 PM: Build ready to start
12:31:32 PM: build-image version: 0582042f4fc261adc7bd8333f34884959c577302
12:31:32 PM: build-image tag: v3.7.6
12:31:32 PM: buildbot version: 34236c89c5e0f57e9641df89ea45ad498b21db8c
12:31:32 PM: Fetching cached dependencies
12:31:32 PM: Starting to download cache of 758.0MB
12:31:41 PM: Finished downloading cache in 9.147380285s
12:31:41 PM: Starting to extract cache
12:32:09 PM: Finished extracting cache in 27.445986565s
12:32:09 PM: Finished fetching cache in 36.821980084s
12:32:09 PM: Starting to prepare the repo for build
12:32:10 PM: Preparing Git Reference refs/heads/feature/migrate-to-netlify
12:32:11 PM: Parsing package.json dependencies
12:32:12 PM: Starting build script
12:32:12 PM: Installing dependencies
12:32:12 PM: Python version set to 2.7
12:32:13 PM: Started restoring cached node version
12:32:15 PM: Finished restoring cached node version
12:32:15 PM: Attempting node version 'v15.5.0' from .nvmrc
12:32:16 PM: v15.5.0 is already installed.
12:32:17 PM: Now using node v15.5.0 (npm v7.3.0)
12:32:17 PM: Started restoring cached build plugins
12:32:17 PM: Finished restoring cached build plugins
12:32:17 PM: Attempting ruby version 2.7.1, read from environment
12:32:18 PM: Using ruby version 2.7.1
12:32:19 PM: Using PHP version 5.6
12:32:19 PM: Started restoring cached node modules
12:32:19 PM: Finished restoring cached node modules
12:32:19 PM: Started restoring cached go cache
12:32:19 PM: Finished restoring cached go cache
12:32:19 PM: go version go1.14.4 linux/amd64
12:32:19 PM: go version go1.14.4 linux/amd64
12:32:19 PM: Installing missing commands
12:32:19 PM: Verify run directory
12:32:21 PM: β
12:32:21 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:21 PM: Netlify Build
12:32:21 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:21 PM: β
12:32:21 PM: β― Version
12:32:21 PM: @netlify/build 11.12.0
12:32:21 PM: β
12:32:21 PM: β― Flags
12:32:21 PM: deployId: 609bbc92ab7813000893f8fa
12:32:21 PM: β
12:32:21 PM: β― Current directory
12:32:21 PM: /opt/build/repo
12:32:21 PM: β
12:32:21 PM: β― Config file
12:32:21 PM: /opt/build/repo/netlify.toml
12:32:21 PM: β
12:32:21 PM: β― Context
12:32:21 PM: branch-deploy
12:32:21 PM: β
12:32:21 PM: β― Loading plugins
12:32:21 PM: - @netlify/plugin-nextjs@3.2.2 from Netlify app
12:32:21 PM: - netlify-plugin-cache-nextjs@1.4.0 from Netlify app
12:32:21 PM: - ./tools/plugins/netlify/stop-build@3.1.0 from netlify.toml
12:32:21 PM: β
12:32:21 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:21 PM: 1. onPreBuild command from @netlify/plugin-nextjs
12:32:21 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:21 PM: β
12:32:21 PM: info - Loaded env from /opt/build/repo/.env
12:32:22 PM: info - Using webpack 4. Reason: future.webpack5 option not enabled https://nextjs.org/docs/messages/webpack5
12:32:23 PM: Next.js cache restored.
12:32:23 PM: β
12:32:23 PM: (@netlify/plugin-nextjs onPreBuild completed in 1.7s)
12:32:23 PM: β
12:32:23 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:23 PM: 2. onPreBuild command from netlify-plugin-cache-nextjs
12:32:23 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:23 PM: β
12:32:24 PM: Restored the cached .next folder at the location `.next/cache`
12:32:24 PM: β
12:32:24 PM: (netlify-plugin-cache-nextjs onPreBuild completed in 1.1s)
12:32:24 PM: β
12:32:24 PM: βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:24 PM: 3. onPreBuild command from ./tools/plugins/netlify/stop-build
12:32:24 PM: βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:24 PM: β
12:32:26 PM: β
12:32:26 PM: (./tools/plugins/netlify/stop-build onPreBuild completed in 1.6s)
12:32:26 PM: β
12:32:26 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:26 PM: 4. Build command from Netlify app
12:32:26 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:32:26 PM: β
12:32:26 PM: $ npx nx build web-app --prod --output-path=./
12:32:26 PM: > nx run web-app:build:production --outputPath=./
12:32:30 PM: info - Using webpack 4. Reason: future.webpack5 option not enabled https://nextjs.org/docs/messages/webpack5
12:32:32 PM: info - Using webpack 4. Reason: future.webpack5 option not enabled https://nextjs.org/docs/messages/webpack5
12:32:32 PM: warn - You have enabled experimental feature(s).
12:32:32 PM: warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use them at your own risk.
12:32:32 PM: info - Checking validity of types...
12:32:50 PM: info - Creating an optimized production build...
12:32:51 PM: info - Using external babel configuration from /opt/build/repo/babel.config.json
12:32:51 PM: info - Using external babel configuration from /opt/build/repo/apps/web-app/.babelrc
12:32:53 PM: info - Using external babel configuration from /opt/build/repo/libs/backoffice/.babelrc
12:35:00 PM: info - Compiled successfully
12:35:00 PM: info - Collecting page data...
12:35:13 PM: info - Generating static pages (0/4)
12:35:25 PM: info - Generating static pages (1/4)
12:35:25 PM: info - Generating static pages (2/4)
12:35:25 PM: info - Generating static pages (3/4)
12:35:26 PM: info - Generating static pages (4/4)
12:35:26 PM: info - Finalizing page optimization...
12:35:26 PM: Page Size First Load JS
12:35:26 PM: β β / (ISR: 60000 Seconds) 34.1 kB 871 kB
12:35:26 PM: β /_app 0 B 837 kB
12:35:26 PM: β β /404 236 B 837 kB
12:35:26 PM: β β /about 238 B 837 kB
12:35:26 PM: + First Load JS shared by all 837 kB
12:35:26 PM: β chunks/3ef630e34cd10ba68f9d468ac363ff81c534e1e9.50b6f0.js 8.79 kB
12:35:26 PM: β chunks/71247caf95475e3ea7f9a0f8a30beb258b23d005.19f0bf.js 106 kB
12:35:26 PM: β chunks/74e7cf71.501343.js 30.8 kB
12:35:26 PM: β chunks/90daeab3.b64445.js 56.7 kB
12:35:26 PM: β chunks/commons.6413a8.js 219 kB
12:35:26 PM: β chunks/framework.d8c1cd.js 47.2 kB
12:35:26 PM: β chunks/main.4c00bd.js 6.13 kB
12:35:26 PM: β chunks/pages/_app.829afc.js 360 kB
12:35:26 PM: β chunks/webpack.ab4f31.js 2.18 kB
12:35:26 PM: β css/86ab3a16845bfd343f71.css 1.27 kB
12:35:26 PM: Ξ» (Lambda) server-side renders at runtime (uses getInitialProps or getServerSideProps)
12:35:26 PM: β (Static) automatically rendered as static HTML (uses no initial props)
12:35:26 PM: β (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
12:35:26 PM: (ISR) incremental static regeneration (uses revalidate in getStaticProps)
12:35:27 PM: βββββββββββββββββββββββββββββββββββββββββββββββ
12:35:27 PM: > NX SUCCESS Running target "build" succeeded
12:35:27 PM: β
12:35:27 PM: (build.command completed in 3m 1.4s)
12:35:27 PM: β
12:35:27 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:35:27 PM: 5. onBuild command from @netlify/plugin-nextjs
12:35:27 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:35:27 PM: β
12:35:27 PM: ** Running Next on Netlify package **
12:35:27 PM: π Next on Netlify π
12:35:27 PM: ποΈ Copying public/ folder to /opt/build/repo
12:35:27 PM: πΌ Copying static NextJS assets to /opt/build/repo
12:35:27 PM: π« Setting up API endpoints as Netlify Functions in netlify/functions
12:35:27 PM: π« Setting up pages with getInitialProps as Netlify Functions in netlify/functions
12:35:27 PM: π« Setting up pages with getServerSideProps as Netlify Functions in netlify/functions
12:35:27 PM: π₯ Copying pre-rendered pages with getStaticProps and JSON data to /opt/build/repo
12:35:27 PM: π« Setting up pages with getStaticProps and fallback: true as Netlify Functions in netlify/functions
12:35:27 PM: π« Setting up pages with getStaticProps and revalidation interval as Netlify Functions in netlify/functions
12:35:27 PM: πΌ Copying dynamic import chunks to netlify/functions/next_index
12:35:27 PM: π₯ Copying pre-rendered pages without props to /opt/build/repo
12:35:27 PM: π Setting up redirects
12:35:27 PM: π Setting up headers
12:35:27 PM: β
Success! All done!
12:35:27 PM: β
12:35:27 PM: (@netlify/plugin-nextjs onBuild completed in 64ms)
12:35:27 PM: β
12:35:27 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:35:27 PM: 6. Functions bundling
12:35:27 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:35:27 PM: β
12:35:27 PM: Packaging Functions from netlify/functions directory:
12:35:27 PM: - next_image.js
12:35:27 PM: - next_index/next_index.js
12:35:27 PM: β
12:37:01 PM: β
12:37:01 PM: (Functions bundling completed in 1m 33.8s)
12:37:01 PM: β
12:37:01 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:37:01 PM: 7. onPostBuild command from @netlify/plugin-nextjs
12:37:01 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:37:01 PM: β
12:37:02 PM: Next.js cache saved.
12:37:02 PM: β
12:37:02 PM: (@netlify/plugin-nextjs onPostBuild completed in 1.5s)
12:37:02 PM: β
12:37:02 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:37:02 PM: 8. onPostBuild command from netlify-plugin-cache-nextjs
12:37:02 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:37:02 PM: β
12:37:03 PM: Cached the .next folder at the location `.next/cache`
12:37:03 PM: β
12:37:03 PM: (netlify-plugin-cache-nextjs onPostBuild completed in 181ms)
12:37:03 PM: β
12:37:03 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:37:03 PM: 9. Deploy site
12:37:03 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:37:03 PM: β
12:37:03 PM: Starting to deploy site from ''
12:37:05 PM: Creating deploy tree asynchronously
12:37:05 PM: Creating deploy upload records
12:37:08 PM: 16 new files to upload
12:37:08 PM: 1 new functions to upload
12:37:14 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:15 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:17 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:19 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:21 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:25 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:31 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:37 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:47 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:37:55 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:38:21 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:38:44 PM: Request must be smaller than 69905067 bytes for the CreateFunction operation
12:38:44 PM: Failed to upload file: next_index
12:38:44 PM: Site deploy was successfully initiated
12:38:44 PM: β
12:38:44 PM: (Deploy site completed in 1m 41.3s)
12:38:44 PM: β
12:38:44 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:38:44 PM: Netlify Build Complete
12:38:44 PM: ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
12:38:44 PM: β
12:38:44 PM: (Netlify Build completed in 6m 23.4s)
12:38:44 PM: Execution cancelled
12:38:44 PM: Error running command: Command was cancelled
12:38:44 PM: Failing build: Failed to build site
12:38:44 PM: Finished processing build request in 7m12.416465183s
``` | priority | request must be smaller than bytes for the createfunction operation describe the bug at my company we re doing some testing trying to migrate from vercel to netlify we re using nextjs applications under nx workspace management the thing is when trying to deploy our application i m getting the following error and i don t know how to fix that request must be smaller than bytes for the createfunction operation i ve followed this article to help me deploying nx workspace to netlify but so far without success configurations build command npx nx build web app prod output path versions next js if you re using the cli to build os macos if you re using file based installation netlify toml package tools plugins netlify stop build deploy logs pm build ready to start pm build image version pm build image tag pm buildbot version pm fetching cached dependencies pm starting to download cache of pm finished downloading cache in pm starting to extract cache pm finished extracting cache in pm finished fetching cache in pm starting to prepare the repo for build pm preparing git reference refs heads feature migrate to netlify pm parsing package json dependencies pm starting build script pm installing dependencies pm python version set to pm started restoring cached node version pm finished restoring cached node version pm attempting node version from nvmrc pm is already installed pm now using node npm pm started restoring cached build plugins pm finished restoring cached build plugins pm attempting ruby version read from environment pm using ruby version pm using php version pm started restoring cached node modules pm finished restoring cached node modules pm started restoring cached go cache pm finished restoring cached go cache pm go version linux pm go version linux pm installing missing commands pm verify run directory pm β pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm netlify build pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm β pm β― version pm netlify build pm β pm β― flags pm deployid pm β pm β― current directory pm opt build repo pm β pm β― config file pm opt build repo netlify toml pm β pm β― context pm branch deploy pm β pm β― loading plugins pm netlify plugin nextjs from netlify app pm netlify plugin cache nextjs from netlify app pm tools plugins netlify stop build from netlify toml pm β pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm onprebuild command from netlify plugin nextjs pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm β pm info loaded env from opt build repo env pm info using webpack reason future option not enabled pm next js cache restored pm β pm netlify plugin nextjs onprebuild completed in pm β pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm onprebuild command from netlify plugin cache nextjs pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm β pm restored the cached next folder at the location next cache pm β pm netlify plugin cache nextjs onprebuild completed in pm β pm βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm onprebuild command from tools plugins netlify stop build pm βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm β pm β pm tools plugins netlify stop build onprebuild completed in pm β pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm build command from netlify app pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm β pm npx nx build web app prod output path pm nx run web app build production outputpath pm info using webpack reason future option not enabled pm info using webpack reason future option not enabled pm warn you have enabled experimental feature s pm warn experimental features are not covered by semver and may cause unexpected or broken application behavior use them at your own risk pm info checking validity of types pm info creating an optimized production build pm info using external babel configuration from opt build repo babel config json pm info using external babel configuration from opt build repo apps web app babelrc pm info using external babel configuration from opt build repo libs backoffice babelrc pm info compiled successfully pm info collecting page data pm info generating static pages pm info generating static pages pm info generating static pages pm info generating static pages pm info generating static pages pm info finalizing page optimization pm page size first load js pm β β isr seconds kb kb pm β app b kb pm β β b kb pm β β about b kb pm first load js shared by all kb pm β chunks js kb pm β chunks js kb pm β chunks js kb pm β chunks js kb pm β chunks commons js kb pm β chunks framework js kb pm β chunks main js kb pm β chunks pages app js kb pm β chunks webpack js kb pm β css css kb pm Ξ» lambda server side renders at runtime uses getinitialprops or getserversideprops pm β static automatically rendered as static html uses no initial props pm β ssg automatically generated as static html json uses getstaticprops pm isr incremental static regeneration uses revalidate in getstaticprops pm βββββββββββββββββββββββββββββββββββββββββββββββ pm nx success running target build succeeded pm β pm build command completed in pm β pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm onbuild command from netlify plugin nextjs pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm β pm running next on netlify package pm π next on netlify π pm ποΈ copying public folder to opt build repo pm πΌ copying static nextjs assets to opt build repo pm π« setting up api endpoints as netlify functions in netlify functions pm π« setting up pages with getinitialprops as netlify functions in netlify functions pm π« setting up pages with getserversideprops as netlify functions in netlify functions pm π₯ copying pre rendered pages with getstaticprops and json data to opt build repo pm π« setting up pages with getstaticprops and fallback true as netlify functions in netlify functions pm π« setting up pages with getstaticprops and revalidation interval as netlify functions in netlify functions pm πΌ copying dynamic import chunks to netlify functions next index pm π₯ copying pre rendered pages without props to opt build repo pm π setting up redirects pm π setting up headers pm β
success all done pm β pm netlify plugin nextjs onbuild completed in pm β pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm functions bundling pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm β pm packaging functions from netlify functions directory pm next image js pm next index next index js pm β pm β pm functions bundling completed in pm β pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm onpostbuild command from netlify plugin nextjs pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm β pm next js cache saved pm β pm netlify plugin nextjs onpostbuild completed in pm β pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm onpostbuild command from netlify plugin cache nextjs pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm β pm cached the next folder at the location next cache pm β pm netlify plugin cache nextjs onpostbuild completed in pm β pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm deploy site pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm β pm starting to deploy site from pm creating deploy tree asynchronously pm creating deploy upload records pm new files to upload pm new functions to upload pm request must be smaller than bytes for the createfunction operation pm request must be smaller than bytes for the createfunction operation pm request must be smaller than bytes for the createfunction operation pm request must be smaller than bytes for the createfunction operation pm request must be smaller than bytes for the createfunction operation pm request must be smaller than bytes for the createfunction operation pm request must be smaller than bytes for the createfunction operation pm request must be smaller than bytes for the createfunction operation pm request must be smaller than bytes for the createfunction operation pm request must be smaller than bytes for the createfunction operation pm request must be smaller than bytes for the createfunction operation pm request must be smaller than bytes for the createfunction operation pm failed to upload file next index pm site deploy was successfully initiated pm β pm deploy site completed in pm β pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm netlify build complete pm ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ pm β pm netlify build completed in pm execution cancelled pm error running command command was cancelled pm failing build failed to build site pm finished processing build request in | 1 |
182,658 | 6,672,333,027 | IssuesEvent | 2017-10-04 11:10:04 | semperfiwebdesign/all-in-one-seo-pack | https://api.github.com/repos/semperfiwebdesign/all-in-one-seo-pack | opened | Not able to Fetch as Google | Initial Review Priority | Medium | Reported here: https://wordpress.org/support/topic/google-webmaster-sitemap-error/#post-9554319 and via email from Jivan.
> * Not able to Fetch as Google post urls .
Error Type
Temporarily unreachable
But home page url successfully Fetched. | 1.0 | Not able to Fetch as Google - Reported here: https://wordpress.org/support/topic/google-webmaster-sitemap-error/#post-9554319 and via email from Jivan.
> * Not able to Fetch as Google post urls .
Error Type
Temporarily unreachable
But home page url successfully Fetched. | priority | not able to fetch as google reported here and via email from jivan not able to fetch as google post urls error type temporarily unreachable but home page url successfully fetched | 1 |
256,018 | 8,126,781,131 | IssuesEvent | 2018-08-17 04:36:46 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | add host profile for max // llnl scf | Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal |
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1623
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: add host profile for max // llnl scf
Assigned to: Mark Miller
Category:
Target version: 2.7
Author: Cyrus Harrison
Start: 10/22/2013
Due date:
% Done: 0
Estimated time:
Created: 10/22/2013 12:29 pm
Updated: 10/22/2013 08:21 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Comments:
I guessed on gpu/node count. We need valid info for that.
| 1.0 | add host profile for max // llnl scf -
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1623
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: add host profile for max // llnl scf
Assigned to: Mark Miller
Category:
Target version: 2.7
Author: Cyrus Harrison
Start: 10/22/2013
Due date:
% Done: 0
Estimated time:
Created: 10/22/2013 12:29 pm
Updated: 10/22/2013 08:21 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Comments:
I guessed on gpu/node count. We need valid info for that.
| priority | add host profile for max llnl scf redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker feature priority normal subject add host profile for max llnl scf assigned to mark miller category target version author cyrus harrison start due date done estimated time created pm updated pm likelihood severity found in version impact medium expected use occasional os all support group any description comments i guessed on gpu node count we need valid info for that | 1 |
106,007 | 4,258,188,527 | IssuesEvent | 2016-07-11 04:50:10 | ashrithr/time-tracker | https://api.github.com/repos/ashrithr/time-tracker | closed | Add Accounting Module for tracking Invoices | Priority: Medium Status: Completed Type: Enhancement | Simple Accounting Module for tracking Invoices payment and their summary. | 1.0 | Add Accounting Module for tracking Invoices - Simple Accounting Module for tracking Invoices payment and their summary. | priority | add accounting module for tracking invoices simple accounting module for tracking invoices payment and their summary | 1 |
386,515 | 11,440,441,701 | IssuesEvent | 2020-02-05 09:40:19 | sunpy/sunpy | https://api.github.com/repos/sunpy/sunpy | closed | Create a Unit Range object | Effort Medium Feature Request Hacktoberfest Package Novice Priority Low | Should be able to handle any kind of quantities including times such as wavelength, dimensions (e.g. arcsec).
TimeRange would subclass this object.
| 1.0 | Create a Unit Range object - Should be able to handle any kind of quantities including times such as wavelength, dimensions (e.g. arcsec).
TimeRange would subclass this object.
| priority | create a unit range object should be able to handle any kind of quantities including times such as wavelength dimensions e g arcsec timerange would subclass this object | 1 |
57,169 | 3,081,245,612 | IssuesEvent | 2015-08-22 14:36:16 | bitfighter/bitfighter | https://api.github.com/repos/bitfighter/bitfighter | opened | Inline help -- forcefield projectors | 019b bug imported inline-help Priority-Medium | _From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on February 07, 2014 14:47:27_
When showing help about disabling enemy ff projectors, highlight any visible projectors.
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=393_ | 1.0 | Inline help -- forcefield projectors - _From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on February 07, 2014 14:47:27_
When showing help about disabling enemy ff projectors, highlight any visible projectors.
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=393_ | priority | inline help forcefield projectors from on february when showing help about disabling enemy ff projectors highlight any visible projectors original issue | 1 |
709,568 | 24,383,112,428 | IssuesEvent | 2022-10-04 09:29:21 | AY2223S1-CS2103T-W13-2/tp | https://api.github.com/repos/AY2223S1-CS2103T-W13-2/tp | closed | As a student financial advisor, I want to be able to decide on my own personal metrics to determine who I should meet next. | type.Story priority.Medium | Sorting will help me to make this decision | 1.0 | As a student financial advisor, I want to be able to decide on my own personal metrics to determine who I should meet next. - Sorting will help me to make this decision | priority | as a student financial advisor i want to be able to decide on my own personal metrics to determine who i should meet next sorting will help me to make this decision | 1 |
398,829 | 11,742,392,526 | IssuesEvent | 2020-03-12 00:37:16 | thaliawww/concrexit | https://api.github.com/repos/thaliawww/concrexit | closed | HTML entities in emails are not decoded | bug priority: medium | In GitLab by @joren485 on Apr 18, 2018, 18:55
### One-sentence description
HTML entities in emails are not decoded
### Current behaviour
```
Hi,
A member that was registered for the event 'Workshop: Bufferoverflows' that you're organising has cancelled their registration after the deadline.
Name: Dob 'Moze beeuw' Joesburg
Registration date: 1-1-1970 00:00
```
### Expected behaviour
```
Hi,
A member that was registered for the event 'Workshop: Bufferoverflows' that you're organising has cancelled their registration after the deadline.
Name: Dob 'Moze beeuw' Joesburg
Registration date: 1-1-1970 00:00
``` | 1.0 | HTML entities in emails are not decoded - In GitLab by @joren485 on Apr 18, 2018, 18:55
### One-sentence description
HTML entities in emails are not decoded
### Current behaviour
```
Hi,
A member that was registered for the event 'Workshop: Bufferoverflows' that you're organising has cancelled their registration after the deadline.
Name: Dob 'Moze beeuw' Joesburg
Registration date: 1-1-1970 00:00
```
### Expected behaviour
```
Hi,
A member that was registered for the event 'Workshop: Bufferoverflows' that you're organising has cancelled their registration after the deadline.
Name: Dob 'Moze beeuw' Joesburg
Registration date: 1-1-1970 00:00
``` | priority | html entities in emails are not decoded in gitlab by on apr one sentence description html entities in emails are not decoded current behaviour hi a member that was registered for the event workshop bufferoverflows that you re organising has cancelled their registration after the deadline name dob moze beeuw joesburg registration date expected behaviour hi a member that was registered for the event workshop bufferoverflows that you re organising has cancelled their registration after the deadline name dob moze beeuw joesburg registration date | 1 |
618,773 | 19,486,941,055 | IssuesEvent | 2021-12-26 15:11:45 | bounswe/2021SpringGroup7 | https://api.github.com/repos/bounswe/2021SpringGroup7 | closed | CF-39 Refactoring Profile Page | Type: Enhancement Status: In Progress Priority: Medium Frontend | There are two problems in profile page that needs to be fixed based on the feedback we receive after Milestone 2:
* Make birthday human readable
* Delete location info from biography
| 1.0 | CF-39 Refactoring Profile Page - There are two problems in profile page that needs to be fixed based on the feedback we receive after Milestone 2:
* Make birthday human readable
* Delete location info from biography
| priority | cf refactoring profile page there are two problems in profile page that needs to be fixed based on the feedback we receive after milestone make birthday human readable delete location info from biography | 1 |
75,681 | 3,470,980,354 | IssuesEvent | 2015-12-23 12:25:08 | USGS-WiM/SiGLDMS | https://api.github.com/repos/USGS-WiM/SiGLDMS | closed | Organization "Add new" button (CSS) | Priority: Medium | Changed from "Add New" string to "Add New" button. Needs styling.

| 1.0 | Organization "Add new" button (CSS) - Changed from "Add New" string to "Add New" button. Needs styling.

| priority | organization add new button css changed from add new string to add new button needs styling | 1 |
643,382 | 20,955,738,239 | IssuesEvent | 2022-03-27 04:14:10 | AY2122S2-CS2103T-T17-4/tp | https://api.github.com/repos/AY2122S2-CS2103T-T17-4/tp | closed | Replace dependency of PersonPredicate in ScrubCommand | priority.Medium type.Task | Use `ArgMultimap` as a replacement for PersonPredicate | 1.0 | Replace dependency of PersonPredicate in ScrubCommand - Use `ArgMultimap` as a replacement for PersonPredicate | priority | replace dependency of personpredicate in scrubcommand use argmultimap as a replacement for personpredicate | 1 |
498,967 | 14,436,480,257 | IssuesEvent | 2020-12-07 10:11:23 | hotosm/tasking-manager | https://api.github.com/repos/hotosm/tasking-manager | closed | [admin] user name search works with "starts with" | Component: Backend Component: Frontend Priority: Medium Status: Needs implementation Type: Enhancement | In the users list, the search engine looks for usernames starting with the given pattern.
It would probably be better to be able to use a "contains" search. | 1.0 | [admin] user name search works with "starts with" - In the users list, the search engine looks for usernames starting with the given pattern.
It would probably be better to be able to use a "contains" search. | priority | user name search works with starts with in the users list the search engine looks for usernames starting with the given pattern it would probably be better to be able to use a contains search | 1 |
591,198 | 17,797,099,732 | IssuesEvent | 2021-09-01 00:24:44 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | opened | i.MX RT10xx boards fail to initialize when Ethernet is enabled | bug priority: medium area: Networking platform: NXP | **Describe the bug**
The kernel fails to initialize on i.MX RT10xx boards when Ethernet is enabled because the board-level PHY reset routine `mimxrt1064_evk_phy_reset()` never completes.
The PHY reset occurs in `PRE_KERNEL_2` and invokes `k_busy_wait()`.
The system clock driver is initialized in `PRE_KERNEL_2`.
Commit f0b3146ff5538e5381318a309fec292d3fbb1f3f affected the relative order of these two operations, causing the PHY reset to occur before the system clock driver is initialized.
Found while experimenting with #37863
**To Reproduce**
```
$ west build -p auto -b mimxrt1064_evk samples/net/dhcpv4_client
$ west flash
```
No output on the console.
**Expected behavior**
Boot banner and assigned IP address to print on the console.
**Impact**
Affects all i.MX RT boards that currently support Ethernet: `mimxrt1020_evk`, `mimxrt1050_evk`, `mimxrt1060_evk`, `mimxrt1064_evk`
**Logs and console output**
There is no console output.
**Environment (please complete the following information):**
- OS: Linux
- Toolchain zephyr-sdk-0.13.0
- Commit fd864c61bbd616eeb4ff9e5a3400520228dd48e6
**Additional context**
The following is a cheap fix, but there may be a more robust way to do it.
```diff
$ git diff
diff --git a/boards/arm/mimxrt1064_evk/pinmux.c b/boards/arm/mimxrt1064_evk/pinmux.c
index 484a9a9ca6..ce31f5c2d9 100644
--- a/boards/arm/mimxrt1064_evk/pinmux.c
+++ b/boards/arm/mimxrt1064_evk/pinmux.c
@@ -351,5 +351,5 @@ static int mimxrt1064_evk_phy_reset(const struct device *dev)
SYS_INIT(mimxrt1064_evk_init, PRE_KERNEL_1, 0);
#if DT_NODE_HAS_STATUS(DT_NODELABEL(enet), okay) && CONFIG_NET_L2_ETHERNET
-SYS_INIT(mimxrt1064_evk_phy_reset, PRE_KERNEL_2, 0);
+SYS_INIT(mimxrt1064_evk_phy_reset, PRE_KERNEL_2, 1);
#endif
```
cc: @dleach02 @mmahadevan108 @hakehuang @dcpleung @aunsbjerg | 1.0 | i.MX RT10xx boards fail to initialize when Ethernet is enabled - **Describe the bug**
The kernel fails to initialize on i.MX RT10xx boards when Ethernet is enabled because the board-level PHY reset routine `mimxrt1064_evk_phy_reset()` never completes.
The PHY reset occurs in `PRE_KERNEL_2` and invokes `k_busy_wait()`.
The system clock driver is initialized in `PRE_KERNEL_2`.
Commit f0b3146ff5538e5381318a309fec292d3fbb1f3f affected the relative order of these two operations, causing the PHY reset to occur before the system clock driver is initialized.
Found while experimenting with #37863
**To Reproduce**
```
$ west build -p auto -b mimxrt1064_evk samples/net/dhcpv4_client
$ west flash
```
No output on the console.
**Expected behavior**
Boot banner and assigned IP address to print on the console.
**Impact**
Affects all i.MX RT boards that currently support Ethernet: `mimxrt1020_evk`, `mimxrt1050_evk`, `mimxrt1060_evk`, `mimxrt1064_evk`
**Logs and console output**
There is no console output.
**Environment (please complete the following information):**
- OS: Linux
- Toolchain zephyr-sdk-0.13.0
- Commit fd864c61bbd616eeb4ff9e5a3400520228dd48e6
**Additional context**
The following is a cheap fix, but there may be a more robust way to do it.
```diff
$ git diff
diff --git a/boards/arm/mimxrt1064_evk/pinmux.c b/boards/arm/mimxrt1064_evk/pinmux.c
index 484a9a9ca6..ce31f5c2d9 100644
--- a/boards/arm/mimxrt1064_evk/pinmux.c
+++ b/boards/arm/mimxrt1064_evk/pinmux.c
@@ -351,5 +351,5 @@ static int mimxrt1064_evk_phy_reset(const struct device *dev)
SYS_INIT(mimxrt1064_evk_init, PRE_KERNEL_1, 0);
#if DT_NODE_HAS_STATUS(DT_NODELABEL(enet), okay) && CONFIG_NET_L2_ETHERNET
-SYS_INIT(mimxrt1064_evk_phy_reset, PRE_KERNEL_2, 0);
+SYS_INIT(mimxrt1064_evk_phy_reset, PRE_KERNEL_2, 1);
#endif
```
cc: @dleach02 @mmahadevan108 @hakehuang @dcpleung @aunsbjerg | priority | i mx boards fail to initialize when ethernet is enabled describe the bug the kernel fails to initialize on i mx boards when ethernet is enabled because the board level phy reset routine evk phy reset never completes the phy reset occurs in pre kernel and invokes k busy wait the system clock driver is initialized in pre kernel commit affected the relative order of these two operations causing the phy reset to occur before the system clock driver is initialized found while experimenting with to reproduce west build p auto b evk samples net client west flash no output on the console expected behavior boot banner and assigned ip address to print on the console impact affects all i mx rt boards that currently support ethernet evk evk evk evk logs and console output there is no console output environment please complete the following information os linux toolchain zephyr sdk commit additional context the following is a cheap fix but there may be a more robust way to do it diff git diff diff git a boards arm evk pinmux c b boards arm evk pinmux c index a boards arm evk pinmux c b boards arm evk pinmux c static int evk phy reset const struct device dev sys init evk init pre kernel if dt node has status dt nodelabel enet okay config net ethernet sys init evk phy reset pre kernel sys init evk phy reset pre kernel endif cc hakehuang dcpleung aunsbjerg | 1 |
378,144 | 11,197,142,376 | IssuesEvent | 2020-01-03 12:20:00 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | .Net Core Diagram missing ShapeTemplateName setting | C: Diagram Enhancement Kendo1 Priority 1 SEV: Medium | ### Bug report
The .Net Core Diagram missing ShapeTemplateName setting. More information can be found in ticket with id 1446299.
### Environment
* **Kendo UI version:** 201x.r.ddd
* **jQuery version:** x.y
* **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 ]
| 1.0 | .Net Core Diagram missing ShapeTemplateName setting - ### Bug report
The .Net Core Diagram missing ShapeTemplateName setting. More information can be found in ticket with id 1446299.
### Environment
* **Kendo UI version:** 201x.r.ddd
* **jQuery version:** x.y
* **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 ]
| priority | net core diagram missing shapetemplatename setting bug report the net core diagram missing shapetemplatename setting more information can be found in ticket with id environment kendo ui version r ddd jquery version x y browser | 1 |
41,353 | 2,868,999,966 | IssuesEvent | 2015-06-05 22:29:07 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | Support "/" options on Windows, and "/?" for help | Accepted Area-Pkg Pkg-Args Priority-Medium Type-Enhancement | Right now, args follows Unix conventions (such as they are) for option syntax. Many Windows applications also do that, but Windows also has its own rough conventions. Some don't play nice with what args already supports, but I think we should allow:
1. "/?" as an alias for "--help".
2. Long and short options can start with "/" instead of "-" and "--". Combined short options are not supported, so "/foo" is always "--foo" and never "-f -o o".
3. ":" as a parameter separator, as in "/output:somefile.txt". This will only be supported when the prefix is "/". | 1.0 | Support "/" options on Windows, and "/?" for help - Right now, args follows Unix conventions (such as they are) for option syntax. Many Windows applications also do that, but Windows also has its own rough conventions. Some don't play nice with what args already supports, but I think we should allow:
1. "/?" as an alias for "--help".
2. Long and short options can start with "/" instead of "-" and "--". Combined short options are not supported, so "/foo" is always "--foo" and never "-f -o o".
3. ":" as a parameter separator, as in "/output:somefile.txt". This will only be supported when the prefix is "/". | priority | support options on windows and for help right now args follows unix conventions such as they are for option syntax many windows applications also do that but windows also has its own rough conventions some don t play nice with what args already supports but i think we should allow quot quot as an alias for quot help quot long and short options can start with quot quot instead of quot quot and quot quot combined short options are not supported so quot foo quot is always quot foo quot and never quot f o o quot quot quot as a parameter separator as in quot output somefile txt quot this will only be supported when the prefix is quot quot | 1 |
620,982 | 19,575,119,961 | IssuesEvent | 2022-01-04 14:38:52 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | pfpki: editing PKI templates is possible but not taken into account | Type: Bug Priority: Medium | **Describe the bug**
On PF v11.1.1, if you edit a PKI template to change settings, frontend lets you perform your operation. After you click on "Save", some fields become empty and values are not updated in DB.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a CA and a PKI template with a Country and a Locality values
2. Change "Country" setting in your PKI template
3. Save
=> Country and Locality fields became empty
**Expected behavior**
I'm not sure what should be the expected behavior. I remembered it was not possible to edit PKI templates in the past. | 1.0 | pfpki: editing PKI templates is possible but not taken into account - **Describe the bug**
On PF v11.1.1, if you edit a PKI template to change settings, frontend lets you perform your operation. After you click on "Save", some fields become empty and values are not updated in DB.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a CA and a PKI template with a Country and a Locality values
2. Change "Country" setting in your PKI template
3. Save
=> Country and Locality fields became empty
**Expected behavior**
I'm not sure what should be the expected behavior. I remembered it was not possible to edit PKI templates in the past. | priority | pfpki editing pki templates is possible but not taken into account describe the bug on pf if you edit a pki template to change settings frontend lets you perform your operation after you click on save some fields become empty and values are not updated in db to reproduce steps to reproduce the behavior create a ca and a pki template with a country and a locality values change country setting in your pki template save country and locality fields became empty expected behavior i m not sure what should be the expected behavior i remembered it was not possible to edit pki templates in the past | 1 |
58,143 | 3,087,842,704 | IssuesEvent | 2015-08-25 14:01:21 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | NmdcHub - ΠΠ΅Ρ ΠΏΠΎΠ΄Π΄Π΅ΡΠΆΠΊΠΈ ΠΊΠΎΠΌΠ°Π½Π΄Ρ BotList | bug imported Priority-Medium | _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on November 04, 2013 16:15:56_
[2013-11-04 19:14:08] NmdcHub::onLine Unknown command = BotList param = #Β FR$$#Β GB$$#Β HU$$#Β PL$$#Β RO$$#Β Feed$$#Β RU$$#Β SE$$#Β Dev$$#Β LT$$#Β Verlihub$$
[2013-11-04 19:14:08] NmdcHub::onLine Unknown command = BotList param = ΠΡΠ΄ΠΎΠ΅Π΄ΠΊΠ°$$ΠΠ»Π»ΠΎΡΠΊΠ°$$
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1379_ | 1.0 | NmdcHub - ΠΠ΅Ρ ΠΏΠΎΠ΄Π΄Π΅ΡΠΆΠΊΠΈ ΠΊΠΎΠΌΠ°Π½Π΄Ρ BotList - _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on November 04, 2013 16:15:56_
[2013-11-04 19:14:08] NmdcHub::onLine Unknown command = BotList param = #Β FR$$#Β GB$$#Β HU$$#Β PL$$#Β RO$$#Β Feed$$#Β RU$$#Β SE$$#Β Dev$$#Β LT$$#Β Verlihub$$
[2013-11-04 19:14:08] NmdcHub::onLine Unknown command = BotList param = ΠΡΠ΄ΠΎΠ΅Π΄ΠΊΠ°$$ΠΠ»Π»ΠΎΡΠΊΠ°$$
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1379_ | priority | nmdchub Π½Π΅Ρ ΠΏΠΎΠ΄Π΄Π΅ΡΠΆΠΊΠΈ ΠΊΠΎΠΌΠ°Π½Π΄Ρ botlist from on november nmdchub online unknown command botlist param Β fr Β gb Β hu Β pl Β ro Β feed Β ru Β se Β dev Β lt Β verlihub nmdchub online unknown command botlist param Π»ΡΠ΄ΠΎΠ΅Π΄ΠΊΠ° ΡΠ»Π»ΠΎΡΠΊΠ° original issue | 1 |
152,518 | 5,848,522,356 | IssuesEvent | 2017-05-10 21:05:36 | elementary/scratch | https://api.github.com/repos/elementary/scratch | closed | Cannot open file after closing it | Priority: Medium | Steps to reproduce:
1) Open scratch.
2) Open a folder containing files (so that it appears on the sidebar).
3) Expand the folder.
4) Open a file by clicking it on the sidebar.
5) Close the file.
6) Try to open the same file again by clicking it on the sidebar (won't work).
OS: elementary OS 0.4 Loki (64-bit)
Launchpad Details: [#LP1624819](https://bugs.launchpad.net/bugs/1624819) DanielM - 2016-09-18 08:50:18 +0000 | 1.0 | Cannot open file after closing it - Steps to reproduce:
1) Open scratch.
2) Open a folder containing files (so that it appears on the sidebar).
3) Expand the folder.
4) Open a file by clicking it on the sidebar.
5) Close the file.
6) Try to open the same file again by clicking it on the sidebar (won't work).
OS: elementary OS 0.4 Loki (64-bit)
Launchpad Details: [#LP1624819](https://bugs.launchpad.net/bugs/1624819) DanielM - 2016-09-18 08:50:18 +0000 | priority | cannot open file after closing it steps to reproduce open scratch open a folder containing files so that it appears on the sidebar expand the folder open a file by clicking it on the sidebar close the file try to open the same file again by clicking it on the sidebar won t work os elementary os loki bit launchpad details danielm | 1 |
189,471 | 6,797,949,979 | IssuesEvent | 2017-11-02 02:06:33 | intel-analytics/BigDL | https://api.github.com/repos/intel-analytics/BigDL | opened | Inconsistent API between Maxpooling and Averagepooling | API medium priority | ```
object SpatialMaxPooling extends ModuleSerializable {
def apply[@specialized(Float, Double) T: ClassTag](
kW: Int,
kH: Int,
dW: Int = 1,
dH: Int = 1,
padW: Int = 0,
padH: Int = 0,
format: DataFormat = DataFormat.NCHW)
```
```
object SpatialAveragePooling {
def apply[T: ClassTag](
kW: Int,
kH: Int,
dW: Int = 1,
dH: Int = 1,
padW: Int = 0,
padH: Int = 0,
globalPooling: Boolean = false,
ceilMode: Boolean = false,
countIncludePad: Boolean = true,
divide: Boolean = true,
format: DataFormat = DataFormat.NCHW)
``` | 1.0 | Inconsistent API between Maxpooling and Averagepooling - ```
object SpatialMaxPooling extends ModuleSerializable {
def apply[@specialized(Float, Double) T: ClassTag](
kW: Int,
kH: Int,
dW: Int = 1,
dH: Int = 1,
padW: Int = 0,
padH: Int = 0,
format: DataFormat = DataFormat.NCHW)
```
```
object SpatialAveragePooling {
def apply[T: ClassTag](
kW: Int,
kH: Int,
dW: Int = 1,
dH: Int = 1,
padW: Int = 0,
padH: Int = 0,
globalPooling: Boolean = false,
ceilMode: Boolean = false,
countIncludePad: Boolean = true,
divide: Boolean = true,
format: DataFormat = DataFormat.NCHW)
``` | priority | inconsistent api between maxpooling and averagepooling object spatialmaxpooling extends moduleserializable def apply kw int kh int dw int dh int padw int padh int format dataformat dataformat nchw object spatialaveragepooling def apply kw int kh int dw int dh int padw int padh int globalpooling boolean false ceilmode boolean false countincludepad boolean true divide boolean true format dataformat dataformat nchw | 1 |
700,208 | 24,051,242,443 | IssuesEvent | 2022-09-16 13:00:35 | callmegiorgio/cvm | https://api.github.com/repos/callmegiorgio/cvm | closed | Remove AccountTuple and move Currency and CurrencySize to class Statement | Priority: Medium Status: Completed Type: Refactor | ### Description
Remove class `AccountTuple` and move `AccountTuple.normalized()` to class `Statement`, as well as `Currency` and `CurrencySize` attributes. | 1.0 | Remove AccountTuple and move Currency and CurrencySize to class Statement - ### Description
Remove class `AccountTuple` and move `AccountTuple.normalized()` to class `Statement`, as well as `Currency` and `CurrencySize` attributes. | priority | remove accounttuple and move currency and currencysize to class statement description remove class accounttuple and move accounttuple normalized to class statement as well as currency and currencysize attributes | 1 |
188,698 | 6,780,089,676 | IssuesEvent | 2017-10-29 09:47:22 | AnSyn/ansyn | https://api.github.com/repos/AnSyn/ansyn | closed | Share URL - after rotating an overlay, zoom level (map extent) is wrong | Bug Priority: Medium Severity: High | Current:
1. open an overlay and zoom in and rotate (tab 1)
2. share url (tab 1)
3. open url in new tab (tab2)
4. rotation angle is identical to tab 1 , zoom level is **different** to tab 1
Expected:
1. open an overlay and zoom in and rotate (tab 1)
2. share url (tab 1)
3. open url in new tab (tab2)
4. rotation angle is identical to tab 1 , zoom level is **identical** to tab 1
Reproduction:
1. open state: https://goo.gl/zNJwC3
2. press share url button
3. open url in new tab - all is good!
4. now back to https://goo.gl/zNJwC3
5. rotate overlay
6. press share url button
7. open url in new tab - **zoom level is different!**
| 1.0 | Share URL - after rotating an overlay, zoom level (map extent) is wrong - Current:
1. open an overlay and zoom in and rotate (tab 1)
2. share url (tab 1)
3. open url in new tab (tab2)
4. rotation angle is identical to tab 1 , zoom level is **different** to tab 1
Expected:
1. open an overlay and zoom in and rotate (tab 1)
2. share url (tab 1)
3. open url in new tab (tab2)
4. rotation angle is identical to tab 1 , zoom level is **identical** to tab 1
Reproduction:
1. open state: https://goo.gl/zNJwC3
2. press share url button
3. open url in new tab - all is good!
4. now back to https://goo.gl/zNJwC3
5. rotate overlay
6. press share url button
7. open url in new tab - **zoom level is different!**
| priority | share url after rotating an overlay zoom level map extent is wrong current open an overlay and zoom in and rotate tab share url tab open url in new tab rotation angle is identical to tab zoom level is different to tab expected open an overlay and zoom in and rotate tab share url tab open url in new tab rotation angle is identical to tab zoom level is identical to tab reproduction open state press share url button open url in new tab all is good now back to rotate overlay press share url button open url in new tab zoom level is different | 1 |
22,187 | 2,645,770,126 | IssuesEvent | 2015-03-13 02:04:45 | prikhi/evoluspencil | https://api.github.com/repos/prikhi/evoluspencil | opened | [Enhancement] Allow text input in properties->text window | 2β5 stars imported Priority-Medium Type-Shapes-Enhancement | _From [flooberd...@gmail.com](https://code.google.com/u/115974732518422240613/) on November 15, 2008 13:42:48_
What steps will reproduce the problem? --It is sometimes difficult to get the text entry to display within the
shapes. Having a "for sure" place to enter the text that is part of the
shapes would be a UI improvement, especially as it seems that a trip
through the properties dialog is mostly necessary to perfect the appearance
of the object being drawn. What version of the product are you using? On what operating system? Pencil 1.0 Build 4 on Windows XP with Firefox 3.0.3. Please provide any additional information below.
_Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=72_ | 1.0 | [Enhancement] Allow text input in properties->text window - _From [flooberd...@gmail.com](https://code.google.com/u/115974732518422240613/) on November 15, 2008 13:42:48_
What steps will reproduce the problem? --It is sometimes difficult to get the text entry to display within the
shapes. Having a "for sure" place to enter the text that is part of the
shapes would be a UI improvement, especially as it seems that a trip
through the properties dialog is mostly necessary to perfect the appearance
of the object being drawn. What version of the product are you using? On what operating system? Pencil 1.0 Build 4 on Windows XP with Firefox 3.0.3. Please provide any additional information below.
_Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=72_ | priority | allow text input in properties text window from on november what steps will reproduce the problem it is sometimes difficult to get the text entry to display within the shapes having a for sure place to enter the text that is part of the shapes would be a ui improvement especially as it seems that a trip through the properties dialog is mostly necessary to perfect the appearance of the object being drawn what version of the product are you using on what operating system pencil build on windows xp with firefox please provide any additional information below original issue | 1 |
111,045 | 4,454,612,049 | IssuesEvent | 2016-08-23 01:48:56 | angular/angular-cli | https://api.github.com/repos/angular/angular-cli | closed | ng serve: support for proxy urls | command: serve effort: (2) medium priority: 3 (nice to have) type: feature | At development time our teem needs to proxy AJAX-requests with urls that match certain patterns/regexes to a different machine running the application backend.
Is this use-case already covered but not yet documented by `ng serve`?
If not I would like to propose this as a feature:
* pass an array of strings/regexes to `ng serve`
* if any of those strings/regexes match the url of the request then proxy the request to a configurable ip/port
If this however is not in the scope of `ng serve`, what benefits would our team lose if we were NOT using `ng serve` in the dev-workflow at all? | 1.0 | ng serve: support for proxy urls - At development time our teem needs to proxy AJAX-requests with urls that match certain patterns/regexes to a different machine running the application backend.
Is this use-case already covered but not yet documented by `ng serve`?
If not I would like to propose this as a feature:
* pass an array of strings/regexes to `ng serve`
* if any of those strings/regexes match the url of the request then proxy the request to a configurable ip/port
If this however is not in the scope of `ng serve`, what benefits would our team lose if we were NOT using `ng serve` in the dev-workflow at all? | priority | ng serve support for proxy urls at development time our teem needs to proxy ajax requests with urls that match certain patterns regexes to a different machine running the application backend is this use case already covered but not yet documented by ng serve if not i would like to propose this as a feature pass an array of strings regexes to ng serve if any of those strings regexes match the url of the request then proxy the request to a configurable ip port if this however is not in the scope of ng serve what benefits would our team lose if we were not using ng serve in the dev workflow at all | 1 |
422,177 | 12,267,584,730 | IssuesEvent | 2020-05-07 10:57:20 | ansible/ansible-lint | https://api.github.com/repos/ansible/ansible-lint | closed | ansible-lint no error and no message | priority/medium status/new type/bug | Hi,
I installed ansible-lint (version 4.2.0) on my Ubuntu 18.04 and my macOS Catalina 10.15.4, but when I run ansible-lint against a playbook it doesnβt show anything, no error, no message. On my Raspberry Pi I am running ansbile (2.7.7) and ansible-lint (4.2.0) against the same playbook and there it is showing me errors.
Does anybody else experience same behaviour?
Ubuntu 18.04 [not working]:
ansible 2.9.6
ansible-lint 4.2.0
macOS Catalina 10.15.4 [not working]:
ansible 2.9.6
ansible-lint 4.2.0
Raspian 10 (Buster) [working]:
ansible 2.7.7
ansible-lint 4.2.0
Installed ansible and ansible-lint with pip3 on Ubuntu and with brew on macOS.
I even tried ansible-lint version 4.1.0 and with ansible version 2.7.7, but no success.
Thanks for your help
Regards
| 1.0 | ansible-lint no error and no message - Hi,
I installed ansible-lint (version 4.2.0) on my Ubuntu 18.04 and my macOS Catalina 10.15.4, but when I run ansible-lint against a playbook it doesnβt show anything, no error, no message. On my Raspberry Pi I am running ansbile (2.7.7) and ansible-lint (4.2.0) against the same playbook and there it is showing me errors.
Does anybody else experience same behaviour?
Ubuntu 18.04 [not working]:
ansible 2.9.6
ansible-lint 4.2.0
macOS Catalina 10.15.4 [not working]:
ansible 2.9.6
ansible-lint 4.2.0
Raspian 10 (Buster) [working]:
ansible 2.7.7
ansible-lint 4.2.0
Installed ansible and ansible-lint with pip3 on Ubuntu and with brew on macOS.
I even tried ansible-lint version 4.1.0 and with ansible version 2.7.7, but no success.
Thanks for your help
Regards
| priority | ansible lint no error and no message hi i installed ansible lint version on my ubuntu and my macos catalina but when i run ansible lint against a playbook it doesnβt show anything no error no message on my raspberry pi i am running ansbile and ansible lint against the same playbook and there it is showing me errors does anybody else experience same behaviour ubuntu ansible ansible lint macos catalina ansible ansible lint raspian buster ansible ansible lint installed ansible and ansible lint with on ubuntu and with brew on macos i even tried ansible lint version and with ansible version but no success thanks for your help regards | 1 |
550,262 | 16,108,203,199 | IssuesEvent | 2021-04-27 17:28:05 | MycroftAI/hardware-mycroft-mark-II | https://api.github.com/repos/MycroftAI/hardware-mycroft-mark-II | closed | latest 03-24 03:35:08 lost Wake Word response | Priority: Medium bug | **Describe the bug**
latest update as posted ; the WakeWord "Hey Mycroft" OR Ezra will not wake it up
mechanical switch does work,
FYI -but had no response LEDs until 2021-03-26 00:40:58.064 reboot/restart auto triggered !! [not sure if I rebooted]
*
**Log files**
[mycroft-26am.tar.gz](https://github.com/MycroftAI/hardware-mycroft-mark-II/files/6210909/mycroft-26am.tar.gz)
**Environment :**
- Device type: [Mark2-rpi4 - network cable/ uSDC
- OS: [e.g. Ubuntu,
- Mycroft-core version: [e.g. 20.08.01 as reported
| 1.0 | latest 03-24 03:35:08 lost Wake Word response - **Describe the bug**
latest update as posted ; the WakeWord "Hey Mycroft" OR Ezra will not wake it up
mechanical switch does work,
FYI -but had no response LEDs until 2021-03-26 00:40:58.064 reboot/restart auto triggered !! [not sure if I rebooted]
*
**Log files**
[mycroft-26am.tar.gz](https://github.com/MycroftAI/hardware-mycroft-mark-II/files/6210909/mycroft-26am.tar.gz)
**Environment :**
- Device type: [Mark2-rpi4 - network cable/ uSDC
- OS: [e.g. Ubuntu,
- Mycroft-core version: [e.g. 20.08.01 as reported
| priority | latest lost wake word response describe the bug latest update as posted the wakeword hey mycroft or ezra will not wake it up mechanical switch does work fyi but had no response leds until reboot restart auto triggered log files environment device type network cable usdc os e g ubuntu mycroft core version e g as reported | 1 |
341,250 | 10,290,940,972 | IssuesEvent | 2019-08-27 14:17:08 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID :203414]Memory - corruptions in /subsys/net/lib/lwm2m/ipso_buzzer.c | Coverity area: Networking bug priority: medium | Static code scan issues seen in File: /subsys/net/lib/lwm2m/ipso_buzzer.c
Category: Memory - corruptions
Function: buzzer_create
Component: Networking
CID: 203414
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996 | 1.0 | [Coverity CID :203414]Memory - corruptions in /subsys/net/lib/lwm2m/ipso_buzzer.c - Static code scan issues seen in File: /subsys/net/lib/lwm2m/ipso_buzzer.c
Category: Memory - corruptions
Function: buzzer_create
Component: Networking
CID: 203414
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996 | priority | memory corruptions in subsys net lib ipso buzzer c static code scan issues seen in file subsys net lib ipso buzzer c category memory corruptions function buzzer create component networking cid please fix or provide comments to square it off in coverity in the link | 1 |
256,758 | 8,128,732,602 | IssuesEvent | 2018-08-17 12:56:09 | Sinapse-Energia/talking-fiber | https://api.github.com/repos/Sinapse-Energia/talking-fiber | opened | [Sampling][Consumption] Study consumption in Sampling mode | Priority: medium Size: 3 Status: new Type: action | Part of #5
Study the consumption when the device is working in "Sampling" Mode with different configurations | 1.0 | [Sampling][Consumption] Study consumption in Sampling mode - Part of #5
Study the consumption when the device is working in "Sampling" Mode with different configurations | priority | study consumption in sampling mode part of study the consumption when the device is working in sampling mode with different configurations | 1 |
370,504 | 10,933,133,903 | IssuesEvent | 2019-11-23 23:01:38 | IACR/program-editor | https://api.github.com/repos/IACR/program-editor | opened | login flow could be improved | enhancement priority: medium | The way web login works is that both the client and the server have state that they use to maintain the login session. The server currently uses PHP session, which may be garbage collected at any time. Inside this session the server has access to the userid and username of the user. The client has a PHPSESSION cookie that is simply a key used by the server. When this key is sent to the server, the server can lookup the session and validate the state. The session may expire at an indeterminate time, since the server is in control of this (actually the server has two parts - when the cookie is set and when the garbage collection runs).
I propose that we do the following:
1. start using both a PHPSESSION cookie and a program-editor cookie. The latter will store the userid/username that the server also stores in the session.
2. When the client starts up, it should check for both the PHPSESSION cookie and the program-editor cookie. If both are present, then the client should assume that the session is valid until demonstrated otherwise by a 401 from the server.
3. The client should never check the login unless it is performing some action with the server such as looking up the list of programs or saving a program or deleting a program. If it ever gets a 401 in response to an ajax, it should show a modal to force the login again. This means that the previous action generating a 401 would have to be reissued after login is successful.
4. because ajax actions may result in a 401 from the server, modals such as deleteProgramModal should be careful to handle this and show an option to login again. This would close the current modal and open the login modal.
| 1.0 | login flow could be improved - The way web login works is that both the client and the server have state that they use to maintain the login session. The server currently uses PHP session, which may be garbage collected at any time. Inside this session the server has access to the userid and username of the user. The client has a PHPSESSION cookie that is simply a key used by the server. When this key is sent to the server, the server can lookup the session and validate the state. The session may expire at an indeterminate time, since the server is in control of this (actually the server has two parts - when the cookie is set and when the garbage collection runs).
I propose that we do the following:
1. start using both a PHPSESSION cookie and a program-editor cookie. The latter will store the userid/username that the server also stores in the session.
2. When the client starts up, it should check for both the PHPSESSION cookie and the program-editor cookie. If both are present, then the client should assume that the session is valid until demonstrated otherwise by a 401 from the server.
3. The client should never check the login unless it is performing some action with the server such as looking up the list of programs or saving a program or deleting a program. If it ever gets a 401 in response to an ajax, it should show a modal to force the login again. This means that the previous action generating a 401 would have to be reissued after login is successful.
4. because ajax actions may result in a 401 from the server, modals such as deleteProgramModal should be careful to handle this and show an option to login again. This would close the current modal and open the login modal.
| priority | login flow could be improved the way web login works is that both the client and the server have state that they use to maintain the login session the server currently uses php session which may be garbage collected at any time inside this session the server has access to the userid and username of the user the client has a phpsession cookie that is simply a key used by the server when this key is sent to the server the server can lookup the session and validate the state the session may expire at an indeterminate time since the server is in control of this actually the server has two parts when the cookie is set and when the garbage collection runs i propose that we do the following start using both a phpsession cookie and a program editor cookie the latter will store the userid username that the server also stores in the session when the client starts up it should check for both the phpsession cookie and the program editor cookie if both are present then the client should assume that the session is valid until demonstrated otherwise by a from the server the client should never check the login unless it is performing some action with the server such as looking up the list of programs or saving a program or deleting a program if it ever gets a in response to an ajax it should show a modal to force the login again this means that the previous action generating a would have to be reissued after login is successful because ajax actions may result in a from the server modals such as deleteprogrammodal should be careful to handle this and show an option to login again this would close the current modal and open the login modal | 1 |
516,267 | 14,978,321,411 | IssuesEvent | 2021-01-28 10:40:26 | netdata/netdata | https://api.github.com/repos/netdata/netdata | closed | Automatic snapshot on alarm | area/health feature request group/d-c priority/medium | Hello,
Since this is my first issue here, I would like to congratulate all the people working on Netdata. It is a brilliant project with a clear vision. We see behind such tool the solid DevOps experience from the developers. **Thank you very much for your work !**
I would like to discuss with you the possibility to have **Automatic Snapshot on Alarm** as an alternative to a longer history storage as discussed in #3333 for instance. The user stories are the following :
1. DevOp is in a meeting with customers. He receives a warning alarm which quickly recovers. However DevOp would like to investigate the issue later on after his meeting. He his about to present the brand new product's architecture to the customer for 30 minutes, he does not have the time to go the Netadata site and take a snapshot.
2. Netdata has been configured to not send mail/SMS to DevOp for warnings which quickly recover. When DevOp arrives at work in the morning he sees the alarm history and would like to investigate what happened during the night.
In such situations (and most alarm situations ?) **snapshots are perfectly fine**. When an issue comes in i only want to know what happened a few minutes before and how the system reacts a few minutes after. I do not need to have a full history for days or months. For big data / analytics I would rather use Prometheus, Elastic Search, Hadoop or other. But for real time monitoring Netdata snapshots are perfect. Also having a lower sampling rate for longer history does not help here. I really want the true snapshot at 1 second resolution like if I were available at the time the alarm raises.
**However when an issue arrives i might not be able to secure the snapshot** for the past hour and next 30 minutes (in a meeting, at night, ...). It would be great if **Netdata takes the snapshot for me automatically**.
I believe I can do it already with a custom alarm-notify script and the Netdata API (i did not investigated this further), but having that in Netdata natively would be awesome.
Thinking at how it could be implemented I have been through 3 ideas:
1. Take the snapshot automatically and store it on disk. Such storage has to be limited in size and time. Such snapshots could be accessible through the web UI.
2. Attach the snapshot to the mail (slack, hipchat, ...) notification.
3. Send the snapshot to another server (which protocol ?).
What do you think ? Couldn't it be an alternative to a longer history ?
Cheers,
Riri. | 1.0 | Automatic snapshot on alarm - Hello,
Since this is my first issue here, I would like to congratulate all the people working on Netdata. It is a brilliant project with a clear vision. We see behind such tool the solid DevOps experience from the developers. **Thank you very much for your work !**
I would like to discuss with you the possibility to have **Automatic Snapshot on Alarm** as an alternative to a longer history storage as discussed in #3333 for instance. The user stories are the following :
1. DevOp is in a meeting with customers. He receives a warning alarm which quickly recovers. However DevOp would like to investigate the issue later on after his meeting. He his about to present the brand new product's architecture to the customer for 30 minutes, he does not have the time to go the Netadata site and take a snapshot.
2. Netdata has been configured to not send mail/SMS to DevOp for warnings which quickly recover. When DevOp arrives at work in the morning he sees the alarm history and would like to investigate what happened during the night.
In such situations (and most alarm situations ?) **snapshots are perfectly fine**. When an issue comes in i only want to know what happened a few minutes before and how the system reacts a few minutes after. I do not need to have a full history for days or months. For big data / analytics I would rather use Prometheus, Elastic Search, Hadoop or other. But for real time monitoring Netdata snapshots are perfect. Also having a lower sampling rate for longer history does not help here. I really want the true snapshot at 1 second resolution like if I were available at the time the alarm raises.
**However when an issue arrives i might not be able to secure the snapshot** for the past hour and next 30 minutes (in a meeting, at night, ...). It would be great if **Netdata takes the snapshot for me automatically**.
I believe I can do it already with a custom alarm-notify script and the Netdata API (i did not investigated this further), but having that in Netdata natively would be awesome.
Thinking at how it could be implemented I have been through 3 ideas:
1. Take the snapshot automatically and store it on disk. Such storage has to be limited in size and time. Such snapshots could be accessible through the web UI.
2. Attach the snapshot to the mail (slack, hipchat, ...) notification.
3. Send the snapshot to another server (which protocol ?).
What do you think ? Couldn't it be an alternative to a longer history ?
Cheers,
Riri. | priority | automatic snapshot on alarm hello since this is my first issue here i would like to congratulate all the people working on netdata it is a brilliant project with a clear vision we see behind such tool the solid devops experience from the developers thank you very much for your work i would like to discuss with you the possibility to have automatic snapshot on alarm as an alternative to a longer history storage as discussed in for instance the user stories are the following devop is in a meeting with customers he receives a warning alarm which quickly recovers however devop would like to investigate the issue later on after his meeting he his about to present the brand new product s architecture to the customer for minutes he does not have the time to go the netadata site and take a snapshot netdata has been configured to not send mail sms to devop for warnings which quickly recover when devop arrives at work in the morning he sees the alarm history and would like to investigate what happened during the night in such situations and most alarm situations snapshots are perfectly fine when an issue comes in i only want to know what happened a few minutes before and how the system reacts a few minutes after i do not need to have a full history for days or months for big data analytics i would rather use prometheus elastic search hadoop or other but for real time monitoring netdata snapshots are perfect also having a lower sampling rate for longer history does not help here i really want the true snapshot at second resolution like if i were available at the time the alarm raises however when an issue arrives i might not be able to secure the snapshot for the past hour and next minutes in a meeting at night it would be great if netdata takes the snapshot for me automatically i believe i can do it already with a custom alarm notify script and the netdata api i did not investigated this further but having that in netdata natively would be awesome thinking at how it could be implemented i have been through ideas take the snapshot automatically and store it on disk such storage has to be limited in size and time such snapshots could be accessible through the web ui attach the snapshot to the mail slack hipchat notification send the snapshot to another server which protocol what do you think couldn t it be an alternative to a longer history cheers riri | 1 |
766,813 | 26,899,905,338 | IssuesEvent | 2023-02-06 14:59:49 | canonical/canonical.com | https://api.github.com/repos/canonical/canonical.com | closed | https://canonical.com/intellectual-property-policy not found | Priority: Medium | In the cloud-images streams files (eg. https://cloud-images.ubuntu.com/minimal/releases/streams/v1/com.ubuntu.cloud:released:download.json) we set the license to http://www.canonical.com/intellectual-property-policy but this just gives a 404. Is there another path we should use? | 1.0 | https://canonical.com/intellectual-property-policy not found - In the cloud-images streams files (eg. https://cloud-images.ubuntu.com/minimal/releases/streams/v1/com.ubuntu.cloud:released:download.json) we set the license to http://www.canonical.com/intellectual-property-policy but this just gives a 404. Is there another path we should use? | priority | not found in the cloud images streams files eg we set the license to but this just gives a is there another path we should use | 1 |
592,337 | 17,875,894,480 | IssuesEvent | 2021-09-07 03:35:13 | staynomad/Nomad-Front | https://api.github.com/repos/staynomad/Nomad-Front | opened | Best Budget and Family Size containers not displaying listings | dev:bug difficulty:medium priority:high | # Background
<!--- Put any relevant background information here. --->


Network tab displays 3 successful calls to the `filteredListings` route which is expected. Could possibly be a backend issue.
# Task
<!--- Put the task here (ideally bullet points). --->
- Investigate issue causing Best Budget and Family Size containers under Explore page to not render any listings
- Update route or API call to properly return:
- 5 cheapest listings for Best Budget
- 5 largest (most maxGuests) listings for Family Size
# Done When
<!--- Put the completion criteria for the issue here. --->
- Best Budget displays 5 cheapest listings
- Family Size displays 5 largest (most maxGuests) listings
| 1.0 | Best Budget and Family Size containers not displaying listings - # Background
<!--- Put any relevant background information here. --->


Network tab displays 3 successful calls to the `filteredListings` route which is expected. Could possibly be a backend issue.
# Task
<!--- Put the task here (ideally bullet points). --->
- Investigate issue causing Best Budget and Family Size containers under Explore page to not render any listings
- Update route or API call to properly return:
- 5 cheapest listings for Best Budget
- 5 largest (most maxGuests) listings for Family Size
# Done When
<!--- Put the completion criteria for the issue here. --->
- Best Budget displays 5 cheapest listings
- Family Size displays 5 largest (most maxGuests) listings
| priority | best budget and family size containers not displaying listings background network tab displays successful calls to the filteredlistings route which is expected could possibly be a backend issue task investigate issue causing best budget and family size containers under explore page to not render any listings update route or api call to properly return cheapest listings for best budget largest most maxguests listings for family size done when best budget displays cheapest listings family size displays largest most maxguests listings | 1 |
99,749 | 4,064,204,815 | IssuesEvent | 2016-05-26 05:13:40 | AtlasOfLivingAustralia/volunteer-portal | https://api.github.com/repos/AtlasOfLivingAustralia/volunteer-portal | closed | DigiVol should use image service. | enhancement priority-medium | This will require the ability for biocache to correctly link to images already in the image service, rather then re-import them.
Other work items:
- New viewer
- New import flow/UI?
- Migration of existing expeditions
https://github.com/AtlasOfLivingAustralia/volunteer-portal/issues/new# | 1.0 | DigiVol should use image service. - This will require the ability for biocache to correctly link to images already in the image service, rather then re-import them.
Other work items:
- New viewer
- New import flow/UI?
- Migration of existing expeditions
https://github.com/AtlasOfLivingAustralia/volunteer-portal/issues/new# | priority | digivol should use image service this will require the ability for biocache to correctly link to images already in the image service rather then re import them other work items new viewer new import flow ui migration of existing expeditions | 1 |
743,889 | 25,918,196,589 | IssuesEvent | 2022-12-15 19:16:48 | learnspigot/discord-bot | https://api.github.com/repos/learnspigot/discord-bot | closed | Interaction fails for staff selecting reputation on users behalf | bug medium priority | ### Explain the issue.
In the case of a thread where the OP has done a runner, management may need to run /close and select contributors on their behalf.
Currently, we can close it but interaction fails at selecting contributors.
I discussed this with @Nuckerr that this was to be the intended impl. Currently the only solution is to manually add rep which is not the best.
### How to recreate?
_No response_
### Anything else?
_No response_ | 1.0 | Interaction fails for staff selecting reputation on users behalf - ### Explain the issue.
In the case of a thread where the OP has done a runner, management may need to run /close and select contributors on their behalf.
Currently, we can close it but interaction fails at selecting contributors.
I discussed this with @Nuckerr that this was to be the intended impl. Currently the only solution is to manually add rep which is not the best.
### How to recreate?
_No response_
### Anything else?
_No response_ | priority | interaction fails for staff selecting reputation on users behalf explain the issue in the case of a thread where the op has done a runner management may need to run close and select contributors on their behalf currently we can close it but interaction fails at selecting contributors i discussed this with nuckerr that this was to be the intended impl currently the only solution is to manually add rep which is not the best how to recreate no response anything else no response | 1 |
412,456 | 12,042,761,005 | IssuesEvent | 2020-04-14 11:10:55 | measurement-kit/measurement-kit | https://api.github.com/repos/measurement-kit/measurement-kit | closed | Remove the orchestra implementation | cleanup effort/M priority/medium | When https://github.com/ooni/probe-engine/issues/14 is done, we can safely remove the orchestra implementation from this repository, because it's marked as an internal API. | 1.0 | Remove the orchestra implementation - When https://github.com/ooni/probe-engine/issues/14 is done, we can safely remove the orchestra implementation from this repository, because it's marked as an internal API. | priority | remove the orchestra implementation when is done we can safely remove the orchestra implementation from this repository because it s marked as an internal api | 1 |
593,038 | 17,936,661,217 | IssuesEvent | 2021-09-10 16:10:16 | Sergih28/setup-comparator | https://api.github.com/repos/Sergih28/setup-comparator | opened | BUG: Notes are not displayed correctly. | status: waiting priority: medium type: bug | ## π Current behavior
<!-- A clear and concise description of what the bug is -->
- Notes are cut off when they are multiline. At the moment it just keeps the last note.
- Notes content has weird characters
## π Expected behavior
<!-- A clear and concise description of what you expected to happen -->
- Notes should be concatenated one after another (in the same setup).
- Weird characters should be removed from the string
## π Steps to reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1. Load Setups
2. Check the 'Setups' tab to view the notes
<!-- ## πΌοΈ Screenshots
If applicable, add screenshots to help explain your problem -->
<!-- If necessary, add desktop / smartphone information -->
<!-- ## βΉοΈ Additional info -->
<!-- **π₯ Desktop:**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
-->
<!-- **π± Smartphone:**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
-->
<!-- ## π Additional comments
Add any other things to note about the issue here -->
## π‘ Possible solutions
- [ ] Concatenate all the notes in the same setup
- [ ] Remove weird characters from the notes string | 1.0 | BUG: Notes are not displayed correctly. - ## π Current behavior
<!-- A clear and concise description of what the bug is -->
- Notes are cut off when they are multiline. At the moment it just keeps the last note.
- Notes content has weird characters
## π Expected behavior
<!-- A clear and concise description of what you expected to happen -->
- Notes should be concatenated one after another (in the same setup).
- Weird characters should be removed from the string
## π Steps to reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1. Load Setups
2. Check the 'Setups' tab to view the notes
<!-- ## πΌοΈ Screenshots
If applicable, add screenshots to help explain your problem -->
<!-- If necessary, add desktop / smartphone information -->
<!-- ## βΉοΈ Additional info -->
<!-- **π₯ Desktop:**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
-->
<!-- **π± Smartphone:**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
-->
<!-- ## π Additional comments
Add any other things to note about the issue here -->
## π‘ Possible solutions
- [ ] Concatenate all the notes in the same setup
- [ ] Remove weird characters from the notes string | priority | bug notes are not displayed correctly π current behavior notes are cut off when they are multiline at the moment it just keeps the last note notes content has weird characters π expected behavior notes should be concatenated one after another in the same setup weird characters should be removed from the string π steps to reproduce load setups check the setups tab to view the notes πΌοΈ screenshots if applicable add screenshots to help explain your problem π₯ desktop os browser version π± smartphone device os browser version π additional comments add any other things to note about the issue here π‘ possible solutions concatenate all the notes in the same setup remove weird characters from the notes string | 1 |
719,967 | 24,774,609,168 | IssuesEvent | 2022-10-23 15:20:57 | AY2223S1-CS2113-W12-3/tp | https://api.github.com/repos/AY2223S1-CS2113-W12-3/tp | closed | As a user, want to be able to delete a weight and fat record | priority.Medium type.Story | in case I entered the values wrongly | 1.0 | As a user, want to be able to delete a weight and fat record - in case I entered the values wrongly | priority | as a user want to be able to delete a weight and fat record in case i entered the values wrongly | 1 |
806,292 | 29,810,181,099 | IssuesEvent | 2023-06-16 14:30:38 | OpenBioML/chemnlp | https://api.github.com/repos/OpenBioML/chemnlp | closed | Speed-up pipeline for 3B model | work package: model training priority: medium | The pipeline is running fast but is still significantly slower than the 1B model (5x slower at the time of writing) which harms our ability to run experiments on the larger models sizes. We want to explore options to speed this up including;
- gradient accumulation
- multi-node sharding setups with deepspeed
- lower batch sizes for speed in forward pass
- read NeoX paper | 1.0 | Speed-up pipeline for 3B model - The pipeline is running fast but is still significantly slower than the 1B model (5x slower at the time of writing) which harms our ability to run experiments on the larger models sizes. We want to explore options to speed this up including;
- gradient accumulation
- multi-node sharding setups with deepspeed
- lower batch sizes for speed in forward pass
- read NeoX paper | priority | speed up pipeline for model the pipeline is running fast but is still significantly slower than the model slower at the time of writing which harms our ability to run experiments on the larger models sizes we want to explore options to speed this up including gradient accumulation multi node sharding setups with deepspeed lower batch sizes for speed in forward pass read neox paper | 1 |
691,716 | 23,708,013,297 | IssuesEvent | 2022-08-30 04:30:34 | HaDuve/TravelCostNative | https://api.github.com/repos/HaDuve/TravelCostNative | closed | Adjust the App to follow the Design closely | Medium Priority MetaIssue | - [ ] #35
- [x] Signup
- [x] Login
- [x] Profile
- [x] Expense Overview
- [x] Manage Expense
- [x] Manage Trip | 1.0 | Adjust the App to follow the Design closely - - [ ] #35
- [x] Signup
- [x] Login
- [x] Profile
- [x] Expense Overview
- [x] Manage Expense
- [x] Manage Trip | priority | adjust the app to follow the design closely signup login profile expense overview manage expense manage trip | 1 |
40,573 | 2,868,929,027 | IssuesEvent | 2015-06-05 22:01:11 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Request to host package - dartbox2d | Fixed Priority-Medium Type-Task | _Originally opened as dart-lang/sdk#5947_
*This issue was originally filed by domi...@google.com*
_____
git clone https://code.google.com/p/dartbox2d/
| 1.0 | Request to host package - dartbox2d - _Originally opened as dart-lang/sdk#5947_
*This issue was originally filed by domi...@google.com*
_____
git clone https://code.google.com/p/dartbox2d/
| priority | request to host package originally opened as dart lang sdk this issue was originally filed by domi google com git clone | 1 |
275,230 | 8,575,478,831 | IssuesEvent | 2018-11-12 17:23:01 | aowen87/TicketTester | https://api.github.com/repos/aowen87/TicketTester | closed | Proposed update to how we use QSpinBox with plots/operators. | Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal | The QSpinBox signal we generally observe is 'valueChanged'. This signal is emitted with every click of the up/down arrows, and for every digit typed starting at the # of signficant digits set with minimum. Eg if minimum is 100, then 'valueChanged' will be emitted as soon as the 3rd digit is typed, and then for every digit typed thereafter.
When we observe this signal and update a plot or operator's attributes, then we are going through the atts->Notify/UpdateWindow process more frequently than we should.
I suggest one simple change:
Turn off keyboard tracking for all QSpinBox instances (myspinbox->setKeyboardTracking(false)). For typed input, this means the 'valueChanged' signal would not be emitted until return is pressed or the spinbox loses focus.
This helps for the case of typing input into a QSpinBox. It doesn't help with the up/down arrows, and I'm not sure if this aspect should be addressed as well.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2628
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Proposed update to how we use QSpinBox with plots/operators.
Assigned to: Kathleen Biagas
Category:
Target version: 2.11.0
Author: Kathleen Biagas
Start: 06/07/2016
Due date:
% Done: 100
Estimated time: 4.0
Created: 06/07/2016 05:31 pm
Updated: 06/28/2016 03:39 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
The QSpinBox signal we generally observe is 'valueChanged'. This signal is emitted with every click of the up/down arrows, and for every digit typed starting at the # of signficant digits set with minimum. Eg if minimum is 100, then 'valueChanged' will be emitted as soon as the 3rd digit is typed, and then for every digit typed thereafter.
When we observe this signal and update a plot or operator's attributes, then we are going through the atts->Notify/UpdateWindow process more frequently than we should.
I suggest one simple change:
Turn off keyboard tracking for all QSpinBox instances (myspinbox->setKeyboardTracking(false)). For typed input, this means the 'valueChanged' signal would not be emitted until return is pressed or the spinbox loses focus.
This helps for the case of typing input into a QSpinBox. It doesn't help with the up/down arrows, and I'm not sure if this aspect should be addressed as well.
Comments:
Disabled keyboard tracking for most of the QSpinBox instances in our gui/plots/operators.M tools/xml/GenerateWindow.hM operators/LimitCycle/QvisLimitCycleWindow.CM operators/Poincare/QvisPoincareWindow.CM operators/IndexSelect/QvisIndexSelectWindow.CM operators/IntegralCurve/QvisIntegralCurveWindow.CM operators/LCS/QvisLCSWindow.CM operators/OnionPeel/QvisOnionPeelWindow.CM gui/QvisRotationTransition.CM gui/QvisText3DInterface.CM gui/QvisCMFEWizard.CM gui/QvisImageAnnotationInterface.CM gui/QvisAnnotationObjectInterface.CM gui/QvisCMFEWizard.hM gui/QvisAnimationWindow.CM gui/QvisAnnotationObjectInterface.hM gui/QvisStripChartMgr.CM gui/QvisLightingWindow.CM gui/QvisTimeQueryOptionsWidget.CM gui/QvisText2DInterface.CM gui/QvisStripChartMgr.hM gui/QvisRenderingWindow.CM gui/QvisAxisAttributesWidget.CM gui/QvisHostProfileWindow.CM gui/QvisSequenceTransition.CM gui/QvisAxisAttributesWidget.hM gui/QvisInteractorWindow.CM gui/QvisLegendAttributesInterface.CM gui/QvisAnnotationWindow.CM gui/QvisInteractorWindow.hM gui/QvisExportDBWindow.CM gui/QvisSelectionsWindow.CM gui/QvisColorTableWindow.CM gui/QvisSaveMovieWizard.CM gui/QvisTimeSliderInterface.CM plots/Label/QvisLabelPlotWindow.CM plots/Curve/QvisCurvePlotWindow.CM plots/Histogram/QvisHistogramPlotWindow.CM plots/Pseudocolor/QvisPseudocolorPlotWindow.CM plots/Volume/QvisVolumePlotWindow.C
| 1.0 | Proposed update to how we use QSpinBox with plots/operators. - The QSpinBox signal we generally observe is 'valueChanged'. This signal is emitted with every click of the up/down arrows, and for every digit typed starting at the # of signficant digits set with minimum. Eg if minimum is 100, then 'valueChanged' will be emitted as soon as the 3rd digit is typed, and then for every digit typed thereafter.
When we observe this signal and update a plot or operator's attributes, then we are going through the atts->Notify/UpdateWindow process more frequently than we should.
I suggest one simple change:
Turn off keyboard tracking for all QSpinBox instances (myspinbox->setKeyboardTracking(false)). For typed input, this means the 'valueChanged' signal would not be emitted until return is pressed or the spinbox loses focus.
This helps for the case of typing input into a QSpinBox. It doesn't help with the up/down arrows, and I'm not sure if this aspect should be addressed as well.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2628
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Proposed update to how we use QSpinBox with plots/operators.
Assigned to: Kathleen Biagas
Category:
Target version: 2.11.0
Author: Kathleen Biagas
Start: 06/07/2016
Due date:
% Done: 100
Estimated time: 4.0
Created: 06/07/2016 05:31 pm
Updated: 06/28/2016 03:39 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
The QSpinBox signal we generally observe is 'valueChanged'. This signal is emitted with every click of the up/down arrows, and for every digit typed starting at the # of signficant digits set with minimum. Eg if minimum is 100, then 'valueChanged' will be emitted as soon as the 3rd digit is typed, and then for every digit typed thereafter.
When we observe this signal and update a plot or operator's attributes, then we are going through the atts->Notify/UpdateWindow process more frequently than we should.
I suggest one simple change:
Turn off keyboard tracking for all QSpinBox instances (myspinbox->setKeyboardTracking(false)). For typed input, this means the 'valueChanged' signal would not be emitted until return is pressed or the spinbox loses focus.
This helps for the case of typing input into a QSpinBox. It doesn't help with the up/down arrows, and I'm not sure if this aspect should be addressed as well.
Comments:
Disabled keyboard tracking for most of the QSpinBox instances in our gui/plots/operators.M tools/xml/GenerateWindow.hM operators/LimitCycle/QvisLimitCycleWindow.CM operators/Poincare/QvisPoincareWindow.CM operators/IndexSelect/QvisIndexSelectWindow.CM operators/IntegralCurve/QvisIntegralCurveWindow.CM operators/LCS/QvisLCSWindow.CM operators/OnionPeel/QvisOnionPeelWindow.CM gui/QvisRotationTransition.CM gui/QvisText3DInterface.CM gui/QvisCMFEWizard.CM gui/QvisImageAnnotationInterface.CM gui/QvisAnnotationObjectInterface.CM gui/QvisCMFEWizard.hM gui/QvisAnimationWindow.CM gui/QvisAnnotationObjectInterface.hM gui/QvisStripChartMgr.CM gui/QvisLightingWindow.CM gui/QvisTimeQueryOptionsWidget.CM gui/QvisText2DInterface.CM gui/QvisStripChartMgr.hM gui/QvisRenderingWindow.CM gui/QvisAxisAttributesWidget.CM gui/QvisHostProfileWindow.CM gui/QvisSequenceTransition.CM gui/QvisAxisAttributesWidget.hM gui/QvisInteractorWindow.CM gui/QvisLegendAttributesInterface.CM gui/QvisAnnotationWindow.CM gui/QvisInteractorWindow.hM gui/QvisExportDBWindow.CM gui/QvisSelectionsWindow.CM gui/QvisColorTableWindow.CM gui/QvisSaveMovieWizard.CM gui/QvisTimeSliderInterface.CM plots/Label/QvisLabelPlotWindow.CM plots/Curve/QvisCurvePlotWindow.CM plots/Histogram/QvisHistogramPlotWindow.CM plots/Pseudocolor/QvisPseudocolorPlotWindow.CM plots/Volume/QvisVolumePlotWindow.C
| priority | proposed update to how we use qspinbox with plots operators the qspinbox signal we generally observe is valuechanged this signal is emitted with every click of the up down arrows and for every digit typed starting at the of signficant digits set with minimum eg if minimum is then valuechanged will be emitted as soon as the digit is typed and then for every digit typed thereafter when we observe this signal and update a plot or operator s attributes then we are going through the atts notify updatewindow process more frequently than we should i suggest one simple change turn off keyboard tracking for all qspinbox instances myspinbox setkeyboardtracking false for typed input this means the valuechanged signal would not be emitted until return is pressed or the spinbox loses focus this helps for the case of typing input into a qspinbox it doesn t help with the up down arrows and i m not sure if this aspect should be addressed as well redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker feature priority normal subject proposed update to how we use qspinbox with plots operators assigned to kathleen biagas category target version author kathleen biagas start due date done estimated time created pm updated pm likelihood severity found in version impact medium expected use occasional os all support group any description the qspinbox signal we generally observe is valuechanged this signal is emitted with every click of the up down arrows and for every digit typed starting at the of signficant digits set with minimum eg if minimum is then valuechanged will be emitted as soon as the digit is typed and then for every digit typed thereafter when we observe this signal and update a plot or operator s attributes then we are going through the atts notify updatewindow process more frequently than we should i suggest one simple change turn off keyboard tracking for all qspinbox instances myspinbox setkeyboardtracking false for typed input this means the valuechanged signal would not be emitted until return is pressed or the spinbox loses focus this helps for the case of typing input into a qspinbox it doesn t help with the up down arrows and i m not sure if this aspect should be addressed as well comments disabled keyboard tracking for most of the qspinbox instances in our gui plots operators m tools xml generatewindow hm operators limitcycle qvislimitcyclewindow cm operators poincare qvispoincarewindow cm operators indexselect qvisindexselectwindow cm operators integralcurve qvisintegralcurvewindow cm operators lcs qvislcswindow cm operators onionpeel qvisonionpeelwindow cm gui qvisrotationtransition cm gui cm gui qviscmfewizard cm gui qvisimageannotationinterface cm gui qvisannotationobjectinterface cm gui qviscmfewizard hm gui qvisanimationwindow cm gui qvisannotationobjectinterface hm gui qvisstripchartmgr cm gui qvislightingwindow cm gui qvistimequeryoptionswidget cm gui cm gui qvisstripchartmgr hm gui qvisrenderingwindow cm gui qvisaxisattributeswidget cm gui qvishostprofilewindow cm gui qvissequencetransition cm gui qvisaxisattributeswidget hm gui qvisinteractorwindow cm gui qvislegendattributesinterface cm gui qvisannotationwindow cm gui qvisinteractorwindow hm gui qvisexportdbwindow cm gui qvisselectionswindow cm gui qviscolortablewindow cm gui qvissavemoviewizard cm gui qvistimesliderinterface cm plots label qvislabelplotwindow cm plots curve qviscurveplotwindow cm plots histogram qvishistogramplotwindow cm plots pseudocolor qvispseudocolorplotwindow cm plots volume qvisvolumeplotwindow c | 1 |
521,340 | 15,107,972,859 | IssuesEvent | 2021-02-08 16:05:22 | dtcenter/MET | https://api.github.com/repos/dtcenter/MET | closed | Reformat the magic_str() for NetCDF data files. | alert: NEED ACCOUNT KEY component: user support priority: medium requestor: NOAA/EMC type: enhancement | ## Describe the Enhancement ##
This is a minor change to how the magic_str() should be formatted when processing NetCDF data files. This caused some confusion for a user, as described in this MET-Help ticket:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=98524
When processing gridded NetCDF data created by other MET tools, the "level" string in the MET configuration file can be set two different ways.
```
float APCP_12(lat, lon) ;
APCP_12:name = "APCP_12" ;
APCP_12:long_name = "Total precipitation" ;
APCP_12:level = "A12" ;
APCP_12:units = "kg/m^2" ;
```
(1) Define how to index into the NetCDF variable dimensions:
```
level="(*,*)";
```
Which results in this type of log message:
```
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing method NEAREST(1), over region DTC165, using 2651 matched pairs.
```
(2) Or define the value for the "level" attribute of the NetCDF variable being read:
```
level="A12";
```
Which results in this type of log message:
```
DEBUG 2: Processing APCP_12A12 versus APCP_12A12, for smoothing method NEAREST(1), over region DTC165, using 2651 matched pairs.
```
The log message from (2) caused confusion. This task is to change the formatting of that string to be "APCP_12/A12" instead.
Instead of just always inserting '/' between the name and level, recommend only doing so if the first character of the level string is NOT '('. Recommend making this change for all vx_data2d libraries that process gridded NetCDF data.
### Time Estimate ###
2 hours. But this might cause some diffs to the NB output which may take a while to check.
### Sub-Issues ###
Consider breaking the enhancement down into sub-issues.
No sub-issues required
### Relevant Deadlines ###
None
### Funding Source ###
?
## Define the Metadata ##
### Assignee ###
- [x] Select **engineer(s)** or **no engineer** required: John HG
- [x] Select **scientist(s)** or **no scientist** required: none required
### Labels ###
- [x] Select **component(s)**
- [x] Select **priority**
- [x] Select **requestor(s)**
### Projects and Milestone ###
- [x] Review **projects** and select relevant **Repository** and **Organization** ones or add "alert:NEED PROJECT ASSIGNMENT" label
- [x] Select **milestone** to next major version milestone or "Future Versions"
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [x] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdatadb](https://github.com/dtcenter/METdatadb/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
No impacts.
## Enhancement Checklist ##
See the [METplus Workflow](https://dtcenter.github.io/METplus/Contributors_Guide/github_workflow.html) for details.
- [x] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [x] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>_<Description>`
- [x] Complete the development and test your changes.
- [x] Add/update log messages for easier debugging.
- [x] Add/update unit tests.
- [x] Add/update documentation.
- [x] Push local changes to GitHub.
- [x] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [x] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)**, **Project(s)**, **Milestone**, and **Linked issues**
- [x] Iterate until the reviewer(s) accept and merge your changes.
- [x] Delete your fork or branch.
- [x] Close this issue.
| 1.0 | Reformat the magic_str() for NetCDF data files. - ## Describe the Enhancement ##
This is a minor change to how the magic_str() should be formatted when processing NetCDF data files. This caused some confusion for a user, as described in this MET-Help ticket:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=98524
When processing gridded NetCDF data created by other MET tools, the "level" string in the MET configuration file can be set two different ways.
```
float APCP_12(lat, lon) ;
APCP_12:name = "APCP_12" ;
APCP_12:long_name = "Total precipitation" ;
APCP_12:level = "A12" ;
APCP_12:units = "kg/m^2" ;
```
(1) Define how to index into the NetCDF variable dimensions:
```
level="(*,*)";
```
Which results in this type of log message:
```
DEBUG 2: Processing APCP_12(*,*) versus APCP_12(*,*), for smoothing method NEAREST(1), over region DTC165, using 2651 matched pairs.
```
(2) Or define the value for the "level" attribute of the NetCDF variable being read:
```
level="A12";
```
Which results in this type of log message:
```
DEBUG 2: Processing APCP_12A12 versus APCP_12A12, for smoothing method NEAREST(1), over region DTC165, using 2651 matched pairs.
```
The log message from (2) caused confusion. This task is to change the formatting of that string to be "APCP_12/A12" instead.
Instead of just always inserting '/' between the name and level, recommend only doing so if the first character of the level string is NOT '('. Recommend making this change for all vx_data2d libraries that process gridded NetCDF data.
### Time Estimate ###
2 hours. But this might cause some diffs to the NB output which may take a while to check.
### Sub-Issues ###
Consider breaking the enhancement down into sub-issues.
No sub-issues required
### Relevant Deadlines ###
None
### Funding Source ###
?
## Define the Metadata ##
### Assignee ###
- [x] Select **engineer(s)** or **no engineer** required: John HG
- [x] Select **scientist(s)** or **no scientist** required: none required
### Labels ###
- [x] Select **component(s)**
- [x] Select **priority**
- [x] Select **requestor(s)**
### Projects and Milestone ###
- [x] Review **projects** and select relevant **Repository** and **Organization** ones or add "alert:NEED PROJECT ASSIGNMENT" label
- [x] Select **milestone** to next major version milestone or "Future Versions"
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [x] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdatadb](https://github.com/dtcenter/METdatadb/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
No impacts.
## Enhancement Checklist ##
See the [METplus Workflow](https://dtcenter.github.io/METplus/Contributors_Guide/github_workflow.html) for details.
- [x] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [x] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>_<Description>`
- [x] Complete the development and test your changes.
- [x] Add/update log messages for easier debugging.
- [x] Add/update unit tests.
- [x] Add/update documentation.
- [x] Push local changes to GitHub.
- [x] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [x] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)**, **Project(s)**, **Milestone**, and **Linked issues**
- [x] Iterate until the reviewer(s) accept and merge your changes.
- [x] Delete your fork or branch.
- [x] Close this issue.
| priority | reformat the magic str for netcdf data files describe the enhancement this is a minor change to how the magic str should be formatted when processing netcdf data files this caused some confusion for a user as described in this met help ticket when processing gridded netcdf data created by other met tools the level string in the met configuration file can be set two different ways float apcp lat lon apcp name apcp apcp long name total precipitation apcp level apcp units kg m define how to index into the netcdf variable dimensions level which results in this type of log message debug processing apcp versus apcp for smoothing method nearest over region using matched pairs or define the value for the level attribute of the netcdf variable being read level which results in this type of log message debug processing apcp versus apcp for smoothing method nearest over region using matched pairs the log message from caused confusion this task is to change the formatting of that string to be apcp instead instead of just always inserting between the name and level recommend only doing so if the first character of the level string is not recommend making this change for all vx libraries that process gridded netcdf data time estimate hours but this might cause some diffs to the nb output which may take a while to check sub issues consider breaking the enhancement down into sub issues no sub issues required relevant deadlines none funding source define the metadata assignee select engineer s or no engineer required john hg select scientist s or no scientist required none required labels select component s select priority select requestor s projects and milestone review projects and select relevant repository and organization ones or add alert need project assignment label select milestone to next major version milestone or future versions define related issue s consider the impact to the other metplus components no impacts enhancement checklist see the for details complete the issue definition above including the time estimate and funding source fork this repository or create a branch of develop branch name feature complete the development and test your changes add update log messages for easier debugging add update unit tests add update documentation push local changes to github submit a pull request to merge into develop pull request feature define the pull request metadata as permissions allow select reviewer s project s milestone and linked issues iterate until the reviewer s accept and merge your changes delete your fork or branch close this issue | 1 |
407,870 | 11,938,461,060 | IssuesEvent | 2020-04-02 13:49:28 | sunpy/sunpy | https://api.github.com/repos/sunpy/sunpy | closed | UnicodeDecodeError With Querying sunpy.net.hek.HEKClient() on Particular Dates | Affects Release Bug(?) Close? Effort High Package Novice Priority Medium net | I'm trying to query HEK using sunpy.net.hek.HEKClient(), but I'm getting a UnicodeDecodeError when I try to query some dates. Example query with traceback:
```python
In [13]: from datetime import timedelta
In [14]: start = sunpy.time.parse_time('2013/12/23')
In [15]: end = start + timedelta(days=1)
In [16]: from sunpy.net import hek
In [17]: client = hek.HEKClient()
In [18]: result = client.query(hek.attrs.Time(start, end),hek.attrs.EventType('FL'))
---------------------------------------------------------------------------
UnicodeDecodeError Traceback (most recent call last)
<ipython-input-18-5488d4f586ca> in <module>()
----> 1 result = client.query(hek.attrs.Time(start, end),hek.attrs.EventType('FL'))
/Users/pauly/anaconda3/lib/python3.5/site-packages/sunpy/net/hek/hek.py in query(self, *query)
92
93 if len(ndata) == 1:
---> 94 return self._download(ndata[0])
95 else:
96 return self._merge(self._download(data) for data in ndata)
/Users/pauly/anaconda3/lib/python3.5/site-packages/sunpy/net/hek/hek.py in _download(self, data)
68 self.url, urllib.parse.urlencode(data).encode('utf-8'))
69 try:
---> 70 result = json.load(reader(fd))
71 finally:
72 fd.close()
/Users/pauly/anaconda3/lib/python3.5/json/__init__.py in load(fp, cls, object_hook, parse_float, parse_int, parse_constant, object_pairs_hook, **kw)
263
264 #"""
--> 265 return loads(fp.read(),
266 cls=cls, object_hook=object_hook,
267 parse_float=parse_float, parse_int=parse_int,
/Users/pauly/anaconda3/lib/python3.5/codecs.py in read(self, size, chars, firstline)
499 break
500 try:
--> 501 newchars, decodedbytes = self.decode(data, self.errors)
502 except UnicodeDecodeError as exc:
503 if firstline:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc5 in position 94615: invalid continuation byte
```
It only seems to occur on certain dates, but it does that consistently with the dates it does fail on. I can provide a list of some of the dates that it fails on if it would be helpful. I am using Sunpy 0.7.3. | 1.0 | UnicodeDecodeError With Querying sunpy.net.hek.HEKClient() on Particular Dates - I'm trying to query HEK using sunpy.net.hek.HEKClient(), but I'm getting a UnicodeDecodeError when I try to query some dates. Example query with traceback:
```python
In [13]: from datetime import timedelta
In [14]: start = sunpy.time.parse_time('2013/12/23')
In [15]: end = start + timedelta(days=1)
In [16]: from sunpy.net import hek
In [17]: client = hek.HEKClient()
In [18]: result = client.query(hek.attrs.Time(start, end),hek.attrs.EventType('FL'))
---------------------------------------------------------------------------
UnicodeDecodeError Traceback (most recent call last)
<ipython-input-18-5488d4f586ca> in <module>()
----> 1 result = client.query(hek.attrs.Time(start, end),hek.attrs.EventType('FL'))
/Users/pauly/anaconda3/lib/python3.5/site-packages/sunpy/net/hek/hek.py in query(self, *query)
92
93 if len(ndata) == 1:
---> 94 return self._download(ndata[0])
95 else:
96 return self._merge(self._download(data) for data in ndata)
/Users/pauly/anaconda3/lib/python3.5/site-packages/sunpy/net/hek/hek.py in _download(self, data)
68 self.url, urllib.parse.urlencode(data).encode('utf-8'))
69 try:
---> 70 result = json.load(reader(fd))
71 finally:
72 fd.close()
/Users/pauly/anaconda3/lib/python3.5/json/__init__.py in load(fp, cls, object_hook, parse_float, parse_int, parse_constant, object_pairs_hook, **kw)
263
264 #"""
--> 265 return loads(fp.read(),
266 cls=cls, object_hook=object_hook,
267 parse_float=parse_float, parse_int=parse_int,
/Users/pauly/anaconda3/lib/python3.5/codecs.py in read(self, size, chars, firstline)
499 break
500 try:
--> 501 newchars, decodedbytes = self.decode(data, self.errors)
502 except UnicodeDecodeError as exc:
503 if firstline:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc5 in position 94615: invalid continuation byte
```
It only seems to occur on certain dates, but it does that consistently with the dates it does fail on. I can provide a list of some of the dates that it fails on if it would be helpful. I am using Sunpy 0.7.3. | priority | unicodedecodeerror with querying sunpy net hek hekclient on particular dates i m trying to query hek using sunpy net hek hekclient but i m getting a unicodedecodeerror when i try to query some dates example query with traceback python in from datetime import timedelta in start sunpy time parse time in end start timedelta days in from sunpy net import hek in client hek hekclient in result client query hek attrs time start end hek attrs eventtype fl unicodedecodeerror traceback most recent call last in result client query hek attrs time start end hek attrs eventtype fl users pauly lib site packages sunpy net hek hek py in query self query if len ndata return self download ndata else return self merge self download data for data in ndata users pauly lib site packages sunpy net hek hek py in download self data self url urllib parse urlencode data encode utf try result json load reader fd finally fd close users pauly lib json init py in load fp cls object hook parse float parse int parse constant object pairs hook kw return loads fp read cls cls object hook object hook parse float parse float parse int parse int users pauly lib codecs py in read self size chars firstline break try newchars decodedbytes self decode data self errors except unicodedecodeerror as exc if firstline unicodedecodeerror utf codec can t decode byte in position invalid continuation byte it only seems to occur on certain dates but it does that consistently with the dates it does fail on i can provide a list of some of the dates that it fails on if it would be helpful i am using sunpy | 1 |
57,198 | 3,081,247,677 | IssuesEvent | 2015-08-22 14:38:34 | bitfighter/bitfighter | https://api.github.com/repos/bitfighter/bitfighter | opened | Score progression in game reports | enhancement imported Priority-Medium | _From [Jomskylark](https://code.google.com/u/Jomskylark/) on April 03, 2014 20:26:42_
Is score progression tracked by Bitfighter stats? If so, it would be lovely to see a score progression table for team-based game modes on the Game Reports page. The table would include a list of the scores that occurred in the game, and if possible, a time stamp for when they happened.
This data would be awesome to explore after competitive games. We had a fun game recently in which the final score, 20-14, was deceptively different than how the game went. Our team was down by 3+ pts the entire game until we pushed to tie at 13-13, then surged ahead. A table to track this kind of data and review the epic gamechanger would be super sweet.
Example:
0:44 - Red 1 Blue 0 - Skybax scores
1:32 - Red 2 Blue 0 - Fordcars scores
1:55 - Red 2 Blue 1 - sky_lark scores
2:37 - Red 3 Blue 1 - Quartz scores
3:29 - Red 4 Blue 1 - Bob scores
4:08 - Red 4 Blue 2 - raptor scores
4:36 - Red 4 Blue 3 - watusimoto scores
5:19 - Red 4 Blue 4 - sam686 scores
6:06 - Red 4 Blue 5 - Drex scores
6:06 - Game Over
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=419_ | 1.0 | Score progression in game reports - _From [Jomskylark](https://code.google.com/u/Jomskylark/) on April 03, 2014 20:26:42_
Is score progression tracked by Bitfighter stats? If so, it would be lovely to see a score progression table for team-based game modes on the Game Reports page. The table would include a list of the scores that occurred in the game, and if possible, a time stamp for when they happened.
This data would be awesome to explore after competitive games. We had a fun game recently in which the final score, 20-14, was deceptively different than how the game went. Our team was down by 3+ pts the entire game until we pushed to tie at 13-13, then surged ahead. A table to track this kind of data and review the epic gamechanger would be super sweet.
Example:
0:44 - Red 1 Blue 0 - Skybax scores
1:32 - Red 2 Blue 0 - Fordcars scores
1:55 - Red 2 Blue 1 - sky_lark scores
2:37 - Red 3 Blue 1 - Quartz scores
3:29 - Red 4 Blue 1 - Bob scores
4:08 - Red 4 Blue 2 - raptor scores
4:36 - Red 4 Blue 3 - watusimoto scores
5:19 - Red 4 Blue 4 - sam686 scores
6:06 - Red 4 Blue 5 - Drex scores
6:06 - Game Over
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=419_ | priority | score progression in game reports from on april is score progression tracked by bitfighter stats if so it would be lovely to see a score progression table for team based game modes on the game reports page the table would include a list of the scores that occurred in the game and if possible a time stamp for when they happened this data would be awesome to explore after competitive games we had a fun game recently in which the final score was deceptively different than how the game went our team was down by pts the entire game until we pushed to tie at then surged ahead a table to track this kind of data and review the epic gamechanger would be super sweet example red blue skybax scores red blue fordcars scores red blue sky lark scores red blue quartz scores red blue bob scores red blue raptor scores red blue watusimoto scores red blue scores red blue drex scores game over original issue | 1 |
439,734 | 12,686,032,844 | IssuesEvent | 2020-06-20 08:24:41 | ansible/ansible-lint | https://api.github.com/repos/ansible/ansible-lint | opened | 2.10.0a1 introduced breaking changes around parsing | priority/medium status/new type/bug | Yesterday release of 2.10.0a1 introduced breaking changes on behavior of parsing functions we use from Ansible.
Apparently from now, Ansible no longer accepts extra arguments for the task loader and chokes when encountering arguments we need like `skipped_rules`, `__line__` and `__file__`.
We need to change our implementation in such way that we no longer send our custom data to the task loader.
Example failure:
```
CRITICAL Couldn't parse task at Unknown (conflicting action statements: git, __skipped_rules
```
Note: this is not visible with the package build by @abadger but switching to the pypi release uncovers these. | 1.0 | 2.10.0a1 introduced breaking changes around parsing - Yesterday release of 2.10.0a1 introduced breaking changes on behavior of parsing functions we use from Ansible.
Apparently from now, Ansible no longer accepts extra arguments for the task loader and chokes when encountering arguments we need like `skipped_rules`, `__line__` and `__file__`.
We need to change our implementation in such way that we no longer send our custom data to the task loader.
Example failure:
```
CRITICAL Couldn't parse task at Unknown (conflicting action statements: git, __skipped_rules
```
Note: this is not visible with the package build by @abadger but switching to the pypi release uncovers these. | priority | introduced breaking changes around parsing yesterday release of introduced breaking changes on behavior of parsing functions we use from ansible apparently from now ansible no longer accepts extra arguments for the task loader and chokes when encountering arguments we need like skipped rules line and file we need to change our implementation in such way that we no longer send our custom data to the task loader example failure critical couldn t parse task at unknown conflicting action statements git skipped rules note this is not visible with the package build by abadger but switching to the pypi release uncovers these | 1 |
559,500 | 16,564,743,309 | IssuesEvent | 2021-05-29 06:50:23 | momentum-mod/game | https://api.github.com/repos/momentum-mod/game | closed | "Superjump" bug in conc gamemode. | Outcome: Resolved Priority: Medium Size: Medium Type: Bug Where: Game | There's a bug where you can "superjump" by binding crouch to mwheel down, scrolling smoothly and jumping https://streamable.com/kck21m. It won't take you very high up, but it could be used in ways that aren't intended.
**To Reproduce**
Steps to reproduce the behavior:
jump and spam crouch (bind mwheeldown to crouch if you want)
https://streamable.com/kck21m
**Expected behavior**
This sort of stumped me, maybe you could disable crouchjump somehow?
**Desktop/Branch (please complete the following information):**
- OS: [Windows / Linux]
- Branch: [Steam version / Latest develop branch]
| 1.0 | "Superjump" bug in conc gamemode. - There's a bug where you can "superjump" by binding crouch to mwheel down, scrolling smoothly and jumping https://streamable.com/kck21m. It won't take you very high up, but it could be used in ways that aren't intended.
**To Reproduce**
Steps to reproduce the behavior:
jump and spam crouch (bind mwheeldown to crouch if you want)
https://streamable.com/kck21m
**Expected behavior**
This sort of stumped me, maybe you could disable crouchjump somehow?
**Desktop/Branch (please complete the following information):**
- OS: [Windows / Linux]
- Branch: [Steam version / Latest develop branch]
| priority | superjump bug in conc gamemode there s a bug where you can superjump by binding crouch to mwheel down scrolling smoothly and jumping it won t take you very high up but it could be used in ways that aren t intended to reproduce steps to reproduce the behavior jump and spam crouch bind mwheeldown to crouch if you want expected behavior this sort of stumped me maybe you could disable crouchjump somehow desktop branch please complete the following information os branch | 1 |
724,381 | 24,927,885,640 | IssuesEvent | 2022-10-31 09:08:16 | Coko7/tcb-opus | https://api.github.com/repos/Coko7/tcb-opus | closed | Add logging | Type: Enhancement Priority: Medium | Add some logging to debug when problems happen.
A few libraries to look at:
- [winston](https://www.npmjs.com/package/winston)
- [loglevel](https://www.npmjs.com/package/loglevel)
- [pino](https://www.npmjs.com/package/pino)
See others on [Openbase](https://openbase.com/categories/js/best-javascript-logging-libraries) | 1.0 | Add logging - Add some logging to debug when problems happen.
A few libraries to look at:
- [winston](https://www.npmjs.com/package/winston)
- [loglevel](https://www.npmjs.com/package/loglevel)
- [pino](https://www.npmjs.com/package/pino)
See others on [Openbase](https://openbase.com/categories/js/best-javascript-logging-libraries) | priority | add logging add some logging to debug when problems happen a few libraries to look at see others on | 1 |
519,185 | 15,046,913,910 | IssuesEvent | 2021-02-03 08:10:25 | Blade2021/HIVE | https://api.github.com/repos/Blade2021/HIVE | opened | Emote Command Acting Odd | Priority: medium Status: approved Type: bug | **Describe the bug**
In updating the rules, Emote command carries too many characters into the new message.
**To Reproduce**
Steps to reproduce the behavior:
1. When I type:
```
~Embed update -m 801653299517849601 **THE RULES**
**1.** Be respectful. Ha ....etc
```
2. HIVE puts this into the message:
```
te -m 801653299517849601 THE RULES
1. Be respectful. Ha ....etc
```
**Expected behavior**
This should not be there:
```te -m 801653299517849601 ```
**Screenshots**

.
**Additional context**
Add any other context about the problem here.
| 1.0 | Emote Command Acting Odd - **Describe the bug**
In updating the rules, Emote command carries too many characters into the new message.
**To Reproduce**
Steps to reproduce the behavior:
1. When I type:
```
~Embed update -m 801653299517849601 **THE RULES**
**1.** Be respectful. Ha ....etc
```
2. HIVE puts this into the message:
```
te -m 801653299517849601 THE RULES
1. Be respectful. Ha ....etc
```
**Expected behavior**
This should not be there:
```te -m 801653299517849601 ```
**Screenshots**

.
**Additional context**
Add any other context about the problem here.
| priority | emote command acting odd describe the bug in updating the rules emote command carries too many characters into the new message to reproduce steps to reproduce the behavior when i type embed update m the rules be respectful ha etc hive puts this into the message te m the rules be respectful ha etc expected behavior this should not be there te m screenshots additional context add any other context about the problem here | 1 |
755,661 | 26,435,957,143 | IssuesEvent | 2023-01-15 11:53:06 | GlodoUK/helm-charts | https://api.github.com/repos/GlodoUK/helm-charts | closed | Odoo optionally separate longpolling | good first issue priority: medium | Requires running Doodba container with `args: ['odoo', 'gevent']`. Currently in testing. | 1.0 | Odoo optionally separate longpolling - Requires running Doodba container with `args: ['odoo', 'gevent']`. Currently in testing. | priority | odoo optionally separate longpolling requires running doodba container with args currently in testing | 1 |
247,567 | 7,919,967,332 | IssuesEvent | 2018-07-04 20:11:47 | ELVIS-Project/elvisproject | https://api.github.com/repos/ELVIS-Project/elvisproject | closed | Link to API documentation | Medium Priority | The link to the API documentation should go to at least the stable built, since http://vis-framework.readthedocs.io points to VIS 2.0.
http://vis-framework.readthedocs.io/en/stable/
| 1.0 | Link to API documentation - The link to the API documentation should go to at least the stable built, since http://vis-framework.readthedocs.io points to VIS 2.0.
http://vis-framework.readthedocs.io/en/stable/
| priority | link to api documentation the link to the api documentation should go to at least the stable built since points to vis | 1 |
714,838 | 24,577,402,912 | IssuesEvent | 2022-10-13 13:21:16 | AY2223S1-CS2103-F13-1/tp | https://api.github.com/repos/AY2223S1-CS2103-F13-1/tp | closed | As a new user, I can view a list of available commands | type.Story priority.Medium | so that I can learn about the functionalities of the application. | 1.0 | As a new user, I can view a list of available commands - so that I can learn about the functionalities of the application. | priority | as a new user i can view a list of available commands so that i can learn about the functionalities of the application | 1 |
367,884 | 10,862,583,582 | IssuesEvent | 2019-11-14 13:35:52 | francismaria/MaTheX2Java | https://api.github.com/repos/francismaria/MaTheX2Java | closed | Create a Logger | backend enhancement medium priority | A logger class shall be created in order to log what is happening in the server and to replace the `console.log()`s that can not made into production mode. | 1.0 | Create a Logger - A logger class shall be created in order to log what is happening in the server and to replace the `console.log()`s that can not made into production mode. | priority | create a logger a logger class shall be created in order to log what is happening in the server and to replace the console log s that can not made into production mode | 1 |
280,632 | 8,684,237,855 | IssuesEvent | 2018-12-03 00:57:52 | ePADD/epadd | https://api.github.com/repos/ePADD/epadd | closed | Message count shown on Person entity page different from no of messages shown | Bug Medium priority | ver 7 beta Nov 22
Person entity show "barack obama" 8054 messages
no of messages shown after clicking the entity show 8105 messages | 1.0 | Message count shown on Person entity page different from no of messages shown - ver 7 beta Nov 22
Person entity show "barack obama" 8054 messages
no of messages shown after clicking the entity show 8105 messages | priority | message count shown on person entity page different from no of messages shown ver beta nov person entity show barack obama messages no of messages shown after clicking the entity show messages | 1 |
744,709 | 25,952,714,886 | IssuesEvent | 2022-12-17 20:28:10 | ita-social-projects/TeachUA | https://api.github.com/repos/ita-social-projects/TeachUA | closed | [ΠΠΎΠ΄Π°ΡΠΈ ΡΠ΅Π½ΡΡ] missing Scroll Bar in location list | bug Priority: Medium | **Environment:** Windows 10, Google Chrome Version 101.0.4951.67 (Ρ
64)
**Reproducible:** always
**Build found:** last commit
Preconditions:
Preconditions: Log into https://speak-ukrainian.org.ua/dev/ under club manager or admin user.
**Steps to reproduce:**
**Scenario 1**
1. Click on the profile drop-down list
2. Click on 'ΠΠΎΠ΄Π°ΡΠΈ ΡΠ΅Π½ΡΡ'
**Scenario 2**
1. Click on the profile drop-down list
2. Click on 'ΠΡΠΉ ΠΏΡΠΎΡΡΠ»Ρ'
3. Click on '+ ΠΠΎΠ΄Π°ΡΠΈ' button
4. Click on 'ΠΠΎΠ΄Π°ΡΠΈ ΡΠ΅Π½ΡΡ'
**Actual result**
displayed location list with some part of created locations

**Expected result**
displayed full location list with a vertical Scroll Bar to be able to select location from the list
User story and test case links
User story #71
| 1.0 | [ΠΠΎΠ΄Π°ΡΠΈ ΡΠ΅Π½ΡΡ] missing Scroll Bar in location list - **Environment:** Windows 10, Google Chrome Version 101.0.4951.67 (Ρ
64)
**Reproducible:** always
**Build found:** last commit
Preconditions:
Preconditions: Log into https://speak-ukrainian.org.ua/dev/ under club manager or admin user.
**Steps to reproduce:**
**Scenario 1**
1. Click on the profile drop-down list
2. Click on 'ΠΠΎΠ΄Π°ΡΠΈ ΡΠ΅Π½ΡΡ'
**Scenario 2**
1. Click on the profile drop-down list
2. Click on 'ΠΡΠΉ ΠΏΡΠΎΡΡΠ»Ρ'
3. Click on '+ ΠΠΎΠ΄Π°ΡΠΈ' button
4. Click on 'ΠΠΎΠ΄Π°ΡΠΈ ΡΠ΅Π½ΡΡ'
**Actual result**
displayed location list with some part of created locations

**Expected result**
displayed full location list with a vertical Scroll Bar to be able to select location from the list
User story and test case links
User story #71
| priority | missing scroll bar in location list environment windows google chrome version reproducible always build found last commit preconditions preconditions log into under club manager or admin user steps to reproduce scenario click on the profile drop down list click on Π΄ΠΎΠ΄Π°ΡΠΈ ΡΠ΅Π½ΡΡ scenario click on the profile drop down list click on ΠΌΡΠΉ ΠΏΡΠΎΡΡΠ»Ρ click on Π΄ΠΎΠ΄Π°ΡΠΈ button click on Π΄ΠΎΠ΄Π°ΡΠΈ ΡΠ΅Π½ΡΡ actual result displayed location list with some part of created locations expected result displayed full location list with a vertical scroll bar to be able to select location from the list user story and test case links user story | 1 |
660,024 | 21,949,096,400 | IssuesEvent | 2022-05-24 05:57:07 | kubesphere/kubesphere | https://api.github.com/repos/kubesphere/kubesphere | closed | Worker node statistics error | priority/medium kind/need-to-verify | **Describe the Bug**


**Versions Used**
KubeSphere: `v3.3.0-alpha.0`
/priority medium
/assign @kubesphere/sig-console
| 1.0 | Worker node statistics error - **Describe the Bug**


**Versions Used**
KubeSphere: `v3.3.0-alpha.0`
/priority medium
/assign @kubesphere/sig-console
| priority | worker node statistics error describe the bug versions used kubesphere alpha priority medium assign kubesphere sig console | 1 |
363,015 | 10,736,163,608 | IssuesEvent | 2019-10-29 10:18:14 | ProtonMail/proton-contacts | https://api.github.com/repos/ProtonMail/proton-contacts | closed | V4 improvement - When adding a new contact, display the contact freshly created in the right hand pane | Priority: medium enhancement | After adding a new contact, automatically display the contact in the right hand pane.
Left hand list view should be adapted to also display the contact at the top of the list. | 1.0 | V4 improvement - When adding a new contact, display the contact freshly created in the right hand pane - After adding a new contact, automatically display the contact in the right hand pane.
Left hand list view should be adapted to also display the contact at the top of the list. | priority | improvement when adding a new contact display the contact freshly created in the right hand pane after adding a new contact automatically display the contact in the right hand pane left hand list view should be adapted to also display the contact at the top of the list | 1 |
510,384 | 14,789,663,569 | IssuesEvent | 2021-01-12 10:53:19 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.2 staging-1852] Float Stairs for Flat Steel can disappear | Category: Art Category: Gameplay Priority: Medium Status: Fixed | Step to reproduce:
- place Float Stairs Corner & Float Stairs Turn:

- select Float Stairs form and mouseover nearby Float Stairs Turn block:

- place it. Float Stairs Corner & Float Stairs Turn for Flat Steel disappeared:

- you can highlight them and they still have occupancy:


| 1.0 | [0.9.2 staging-1852] Float Stairs for Flat Steel can disappear - Step to reproduce:
- place Float Stairs Corner & Float Stairs Turn:

- select Float Stairs form and mouseover nearby Float Stairs Turn block:

- place it. Float Stairs Corner & Float Stairs Turn for Flat Steel disappeared:

- you can highlight them and they still have occupancy:


| priority | float stairs for flat steel can disappear step to reproduce place float stairs corner float stairs turn select float stairs form and mouseover nearby float stairs turn block place it float stairs corner float stairs turn for flat steel disappeared you can highlight them and they still have occupancy | 1 |
511,965 | 14,885,848,909 | IssuesEvent | 2021-01-20 16:12:14 | AlexsLemonade/resources-portal | https://api.github.com/repos/AlexsLemonade/resources-portal | closed | It's hard to find closed requests | Medium Priority | ### Context
Closed requests only live under `Manage Resource`.
### Problem or idea
We should add a closed requests tab to `Requests` section
### Solution or next step
_You can tag others or simply leave it for further investigation, but you must propose a next step towards solving the issue._
| 1.0 | It's hard to find closed requests - ### Context
Closed requests only live under `Manage Resource`.
### Problem or idea
We should add a closed requests tab to `Requests` section
### Solution or next step
_You can tag others or simply leave it for further investigation, but you must propose a next step towards solving the issue._
| priority | it s hard to find closed requests context closed requests only live under manage resource problem or idea we should add a closed requests tab to requests section solution or next step you can tag others or simply leave it for further investigation but you must propose a next step towards solving the issue | 1 |
134,866 | 5,238,850,423 | IssuesEvent | 2017-01-31 07:23:43 | SLC3/MARS | https://api.github.com/repos/SLC3/MARS | closed | Word cloud words get too small to read after large number of responses | Enhancement Medium Priority | When there are many answers, it gets really small and impossible to read.
Options:
1. Have larger overlapping text
2. Remove words with lower counts after certain size (+ set min font size)
3. Allow the Word Cloud to get larger than the screen but provide the ability to pan (a la Google maps)
Solutions 1 and 3 courtesy of Carsten, Faculty of IT
| 1.0 | Word cloud words get too small to read after large number of responses - When there are many answers, it gets really small and impossible to read.
Options:
1. Have larger overlapping text
2. Remove words with lower counts after certain size (+ set min font size)
3. Allow the Word Cloud to get larger than the screen but provide the ability to pan (a la Google maps)
Solutions 1 and 3 courtesy of Carsten, Faculty of IT
| priority | word cloud words get too small to read after large number of responses when there are many answers it gets really small and impossible to read options have larger overlapping text remove words with lower counts after certain size set min font size allow the word cloud to get larger than the screen but provide the ability to pan a la google maps solutions and courtesy of carsten faculty of it | 1 |
77,380 | 3,506,364,506 | IssuesEvent | 2016-01-08 06:08:36 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Junk Item oO? (BB #426) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** nr7gaming
**Original Date:** 01.09.2012 22:45:11 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/426
<hr>
Item: http://www.wowhead.com/item=21640
ALL JUNK ITEM!
Used->look Loot->Closed and Item is Deleting oO? | 1.0 | Junk Item oO? (BB #426) - This issue was migrated from bitbucket.
**Original Reporter:** nr7gaming
**Original Date:** 01.09.2012 22:45:11 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/426
<hr>
Item: http://www.wowhead.com/item=21640
ALL JUNK ITEM!
Used->look Loot->Closed and Item is Deleting oO? | priority | junk item oo bb this issue was migrated from bitbucket original reporter original date gmt original priority major original type bug original state invalid direct link item all junk item used look loot closed and item is deleting oo | 1 |
58,562 | 3,089,708,317 | IssuesEvent | 2015-08-25 23:10:12 | google/googlemock | https://api.github.com/repos/google/googlemock | closed | need documentation on mocking C++ operators | auto-migrated OpSys-All Priority-Medium Type-Enhancement | ```
What steps will reproduce the problem?
1. Create interface with virtual operator (e.g. operator==())
2. Create mock class implementing interface
3. Create instance of mock class
What is the expected output? What do you see instead?
I'd expect it to compile cleanly and produce the usual output
What version of the product are you using? On what operating system?
Googlemock 1.1 on Windows XP (MSVC 8)
Please provide any additional information below.
using namespace testing;
class IAm
{
public:
virtual bool operator==(const IAm&) = 0;
};
class MockIAm : public IAm
{
public:
MOCK_METHOD1(operator==, bool(const IAm&));
};
TEST(test, test1)
{
MockIAm iam;
}
results in:
c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp(3
7)
: error C2143: syntax error : missing ';' before '=='
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2334: unexpected token(s) preceding '{'; skipping apparent
function body
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2143: syntax error : missing ';' before '=='
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2040: '`anonymous-namespace'::MockIAm::gmock_operator' :
'testing::internal::FunctionMocker<Function>' differs in levels of
indirection from 'testing::internal::MockSpec<F> &'
1> with
1> [
1> Function=bool (const `anonymous-namespace'::IAm &)
1> ]
1> and
1> [
1> F=bool (const `anonymous-namespace'::IAm &)
1> ]
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2238: unexpected token(s) preceding ';'
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2065: '_37' : undeclared identifier
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2228: left of '.SetOwnerAndName' must have class/struct/union
1> type is ''unknown-type''
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2228: left of '.Invoke' must have class/struct/union
1> type is ''unknown-type''
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(42)
: error C2512: '`anonymous-namespace'::MockIAm' : no appropriate default
constructor available
1>
```
Original issue reported on code.google.com by `organic...@googlemail.com` on 23 Jun 2009 at 2:26 | 1.0 | need documentation on mocking C++ operators - ```
What steps will reproduce the problem?
1. Create interface with virtual operator (e.g. operator==())
2. Create mock class implementing interface
3. Create instance of mock class
What is the expected output? What do you see instead?
I'd expect it to compile cleanly and produce the usual output
What version of the product are you using? On what operating system?
Googlemock 1.1 on Windows XP (MSVC 8)
Please provide any additional information below.
using namespace testing;
class IAm
{
public:
virtual bool operator==(const IAm&) = 0;
};
class MockIAm : public IAm
{
public:
MOCK_METHOD1(operator==, bool(const IAm&));
};
TEST(test, test1)
{
MockIAm iam;
}
results in:
c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp(3
7)
: error C2143: syntax error : missing ';' before '=='
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2334: unexpected token(s) preceding '{'; skipping apparent
function body
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2143: syntax error : missing ';' before '=='
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2040: '`anonymous-namespace'::MockIAm::gmock_operator' :
'testing::internal::FunctionMocker<Function>' differs in levels of
indirection from 'testing::internal::MockSpec<F> &'
1> with
1> [
1> Function=bool (const `anonymous-namespace'::IAm &)
1> ]
1> and
1> [
1> F=bool (const `anonymous-namespace'::IAm &)
1> ]
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2238: unexpected token(s) preceding ';'
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2065: '_37' : undeclared identifier
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2228: left of '.SetOwnerAndName' must have class/struct/union
1> type is ''unknown-type''
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(37)
: error C2228: left of '.Invoke' must have class/struct/union
1> type is ''unknown-type''
1>c:\ccm\ukedersdb\platinum\products\doors\src\jazz_proxy_test\resource_test.cpp
(42)
: error C2512: '`anonymous-namespace'::MockIAm' : no appropriate default
constructor available
1>
```
Original issue reported on code.google.com by `organic...@googlemail.com` on 23 Jun 2009 at 2:26 | priority | need documentation on mocking c operators what steps will reproduce the problem create interface with virtual operator e g operator create mock class implementing interface create instance of mock class what is the expected output what do you see instead i d expect it to compile cleanly and produce the usual output what version of the product are you using on what operating system googlemock on windows xp msvc please provide any additional information below using namespace testing class iam public virtual bool operator const iam class mockiam public iam public mock operator bool const iam test test mockiam iam results in c ccm ukedersdb platinum products doors src jazz proxy test resource test cpp error syntax error missing before c ccm ukedersdb platinum products doors src jazz proxy test resource test cpp error unexpected token s preceding skipping apparent function body c ccm ukedersdb platinum products doors src jazz proxy test resource test cpp error syntax error missing before c ccm ukedersdb platinum products doors src jazz proxy test resource test cpp error anonymous namespace mockiam gmock operator testing internal functionmocker differs in levels of indirection from testing internal mockspec with function bool const anonymous namespace iam and f bool const anonymous namespace iam c ccm ukedersdb platinum products doors src jazz proxy test resource test cpp error unexpected token s preceding c ccm ukedersdb platinum products doors src jazz proxy test resource test cpp error undeclared identifier c ccm ukedersdb platinum products doors src jazz proxy test resource test cpp error left of setownerandname must have class struct union type is unknown type c ccm ukedersdb platinum products doors src jazz proxy test resource test cpp error left of invoke must have class struct union type is unknown type c ccm ukedersdb platinum products doors src jazz proxy test resource test cpp error anonymous namespace mockiam no appropriate default constructor available original issue reported on code google com by organic googlemail com on jun at | 1 |
496,712 | 14,352,851,430 | IssuesEvent | 2020-11-30 05:33:53 | HabitRPG/habitica | https://api.github.com/repos/HabitRPG/habitica | reopened | prevent typing a private message to a player who has blocked you / opted out of PMs | help wanted priority: medium section: Messages | On the Messages screen (shown below), when the player that you're trying to send a message to has blocked you or has opted out of all private messages, then there should be no "send" button or new message field at the bottom of the screen. Instead, there should be a statement that you can't message that person (use the `notAuthorizedToSendMessageToThisUser` locale string, which already exists: "You can't send a message to this player because they have chosen to block messages.").
However, mods/staff should always see the send button and the text field, regardless of whether the user has opted out or blocked the mod, because a partial fix for https://github.com/HabitRPG/habitica/issues/8142 allows mods/staff to PM all users regardless of blocking. Moderators and staff can be recognised in the code by `anyone with contributor.admin` being set to `true`.

_edit:_
I've logged https://github.com/HabitRPG/habitica/issues/9989 for a similar issue: "prevent typing a private message to a player who has deleted their account"
It could be either worked on at the same time as this issue, or after this issue is fixed, https://github.com/HabitRPG/habitica/issues/9989 could be fixed by reusing most of the new code.
### Note
Some work towards fixing this issue was already made in https://github.com/HabitRPG/habitica/pull/10878 and can be used as a starting point. | 1.0 | prevent typing a private message to a player who has blocked you / opted out of PMs - On the Messages screen (shown below), when the player that you're trying to send a message to has blocked you or has opted out of all private messages, then there should be no "send" button or new message field at the bottom of the screen. Instead, there should be a statement that you can't message that person (use the `notAuthorizedToSendMessageToThisUser` locale string, which already exists: "You can't send a message to this player because they have chosen to block messages.").
However, mods/staff should always see the send button and the text field, regardless of whether the user has opted out or blocked the mod, because a partial fix for https://github.com/HabitRPG/habitica/issues/8142 allows mods/staff to PM all users regardless of blocking. Moderators and staff can be recognised in the code by `anyone with contributor.admin` being set to `true`.

_edit:_
I've logged https://github.com/HabitRPG/habitica/issues/9989 for a similar issue: "prevent typing a private message to a player who has deleted their account"
It could be either worked on at the same time as this issue, or after this issue is fixed, https://github.com/HabitRPG/habitica/issues/9989 could be fixed by reusing most of the new code.
### Note
Some work towards fixing this issue was already made in https://github.com/HabitRPG/habitica/pull/10878 and can be used as a starting point. | priority | prevent typing a private message to a player who has blocked you opted out of pms on the messages screen shown below when the player that you re trying to send a message to has blocked you or has opted out of all private messages then there should be no send button or new message field at the bottom of the screen instead there should be a statement that you can t message that person use the notauthorizedtosendmessagetothisuser locale string which already exists you can t send a message to this player because they have chosen to block messages however mods staff should always see the send button and the text field regardless of whether the user has opted out or blocked the mod because a partial fix for allows mods staff to pm all users regardless of blocking moderators and staff can be recognised in the code by anyone with contributor admin being set to true edit i ve logged for a similar issue prevent typing a private message to a player who has deleted their account it could be either worked on at the same time as this issue or after this issue is fixed could be fixed by reusing most of the new code note some work towards fixing this issue was already made in and can be used as a starting point | 1 |
735,809 | 25,415,239,841 | IssuesEvent | 2022-11-22 23:07:19 | hedgedoc/react-client | https://api.github.com/repos/hedgedoc/react-client | closed | Distinguish alert boxes from system alerts | scope: renderer priority: 2 medium | **Which part of the project should be enhanced?**
markdown rendering
**Is your enhancement request related to a problem? Please describe.**
Currently when the plantuml server is not configured / 'sequence' as a code block language is used we show an bootstrap alert. This can easily be 'faked' with
```
:::warning
:::
```
**Describe the solution you'd like**
Implemenet a more custom alert design. We could use a the HedgeDoc logo here.
| 1.0 | Distinguish alert boxes from system alerts - **Which part of the project should be enhanced?**
markdown rendering
**Is your enhancement request related to a problem? Please describe.**
Currently when the plantuml server is not configured / 'sequence' as a code block language is used we show an bootstrap alert. This can easily be 'faked' with
```
:::warning
:::
```
**Describe the solution you'd like**
Implemenet a more custom alert design. We could use a the HedgeDoc logo here.
| priority | distinguish alert boxes from system alerts which part of the project should be enhanced markdown rendering is your enhancement request related to a problem please describe currently when the plantuml server is not configured sequence as a code block language is used we show an bootstrap alert this can easily be faked with warning describe the solution you d like implemenet a more custom alert design we could use a the hedgedoc logo here | 1 |
91,082 | 3,836,289,938 | IssuesEvent | 2016-04-01 17:26:42 | ePADD/epadd | https://api.github.com/repos/ePADD/epadd | closed | Some hits in the search for Moby Dick in Creeley didn't get highlighted | Bug Medium priority | Version Feb 26; Creeley Full
<img width="738" alt="screen shot 2016-02-29 at 10 55 58 am" src="https://cloud.githubusercontent.com/assets/1050899/13405446/4b71d5c4-ded3-11e5-92b7-8c89fc8561b5.png">
<img width="467" alt="screen shot 2016-02-29 at 10 56 16 am" src="https://cloud.githubusercontent.com/assets/1050899/13405454/50ef20a6-ded3-11e5-8093-007db7bce613.png">
| 1.0 | Some hits in the search for Moby Dick in Creeley didn't get highlighted - Version Feb 26; Creeley Full
<img width="738" alt="screen shot 2016-02-29 at 10 55 58 am" src="https://cloud.githubusercontent.com/assets/1050899/13405446/4b71d5c4-ded3-11e5-92b7-8c89fc8561b5.png">
<img width="467" alt="screen shot 2016-02-29 at 10 56 16 am" src="https://cloud.githubusercontent.com/assets/1050899/13405454/50ef20a6-ded3-11e5-8093-007db7bce613.png">
| priority | some hits in the search for moby dick in creeley didn t get highlighted version feb creeley full img width alt screen shot at am src img width alt screen shot at am src | 1 |
528,573 | 15,369,993,247 | IssuesEvent | 2021-03-02 08:12:23 | openmsupply/mobile | https://api.github.com/repos/openmsupply/mobile | opened | Supplier Invoice: Item list column inconsistency for vaccine and non-vaccine item | Bug: development Effort: medium Priority: normal | ## Describe the bug
In Supplier Invoice, Item list column shows inconsistency while adding and sorting for vaccine and non-vaccine item
### To reproduce
Steps to reproduce the behavior:
1. Uncheck Payment section from Store -> Preference in Desktop
2. Sync. Go to Supplier Invoice -> Create new Supplier invoice
3. Add non-vaccine Item & then add vaccine item.
4. See error. Columns become clumsy and there is no new column(Location, VVM status) shown for vaccine item
https://user-images.githubusercontent.com/58979436/109617648-c0fed300-7b5e-11eb-93d0-359507b1cab6.mp4
https://user-images.githubusercontent.com/58979436/109617688-cd832b80-7b5e-11eb-9bb5-4e8a72e0c555.mp4
### Expected behaviour
Column should be shown in case of vaccine item and should be assigned N/a or hidden when non vaccine item
### Proposed Solution
Leave if you don't know how to fix/implement. Edit this issue description and explain here if you know the best path of implementing the fix within the codebase.
### Version and device info
- App version: V7.0.0 rc7
- Tablet model: Lenovo
- OS version: 8.1
### Additional context
this problem might not occur when every line item is of type vaccine. Not sure about wether vaccine and non vaccine item should be allowed/entered in one.
| 1.0 | Supplier Invoice: Item list column inconsistency for vaccine and non-vaccine item - ## Describe the bug
In Supplier Invoice, Item list column shows inconsistency while adding and sorting for vaccine and non-vaccine item
### To reproduce
Steps to reproduce the behavior:
1. Uncheck Payment section from Store -> Preference in Desktop
2. Sync. Go to Supplier Invoice -> Create new Supplier invoice
3. Add non-vaccine Item & then add vaccine item.
4. See error. Columns become clumsy and there is no new column(Location, VVM status) shown for vaccine item
https://user-images.githubusercontent.com/58979436/109617648-c0fed300-7b5e-11eb-93d0-359507b1cab6.mp4
https://user-images.githubusercontent.com/58979436/109617688-cd832b80-7b5e-11eb-9bb5-4e8a72e0c555.mp4
### Expected behaviour
Column should be shown in case of vaccine item and should be assigned N/a or hidden when non vaccine item
### Proposed Solution
Leave if you don't know how to fix/implement. Edit this issue description and explain here if you know the best path of implementing the fix within the codebase.
### Version and device info
- App version: V7.0.0 rc7
- Tablet model: Lenovo
- OS version: 8.1
### Additional context
this problem might not occur when every line item is of type vaccine. Not sure about wether vaccine and non vaccine item should be allowed/entered in one.
| priority | supplier invoice item list column inconsistency for vaccine and non vaccine item describe the bug in supplier invoice item list column shows inconsistency while adding and sorting for vaccine and non vaccine item to reproduce steps to reproduce the behavior uncheck payment section from store preference in desktop sync go to supplier invoice create new supplier invoice add non vaccine item then add vaccine item see error columns become clumsy and there is no new column location vvm status shown for vaccine item expected behaviour column should be shown in case of vaccine item and should be assigned n a or hidden when non vaccine item proposed solution leave if you don t know how to fix implement edit this issue description and explain here if you know the best path of implementing the fix within the codebase version and device info app version tablet model lenovo os version additional context this problem might not occur when every line item is of type vaccine not sure about wether vaccine and non vaccine item should be allowed entered in one | 1 |
133,615 | 5,206,283,865 | IssuesEvent | 2017-01-24 20:11:22 | Radarr/Radarr | https://api.github.com/repos/Radarr/Radarr | closed | Allow longer threshold for RSS Sync | enhancement priority:medium | Requesting the intervals be converted to hours, or allow the time to be set up to 24-48 hours. TV was a bit more reasonable to search every 15 minutes, but I dont think anyone needs to be hitting every 15 minutes (as default) for movies. I had mine set to 6 hours in CouchPotato, but it seems the max here is 120 minutes.
Settings > Indexers > Option > RSS Sync Interval | 1.0 | Allow longer threshold for RSS Sync - Requesting the intervals be converted to hours, or allow the time to be set up to 24-48 hours. TV was a bit more reasonable to search every 15 minutes, but I dont think anyone needs to be hitting every 15 minutes (as default) for movies. I had mine set to 6 hours in CouchPotato, but it seems the max here is 120 minutes.
Settings > Indexers > Option > RSS Sync Interval | priority | allow longer threshold for rss sync requesting the intervals be converted to hours or allow the time to be set up to hours tv was a bit more reasonable to search every minutes but i dont think anyone needs to be hitting every minutes as default for movies i had mine set to hours in couchpotato but it seems the max here is minutes settings indexers option rss sync interval | 1 |
475,794 | 13,725,869,584 | IssuesEvent | 2020-10-03 20:30:38 | nutritionix/nutrition-label | https://api.github.com/repos/nutritionix/nutrition-label | closed | minor css issue on the demo page (related to the use of the latest version of jqm) | Priority:Medium Type:Bugfix | @genesis23rd this was reported by @Pzykoh on this internal task https://github.com/mattsilvllc/Nutritionix-Yii/issues/4044#issuecomment-699506458
this seems to be an old issue that we missed as it is already present on the version on the live site http://www.nutritionix.com/html/label-jquery-plugin/demo/legacy-version/demo-mobile.html
(modified the link to point to the public demo page)
> There is a design issue on the arrow for example 1 & 2
> http://dev2.nutritionix.com/html/label-jquery-plugin/demo/legacy-version/demo-mobile.html
>
> 
>
>  | 1.0 | minor css issue on the demo page (related to the use of the latest version of jqm) - @genesis23rd this was reported by @Pzykoh on this internal task https://github.com/mattsilvllc/Nutritionix-Yii/issues/4044#issuecomment-699506458
this seems to be an old issue that we missed as it is already present on the version on the live site http://www.nutritionix.com/html/label-jquery-plugin/demo/legacy-version/demo-mobile.html
(modified the link to point to the public demo page)
> There is a design issue on the arrow for example 1 & 2
> http://dev2.nutritionix.com/html/label-jquery-plugin/demo/legacy-version/demo-mobile.html
>
> 
>
>  | priority | minor css issue on the demo page related to the use of the latest version of jqm this was reported by pzykoh on this internal task this seems to be an old issue that we missed as it is already present on the version on the live site modified the link to point to the public demo page there is a design issue on the arrow for example | 1 |
369,312 | 10,895,367,599 | IssuesEvent | 2019-11-19 10:30:52 | OpenSRP/opensrp-client-chw-anc | https://api.github.com/repos/OpenSRP/opensrp-client-chw-anc | closed | Update the choice option for pregnancy outcome | BA-specific Medium priority | - [x] Update the choice options in Swahili for 'Miscarriage' to 'Mimba kuharibika'
[Data dictionary](https://docs.google.com/spreadsheets/d/1feKFVFtCZsGVzwEglbDZ4f5uP84F8wL2jwwXvfqUgP0/edit?usp=sharing), Tab - Pregnancy outcome | 1.0 | Update the choice option for pregnancy outcome - - [x] Update the choice options in Swahili for 'Miscarriage' to 'Mimba kuharibika'
[Data dictionary](https://docs.google.com/spreadsheets/d/1feKFVFtCZsGVzwEglbDZ4f5uP84F8wL2jwwXvfqUgP0/edit?usp=sharing), Tab - Pregnancy outcome | priority | update the choice option for pregnancy outcome update the choice options in swahili for miscarriage to mimba kuharibika tab pregnancy outcome | 1 |
58,711 | 3,090,665,787 | IssuesEvent | 2015-08-26 08:23:09 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | opened | hub total share/average share per user incorrect values | bug imported Priority-Medium | _From [pjanos.uk@gmail.com](https://code.google.com/u/pjanos.uk@gmail.com/) on March 19, 2015 19:45:10_
What steps will reproduce the problem? 1. running flylink on win10
2. uptime 22+ hours
3. coming back home after hard day at work What is the expected output? What do you see instead? using eiskaltdcpp
total share 5.287 TB (39 users)
using flylink
total share (-)256000456 B, (-)786354963 B per user, number is changing with every new user logging in/leaving, changing from negative values to positive values randomly What version of the product are you using? On what operating system? -=[ FlylinkDC++ r502 build 18400 Compiled on: 2015-03-14 ]=-
-=[ OS: Microsoft Windows 8.1 Professional, 32-bit ]=- (actually win10)
-=[ CPU Clock: 1795.5 MHz x2 core(s). Memory (free): 2.00 GiB (828.42 MiB) ]=-
-=[ System Uptime: 23 hours 21 min 16 sec. Cpu time: 0:14:57. Client Uptime: 22 hours 40 min 41 sec ]=-
-=[ Memory usage (peak): 22.56 MiB (27.99 MiB). Virtual (peak): 11.79 MiB (12.00 MiB) ]=-
-=[ GDI units (peak): 497 (516). Handle (peak): 163 (169) ]=-
-=[ Public share: 0 B. Files in share: 0. Total users: 61 on hubs: 2 ]=-
-=[ Total download: 179.91 KiB. Total upload: 1.55 KiB ]=-
-=[ TCP: Downloaded: 578.01 KiB. Uploaded: 1.86 KiB ]=-
-=[ UDP: Downloaded: 0 B. Uploaded: 0 B ]=-
-=[ DHT: Downloaded: 0 B. Uploaded: 0 B ]=-
-=[ SSL: Downloaded: 0 B. Uploaded: 0 B ]=-
-=[ Router: DSL-2680 IGD ]=-
verlihub 1.0.0-RC4 @ 2015-01-26
reg class 3 Please provide any additional information below. connected simultaneously to another hub using the same verlihub version and op keys, where all info shows correctly
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1566_ | 1.0 | hub total share/average share per user incorrect values - _From [pjanos.uk@gmail.com](https://code.google.com/u/pjanos.uk@gmail.com/) on March 19, 2015 19:45:10_
What steps will reproduce the problem? 1. running flylink on win10
2. uptime 22+ hours
3. coming back home after hard day at work What is the expected output? What do you see instead? using eiskaltdcpp
total share 5.287 TB (39 users)
using flylink
total share (-)256000456 B, (-)786354963 B per user, number is changing with every new user logging in/leaving, changing from negative values to positive values randomly What version of the product are you using? On what operating system? -=[ FlylinkDC++ r502 build 18400 Compiled on: 2015-03-14 ]=-
-=[ OS: Microsoft Windows 8.1 Professional, 32-bit ]=- (actually win10)
-=[ CPU Clock: 1795.5 MHz x2 core(s). Memory (free): 2.00 GiB (828.42 MiB) ]=-
-=[ System Uptime: 23 hours 21 min 16 sec. Cpu time: 0:14:57. Client Uptime: 22 hours 40 min 41 sec ]=-
-=[ Memory usage (peak): 22.56 MiB (27.99 MiB). Virtual (peak): 11.79 MiB (12.00 MiB) ]=-
-=[ GDI units (peak): 497 (516). Handle (peak): 163 (169) ]=-
-=[ Public share: 0 B. Files in share: 0. Total users: 61 on hubs: 2 ]=-
-=[ Total download: 179.91 KiB. Total upload: 1.55 KiB ]=-
-=[ TCP: Downloaded: 578.01 KiB. Uploaded: 1.86 KiB ]=-
-=[ UDP: Downloaded: 0 B. Uploaded: 0 B ]=-
-=[ DHT: Downloaded: 0 B. Uploaded: 0 B ]=-
-=[ SSL: Downloaded: 0 B. Uploaded: 0 B ]=-
-=[ Router: DSL-2680 IGD ]=-
verlihub 1.0.0-RC4 @ 2015-01-26
reg class 3 Please provide any additional information below. connected simultaneously to another hub using the same verlihub version and op keys, where all info shows correctly
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1566_ | priority | hub total share average share per user incorrect values from on march what steps will reproduce the problem running flylink on uptime hours coming back home after hard day at work what is the expected output what do you see instead using eiskaltdcpp total share tb users using flylink total share b b per user number is changing with every new user logging in leaving changing from negative values to positive values randomly what version of the product are you using on what operating system actually verlihub reg class please provide any additional information below connected simultaneously to another hub using the same verlihub version and op keys where all info shows correctly original issue | 1 |
710,263 | 24,412,466,769 | IssuesEvent | 2022-10-05 13:29:20 | CS3219-AY2223S1/cs3219-project-ay2223s1-g33 | https://api.github.com/repos/CS3219-AY2223S1/cs3219-project-ay2223s1-g33 | closed | [User Service] Refactor to Remove Loopback GRPC Call | Type/Enhancement Module/Back-End Status/Medium-Priority | ## Description
Under the current implementation, certain endpoints in User Service make a loopback call to the User CRUD endpoints hosted within the same service. This is an inelegant method and introduces significant overheads. Refactor it to use an internal message broker of some form to perform these calls. | 1.0 | [User Service] Refactor to Remove Loopback GRPC Call - ## Description
Under the current implementation, certain endpoints in User Service make a loopback call to the User CRUD endpoints hosted within the same service. This is an inelegant method and introduces significant overheads. Refactor it to use an internal message broker of some form to perform these calls. | priority | refactor to remove loopback grpc call description under the current implementation certain endpoints in user service make a loopback call to the user crud endpoints hosted within the same service this is an inelegant method and introduces significant overheads refactor it to use an internal message broker of some form to perform these calls | 1 |
20,921 | 2,632,433,727 | IssuesEvent | 2015-03-08 03:52:24 | minj/gcode-issues | https://api.github.com/repos/minj/gcode-issues | closed | greek translation | 1 star bug duplicate imported Priority-Medium | _From [gttwins](mailto:gttwins@gmail.com) on December 27, 2008 08:38:39_
edited with notepad++
**Attachment:** [foxtrick_foxtrickproperties](http://code.google.com/p/foxtrick/issues/detail?id=114)
_Original issue: http://code.google.com/p/foxtrick/issues/detail?id=114_ | 1.0 | greek translation - _From [gttwins](mailto:gttwins@gmail.com) on December 27, 2008 08:38:39_
edited with notepad++
**Attachment:** [foxtrick_foxtrickproperties](http://code.google.com/p/foxtrick/issues/detail?id=114)
_Original issue: http://code.google.com/p/foxtrick/issues/detail?id=114_ | priority | greek translation from mailto gttwins gmail com on december edited with notepad attachment original issue | 1 |
459,086 | 13,186,039,577 | IssuesEvent | 2020-08-12 22:54:59 | lbowes/keep-to-calendar | https://api.github.com/repos/lbowes/keep-to-calendar | opened | feature/input-from-keep | priority: medium type: feature | ## Summary
As a *user*, I want *to be able to configure the application with information from Google Keep*, so I can *interface with it easily*.
## Tasks
- [ ] Initialise the (unofficial) Google Keep API (load creds from separate file)
- [ ] Use it to fetch a complete list of card titles
- [ ] Output these titles to a json array in a file called `config.json` (created if it doesn't exist)
## Acceptance criteria
After running `keep_to_calendar.py`, a local `.json` file should be populated with an array of card titles from Google Keep. | 1.0 | feature/input-from-keep - ## Summary
As a *user*, I want *to be able to configure the application with information from Google Keep*, so I can *interface with it easily*.
## Tasks
- [ ] Initialise the (unofficial) Google Keep API (load creds from separate file)
- [ ] Use it to fetch a complete list of card titles
- [ ] Output these titles to a json array in a file called `config.json` (created if it doesn't exist)
## Acceptance criteria
After running `keep_to_calendar.py`, a local `.json` file should be populated with an array of card titles from Google Keep. | priority | feature input from keep summary as a user i want to be able to configure the application with information from google keep so i can interface with it easily tasks initialise the unofficial google keep api load creds from separate file use it to fetch a complete list of card titles output these titles to a json array in a file called config json created if it doesn t exist acceptance criteria after running keep to calendar py a local json file should be populated with an array of card titles from google keep | 1 |
773,498 | 27,159,655,301 | IssuesEvent | 2023-02-17 10:46:33 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | opened | Speed up Jest tests by using `@swc/jest` | priority-3-medium type:refactor status:ready | ### Describe the proposed change(s).
@viceice offered to try `@swc/jest` again. So here's their todo issue. π
Related issues/PRs:
- #15053
- #14572 | 1.0 | Speed up Jest tests by using `@swc/jest` - ### Describe the proposed change(s).
@viceice offered to try `@swc/jest` again. So here's their todo issue. π
Related issues/PRs:
- #15053
- #14572 | priority | speed up jest tests by using swc jest describe the proposed change s viceice offered to try swc jest again so here s their todo issue π related issues prs | 1 |
594,096 | 18,023,426,133 | IssuesEvent | 2021-09-16 23:06:44 | keepdying/firestorm-rio | https://api.github.com/repos/keepdying/firestorm-rio | opened | Major performance bottlenecks when using search | enhancement medium priority | Due to using dynamic search filter and not using an API to get data. There are some major performance bottlenecks while searching. | 1.0 | Major performance bottlenecks when using search - Due to using dynamic search filter and not using an API to get data. There are some major performance bottlenecks while searching. | priority | major performance bottlenecks when using search due to using dynamic search filter and not using an api to get data there are some major performance bottlenecks while searching | 1 |
771,723 | 27,090,551,214 | IssuesEvent | 2023-02-14 20:39:36 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Region-local transaction undergoing promotion aborted for conflicts returns misleading error | kind/bug area/docdb priority/medium | Jira Link: [DB-5320](https://yugabyte.atlassian.net/browse/DB-5320)
### Description
When a region-local transaction is aborted by another transaction due to conflict, but has not yet been informed of this via heartbeat and attempts a global write requiring promotion, the promotion process will fail with `Update transaction status location for unknown transaction`. We then additionally run into the following error (fatal in debug):
```
E0131 13:03:03.811609 3609 transaction.cc:1627] b7afa436-3d3e-437c-b70c-3452e31256a0: Transaction status promoted but not in promoting state
```
and instead of returning a standard aborted due to conflict error to the user, we return a misleading `Update transaction status location for unknown transaction` error.
[DB-5320]: https://yugabyte.atlassian.net/browse/DB-5320?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [DocDB] Region-local transaction undergoing promotion aborted for conflicts returns misleading error - Jira Link: [DB-5320](https://yugabyte.atlassian.net/browse/DB-5320)
### Description
When a region-local transaction is aborted by another transaction due to conflict, but has not yet been informed of this via heartbeat and attempts a global write requiring promotion, the promotion process will fail with `Update transaction status location for unknown transaction`. We then additionally run into the following error (fatal in debug):
```
E0131 13:03:03.811609 3609 transaction.cc:1627] b7afa436-3d3e-437c-b70c-3452e31256a0: Transaction status promoted but not in promoting state
```
and instead of returning a standard aborted due to conflict error to the user, we return a misleading `Update transaction status location for unknown transaction` error.
[DB-5320]: https://yugabyte.atlassian.net/browse/DB-5320?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | region local transaction undergoing promotion aborted for conflicts returns misleading error jira link description when a region local transaction is aborted by another transaction due to conflict but has not yet been informed of this via heartbeat and attempts a global write requiring promotion the promotion process will fail with update transaction status location for unknown transaction we then additionally run into the following error fatal in debug transaction cc transaction status promoted but not in promoting state and instead of returning a standard aborted due to conflict error to the user we return a misleading update transaction status location for unknown transaction error | 1 |
148,884 | 5,697,920,919 | IssuesEvent | 2017-04-17 02:12:54 | harryshipton/secsplit | https://api.github.com/repos/harryshipton/secsplit | opened | Write built in help using command-line-usage | enhancement help wanted medium priority | Rather than relying on some... shaky documentation, the module should have built-in help (e.g. by running `secsplit help`, `secsplit --help`, or `secsplit -h`). This should be done with [command-line-usage](https://www.npmjs.com/package/command-line-usage), in order to be compatible with the other modules that we currently use. | 1.0 | Write built in help using command-line-usage - Rather than relying on some... shaky documentation, the module should have built-in help (e.g. by running `secsplit help`, `secsplit --help`, or `secsplit -h`). This should be done with [command-line-usage](https://www.npmjs.com/package/command-line-usage), in order to be compatible with the other modules that we currently use. | priority | write built in help using command line usage rather than relying on some shaky documentation the module should have built in help e g by running secsplit help secsplit help or secsplit h this should be done with in order to be compatible with the other modules that we currently use | 1 |
270,510 | 8,461,256,655 | IssuesEvent | 2018-10-22 21:14:41 | segmentio/evergreen | https://api.github.com/repos/segmentio/evergreen | closed | Update release process | Priority: Medium Type: Improvement | We had a automatic deployment for master and use `yarn release` which is based on `np`. However it seems like we need a more manual process as `np` has caused some issues and we need 2FA when publishing to npm.
| 1.0 | Update release process - We had a automatic deployment for master and use `yarn release` which is based on `np`. However it seems like we need a more manual process as `np` has caused some issues and we need 2FA when publishing to npm.
| priority | update release process we had a automatic deployment for master and use yarn release which is based on np however it seems like we need a more manual process as np has caused some issues and we need when publishing to npm | 1 |
207,384 | 7,127,763,418 | IssuesEvent | 2018-01-21 02:02:32 | xcodeswift/sake | https://api.github.com/repos/xcodeswift/sake | closed | Add missing release steps | difficulty:easy good first issue priority:medium status:ready-development | ## Context π΅οΈββοΈ
The following release steps are missing:
- Add a new entry to the changelog.
- Rebase release branch into master.
## Proposal π
Add missing steps
| 1.0 | Add missing release steps - ## Context π΅οΈββοΈ
The following release steps are missing:
- Add a new entry to the changelog.
- Rebase release branch into master.
## Proposal π
Add missing steps
| priority | add missing release steps context π΅οΈββοΈ the following release steps are missing add a new entry to the changelog rebase release branch into master proposal π add missing steps | 1 |
33,467 | 2,765,614,611 | IssuesEvent | 2015-04-29 21:31:13 | ljean/modbus-tk | https://api.github.com/repos/ljean/modbus-tk | closed | Code review request | auto-migrated Priority-Medium Type-Review | ```
https://code.google.com/p/modbus-tk/source/diff?spec=svn3d323780acb9d388581ea186
b3c1e1c893e1c194&r=3d323780acb9d388581ea186b3c1e1c893e1c194&format=side&path=/mo
dbus_tk/modbus.py
Purpose of code changes on this branch:
Let exceptions raised in Server._do_init() boil up to caller instead of being
catched by a try/except all block.
When reviewing my code changes, please focus on:
After the review, I'll merge this branch into:
/trunk
```
Original issue reported on code.google.com by `AWooster...@gmail.com` on 28 Feb 2015 at 8:40 | 1.0 | Code review request - ```
https://code.google.com/p/modbus-tk/source/diff?spec=svn3d323780acb9d388581ea186
b3c1e1c893e1c194&r=3d323780acb9d388581ea186b3c1e1c893e1c194&format=side&path=/mo
dbus_tk/modbus.py
Purpose of code changes on this branch:
Let exceptions raised in Server._do_init() boil up to caller instead of being
catched by a try/except all block.
When reviewing my code changes, please focus on:
After the review, I'll merge this branch into:
/trunk
```
Original issue reported on code.google.com by `AWooster...@gmail.com` on 28 Feb 2015 at 8:40 | priority | code review request r format side path mo dbus tk modbus py purpose of code changes on this branch let exceptions raised in server do init boil up to caller instead of being catched by a try except all block when reviewing my code changes please focus on after the review i ll merge this branch into trunk original issue reported on code google com by awooster gmail com on feb at | 1 |
31,373 | 2,732,897,046 | IssuesEvent | 2015-04-17 10:04:08 | tiku01/oryx-editor | https://api.github.com/repos/tiku01/oryx-editor | closed | Current SSS doesn't support "singleChildOnly" property required by BPEL | auto-migrated Component-Editor Patch Priority-Medium Type-Enhancement | ```
What steps will reproduce the problem?
1. Open a new process using the BPEL stencilset
2. Drag'n'drop "Process and Scope"/"process"
3. Drag'n'drop "Basic WS Interactions"/"receive" into the process
4. Drag'n'drop "Basic WS Interactions"/"invoke" into the process
What is the expected output?
The dropping of "invoke" should not be possible.
What do you see instead?
I can add "invoke" to the root of the BPEL process.
Please provide any additional information below.
We think that a containment property such as "singleChildOnly " would be a
solution:
--cut--
{
"role":"singleActivityContainer",
"singleChildOnly": {
"role":"activity"
}
}
--endβ
"singleChildOnly" is required by bpel.json, since BPEL allows having a
single compensation handler nested in the process element, but this still
restricts the count of "activities" to 1.
We also tried with "maximumChildren", which reads as follows:
--cutβ
{
"role":"singleActivityContainer",
"maximumChildren":{
"quantity":1,
"countingRole":"activity"
}
},
--end--
"countingRole" specifies which child activities are counted. We assume that
requirement is BPEL-specific and there isn't the case of quantity>1.
Therefore, we opted for "singleChildOnly"
We added the property to the BPEL shape definition (bpel.json).
Furthermore, we adjusted rules.js to be aware of "singleChildOnly". Due to
performance considerations, only the *first* role of the parent is checked.
Please find attached a patch for rules.js.
Is it possible to add the support of "singleChildOnly" to the Oryx trunk?
On the one hand, we are very aware that this patch introduces one function
call, three additional "ifs" and two additional assignments. On the other
hand, we think that a web-based BPEL-editor is a really nice thing to play
with. β Maybe you have a better idea of how to realize the
"singleChildOnly" property? For example by a stencilset-dependent rules.js?
Maybe a stencilset could create an "extension" to rules.js and override
some methods?
```
Original issue reported on code.google.com by `oliver.k...@gmail.com` on 2 Dec 2008 at 8:23
Attachments:
* [rules.patch](https://storage.googleapis.com/google-code-attachments/oryx-editor/issue-334/comment-0/rules.patch)
| 1.0 | Current SSS doesn't support "singleChildOnly" property required by BPEL - ```
What steps will reproduce the problem?
1. Open a new process using the BPEL stencilset
2. Drag'n'drop "Process and Scope"/"process"
3. Drag'n'drop "Basic WS Interactions"/"receive" into the process
4. Drag'n'drop "Basic WS Interactions"/"invoke" into the process
What is the expected output?
The dropping of "invoke" should not be possible.
What do you see instead?
I can add "invoke" to the root of the BPEL process.
Please provide any additional information below.
We think that a containment property such as "singleChildOnly " would be a
solution:
--cut--
{
"role":"singleActivityContainer",
"singleChildOnly": {
"role":"activity"
}
}
--endβ
"singleChildOnly" is required by bpel.json, since BPEL allows having a
single compensation handler nested in the process element, but this still
restricts the count of "activities" to 1.
We also tried with "maximumChildren", which reads as follows:
--cutβ
{
"role":"singleActivityContainer",
"maximumChildren":{
"quantity":1,
"countingRole":"activity"
}
},
--end--
"countingRole" specifies which child activities are counted. We assume that
requirement is BPEL-specific and there isn't the case of quantity>1.
Therefore, we opted for "singleChildOnly"
We added the property to the BPEL shape definition (bpel.json).
Furthermore, we adjusted rules.js to be aware of "singleChildOnly". Due to
performance considerations, only the *first* role of the parent is checked.
Please find attached a patch for rules.js.
Is it possible to add the support of "singleChildOnly" to the Oryx trunk?
On the one hand, we are very aware that this patch introduces one function
call, three additional "ifs" and two additional assignments. On the other
hand, we think that a web-based BPEL-editor is a really nice thing to play
with. β Maybe you have a better idea of how to realize the
"singleChildOnly" property? For example by a stencilset-dependent rules.js?
Maybe a stencilset could create an "extension" to rules.js and override
some methods?
```
Original issue reported on code.google.com by `oliver.k...@gmail.com` on 2 Dec 2008 at 8:23
Attachments:
* [rules.patch](https://storage.googleapis.com/google-code-attachments/oryx-editor/issue-334/comment-0/rules.patch)
| priority | current sss doesn t support singlechildonly property required by bpel what steps will reproduce the problem open a new process using the bpel stencilset drag n drop process and scope process drag n drop basic ws interactions receive into the process drag n drop basic ws interactions invoke into the process what is the expected output the dropping of invoke should not be possible what do you see instead i can add invoke to the root of the bpel process please provide any additional information below we think that a containment property such as singlechildonly would be a solution cut role singleactivitycontainer singlechildonly role activity endβ singlechildonly is required by bpel json since bpel allows having a single compensation handler nested in the process element but this still restricts the count of activities to we also tried with maximumchildren which reads as follows cutβ role singleactivitycontainer maximumchildren quantity countingrole activity end countingrole specifies which child activities are counted we assume that requirement is bpel specific and there isn t the case of quantity therefore we opted for singlechildonly we added the property to the bpel shape definition bpel json furthermore we adjusted rules js to be aware of singlechildonly due to performance considerations only the first role of the parent is checked please find attached a patch for rules js is it possible to add the support of singlechildonly to the oryx trunk on the one hand we are very aware that this patch introduces one function call three additional ifs and two additional assignments on the other hand we think that a web based bpel editor is a really nice thing to play with β maybe you have a better idea of how to realize the singlechildonly property for example by a stencilset dependent rules js maybe a stencilset could create an extension to rules js and override some methods original issue reported on code google com by oliver k gmail com on dec at attachments | 1 |
347,017 | 10,423,244,758 | IssuesEvent | 2019-09-16 10:56:27 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | closed | TOCItemSettings title input slow on typing | Accepted Priority: Medium enhancement | ### Description
Input of title has slow response while typing.
### In case of Bug (otherwise remove this paragraph)
*Browser Affected*
(use this site: https://www.whatsmybrowser.org/ for non expert users)
- [ ] Internet Explorer
- [ ] Chrome
- [ ] Firefox
- [ ] Safari
*Browser Version Affected*
- all, not related to browser
*Steps to reproduce*
- open a map with a wms layer
- select the layer in TOC
- click on layer settings
- change the title in the input form
*Expected Result*
- Typing in input should be more responsive
*Current Result*
- Slow response on typing probably due to actions
### Other useful information (optional):
| 1.0 | TOCItemSettings title input slow on typing - ### Description
Input of title has slow response while typing.
### In case of Bug (otherwise remove this paragraph)
*Browser Affected*
(use this site: https://www.whatsmybrowser.org/ for non expert users)
- [ ] Internet Explorer
- [ ] Chrome
- [ ] Firefox
- [ ] Safari
*Browser Version Affected*
- all, not related to browser
*Steps to reproduce*
- open a map with a wms layer
- select the layer in TOC
- click on layer settings
- change the title in the input form
*Expected Result*
- Typing in input should be more responsive
*Current Result*
- Slow response on typing probably due to actions
### Other useful information (optional):
| priority | tocitemsettings title input slow on typing description input of title has slow response while typing in case of bug otherwise remove this paragraph browser affected use this site for non expert users internet explorer chrome firefox safari browser version affected all not related to browser steps to reproduce open a map with a wms layer select the layer in toc click on layer settings change the title in the input form expected result typing in input should be more responsive current result slow response on typing probably due to actions other useful information optional | 1 |
156,320 | 5,967,311,700 | IssuesEvent | 2017-05-30 15:42:25 | mkdo/kapow-grunt | https://api.github.com/repos/mkdo/kapow-grunt | closed | Sass source mapping broken | Priority: Medium Status: Completed Type: Bug | It seems that libsass is having issues that are cascading down through node-sass and therefore grunt-sass so Sass source mapping is off the menu at the moment.
Need to keep an eye on this.
| 1.0 | Sass source mapping broken - It seems that libsass is having issues that are cascading down through node-sass and therefore grunt-sass so Sass source mapping is off the menu at the moment.
Need to keep an eye on this.
| priority | sass source mapping broken it seems that libsass is having issues that are cascading down through node sass and therefore grunt sass so sass source mapping is off the menu at the moment need to keep an eye on this | 1 |
443,759 | 12,799,184,291 | IssuesEvent | 2020-07-02 15:01:04 | canonical-web-and-design/jaas-dashboard | https://api.github.com/repos/canonical-web-and-design/jaas-dashboard | closed | Charms aren't always from the charmhub | Model Details Priority: Medium | The value for `store` is hard coded to "CharmHub" but it's possible that it can also be a "local" charm.
re: https://github.com/canonical-web-and-design/jaas-dashboard/pull/544#discussion_r434879340
 | 1.0 | Charms aren't always from the charmhub - The value for `store` is hard coded to "CharmHub" but it's possible that it can also be a "local" charm.
re: https://github.com/canonical-web-and-design/jaas-dashboard/pull/544#discussion_r434879340
 | priority | charms aren t always from the charmhub the value for store is hard coded to charmhub but it s possible that it can also be a local charm re | 1 |
150,017 | 5,732,999,937 | IssuesEvent | 2017-04-21 16:06:41 | stats4sd/SSD-Resources-Demo | https://api.github.com/repos/stats4sd/SSD-Resources-Demo | closed | Prevent initiatilisation of blank resources | in progress Priority-Medium Size-Small | Some simple checks should be in place on form for quality control (think there already is for name so can follow similar format) | 1.0 | Prevent initiatilisation of blank resources - Some simple checks should be in place on form for quality control (think there already is for name so can follow similar format) | priority | prevent initiatilisation of blank resources some simple checks should be in place on form for quality control think there already is for name so can follow similar format | 1 |
751,794 | 26,258,370,952 | IssuesEvent | 2023-01-06 04:20:12 | AleoHQ/leo | https://api.github.com/repos/AleoHQ/leo | closed | [Bug] sum of field variables produces no constraints | bug priority-medium | ## π Bug Report
<!--
What's the bug in Leo that you found?
How serious is this bug and what is affected?
To report a security issue in Leo, please email security@aleo.org.
-->
When I build a simple Leo program to add two fields,
the resulting R1CS has zero constraints. I would expect
at least one constraint.
### To reproduce
```
$ leo new addfields
```
Then modify the source and input files so they look like this:
```
$ cat ./src/main.leo
// The 'addfields' main function.
function main(f1: field, f2: field) -> field {
return f1 + f2;
}
$ cat ./inputs/addfields.in
// The program input for addfields/src/main.leo
[main]
f1: field = 1field;
f2: field = 2field;
[registers]
r0: field = 4field;
```
Then do
```
$ leo run
```
## Observed result
The `outputs/addfields.out` file correctly computes `r0: field = 3`
but the `outputs/addfields.json` file looks like this:
```
$ cat ./outputs/addfields.json
{
"num_public_variables": 0,
"num_private_variables": 2,
"num_constraints": 0,
"public_variables": [],
"private_variables": [
"1",
"2"
],
"at": [],
"bt": [],
"ct": []
}
```
(Write what you expected to happen here)
## Your Environment
- leo master branch commit 2a7298b87. The staging branch also has no constraints (but there are some other differences)
- rustc 1.54.0
- Linux Mint 19.3 built on Ubuntu 18.04
| 1.0 | [Bug] sum of field variables produces no constraints - ## π Bug Report
<!--
What's the bug in Leo that you found?
How serious is this bug and what is affected?
To report a security issue in Leo, please email security@aleo.org.
-->
When I build a simple Leo program to add two fields,
the resulting R1CS has zero constraints. I would expect
at least one constraint.
### To reproduce
```
$ leo new addfields
```
Then modify the source and input files so they look like this:
```
$ cat ./src/main.leo
// The 'addfields' main function.
function main(f1: field, f2: field) -> field {
return f1 + f2;
}
$ cat ./inputs/addfields.in
// The program input for addfields/src/main.leo
[main]
f1: field = 1field;
f2: field = 2field;
[registers]
r0: field = 4field;
```
Then do
```
$ leo run
```
## Observed result
The `outputs/addfields.out` file correctly computes `r0: field = 3`
but the `outputs/addfields.json` file looks like this:
```
$ cat ./outputs/addfields.json
{
"num_public_variables": 0,
"num_private_variables": 2,
"num_constraints": 0,
"public_variables": [],
"private_variables": [
"1",
"2"
],
"at": [],
"bt": [],
"ct": []
}
```
(Write what you expected to happen here)
## Your Environment
- leo master branch commit 2a7298b87. The staging branch also has no constraints (but there are some other differences)
- rustc 1.54.0
- Linux Mint 19.3 built on Ubuntu 18.04
| priority | sum of field variables produces no constraints π bug report what s the bug in leo that you found how serious is this bug and what is affected to report a security issue in leo please email security aleo org when i build a simple leo program to add two fields the resulting has zero constraints i would expect at least one constraint to reproduce leo new addfields then modify the source and input files so they look like this cat src main leo the addfields main function function main field field field return cat inputs addfields in the program input for addfields src main leo field field field then do leo run observed result the outputs addfields out file correctly computes field but the outputs addfields json file looks like this cat outputs addfields json num public variables num private variables num constraints public variables private variables at bt ct write what you expected to happen here your environment leo master branch commit the staging branch also has no constraints but there are some other differences rustc linux mint built on ubuntu | 1 |
477,542 | 13,764,234,725 | IssuesEvent | 2020-10-07 11:46:22 | Swi005/Chessbot3 | https://api.github.com/repos/Swi005/Chessbot3 | closed | Exception occurs if the player presses the "Load Game" button if no saves are present | Medium Priority bug | Exception occurs if the player presses the "Load Game" button if no saves are present
Steps to reproduce the behavior:
1. Check that no saves exists
2. Click menu button
3. Click"Load Game"
Stacktrace
`Java HotSpot(TM) 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at Chessbot3.GuiMain.Gui.loadGame(Gui.java:325)
at Chessbot3.GuiMain.Action.actionPerformed(Action.java:42)
at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
at java.desktop/java.awt.Component.processMouseEvent(Component.java:6636)
at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
at java.desktop/java.awt.Component.processEvent(Component.java:6401)
at java.desktop/java.awt.Container.processEvent(Container.java:2263)
at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5012)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4844)
at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2762)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4844)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
` | 1.0 | Exception occurs if the player presses the "Load Game" button if no saves are present - Exception occurs if the player presses the "Load Game" button if no saves are present
Steps to reproduce the behavior:
1. Check that no saves exists
2. Click menu button
3. Click"Load Game"
Stacktrace
`Java HotSpot(TM) 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at Chessbot3.GuiMain.Gui.loadGame(Gui.java:325)
at Chessbot3.GuiMain.Action.actionPerformed(Action.java:42)
at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
at java.desktop/java.awt.Component.processMouseEvent(Component.java:6636)
at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
at java.desktop/java.awt.Component.processEvent(Component.java:6401)
at java.desktop/java.awt.Container.processEvent(Container.java:2263)
at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5012)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4844)
at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2762)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4844)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
` | priority | exception occurs if the player presses the load game button if no saves are present exception occurs if the player presses the load game button if no saves are present steps to reproduce the behavior check that no saves exists click menu button click load game stacktrace java hotspot tm bit server vm warning sharing is only supported for boot loader classes because bootstrap classpath has been appended exception in thread awt eventqueue java lang arrayindexoutofboundsexception index out of bounds for length at guimain gui loadgame gui java at guimain action actionperformed action java at java desktop javax swing abstractbutton fireactionperformed abstractbutton java at java desktop javax swing abstractbutton handler actionperformed abstractbutton java at java desktop javax swing defaultbuttonmodel fireactionperformed defaultbuttonmodel java at java desktop javax swing defaultbuttonmodel setpressed defaultbuttonmodel java at java desktop javax swing plaf basic basicbuttonlistener mousereleased basicbuttonlistener java at java desktop java awt component processmouseevent component java at java desktop javax swing jcomponent processmouseevent jcomponent java at java desktop java awt component processevent component java at java desktop java awt container processevent container java at java desktop java awt component dispatcheventimpl component java at java desktop java awt container dispatcheventimpl container java at java desktop java awt component dispatchevent component java at java desktop java awt lightweightdispatcher retargetmouseevent container java at java desktop java awt lightweightdispatcher processmouseevent container java at java desktop java awt lightweightdispatcher dispatchevent container java at java desktop java awt container dispatcheventimpl container java at java desktop java awt window dispatcheventimpl window java at java desktop java awt component dispatchevent component java at java desktop java awt eventqueue dispatcheventimpl eventqueue java at java desktop java awt eventqueue run eventqueue java at java desktop java awt eventqueue run eventqueue java at java base java security accesscontroller doprivileged accesscontroller java at java base java security protectiondomain javasecurityaccessimpl dointersectionprivilege protectiondomain java at java base java security protectiondomain javasecurityaccessimpl dointersectionprivilege protectiondomain java at java desktop java awt eventqueue run eventqueue java at java desktop java awt eventqueue run eventqueue java at java base java security accesscontroller doprivileged accesscontroller java at java base java security protectiondomain javasecurityaccessimpl dointersectionprivilege protectiondomain java at java desktop java awt eventqueue dispatchevent eventqueue java at java desktop java awt eventdispatchthread pumponeeventforfilters eventdispatchthread java at java desktop java awt eventdispatchthread pumpeventsforfilter eventdispatchthread java at java desktop java awt eventdispatchthread pumpeventsforhierarchy eventdispatchthread java at java desktop java awt eventdispatchthread pumpevents eventdispatchthread java at java desktop java awt eventdispatchthread pumpevents eventdispatchthread java at java desktop java awt eventdispatchthread run eventdispatchthread java | 1 |
722,733 | 24,872,929,121 | IssuesEvent | 2022-10-27 16:33:49 | AY2223S1-CS2103T-T10-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-T10-1/tp | closed | As an advanced user, I can launch a link based on its alias through the command-line interface | type.Story priority.Medium | so that I can access familiar links swiftly | 1.0 | As an advanced user, I can launch a link based on its alias through the command-line interface - so that I can access familiar links swiftly | priority | as an advanced user i can launch a link based on its alias through the command line interface so that i can access familiar links swiftly | 1 |
664,524 | 22,273,666,106 | IssuesEvent | 2022-06-10 14:34:43 | tyejae/msf.gg.public | https://api.github.com/repos/tyejae/msf.gg.public | opened | [REQUEST]: Cluster Leader Controls Enhancement | type: enhancement type: feature-request product: site priority: medium | ### Is there an existing suggestion for this?
- [X] I have searched the existing suggestions
### Product
- [X] Site
- [ ] Bot
### Is your feature request related to a problem?
_No response_
### Describe the solution you'd like
Give more power to the Cluster Leader. I can move players (except myself) from one alliance to another, but I can't give Leader or Captain status to anyone. I also can't view pending applications. I'm also unable to remove players who've left
### Describe alternatives you've considered
N/A
### Anything else?
Suggested by Fajah in #site-suggestions | 1.0 | [REQUEST]: Cluster Leader Controls Enhancement - ### Is there an existing suggestion for this?
- [X] I have searched the existing suggestions
### Product
- [X] Site
- [ ] Bot
### Is your feature request related to a problem?
_No response_
### Describe the solution you'd like
Give more power to the Cluster Leader. I can move players (except myself) from one alliance to another, but I can't give Leader or Captain status to anyone. I also can't view pending applications. I'm also unable to remove players who've left
### Describe alternatives you've considered
N/A
### Anything else?
Suggested by Fajah in #site-suggestions | priority | cluster leader controls enhancement is there an existing suggestion for this i have searched the existing suggestions product site bot is your feature request related to a problem no response describe the solution you d like give more power to the cluster leader i can move players except myself from one alliance to another but i can t give leader or captain status to anyone i also can t view pending applications i m also unable to remove players who ve left describe alternatives you ve considered n a anything else suggested by fajah in site suggestions | 1 |
418,303 | 12,195,973,505 | IssuesEvent | 2020-04-29 18:16:49 | bounswe/bounswe2020group6 | https://api.github.com/repos/bounswe/bounswe2020group6 | closed | Fixing Requirements According To Feedback | all members documenting medium priority | You can find the feedback below, you can fix the user requirements and user scenarious corresponding to it for each item. There are a lot of items pls take the initiative and start.
Note that some of these items might have been fixed already, so checkmark the item when you find something like that.
- [x] You can add βconferenceβ or βprojectβ or βpaperβ to the glossary part.
- [x] 1.1.1 and 1.1.2 β instead of βseeβ you can write them as βviewβ
- [x] Cannot I search for users in the system, only papers/projects or events?
- [x] I am confused about the general organization of the requirements. 1.1.1, 1.1.2 and 1.1.3 are independent ones from the rest? Or are they written as βgeneral requirements that can be done by both usersβ ? What about 1.1.6 and rest?
- [x] 1.1.4.1 βsearch and seeβ but βcannot see contentβ, what can guest user see in the first part? Just the search result?
- [x] 1.1.4.3 β it should be a set of requirements that do not fall under βguestsβ.
- [x] 1.1.4.3.1 βusers shall be able to register by providing name, surname, unique email address and passwordβ.
- [x] 1.1.4.3.3 βuser shall validate the email address for completing the registration phaseβ.
- [x] 1.1.4.3.4 β are there any users who are not academicians? If so, who are they?
- [x] 1.1.4.3.4 β βusers shall provide the information about affiliationβ, another requirement as βusers shall be able to specify the research interestsββ¦
- [x] 1.1.4.3.4 β why two photos?
- [x] 1.1.4.3.5 β delete this requirement
- [x] Until 1.1.5, it is βusersβ but in 1.1.5, it is βuserβ. You should maintain the consistency throughout the document, which should be βusersβ.
- [x] 1.1.5.4 β which users? Only project creators can accept or reject the requests. Thus, you can rewrite this as βusers as the owner of the projects shall be able toβ¦ β.
- [x] 1.1.5.5 β in this requirement, it can be inferred that βusersβ and βacademiciansβ are separate group of actors of the system. You can write βany user to participateβ
- [x] What happens when I invite someone? The receiver side should either accept or reject the invitation, which should be specified in the requirements.
- [x] 1.1.5.6 β it would be better to provide the functionality of providing or rating during the collaboration, not just after the project completion.
- [x] I did not understand 1.1.5.7??
- [x] 1.1.5.9 is not in a correct requirements format. Instead, you can rewrite this as βuser shall be able to end the looking for collaboration stage to disable the join requestsβ or something like that.
- [x] 1.1.5.11 β since we are specifying that βuser shall be able to specify a deadlineβ, instead of βshall specifyβ, the second part of βmake the deadline openβ is not necessary.
- [x] You can delete 1.1.5.13, and rewrite 1.1.5.13.1 as 1.1.5.13.
- [x] I think 1.1.5.13.2 can be deleted, since it is mostly covered in the previous requirement.
- [x] 1.1.6.1 β providing affiliation is a must or it is an optional field?
- [x] Besides, you can delete 1.1.6.1.1/2/3 and rewrite 1.1.6.1 as βusers shall be able to provide information about the research interests, recent publications and affiliation.β
- [x] 1.1.6.4 β Can I just see? What else? Besides, just invitations, or is there also list of follow requests?
- [x] 1.1.7.1 β instead of βshareβ, you can express the functionality as βspecifyβ or βprovideβ.
- [x] Why 1.1.7.1 is decomposed into several fields, while 1.1.7.2, 1.1.7.3 etc. also include related information? 1.1.7.1.1 until 1.1.7.1.8 should be rewritten. For example, 1.1.7.1 βusers shall be able to specify the topic of the research, deadline of submission and milestones.β 1.1.7.2 βusers shall be able to share related codes, documents, plots and figures with the collaboratorsββ¦
- [x] Collaborators can add additional files, which should be written.
- [x] What is the difference between public and private project?
- [x] 1.1.8 should be rewritten from the scratch, like 1.1.7.1. Similar approach can be utilized. For example: 1.1.8.1 βusers shall be able to search other users, papers, projects, conferences and journals within the systemβ. 1.1.8.2: βusers shall be able to filter search results with regards to the research area, topic, scope and difficultyββ¦.
- [x] What is 1.1.8.4? Where can I see it? Seeing is a requirement?
- [x] What is the difference between 1.1.7 and 1.1.9? They seem similar to me, at least a part of them.
1.1.9.7 and 1.1.9.8 β what is βseeing in progress?β
- [x] Can I add additional files during the progress status?
- [x] 1.2.1.4 β what is the filtering mechanism for? What are we filtering?
- [x] As 1.2.1.6, the system shall provide a recommendation mechanism for project owners, to recommend possible collaborators based on their research interests, or previous works in that area.
- [x] 1.2.2.1 β why homepage is provided according to the userβs interest? How does it make a difference?
- [x] 1.2.4.1 β first part is a system req, while second part is a user req. You need to rewrite this. βSystem shall provide a notification mechanism for informing users about the incoming invitationsβ etc.
- [x] Same applies for 1.2.4.3, 1.2.4.4.
- [x] 1.2.4.5 I assume that this requirement is written by mistake :))
- [x] What about the homepage with related to the activity stream? On home page, the users may see the ongoing activities of the collaborators and so on.
- [x] There should be a βuser followβ mechanism in the system, and related set of requirements
Non functional reqs in general:
- [x] No GDPR related reqs
- [x] No browser versions that are supported
- [x] No Android versions that are supported
General comment about the requirements
Be sure that everything is covered in the requirements document for most of the cases (you may eliminate the edge cases)
Ensure the overall consistency throughout the document.
Eliminate the redundancy | 1.0 | Fixing Requirements According To Feedback - You can find the feedback below, you can fix the user requirements and user scenarious corresponding to it for each item. There are a lot of items pls take the initiative and start.
Note that some of these items might have been fixed already, so checkmark the item when you find something like that.
- [x] You can add βconferenceβ or βprojectβ or βpaperβ to the glossary part.
- [x] 1.1.1 and 1.1.2 β instead of βseeβ you can write them as βviewβ
- [x] Cannot I search for users in the system, only papers/projects or events?
- [x] I am confused about the general organization of the requirements. 1.1.1, 1.1.2 and 1.1.3 are independent ones from the rest? Or are they written as βgeneral requirements that can be done by both usersβ ? What about 1.1.6 and rest?
- [x] 1.1.4.1 βsearch and seeβ but βcannot see contentβ, what can guest user see in the first part? Just the search result?
- [x] 1.1.4.3 β it should be a set of requirements that do not fall under βguestsβ.
- [x] 1.1.4.3.1 βusers shall be able to register by providing name, surname, unique email address and passwordβ.
- [x] 1.1.4.3.3 βuser shall validate the email address for completing the registration phaseβ.
- [x] 1.1.4.3.4 β are there any users who are not academicians? If so, who are they?
- [x] 1.1.4.3.4 β βusers shall provide the information about affiliationβ, another requirement as βusers shall be able to specify the research interestsββ¦
- [x] 1.1.4.3.4 β why two photos?
- [x] 1.1.4.3.5 β delete this requirement
- [x] Until 1.1.5, it is βusersβ but in 1.1.5, it is βuserβ. You should maintain the consistency throughout the document, which should be βusersβ.
- [x] 1.1.5.4 β which users? Only project creators can accept or reject the requests. Thus, you can rewrite this as βusers as the owner of the projects shall be able toβ¦ β.
- [x] 1.1.5.5 β in this requirement, it can be inferred that βusersβ and βacademiciansβ are separate group of actors of the system. You can write βany user to participateβ
- [x] What happens when I invite someone? The receiver side should either accept or reject the invitation, which should be specified in the requirements.
- [x] 1.1.5.6 β it would be better to provide the functionality of providing or rating during the collaboration, not just after the project completion.
- [x] I did not understand 1.1.5.7??
- [x] 1.1.5.9 is not in a correct requirements format. Instead, you can rewrite this as βuser shall be able to end the looking for collaboration stage to disable the join requestsβ or something like that.
- [x] 1.1.5.11 β since we are specifying that βuser shall be able to specify a deadlineβ, instead of βshall specifyβ, the second part of βmake the deadline openβ is not necessary.
- [x] You can delete 1.1.5.13, and rewrite 1.1.5.13.1 as 1.1.5.13.
- [x] I think 1.1.5.13.2 can be deleted, since it is mostly covered in the previous requirement.
- [x] 1.1.6.1 β providing affiliation is a must or it is an optional field?
- [x] Besides, you can delete 1.1.6.1.1/2/3 and rewrite 1.1.6.1 as βusers shall be able to provide information about the research interests, recent publications and affiliation.β
- [x] 1.1.6.4 β Can I just see? What else? Besides, just invitations, or is there also list of follow requests?
- [x] 1.1.7.1 β instead of βshareβ, you can express the functionality as βspecifyβ or βprovideβ.
- [x] Why 1.1.7.1 is decomposed into several fields, while 1.1.7.2, 1.1.7.3 etc. also include related information? 1.1.7.1.1 until 1.1.7.1.8 should be rewritten. For example, 1.1.7.1 βusers shall be able to specify the topic of the research, deadline of submission and milestones.β 1.1.7.2 βusers shall be able to share related codes, documents, plots and figures with the collaboratorsββ¦
- [x] Collaborators can add additional files, which should be written.
- [x] What is the difference between public and private project?
- [x] 1.1.8 should be rewritten from the scratch, like 1.1.7.1. Similar approach can be utilized. For example: 1.1.8.1 βusers shall be able to search other users, papers, projects, conferences and journals within the systemβ. 1.1.8.2: βusers shall be able to filter search results with regards to the research area, topic, scope and difficultyββ¦.
- [x] What is 1.1.8.4? Where can I see it? Seeing is a requirement?
- [x] What is the difference between 1.1.7 and 1.1.9? They seem similar to me, at least a part of them.
1.1.9.7 and 1.1.9.8 β what is βseeing in progress?β
- [x] Can I add additional files during the progress status?
- [x] 1.2.1.4 β what is the filtering mechanism for? What are we filtering?
- [x] As 1.2.1.6, the system shall provide a recommendation mechanism for project owners, to recommend possible collaborators based on their research interests, or previous works in that area.
- [x] 1.2.2.1 β why homepage is provided according to the userβs interest? How does it make a difference?
- [x] 1.2.4.1 β first part is a system req, while second part is a user req. You need to rewrite this. βSystem shall provide a notification mechanism for informing users about the incoming invitationsβ etc.
- [x] Same applies for 1.2.4.3, 1.2.4.4.
- [x] 1.2.4.5 I assume that this requirement is written by mistake :))
- [x] What about the homepage with related to the activity stream? On home page, the users may see the ongoing activities of the collaborators and so on.
- [x] There should be a βuser followβ mechanism in the system, and related set of requirements
Non functional reqs in general:
- [x] No GDPR related reqs
- [x] No browser versions that are supported
- [x] No Android versions that are supported
General comment about the requirements
Be sure that everything is covered in the requirements document for most of the cases (you may eliminate the edge cases)
Ensure the overall consistency throughout the document.
Eliminate the redundancy | priority | fixing requirements according to feedback you can find the feedback below you can fix the user requirements and user scenarious corresponding to it for each item there are a lot of items pls take the initiative and start note that some of these items might have been fixed already so checkmark the item when you find something like that you can add βconferenceβ or βprojectβ or βpaperβ to the glossary part and β instead of βseeβ you can write them as βviewβ cannot i search for users in the system only papers projects or events i am confused about the general organization of the requirements and are independent ones from the rest or are they written as βgeneral requirements that can be done by both usersβ what about and rest βsearch and seeβ but βcannot see contentβ what can guest user see in the first part just the search result β it should be a set of requirements that do not fall under βguestsβ βusers shall be able to register by providing name surname unique email address and passwordβ βuser shall validate the email address for completing the registration phaseβ β are there any users who are not academicians if so who are they β βusers shall provide the information about affiliationβ another requirement as βusers shall be able to specify the research interestsββ¦ β why two photos β delete this requirement until it is βusersβ but in it is βuserβ you should maintain the consistency throughout the document which should be βusersβ β which users only project creators can accept or reject the requests thus you can rewrite this as βusers as the owner of the projects shall be able toβ¦ β β in this requirement it can be inferred that βusersβ and βacademiciansβ are separate group of actors of the system you can write βany user to participateβ what happens when i invite someone the receiver side should either accept or reject the invitation which should be specified in the requirements β it would be better to provide the functionality of providing or rating during the collaboration not just after the project completion i did not understand is not in a correct requirements format instead you can rewrite this as βuser shall be able to end the looking for collaboration stage to disable the join requestsβ or something like that β since we are specifying that βuser shall be able to specify a deadlineβ instead of βshall specifyβ the second part of βmake the deadline openβ is not necessary you can delete and rewrite as i think can be deleted since it is mostly covered in the previous requirement β providing affiliation is a must or it is an optional field besides you can delete and rewrite as βusers shall be able to provide information about the research interests recent publications and affiliation β β can i just see what else besides just invitations or is there also list of follow requests β instead of βshareβ you can express the functionality as βspecifyβ or βprovideβ why is decomposed into several fields while etc also include related information until should be rewritten for example βusers shall be able to specify the topic of the research deadline of submission and milestones β βusers shall be able to share related codes documents plots and figures with the collaboratorsββ¦ collaborators can add additional files which should be written what is the difference between public and private project should be rewritten from the scratch like similar approach can be utilized for example βusers shall be able to search other users papers projects conferences and journals within the systemβ βusers shall be able to filter search results with regards to the research area topic scope and difficultyββ¦ what is where can i see it seeing is a requirement what is the difference between and they seem similar to me at least a part of them and β what is βseeing in progress β can i add additional files during the progress status β what is the filtering mechanism for what are we filtering as the system shall provide a recommendation mechanism for project owners to recommend possible collaborators based on their research interests or previous works in that area β why homepage is provided according to the userβs interest how does it make a difference β first part is a system req while second part is a user req you need to rewrite this βsystem shall provide a notification mechanism for informing users about the incoming invitationsβ etc same applies for i assume that this requirement is written by mistake what about the homepage with related to the activity stream on home page the users may see the ongoing activities of the collaborators and so on there should be a βuser followβ mechanism in the system and related set of requirements non functional reqs in general no gdpr related reqs no browser versions that are supported no android versions that are supported general comment about the requirements be sure that everything is covered in the requirements document for most of the cases you may eliminate the edge cases ensure the overall consistency throughout the document eliminate the redundancy | 1 |
318,991 | 9,726,344,404 | IssuesEvent | 2019-05-30 11:13:35 | poanetwork/blockscout | https://api.github.com/repos/poanetwork/blockscout | closed | Contract Verification requires solc to be installed | chore :boar: priority: medium team: developer | `solc` will need to be built on deployment. I'll test deployment once #182 is merged. | 1.0 | Contract Verification requires solc to be installed - `solc` will need to be built on deployment. I'll test deployment once #182 is merged. | priority | contract verification requires solc to be installed solc will need to be built on deployment i ll test deployment once is merged | 1 |
234,085 | 7,716,163,645 | IssuesEvent | 2018-05-23 09:50:30 | eSteemApp/esteem-surfer | https://api.github.com/repos/eSteemApp/esteem-surfer | opened | Add filter by reputation on Feed/Trending/etc. | medium priority | This will be experimental extra filters section, where we will start with reputation and later add by App, by payout, number of votes, comments, etc. | 1.0 | Add filter by reputation on Feed/Trending/etc. - This will be experimental extra filters section, where we will start with reputation and later add by App, by payout, number of votes, comments, etc. | priority | add filter by reputation on feed trending etc this will be experimental extra filters section where we will start with reputation and later add by app by payout number of votes comments etc | 1 |
197,922 | 6,966,061,828 | IssuesEvent | 2017-12-09 14:25:17 | neuropoly/axondeepseg | https://api.github.com/repos/neuropoly/axondeepseg | reopened | Check for solutions for the patch edges problem | priority:MEDIUM | Suggestions:
- use overlapping sliding window technique for the patch generation
- no need to apply it on small patches during testing time
- use different patch size for prediction and then combine overall results
- in input, enlarge the image (or patch) with mirroring at the edges (just 1 or 2 pixels padding) | 1.0 | Check for solutions for the patch edges problem - Suggestions:
- use overlapping sliding window technique for the patch generation
- no need to apply it on small patches during testing time
- use different patch size for prediction and then combine overall results
- in input, enlarge the image (or patch) with mirroring at the edges (just 1 or 2 pixels padding) | priority | check for solutions for the patch edges problem suggestions use overlapping sliding window technique for the patch generation no need to apply it on small patches during testing time use different patch size for prediction and then combine overall results in input enlarge the image or patch with mirroring at the edges just or pixels padding | 1 |
575,645 | 17,038,044,335 | IssuesEvent | 2021-07-05 09:42:57 | kecven/stady_scala_spark | https://api.github.com/repos/kecven/stady_scala_spark | opened | Missing_HSTS_Header @ bank-gateway/ [master] | Priority: Medium | http://localhost:8380/iast-ui/#!/project/869/scan/1638?rid=9296&vid=77
Scan Tag: 123
Severity: Medium
Repository: stady_scala_spark
Branch: master | 1.0 | Missing_HSTS_Header @ bank-gateway/ [master] - http://localhost:8380/iast-ui/#!/project/869/scan/1638?rid=9296&vid=77
Scan Tag: 123
Severity: Medium
Repository: stady_scala_spark
Branch: master | priority | missing hsts header bank gateway scan tag severity medium repository stady scala spark branch master | 1 |
786,382 | 27,644,505,573 | IssuesEvent | 2023-03-10 21:22:02 | Tau-ri-Dev/JSGMod-1.12.2 | https://api.github.com/repos/Tau-ri-Dev/JSGMod-1.12.2 | reopened | Crash Bug: Naturally generated Transport Rings | Bug/Issue Medium priority Can not reproduce Wtf?! | **Describe the bug**
Game crash, precise reason unknown.
**To Reproduce**
Steps to reproduce the behavior:
Not easily reproducible.
**Expected behavior**
Unknown, as the cause is unknown.
**Mod version**
jsg-1.12.2-4.11.0.5-client
**Additional context**
Walking along a new save, generating new terrain as I was traveling to unexplored area.
<details>
<summary>Crash Log</summary
---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
FloatingItems (FloatingItems-1.12.2-0.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.7.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
Quark Plugin (Quark-r1.6-179.jar)
FutureMC (future-mc-0.2.11.jar)
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-13.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
Contact their authors BEFORE contacting forge
// Don't do that.
Time: 3/10/23 9:19 AM
Description: Exception in server tick loop
java.lang.ClassCastException: net.minecraft.tileentity.TileEntityStructure cannot be cast to tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.setRingsParams(TransportRingsAbstractTile.java:1008)
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.setRingsParams(TransportRingsAbstractTile.java:987)
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.generateAddress(TransportRingsAbstractTile.java:466)
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.onLoad(TransportRingsAbstractTile.java:438)
at net.minecraft.world.World.func_175700_a(World.java:1924)
at net.minecraft.world.World.func_147448_a(World.java:1951)
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:856)
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2187978592 bytes (2086 MB) / 4630511616 bytes (4416 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 2, tallocated: 6
FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 72 mods loaded, 71 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:------ |:--------------------- |:--------------------- |:---------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | infinimend | 1.0.2 | minecraft.jar | None |
| LCHIJA | randompatches | 1.12.2-1.22.1.7 | randompatches-1.12.2-1.22.1.7.jar | None |
| LCHIJA | 113_water_mechanics | 1.0.4 | 1.13WaterMechanicsBackport-1.0.5-1.12.2.jar | None |
| LCHIJA | ic2 | 2.8.222-ex112 | industrialcraft-2-2.8.222-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| LCHIJA | libvulpes | 0.4.2.-25 | LibVulpes-1.12.2-0.4.2-25-universal.jar | None |
| LCHIJA | advancedrocketry | 1.12.2-2.0.0-13 | AdvancedRocketry-1.12.2-2.0.0-13.jar | None |
| LCHIJA | aether_legacy | 1.5.3.2 | aether-1.12.2-v1.5.3.2.jar | None |
| LCHIJA | amidst-forge | 1.12.2-0.6.2 | amidst-forge-1.12.2-0.6.2.jar | None |
| LCHIJA | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None |
| LCHIJA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
| LCHIJA | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
| LCHIJA | animania | 2.0.3.28 | animania-1.12.2-base-2.0.3.28.jar | None |
| LCHIJA | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.683.jar | None |
| LCHIJA | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
| LCHIJA | quark | r1.6-179 | Quark-r1.6-179.jar | None |
| LCHIJA | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| LCHIJA | gorecore | 1.12.2-0.4.5 | avatarmod-1.6.2.jar | None |
| LCHIJA | avatarmod | 1.6.2 | avatarmod-1.6.2.jar | None |
| LCHIJA | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | bookworm | 1.12.2-2.5.2.1 | bookworm-1.12.2-2.5.2.1.jar | None |
| LCHIJA | chunkpregenerator | 2.5.0 | Chunk+Pregenerator-V1.12-2.5.7.jar | None |
| LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCHIJA | collective | 3.0 | collective-1.12.2-3.0.jar | None |
| LCHIJA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| LCHIJA | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
| LCHIJA | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.683.jar | None |
| LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.683.jar | None |
| LCHIJA | creaturebeacons | 1.12.2-1.0.1 | creaturebeacons-1.12.2-1.0.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHIJA | dynamictrees | 1.12.2-0.9.29 | DynamicTrees-1.12.2-0.9.29.jar | None |
| LCHIJA | dynamictreesbop | 1.12.2-1.5.1 | DynamicTreesBOP-1.12.2-1.5.1.jar | None |
| LCHIJA | dynamictreesic2 | 1.12.2-1.2.3 | DynamicTreesIC2-1.12.2-1.2.3.jar | None |
| LCHIJA | dynamictreesquark | 1.12.2-1.0.6 | DynamicTreesQuark-1.12.2-1.0.6.jar | None |
| LCHIJA | dynamictreestheaether | 1.0.14 | DynamicTreesTheAether-1.12.2-1.0.14.jar | None |
| LCHIJA | dynamictreesttf | 1.12.2-1.2.3 | dynamictreesTheTwilightForest-1.12.2-1.2.3.jar | None |
| LCHIJA | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | energyconverters | 1.3.7.30 | energyconverters_1.12.2-1.3.7.30.jar | None |
| LCHIJA | erebus | 1.0.32 | Erebus-1.0.32.jar | None |
| LCHIJA | exoticbirds | 1.0 | Exotic+Birds+1.12.2-3.2.0.jar | None |
| LCHIJA | golems | 7.1.9 | ExtraGolems-1.12-7.1.9.jar | None |
| LCHIJA | floatingitems | 0.1.0 | FloatingItems-1.12.2-0.1.0.jar | None |
| LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LCHIJA | forgivingvoid | 1.1.0 | ForgivingVoid_1.12.2-1.1.0.jar | None |
| LCHIJA | futuremc | 0.2.6 | future-mc-0.2.11.jar | None |
| LCHIJA | geographicraft | 0.8.7 | GeographiCraft-1.12-0.8.9b.jar | None |
| LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCHIJA | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHIJA | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None |
| LCHIJA | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | infinitefluids | 1.2.0 | infinitefluids-1.11-1.2.0.jar | None |
| LCHIJA | infinitetrading | 1.4 | infinitetrading_1.12.2-1.4.jar | None |
| LCHIJA | invtotem | 1.0 | invtotem_1.12-1.0.jar | None |
| LCHIJA | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
| LCHIJA | jsg | 1.12.2-4.11.0.5 | jsg-1.12.2-4.11.0.5-client.jar | None |
| LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
| LCHIJA | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
| LCHIJA | mca | 1.12.2-5.3.1 | MCA-1.12.x-5.3.1-universal.jar | None |
| LCHIJA | noanvilcost | 1.0.0 | NoAnvilCost.jar | None |
| LCHIJA | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
| LCHIJA | notenoughpets | 2.3.4 | NotEnoughPets-1.12.2-2.3.4.jar | None |
| LCHIJA | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None |
| LCHIJA | randomtweaks | 1.12.2-2.8.3.1 | randomtweaks-1.12.2-2.8.3.1.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
| LCHIJA | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
| LCHIJA | serenetweaks | 0.0.1 | SereneTweaks-1.0.jar | None |
| LCHIJA | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
| LCHIJA | ic2_tweaker | 0.2.1+build.4 | ic2-tweaker-0.2.1+build.4.jar | None |
| LCHIJA | rtg | 6.1.0.0-snapshot.1 | RTG-1.12.2-6.1.0.0-snapshot.1.jar | None |
| UD | advancedrocketrycore | 1 | minecraft.jar | None |
Loaded coremods (and transformers):
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
FloatingItems (FloatingItems-1.12.2-0.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.7.jar)
com.therandomlabs.randompatches.core.RPTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
Quark Plugin (Quark-r1.6-179.jar)
vazkii.quark.base.asm.ClassTransformer
FutureMC (future-mc-0.2.11.jar)
thedarkcolour.futuremc.asm.CoreTransformer
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-13.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Sarous'/137976, l='Aurora', x=939.79, y=64.00, z=1711.19]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_G5
OptiFine Build: 20210124-142939
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 - Build 24.20.100.6286
OpenGlRenderer: Intel(R) UHD Graphics 620
OpenGlVendor: Intel
CpuCount: 4
</details>
Update:
Upon logging back in, instantly crashed a second time.
<details>
<summary> Second crash </summary>
---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
FloatingItems (FloatingItems-1.12.2-0.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.7.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
Quark Plugin (Quark-r1.6-179.jar)
FutureMC (future-mc-0.2.11.jar)
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-13.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
Contact their authors BEFORE contacting forge
// Don't do that.
Time: 3/10/23 9:19 AM
Description: Exception in server tick loop
java.lang.ClassCastException: net.minecraft.tileentity.TileEntityStructure cannot be cast to tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.setRingsParams(TransportRingsAbstractTile.java:1008)
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.setRingsParams(TransportRingsAbstractTile.java:987)
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.generateAddress(TransportRingsAbstractTile.java:466)
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.onLoad(TransportRingsAbstractTile.java:438)
at net.minecraft.world.World.func_175700_a(World.java:1924)
at net.minecraft.world.World.func_147448_a(World.java:1951)
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:856)
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2187978592 bytes (2086 MB) / 4630511616 bytes (4416 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 2, tallocated: 6
FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 72 mods loaded, 71 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:------ |:--------------------- |:--------------------- |:---------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | infinimend | 1.0.2 | minecraft.jar | None |
| LCHIJA | randompatches | 1.12.2-1.22.1.7 | randompatches-1.12.2-1.22.1.7.jar | None |
| LCHIJA | 113_water_mechanics | 1.0.4 | 1.13WaterMechanicsBackport-1.0.5-1.12.2.jar | None |
| LCHIJA | ic2 | 2.8.222-ex112 | industrialcraft-2-2.8.222-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| LCHIJA | libvulpes | 0.4.2.-25 | LibVulpes-1.12.2-0.4.2-25-universal.jar | None |
| LCHIJA | advancedrocketry | 1.12.2-2.0.0-13 | AdvancedRocketry-1.12.2-2.0.0-13.jar | None |
| LCHIJA | aether_legacy | 1.5.3.2 | aether-1.12.2-v1.5.3.2.jar | None |
| LCHIJA | amidst-forge | 1.12.2-0.6.2 | amidst-forge-1.12.2-0.6.2.jar | None |
| LCHIJA | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None |
| LCHIJA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
| LCHIJA | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
| LCHIJA | animania | 2.0.3.28 | animania-1.12.2-base-2.0.3.28.jar | None |
| LCHIJA | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.683.jar | None |
| LCHIJA | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
| LCHIJA | quark | r1.6-179 | Quark-r1.6-179.jar | None |
| LCHIJA | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| LCHIJA | gorecore | 1.12.2-0.4.5 | avatarmod-1.6.2.jar | None |
| LCHIJA | avatarmod | 1.6.2 | avatarmod-1.6.2.jar | None |
| LCHIJA | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | bookworm | 1.12.2-2.5.2.1 | bookworm-1.12.2-2.5.2.1.jar | None |
| LCHIJA | chunkpregenerator | 2.5.0 | Chunk+Pregenerator-V1.12-2.5.7.jar | None |
| LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCHIJA | collective | 3.0 | collective-1.12.2-3.0.jar | None |
| LCHIJA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| LCHIJA | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
| LCHIJA | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.683.jar | None |
| LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.683.jar | None |
| LCHIJA | creaturebeacons | 1.12.2-1.0.1 | creaturebeacons-1.12.2-1.0.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHIJA | dynamictrees | 1.12.2-0.9.29 | DynamicTrees-1.12.2-0.9.29.jar | None |
| LCHIJA | dynamictreesbop | 1.12.2-1.5.1 | DynamicTreesBOP-1.12.2-1.5.1.jar | None |
| LCHIJA | dynamictreesic2 | 1.12.2-1.2.3 | DynamicTreesIC2-1.12.2-1.2.3.jar | None |
| LCHIJA | dynamictreesquark | 1.12.2-1.0.6 | DynamicTreesQuark-1.12.2-1.0.6.jar | None |
| LCHIJA | dynamictreestheaether | 1.0.14 | DynamicTreesTheAether-1.12.2-1.0.14.jar | None |
| LCHIJA | dynamictreesttf | 1.12.2-1.2.3 | dynamictreesTheTwilightForest-1.12.2-1.2.3.jar | None |
| LCHIJA | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | energyconverters | 1.3.7.30 | energyconverters_1.12.2-1.3.7.30.jar | None |
| LCHIJA | erebus | 1.0.32 | Erebus-1.0.32.jar | None |
| LCHIJA | exoticbirds | 1.0 | Exotic+Birds+1.12.2-3.2.0.jar | None |
| LCHIJA | golems | 7.1.9 | ExtraGolems-1.12-7.1.9.jar | None |
| LCHIJA | floatingitems | 0.1.0 | FloatingItems-1.12.2-0.1.0.jar | None |
| LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LCHIJA | forgivingvoid | 1.1.0 | ForgivingVoid_1.12.2-1.1.0.jar | None |
| LCHIJA | futuremc | 0.2.6 | future-mc-0.2.11.jar | None |
| LCHIJA | geographicraft | 0.8.7 | GeographiCraft-1.12-0.8.9b.jar | None |
| LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCHIJA | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHIJA | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None |
| LCHIJA | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | infinitefluids | 1.2.0 | infinitefluids-1.11-1.2.0.jar | None |
| LCHIJA | infinitetrading | 1.4 | infinitetrading_1.12.2-1.4.jar | None |
| LCHIJA | invtotem | 1.0 | invtotem_1.12-1.0.jar | None |
| LCHIJA | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
| LCHIJA | jsg | 1.12.2-4.11.0.5 | jsg-1.12.2-4.11.0.5-client.jar | None |
| LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
| LCHIJA | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
| LCHIJA | mca | 1.12.2-5.3.1 | MCA-1.12.x-5.3.1-universal.jar | None |
| LCHIJA | noanvilcost | 1.0.0 | NoAnvilCost.jar | None |
| LCHIJA | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
| LCHIJA | notenoughpets | 2.3.4 | NotEnoughPets-1.12.2-2.3.4.jar | None |
| LCHIJA | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None |
| LCHIJA | randomtweaks | 1.12.2-2.8.3.1 | randomtweaks-1.12.2-2.8.3.1.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
| LCHIJA | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
| LCHIJA | serenetweaks | 0.0.1 | SereneTweaks-1.0.jar | None |
| LCHIJA | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
| LCHIJA | ic2_tweaker | 0.2.1+build.4 | ic2-tweaker-0.2.1+build.4.jar | None |
| LCHIJA | rtg | 6.1.0.0-snapshot.1 | RTG-1.12.2-6.1.0.0-snapshot.1.jar | None |
| UD | advancedrocketrycore | 1 | minecraft.jar | None |
Loaded coremods (and transformers):
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
FloatingItems (FloatingItems-1.12.2-0.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.7.jar)
com.therandomlabs.randompatches.core.RPTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
Quark Plugin (Quark-r1.6-179.jar)
vazkii.quark.base.asm.ClassTransformer
FutureMC (future-mc-0.2.11.jar)
thedarkcolour.futuremc.asm.CoreTransformer
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-13.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Sarous'/137976, l='Aurora', x=939.79, y=64.00, z=1711.19]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_G5
OptiFine Build: 20210124-142939
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 - Build 24.20.100.6286
OpenGlRenderer: Intel(R) UHD Graphics 620
OpenGlVendor: Intel
CpuCount: 4
</details> | 1.0 | Crash Bug: Naturally generated Transport Rings - **Describe the bug**
Game crash, precise reason unknown.
**To Reproduce**
Steps to reproduce the behavior:
Not easily reproducible.
**Expected behavior**
Unknown, as the cause is unknown.
**Mod version**
jsg-1.12.2-4.11.0.5-client
**Additional context**
Walking along a new save, generating new terrain as I was traveling to unexplored area.
<details>
<summary>Crash Log</summary
---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
FloatingItems (FloatingItems-1.12.2-0.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.7.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
Quark Plugin (Quark-r1.6-179.jar)
FutureMC (future-mc-0.2.11.jar)
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-13.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
Contact their authors BEFORE contacting forge
// Don't do that.
Time: 3/10/23 9:19 AM
Description: Exception in server tick loop
java.lang.ClassCastException: net.minecraft.tileentity.TileEntityStructure cannot be cast to tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.setRingsParams(TransportRingsAbstractTile.java:1008)
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.setRingsParams(TransportRingsAbstractTile.java:987)
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.generateAddress(TransportRingsAbstractTile.java:466)
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.onLoad(TransportRingsAbstractTile.java:438)
at net.minecraft.world.World.func_175700_a(World.java:1924)
at net.minecraft.world.World.func_147448_a(World.java:1951)
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:856)
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2187978592 bytes (2086 MB) / 4630511616 bytes (4416 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 2, tallocated: 6
FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 72 mods loaded, 71 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:------ |:--------------------- |:--------------------- |:---------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | infinimend | 1.0.2 | minecraft.jar | None |
| LCHIJA | randompatches | 1.12.2-1.22.1.7 | randompatches-1.12.2-1.22.1.7.jar | None |
| LCHIJA | 113_water_mechanics | 1.0.4 | 1.13WaterMechanicsBackport-1.0.5-1.12.2.jar | None |
| LCHIJA | ic2 | 2.8.222-ex112 | industrialcraft-2-2.8.222-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| LCHIJA | libvulpes | 0.4.2.-25 | LibVulpes-1.12.2-0.4.2-25-universal.jar | None |
| LCHIJA | advancedrocketry | 1.12.2-2.0.0-13 | AdvancedRocketry-1.12.2-2.0.0-13.jar | None |
| LCHIJA | aether_legacy | 1.5.3.2 | aether-1.12.2-v1.5.3.2.jar | None |
| LCHIJA | amidst-forge | 1.12.2-0.6.2 | amidst-forge-1.12.2-0.6.2.jar | None |
| LCHIJA | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None |
| LCHIJA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
| LCHIJA | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
| LCHIJA | animania | 2.0.3.28 | animania-1.12.2-base-2.0.3.28.jar | None |
| LCHIJA | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.683.jar | None |
| LCHIJA | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
| LCHIJA | quark | r1.6-179 | Quark-r1.6-179.jar | None |
| LCHIJA | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| LCHIJA | gorecore | 1.12.2-0.4.5 | avatarmod-1.6.2.jar | None |
| LCHIJA | avatarmod | 1.6.2 | avatarmod-1.6.2.jar | None |
| LCHIJA | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | bookworm | 1.12.2-2.5.2.1 | bookworm-1.12.2-2.5.2.1.jar | None |
| LCHIJA | chunkpregenerator | 2.5.0 | Chunk+Pregenerator-V1.12-2.5.7.jar | None |
| LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCHIJA | collective | 3.0 | collective-1.12.2-3.0.jar | None |
| LCHIJA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| LCHIJA | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
| LCHIJA | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.683.jar | None |
| LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.683.jar | None |
| LCHIJA | creaturebeacons | 1.12.2-1.0.1 | creaturebeacons-1.12.2-1.0.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHIJA | dynamictrees | 1.12.2-0.9.29 | DynamicTrees-1.12.2-0.9.29.jar | None |
| LCHIJA | dynamictreesbop | 1.12.2-1.5.1 | DynamicTreesBOP-1.12.2-1.5.1.jar | None |
| LCHIJA | dynamictreesic2 | 1.12.2-1.2.3 | DynamicTreesIC2-1.12.2-1.2.3.jar | None |
| LCHIJA | dynamictreesquark | 1.12.2-1.0.6 | DynamicTreesQuark-1.12.2-1.0.6.jar | None |
| LCHIJA | dynamictreestheaether | 1.0.14 | DynamicTreesTheAether-1.12.2-1.0.14.jar | None |
| LCHIJA | dynamictreesttf | 1.12.2-1.2.3 | dynamictreesTheTwilightForest-1.12.2-1.2.3.jar | None |
| LCHIJA | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | energyconverters | 1.3.7.30 | energyconverters_1.12.2-1.3.7.30.jar | None |
| LCHIJA | erebus | 1.0.32 | Erebus-1.0.32.jar | None |
| LCHIJA | exoticbirds | 1.0 | Exotic+Birds+1.12.2-3.2.0.jar | None |
| LCHIJA | golems | 7.1.9 | ExtraGolems-1.12-7.1.9.jar | None |
| LCHIJA | floatingitems | 0.1.0 | FloatingItems-1.12.2-0.1.0.jar | None |
| LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LCHIJA | forgivingvoid | 1.1.0 | ForgivingVoid_1.12.2-1.1.0.jar | None |
| LCHIJA | futuremc | 0.2.6 | future-mc-0.2.11.jar | None |
| LCHIJA | geographicraft | 0.8.7 | GeographiCraft-1.12-0.8.9b.jar | None |
| LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCHIJA | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHIJA | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None |
| LCHIJA | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | infinitefluids | 1.2.0 | infinitefluids-1.11-1.2.0.jar | None |
| LCHIJA | infinitetrading | 1.4 | infinitetrading_1.12.2-1.4.jar | None |
| LCHIJA | invtotem | 1.0 | invtotem_1.12-1.0.jar | None |
| LCHIJA | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
| LCHIJA | jsg | 1.12.2-4.11.0.5 | jsg-1.12.2-4.11.0.5-client.jar | None |
| LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
| LCHIJA | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
| LCHIJA | mca | 1.12.2-5.3.1 | MCA-1.12.x-5.3.1-universal.jar | None |
| LCHIJA | noanvilcost | 1.0.0 | NoAnvilCost.jar | None |
| LCHIJA | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
| LCHIJA | notenoughpets | 2.3.4 | NotEnoughPets-1.12.2-2.3.4.jar | None |
| LCHIJA | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None |
| LCHIJA | randomtweaks | 1.12.2-2.8.3.1 | randomtweaks-1.12.2-2.8.3.1.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
| LCHIJA | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
| LCHIJA | serenetweaks | 0.0.1 | SereneTweaks-1.0.jar | None |
| LCHIJA | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
| LCHIJA | ic2_tweaker | 0.2.1+build.4 | ic2-tweaker-0.2.1+build.4.jar | None |
| LCHIJA | rtg | 6.1.0.0-snapshot.1 | RTG-1.12.2-6.1.0.0-snapshot.1.jar | None |
| UD | advancedrocketrycore | 1 | minecraft.jar | None |
Loaded coremods (and transformers):
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
FloatingItems (FloatingItems-1.12.2-0.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.7.jar)
com.therandomlabs.randompatches.core.RPTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
Quark Plugin (Quark-r1.6-179.jar)
vazkii.quark.base.asm.ClassTransformer
FutureMC (future-mc-0.2.11.jar)
thedarkcolour.futuremc.asm.CoreTransformer
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-13.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Sarous'/137976, l='Aurora', x=939.79, y=64.00, z=1711.19]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_G5
OptiFine Build: 20210124-142939
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 - Build 24.20.100.6286
OpenGlRenderer: Intel(R) UHD Graphics 620
OpenGlVendor: Intel
CpuCount: 4
</details>
Update:
Upon logging back in, instantly crashed a second time.
<details>
<summary> Second crash </summary>
---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
FloatingItems (FloatingItems-1.12.2-0.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.7.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
Quark Plugin (Quark-r1.6-179.jar)
FutureMC (future-mc-0.2.11.jar)
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-13.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
Contact their authors BEFORE contacting forge
// Don't do that.
Time: 3/10/23 9:19 AM
Description: Exception in server tick loop
java.lang.ClassCastException: net.minecraft.tileentity.TileEntityStructure cannot be cast to tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.setRingsParams(TransportRingsAbstractTile.java:1008)
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.setRingsParams(TransportRingsAbstractTile.java:987)
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.generateAddress(TransportRingsAbstractTile.java:466)
at tauri.dev.jsg.tileentity.transportrings.TransportRingsAbstractTile.onLoad(TransportRingsAbstractTile.java:438)
at net.minecraft.world.World.func_175700_a(World.java:1924)
at net.minecraft.world.World.func_147448_a(World.java:1951)
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:856)
at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:150)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:728)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2187978592 bytes (2086 MB) / 4630511616 bytes (4416 MB) up to 6442450944 bytes (6144 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 2, tallocated: 6
FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 72 mods loaded, 71 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:------ |:--------------------- |:--------------------- |:---------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | infinimend | 1.0.2 | minecraft.jar | None |
| LCHIJA | randompatches | 1.12.2-1.22.1.7 | randompatches-1.12.2-1.22.1.7.jar | None |
| LCHIJA | 113_water_mechanics | 1.0.4 | 1.13WaterMechanicsBackport-1.0.5-1.12.2.jar | None |
| LCHIJA | ic2 | 2.8.222-ex112 | industrialcraft-2-2.8.222-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| LCHIJA | libvulpes | 0.4.2.-25 | LibVulpes-1.12.2-0.4.2-25-universal.jar | None |
| LCHIJA | advancedrocketry | 1.12.2-2.0.0-13 | AdvancedRocketry-1.12.2-2.0.0-13.jar | None |
| LCHIJA | aether_legacy | 1.5.3.2 | aether-1.12.2-v1.5.3.2.jar | None |
| LCHIJA | amidst-forge | 1.12.2-0.6.2 | amidst-forge-1.12.2-0.6.2.jar | None |
| LCHIJA | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None |
| LCHIJA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
| LCHIJA | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
| LCHIJA | animania | 2.0.3.28 | animania-1.12.2-base-2.0.3.28.jar | None |
| LCHIJA | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.683.jar | None |
| LCHIJA | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
| LCHIJA | quark | r1.6-179 | Quark-r1.6-179.jar | None |
| LCHIJA | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| LCHIJA | gorecore | 1.12.2-0.4.5 | avatarmod-1.6.2.jar | None |
| LCHIJA | avatarmod | 1.6.2 | avatarmod-1.6.2.jar | None |
| LCHIJA | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | bookworm | 1.12.2-2.5.2.1 | bookworm-1.12.2-2.5.2.1.jar | None |
| LCHIJA | chunkpregenerator | 2.5.0 | Chunk+Pregenerator-V1.12-2.5.7.jar | None |
| LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCHIJA | collective | 3.0 | collective-1.12.2-3.0.jar | None |
| LCHIJA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| LCHIJA | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
| LCHIJA | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.20.683.jar | None |
| LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.683.jar | None |
| LCHIJA | creaturebeacons | 1.12.2-1.0.1 | creaturebeacons-1.12.2-1.0.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHIJA | dynamictrees | 1.12.2-0.9.29 | DynamicTrees-1.12.2-0.9.29.jar | None |
| LCHIJA | dynamictreesbop | 1.12.2-1.5.1 | DynamicTreesBOP-1.12.2-1.5.1.jar | None |
| LCHIJA | dynamictreesic2 | 1.12.2-1.2.3 | DynamicTreesIC2-1.12.2-1.2.3.jar | None |
| LCHIJA | dynamictreesquark | 1.12.2-1.0.6 | DynamicTreesQuark-1.12.2-1.0.6.jar | None |
| LCHIJA | dynamictreestheaether | 1.0.14 | DynamicTreesTheAether-1.12.2-1.0.14.jar | None |
| LCHIJA | dynamictreesttf | 1.12.2-1.2.3 | dynamictreesTheTwilightForest-1.12.2-1.2.3.jar | None |
| LCHIJA | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | energyconverters | 1.3.7.30 | energyconverters_1.12.2-1.3.7.30.jar | None |
| LCHIJA | erebus | 1.0.32 | Erebus-1.0.32.jar | None |
| LCHIJA | exoticbirds | 1.0 | Exotic+Birds+1.12.2-3.2.0.jar | None |
| LCHIJA | golems | 7.1.9 | ExtraGolems-1.12-7.1.9.jar | None |
| LCHIJA | floatingitems | 0.1.0 | FloatingItems-1.12.2-0.1.0.jar | None |
| LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LCHIJA | forgivingvoid | 1.1.0 | ForgivingVoid_1.12.2-1.1.0.jar | None |
| LCHIJA | futuremc | 0.2.6 | future-mc-0.2.11.jar | None |
| LCHIJA | geographicraft | 0.8.7 | GeographiCraft-1.12-0.8.9b.jar | None |
| LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCHIJA | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHIJA | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None |
| LCHIJA | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | infinitefluids | 1.2.0 | infinitefluids-1.11-1.2.0.jar | None |
| LCHIJA | infinitetrading | 1.4 | infinitetrading_1.12.2-1.4.jar | None |
| LCHIJA | invtotem | 1.0 | invtotem_1.12-1.0.jar | None |
| LCHIJA | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
| LCHIJA | jsg | 1.12.2-4.11.0.5 | jsg-1.12.2-4.11.0.5-client.jar | None |
| LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
| LCHIJA | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
| LCHIJA | mca | 1.12.2-5.3.1 | MCA-1.12.x-5.3.1-universal.jar | None |
| LCHIJA | noanvilcost | 1.0.0 | NoAnvilCost.jar | None |
| LCHIJA | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
| LCHIJA | notenoughpets | 2.3.4 | NotEnoughPets-1.12.2-2.3.4.jar | None |
| LCHIJA | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None |
| LCHIJA | randomtweaks | 1.12.2-2.8.3.1 | randomtweaks-1.12.2-2.8.3.1.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
| LCHIJA | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
| LCHIJA | serenetweaks | 0.0.1 | SereneTweaks-1.0.jar | None |
| LCHIJA | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
| LCHIJA | ic2_tweaker | 0.2.1+build.4 | ic2-tweaker-0.2.1+build.4.jar | None |
| LCHIJA | rtg | 6.1.0.0-snapshot.1 | RTG-1.12.2-6.1.0.0-snapshot.1.jar | None |
| UD | advancedrocketrycore | 1 | minecraft.jar | None |
Loaded coremods (and transformers):
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
FloatingItems (FloatingItems-1.12.2-0.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.7.jar)
com.therandomlabs.randompatches.core.RPTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
Quark Plugin (Quark-r1.6-179.jar)
vazkii.quark.base.asm.ClassTransformer
FutureMC (future-mc-0.2.11.jar)
thedarkcolour.futuremc.asm.CoreTransformer
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-13.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Sarous'/137976, l='Aurora', x=939.79, y=64.00, z=1711.19]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_G5
OptiFine Build: 20210124-142939
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 - Build 24.20.100.6286
OpenGlRenderer: Intel(R) UHD Graphics 620
OpenGlVendor: Intel
CpuCount: 4
</details> | priority | crash bug naturally generated transport rings describe the bug game crash precise reason unknown to reproduce steps to reproduce the behavior not easily reproducible expected behavior unknown as the cause is unknown mod version jsg client additional context walking along a new save generating new terrain as i was traveling to unexplored area crash log summary minecraft crash report warning coremods are present llibrary llibrary core jar ssloadingplugin sereneseasons universal jar forgelinplugin forgelin jar floatingitems floatingitems jar randompatches randompatches jar malisiscoreplugin malisiscore jar quark plugin quark jar futuremc future mc jar imloadingplugin infinimend jar advancedrocketryplugin advancedrocketry jar iceandfire iceandfire jar contact their authors before contacting forge don t do that time am description exception in server tick loop java lang classcastexception net minecraft tileentity tileentitystructure cannot be cast to tauri dev jsg tileentity transportrings transportringsabstracttile at tauri dev jsg tileentity transportrings transportringsabstracttile setringsparams transportringsabstracttile java at tauri dev jsg tileentity transportrings transportringsabstracttile setringsparams transportringsabstracttile java at tauri dev jsg tileentity transportrings transportringsabstracttile generateaddress transportringsabstracttile java at tauri dev jsg tileentity transportrings transportringsabstracttile onload transportringsabstracttile java at net minecraft world world func a world java at net minecraft world world func a world java at net minecraft world chunk chunk func c chunk java at net minecraftforge common chunkio chunkioprovider synccallback chunkioprovider java at net minecraftforge common chunkio chunkioexecutor tick chunkioexecutor java at net minecraft server minecraftserver func q minecraftserver java at net minecraft server minecraftserver func p minecraftserver java at net minecraft server integrated integratedserver func p integratedserver java at net minecraft server minecraftserver run minecraftserver java at java lang thread run thread java a detailed walkthrough of the error its code path and all known details is as follows system details details minecraft version operating system windows version java version oracle corporation java vm version java hotspot tm bit server vm mixed mode oracle corporation memory bytes mb bytes mb up to bytes mb jvm flags total xx heapdumppath mojangtricksinteldriversforperformance javaw exe minecraft exe heapdump xx unlockexperimentalvmoptions xx xx xx xx maxgcpausemillis xx intcache cache tcache allocated tallocated fml mcp powered by forge optifine optifine hd u mods loaded mods active states u unloaded l loaded c constructed h pre initialized i initialized j post initialized a available d disabled e errored state id version source signature lchija minecraft minecraft jar none lchija mcp minecraft jar none lchija fml forge jar lchija forge forge jar lchija infinimend minecraft jar none lchija randompatches randompatches jar none lchija water mechanics jar none lchija industrialcraft jar lchija libvulpes libvulpes universal jar none lchija advancedrocketry advancedrocketry jar none lchija aether legacy aether jar none lchija amidst forge amidst forge jar none lchija biomesoplenty biomesoplenty universal jar none lchija craftstudioapi craftstudio alpha jar none lchija twilightforest twilightforest universal jar none lchija animania animania base jar none lchija crafttweaker jar none lchija jei jei jar none lchija quark quark jar none lchija autoreglib autoreglib jar none lchija gorecore avatarmod jar none lchija avatarmod avatarmod jar none lchija bookshelf bookshelf jar lchija bookworm bookworm jar none lchija chunkpregenerator chunk pregenerator jar none lchija clumps clumps jar none lchija collective collective jar none lchija extendedrenderer coroutil jar none lchija coroutil coroutil jar none lchija configmod coroutil jar none lchija ctgui jar none lchija crafttweakerjei jar none lchija creaturebeacons creaturebeacons jar lchija dynamictrees dynamictrees jar none lchija dynamictreesbop dynamictreesbop jar none lchija jar none lchija dynamictreesquark dynamictreesquark jar none lchija dynamictreestheaether dynamictreestheaether jar none lchija dynamictreesttf dynamictreesthetwilightforest jar none lchija eplus enchantingplus jar lchija energyconverters energyconverters jar none lchija erebus erebus jar none lchija exoticbirds exotic birds jar none lchija golems extragolems jar none lchija floatingitems floatingitems jar none lchija forgelin forgelin jar none lchija forgivingvoid forgivingvoid jar none lchija futuremc future mc jar none lchija geographicraft geographicraft jar none lchija waila hwyla jar none lchija llibrary llibrary jar lchija iceandfire iceandfire jar none lchija ichunutil ichunutil jar lchija infinitefluids infinitefluids jar none lchija infinitetrading infinitetrading jar none lchija invtotem invtotem jar none lchija journeymap journeymap jar none lchija jsg jsg client jar none lchija malisiscore snapshot malisiscore jar none lchija radixcore x radixcore x universal jar none lchija mca mca x universal jar none lchija noanvilcost noanvilcost jar none lchija norecipebook norecipebook jar none lchija notenoughpets notenoughpets jar none lchija quarkoddities quarkoddities jar none lchija randomtweaks randomtweaks jar lchija sereneseasons sereneseasons universal jar none lchija serenetweaks serenetweaks jar none lchija jar none lchija tweaker build tweaker build jar none lchija rtg snapshot rtg snapshot jar none ud advancedrocketrycore minecraft jar none loaded coremods and transformers llibrary llibrary core jar net ilexiconn llibrary server core plugin llibrarytransformer net ilexiconn llibrary server core patcher llibraryruntimepatcher ssloadingplugin sereneseasons universal jar sereneseasons asm transformer entityrenderertransformer sereneseasons asm transformer worldtransformer forgelinplugin forgelin jar floatingitems floatingitems jar randompatches randompatches jar com therandomlabs randompatches core rptransformer malisiscoreplugin malisiscore jar quark plugin quark jar vazkii quark base asm classtransformer futuremc future mc jar thedarkcolour futuremc asm coretransformer imloadingplugin infinimend jar net crazysnailboy mods infinimend asm imclasstransformer advancedrocketryplugin advancedrocketry jar advancedrocketry asm classtransformer iceandfire iceandfire jar com github iceandfire patcher iceandfireruntimepatcher gl info error runtimeexception no opengl context found in the current thread profiler position n a disabled player count type integrated server map client txt is modded definitely client brand changed to fml forge optifine version optifine hd u optifine build render distance chunks mipmaps anisotropic filtering antialiasing multitexture false shaders null openglversion build openglrenderer intel r uhd graphics openglvendor intel cpucount update upon logging back in instantly crashed a second time second crash minecraft crash report warning coremods are present llibrary llibrary core jar ssloadingplugin sereneseasons universal jar forgelinplugin forgelin jar floatingitems floatingitems jar randompatches randompatches jar malisiscoreplugin malisiscore jar quark plugin quark jar futuremc future mc jar imloadingplugin infinimend jar advancedrocketryplugin advancedrocketry jar iceandfire iceandfire jar contact their authors before contacting forge don t do that time am description exception in server tick loop java lang classcastexception net minecraft tileentity tileentitystructure cannot be cast to tauri dev jsg tileentity transportrings transportringsabstracttile at tauri dev jsg tileentity transportrings transportringsabstracttile setringsparams transportringsabstracttile java at tauri dev jsg tileentity transportrings transportringsabstracttile setringsparams transportringsabstracttile java at tauri dev jsg tileentity transportrings transportringsabstracttile generateaddress transportringsabstracttile java at tauri dev jsg tileentity transportrings transportringsabstracttile onload transportringsabstracttile java at net minecraft world world func a world java at net minecraft world world func a world java at net minecraft world chunk chunk func c chunk java at net minecraftforge common chunkio chunkioprovider synccallback chunkioprovider java at net minecraftforge common chunkio chunkioexecutor tick chunkioexecutor java at net minecraft server minecraftserver func q minecraftserver java at net minecraft server minecraftserver func p minecraftserver java at net minecraft server integrated integratedserver func p integratedserver java at net minecraft server minecraftserver run minecraftserver java at java lang thread run thread java a detailed walkthrough of the error its code path and all known details is as follows system details details minecraft version operating system windows version java version oracle corporation java vm version java hotspot tm bit server vm mixed mode oracle corporation memory bytes mb bytes mb up to bytes mb jvm flags total xx heapdumppath mojangtricksinteldriversforperformance javaw exe minecraft exe heapdump xx unlockexperimentalvmoptions xx xx xx xx maxgcpausemillis xx intcache cache tcache allocated tallocated fml mcp powered by forge optifine optifine hd u mods loaded mods active states u unloaded l loaded c constructed h pre initialized i initialized j post initialized a available d disabled e errored state id version source signature lchija minecraft minecraft jar none lchija mcp minecraft jar none lchija fml forge jar lchija forge forge jar lchija infinimend minecraft jar none lchija randompatches randompatches jar none lchija water mechanics jar none lchija industrialcraft jar lchija libvulpes libvulpes universal jar none lchija advancedrocketry advancedrocketry jar none lchija aether legacy aether jar none lchija amidst forge amidst forge jar none lchija biomesoplenty biomesoplenty universal jar none lchija craftstudioapi craftstudio alpha jar none lchija twilightforest twilightforest universal jar none lchija animania animania base jar none lchija crafttweaker jar none lchija jei jei jar none lchija quark quark jar none lchija autoreglib autoreglib jar none lchija gorecore avatarmod jar none lchija avatarmod avatarmod jar none lchija bookshelf bookshelf jar lchija bookworm bookworm jar none lchija chunkpregenerator chunk pregenerator jar none lchija clumps clumps jar none lchija collective collective jar none lchija extendedrenderer coroutil jar none lchija coroutil coroutil jar none lchija configmod coroutil jar none lchija ctgui jar none lchija crafttweakerjei jar none lchija creaturebeacons creaturebeacons jar lchija dynamictrees dynamictrees jar none lchija dynamictreesbop dynamictreesbop jar none lchija jar none lchija dynamictreesquark dynamictreesquark jar none lchija dynamictreestheaether dynamictreestheaether jar none lchija dynamictreesttf dynamictreesthetwilightforest jar none lchija eplus enchantingplus jar lchija energyconverters energyconverters jar none lchija erebus erebus jar none lchija exoticbirds exotic birds jar none lchija golems extragolems jar none lchija floatingitems floatingitems jar none lchija forgelin forgelin jar none lchija forgivingvoid forgivingvoid jar none lchija futuremc future mc jar none lchija geographicraft geographicraft jar none lchija waila hwyla jar none lchija llibrary llibrary jar lchija iceandfire iceandfire jar none lchija ichunutil ichunutil jar lchija infinitefluids infinitefluids jar none lchija infinitetrading infinitetrading jar none lchija invtotem invtotem jar none lchija journeymap journeymap jar none lchija jsg jsg client jar none lchija malisiscore snapshot malisiscore jar none lchija radixcore x radixcore x universal jar none lchija mca mca x universal jar none lchija noanvilcost noanvilcost jar none lchija norecipebook norecipebook jar none lchija notenoughpets notenoughpets jar none lchija quarkoddities quarkoddities jar none lchija randomtweaks randomtweaks jar lchija sereneseasons sereneseasons universal jar none lchija serenetweaks serenetweaks jar none lchija jar none lchija tweaker build tweaker build jar none lchija rtg snapshot rtg snapshot jar none ud advancedrocketrycore minecraft jar none loaded coremods and transformers llibrary llibrary core jar net ilexiconn llibrary server core plugin llibrarytransformer net ilexiconn llibrary server core patcher llibraryruntimepatcher ssloadingplugin sereneseasons universal jar sereneseasons asm transformer entityrenderertransformer sereneseasons asm transformer worldtransformer forgelinplugin forgelin jar floatingitems floatingitems jar randompatches randompatches jar com therandomlabs randompatches core rptransformer malisiscoreplugin malisiscore jar quark plugin quark jar vazkii quark base asm classtransformer futuremc future mc jar thedarkcolour futuremc asm coretransformer imloadingplugin infinimend jar net crazysnailboy mods infinimend asm imclasstransformer advancedrocketryplugin advancedrocketry jar advancedrocketry asm classtransformer iceandfire iceandfire jar com github iceandfire patcher iceandfireruntimepatcher gl info error runtimeexception no opengl context found in the current thread profiler position n a disabled player count type integrated server map client txt is modded definitely client brand changed to fml forge optifine version optifine hd u optifine build render distance chunks mipmaps anisotropic filtering antialiasing multitexture false shaders null openglversion build openglrenderer intel r uhd graphics openglvendor intel cpucount | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.