Serafeim Papastefanos

Results 42 issues of Serafeim Papastefanos

Hello, could you also support hashed routes beyond pathname routes? For example, instead of writing `http://example.com/detail/` I'd prefer to write `http://example.com/#/detail` to go to the detail view. This is important...

FEATURE
DISCUSSION

I recently tried to integrate pelican-ipynb (https://github.com/danielfrg/pelican-ipynb) with this theme. Unfortunately, the styling that ipynb applies when using an ipynb file directly as a content type is not very good...

Hello, I've added a footnote using [*]_ and although it works fine, I don't like how the symbol is styled: It is full size and not a superscript :( Can...

Hello, instead of *always* modifying the number you could instead modify it randomly (for example one out of every 100 numbers will be modified the other 99 will be the...

Hello, I am trying to integrate ex_audit wit my application using more or less the default configuration. However when I try to save a model with changes I get the...

bug

Hello, I want to display a message for my users when they see the report that will get invisible when they print it. If I don't use paged-js I will...

For future doc

Hello friends, I see the instructions only for linuix and macos. Is there a way to create a new coast project on windows? Notice I don't use WSL Thank you

Hello! Is there a string I could save on my password field so as to have an unusable password ? I've got some users that are able to login through...

I'm using the following slider definition ``` ``` while in my controller, I've got the following two functions: ``` $scope.handleUp = function() { console.log("Handle up"); } $scope.handleDown = function() {...

Can you provide a *complete* example on how to use the jackson parser? I.e how can I convert this code ``` val result = Klaxon() .parse(""" { "name": "John Smith",...