Jarek Zgoda

Results 21 issues of Jarek Zgoda

## Description Page is not addedd to feed despite meeting criteria ## Expected Behavior After publishing new post it's added to feed. ## Actual Behavior Post is not added to...

```python def configure_extensions(app: Application): """Register and configure framework extensions. :param app: application object :type app: Application :return: [description] :rtype: [type] """ babel.init_app(app) csrf.init_app(app) bootstrap.init_app(app) login_manager.init_app(app) login_manager.login_view = 'auth.login' login_manager.login_message_category =...

bug

I have a nunjucks template in `about/index.njk` and this plugin seems to not process it at all. Or I misunderstood the purpose of this plugin?

enhancement
help wanted

It would be nice if Milligram exported at least colour variables so the most basic customisation would not require running through sass pipeline.

Currently prebuilt esp-open-sdk binaries are hosted on Dropbox. Would it be possible to host them on [Bintray](https://bintray.com/)? This service has a free plan for open source projects that seems more...

0 - Backlog

The standard function `difftime` from `time.h` and `ctime` seems to be not available for linker. The code that uses this function compiles, but I get linker errors: ``` C+ app/application.cpp...

**Describe the bug** If config contains empty array of middlewares, `wmr run build` ends with segfault. **To Reproduce** Steps to reproduce the behavior: 1. Initialise new project with `npm init...

bug
duplicate

**Describe the bug** In SCSS importing CSS file from installed package results in 404. **To Reproduce** Steps to reproduce the behavior in default starter: 1. Rename `public/style.css` to `public/style.scss`, update...

bug

Currently it is not possible to exclude paths/patterns from validation. Without this eg Conda recipe specs are reported as invalid because they are in fact Jinja templates of real YAML...

enhancement
help wanted

Build: ```console $ npm run build > build > wmr build --prerender Error when using sourcemap for reporting an error: Can't resolve original location of error. 'Provider' is not exported...