Nick Manning

Results 26 issues of Nick Manning

I understand that Askama uses compiled templates but maybe is there a way to have a debug mode that renders the template when the page is loaded?

1. Downloaded the main branch: https://github.com/btford/angular-express-blog.git 2. npm install 3. node app.js 4. clicking 'new post' does not do anything. no js errors either. (5) (https://github.com/btford/angular-express-blog.git doesn't work either)

Hello, When I try to import a single .csv file named .csv I get: `File rels.csv does not exist, can not be read or is not a file.` Kind of...

You can use this template for reporting bugs. Feel free to remove parts that are not relevant, or just write something free-form if you prefer. ## What did you do?...

Hello, Is there a way to prevent the user from selecting any individual dates on the calendar? I know I could use userInteractionEnabled but I still want people to be...

enhancement

Hello. Does Neography Support Neo4j 3.0 with the Neo4j Spatial Plugin still? It seems that `$neo.create_spatial_index("myindex")` throws the following error with Neo4j 3.0 and Neo4j-Spatial. On the other hand, it...

Hello, I wanted to know if this package supports types created by plugins, such as the ['markdown' plugin](https://www.sanity.io/plugins/sanity-plugin-markdown). Here are some steps to reproduce: 1. `sanity install markdown` 2. (add...

Users are forced to use GenericTemplate instead of ButtonTemplate because ButtonTemplate requires a 'buttons' field, not 'elements' field. ``` mq.Template(template.GenericTemplate{Title: title, Buttons: []template.Button{ { Type: template.ButtonTypePostback, Payload: postbackPayload, Title: buttonTitle,...

bug

Ability to send Button Templates without receiving an error from Facebook, as this feature never worked for the latest Facebook Send API. Button templates basically require a 'buttons' field rather...