Skip to content

issues Search Results · repo:supercharge/framework language:TypeScript

Filter by

26 results
 (52 ms)

26 results

insupercharge/framework (press backspace or delete to remove)

At this point, the database package uses MySQL. The underlying knex package supports SQlite. Using SQLite instead of MySQL removes an extra dependency. SQlite is file based and doesn’t need a running MySQL ...
  • marcuspoehls
  • 1
  • Opened 
    on Jul 1, 2021
  • #86

There are a handful of packages that don’t have tests yet. We need to fix this. - [x] Core - [x] HTTP - [x] Routing - [x] Support - [x] Views
  • marcuspoehls
  • Opened 
    on Jul 1, 2021
  • #85

Write the docs :)
enhancement
PR welcome
  • marcuspoehls
  • 2
  • Opened 
    on Jul 1, 2021
  • #84

The framework’s readme requires updates on how to get starting with a local development setup. - [x] lerna setup - [x] steps to build the project - [x] steps to run the test suite
  • marcuspoehls
  • Opened 
    on Jul 1, 2021
  • #83

I was not able to pass tests from fresh copied master branch (after run npm install) untill I install mongod and start service. I have never used MongoDB before so I haven t mongo installed. I didn t ...
enhancement
  • venikman
  • 1
  • Opened 
    on Nov 7, 2019
  • #39

Add an option to exclude a list of URIs from CSRF verification. This is helpful in situations where a request can’t know the CSRF token. For example, a Stripe webhook should be excluded from CSRF verification ...
enhancement
  • marcuspoehls
  • Opened 
    on Oct 9, 2019
  • #37

The environment utility has convenience methods like isProduction() and isTesting(). We can add an is() method to be more flexible in determining the environment an application is running in. Usage Env.is( ...
good first issue
Hacktoberfest
  • marcuspoehls
  • 1
  • Opened 
    on Aug 6, 2019
  • #32

As soon as server side session support has landed, let s run our own CSRF middleware. The CSRF secret is stored in the session and the CSRF token is part of the response data that the user will have to ...
  • marcuspoehls
  • 1
  • Opened 
    on Jul 20, 2019
  • #31

Currently, the routes to serve assets are tied to the framework. This is not a good place because it doesn t allow any changes. The task is to find a better place and handling for assets and the related ...
enhancement
  • marcuspoehls
  • 1
  • Opened 
    on May 2, 2019
  • #25

The superchargejs/supercharge repository includes a robots.txt file. There is no default route serving this file. Task Add a route: GET /robots.txt
enhancement
PR welcome
  • marcuspoehls
  • 1
  • Opened 
    on May 2, 2019
  • #24
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub