Giter Club home page Giter Club logo

uweb3's People

Contributors

codepanter avatar errieman avatar janklopper avatar stefvanhouten avatar underdarknl avatar

Watchers

 avatar

Forkers

errieman

uweb3's Issues

Sqltalk not using __CONNECTOR in _LoadForeign

When the first class uses an SQLITE connector and the second class has no specification there will be a cross database fetch and join.
Class one will fetch from SQLITE, class two will fetch from MYSQL by default, resulting in a record that is combined with data from two different databases

PageMaker connection object can not be found when the first request is an API request

This issue is present in the uweb3warehouse when the first request to the server is an API request.
In this case the decorator attempts to see if the user is registered in the database, however since the connection object has no connection present yet it will instead crash.

This might have something to do with the stackwalking that is done to find the correct connection object.
Still have to do some investigation to the exact cause.

Specific pagemaker __init__ not available when splitting code in multiple PageMakers

Currently all PageMakers are loaded into a 'super' PageMaker class that is passed to the uweb3 class when setting up the server.
This causes all PageMakers to be loaded on every request, even if the request is not meant for that PageMaker, thus losing the ability to write custom behaviour for a specific PageMaker.

Because of this it is not possible to use a PageMaker class to its full potential, we are missing out on functionality that was present in uweb2 such as _PostInit, _PostRequest, custom template dirs for specific PageMakers, and more.

A possible solution for this is the new routing proposed in #22 however this does not solve the issue for the current routing.

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.