Arul

Results 42 comments of Arul

@p3manas The index are needed for job search and all. Refer [this](https://github.com/michaelklishin/quartz-mongodb/blob/master/src/main/java/com/novemberain/quartz/mongodb/MongoDBJobStore.java#L585) BTW, Why you need to turn-off.?

@rvilike Got it. @michaelklishin we can catch and log that as warning instead of throwing [SchedulerConfigException](https://github.com/michaelklishin/quartz-mongodb/blob/master/src/main/java/com/novemberain/quartz/mongodb/MongoDBJobStore.java#L599) . Your thoughts on this?

The `autoStartup` is not the properties of quartz [JobStore](https://github.com/quartz-scheduler/quartz/blob/master/quartz-core/src/main/java/org/quartz/spi/JobStore.java) . We can add it as like [spring](https://github.com/spring-projects/spring-framework/blob/master/spring-context-support/src/main/java/org/springframework/scheduling/quartz/SchedulerFactoryBean.java#L204) does. They support for autoStarup and startupDelay.

@Eoin-ONeill-Yokai ![2022-09-18_21-15](https://user-images.githubusercontent.com/834529/190915794-15ad0b42-3490-4d53-bf53-4d55c3dd8c84.png) The jinja2 is convert title case as like below Eoin o'Neill -> Eoin O'neill Eoin O'Neill -> Eoin O'neill eoin o'neill -> Eoin O'neill In my case, `O`...

@Eoin-ONeill-Yokai and @sio There is a workaround. Define AUTHORS_BIO in conf file as like this https://github.com/arulrajnet/attila-demo/blob/master/pelicanconf.py#L131 Use the unique author name in front-matter https://raw.githubusercontent.com/arulrajnet/attila-demo/master/content/featured-color-header-view.rst Then theme will use the name...

I have cleared the font cache ``` fc-cache -r ``` Then open the snap flavour of drawio (16.1.2). The fonts displayed properly ![2022-01-10_05-55](https://user-images.githubusercontent.com/834529/148707465-094847e0-4276-42b3-8b24-3fc821ff5f34.png) ![2022-01-10_06-00](https://user-images.githubusercontent.com/834529/148707476-38bde531-e4ef-4c86-b3a7-54b977b8d60c.png) But If I close and open...

This has been fixed as part of #46 So decline this PR.

The issue in the code blocks defined in the markdown files. The codeblock defined in rst files works fine. Change the CSS theme is not an option. So overriding the...

@markusgoller This has been fixed in #46 . So closing this.