oupala

Results 171 comments of oupala

Ok. But can you please explain me why waiting for the next version of the schema would help? We talked about passing the language as a parameter of the export...

I agree @mudassir0909 the theme server needs to evolve. But I did not catch the link between the theme server and the next version of the schema. I also agree...

I think we share the same vision. That's great!

I do applause the choice of stencil and bulma (although I didn't knew picnic, which might worth it either). You can count on me for being a reactive tester! (with...

At this time, I did not tried with CSP, but I have an error related to stencil: > This Stencil app is disabled for this browser. And I have tested...

Ok, it works now, with the 0.9.1 version. The only problem I can see is that blockquotes "`>`" are not rendered). For CSP validation, how could I test that with...

The styling is very light at the moment, but it works.

Are you talking about [these resources](/obedm503/bootmark/tree/master/dist)? - [bootmark.bundle.min.js](/obedm503/bootmark/blob/master/dist/bootmark.bundle.min.js) - [bootmark.min.css](/obedm503/bootmark/blob/master/dist/bootmark.min.css) If yes, how can I use it? When I include [bootmark.bundle.min.js](/obedm503/bootmark/blob/master/dist/bootmark.bundle.min.js), it is still loading the following resources: - https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/united/bootstrap.min.css...

I understand the way you created bootmark: fast and easy to use. I already agree that the workaround you propose works, although it will still raise CSP errors (which is...

CSP can also block some operations, such as `eval`: > Error: call to eval() blocked by CSP And this time, there is no workaround by copying resources. Can you tell...