Code Monkey home page Code Monkey logo

xierpa3's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xierpa3's Issues

Use Xierpa3 with form validation

I find no form validation supported by xierpa3. With some python web framework other, I can use form validation from third-party package (e.g. FormEncode, WTForm...)?

What are solutions for this issue?

Thank you!

Bug in Textarea

I have some problems with text area
The first one, When I create a text area using this code,

b.textarea()
b._textarea()

the text area always has some spaces after build it to HTML like:

<textarea> (some space) </textarea>

Maybe because, Xierpa3 always put some tabs, So i can not put the placeholders to it.

Also, I cannot put text into the textarea like this

b.textarea()
b.text("Some text")
b._textarea()

Regards,

Bug with use Shadow

While using shadow effect in Xierpa3 framework, I encountered an error message as follow:

File "C:\Python27\lib\site-packages\xierpa3\attributes\shadow.py", line 61, in build
for prefix in self.PREFIXES:
AttributeError: 'Shadow' object has no attribute 'PREFIXES'

In module: Xierpa3/attributes/shadow.py, line 61

Please fix this bug!

Install xierpa3 with pip

I have some issues using Xierpa3:

  • too many steps to install
  • hard to update new release
  • the config file (constant file) at Xierpa3 directory (not at my project). When sync my code from desktop to server, I have to re-install and re-config constant file

I wonder why Xierpa3 not use pip and includes user's config file (like development.ini/production.ini of Pyramid framework)?

Writing mode

Dear Mr,

I found that writing mode is not supported by Xierpa3. For example, I want to display text vertically by add CSS property:

writing-mode: vertical-rl;

Can you add this feature?
Thanks.

Add new line character

I want to have a html code block like

Menu

I write in xierpa3

b.span()
b.text("Menu")
b.i(class_="caret")
b._i()
b._span()

then the html code generated is

Menu

Which will add extra space to the text

Not able to run in MULTI_PROCESSING mode

I cannot run my website in multi-processing mode, if a site is loading, other clients need to wait before being served. It seems that the task list is empty.

Also, I had to declare FSPATH_DATAROOT = "" in constants.py to get the server running.

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.