Giter VIP home page Giter VIP logo

trap-scoring's Introduction

setchys's github stats

๐Ÿ“– About me

  • Sr Consultant, Software Engineering - Enterprise Tech Consulting

๐Ÿ”ญ Interests

  • NodeJS, JavaScript, Java, Python, Docker, CI/CD, Dependabot/Renovate
  • Developer Experience
  • Trunk based development, no merge commits, automatically delete head branches
  • Building strong communities of practice (guilds, chapters, etc)
  • Building random websites/applications that are of use to only myself

๐Ÿ“ซ How to reach me

  • You can reach me at the email in my Github profile.
  • linked-in

๐ŸŽค Presentations

trap-scoring's People

Contributors

dependabot[bot] avatar mrbusche avatar renovate[bot] avatar

Watchers

 avatar  avatar

trap-scoring's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/daily-standings.yml
  • actions/checkout v3
  • actions/setup-java v3
  • gradle/gradle-build-action v2
  • actions/upload-artifact v3
.github/workflows/gradle.yml
  • actions/checkout v3
  • actions/setup-java v3
  • gradle/gradle-build-action v2
  • actions/upload-artifact v3
gradle
settings.gradle
build.gradle.kts
  • org.springframework.boot 3.1.1
  • io.spring.dependency-management 1.1.0
  • org.apache.poi:poi-ooxml 5.2.3
  • com.opencsv:opencsv 5.7.1
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.2-rc-2

  • Check this box to trigger a request for Renovate to run again on this repository

five stand

top 3 scores, must have 2 locations and only 1 can be a five stand

mariaDB is not a view

I have MySQL running locally and have set it up using the below tables (plus many more). The application runs fine locally, but I'm trying to convert this to mariaDB, so it can run on anyone's computer easily. The error I receive is

org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: 
Initialization of bean failed; nested exception is org.springframework.jdbc.datasource.init.ScriptStatementFailedException: 
Failed to execute SQL script statement #3 of URL 
[file:/C:/scoring/out/production/resources/data.sql]: 
CREATE OR REPLACE VIEW singlesAggregate AS 
SELECT athlete, classification, gender, team, SUM(total) total 
FROM ( 
  SELECT athlete, classification, gender, total, team 
  FROM singlesData 
) AS a 
GROUP BY athlete, classification, gender ORDER BY total DESC;
nested exception is java.sql.SQLException: 'trap.singlesaggregate' is not VIEW

The tables/views I've create up to this point are

CREATE OR REPLACE VIEW singlesAggregate AS
SELECT athlete, classification, gender, team, SUM(total) total
FROM (
  SELECT athlete, classification, gender, total, team
  FROM singlesData
) AS a
GROUP BY athlete, classification, gender
ORDER BY total DESC;

The problem is mariaDB doesn't accept `CREATE OR REPLACE VIEW` it needs to be `CREATE VIEW IF NOT EXISTS`

sporting clays isn't calculating right... data issue?

Looks like we may have a couple errors:
Looks like Sporting Clays Team score is incorrect. Should only total up to 450 for team score right? 3 squad members with a max personal score of 150.
Looks like same for Sporting Clays individual scores. Is shows totals past 150.
Skeet should match btw. Looks like it dies, but didnโ€™t want to assume

show whose scores counted for each team

I really like the sheet from last year that showed what scores used in the calculations on the clean data sheet. Would it be possible to get that back? I think it was a column called TOP5, if I remember correctly.

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

File: renovate.json
Error type: Invalid JSON (parsing failed)
Message: Syntax error: expecting String near ], ignor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.