kortina

Results 19 issues of kortina

I found this post which gave good instructions on how to animate a slide entrance https://www.garrickadenbuie.com/blog/2018/12/03/animate-xaringan-slide-transitions/ I got `animate.css` and added the following class to some slides: `class: animated slideInRight`...

feature

Hi, tx for making this great library. It seems fairly straightforward to use, but I am having an issue trying to follow the basic examples where the `text.annotation-note-label` just renders...

I was wondering if there is a recommendation for binding the version numbers specified in `.pre-commit-config.yaml` to versions in my repo's `package.json`? We already maintain, for example, version numbers for...

feature
question

I intermittently have a problem where moving the camera with the arrow keys resets my lens to the previous lens. **Describe the bug** A clear and concise description of what...

I have the following configuration for my karma runner: ```js browsers: ['Chrome_without_sandbox'], customLaunchers: { Chrome_without_sandbox: { base: 'Chrome', flags: [ '--no-sandbox', '--user-data-dir=/tmp', '--disable-web-security', '--enable-logging=stderr', '--debug-devtools-frontend', '--expose-gc', ], }, }, ```...

needs: feedback-from-author

When I try to use the Live Preview, I expected a monospace font, but it looks like it's using Times New Roman: ![image](https://user-images.githubusercontent.com/5924/110182574-e4758800-7dc1-11eb-87b6-f4886a4c1487.png) I looked around the source code and...

bug

Our team found it useful to have the ability for the stubb server to assert parameters with a particular name existed--in many casses, we find this as important as a...

With the afterwriting CLI for rendering a pdf given a fountain file, is there a way to enable support for rendering inline markdown links, eg, ``` [This link](http://example.net/) has no...

On os x, I had a list in my clipboard, did: pbpaste | bar_chart.py -v |head -n 30 The chart works fin when I do not pipe into head, but...

You say here, https://github.com/rs/SDURLCache/blob/master/SDURLCache.m#L478 that you skipping the examination of other headers because of http://tools.ietf.org/html/rfc2616#section-13.3.4 - this document seems to indicate, however, that Etags should be given precedence over Last-Modified...