Julien Kirch

Results 14 issues of Julien Kirch

use table_exists? to detect if migration table should be created to avoid SQLite3::SQLException: index migrations_name_index already exists

Intended to fix https://github.com/asciidoctor/asciidoctor-reveal.js/issues/77 , I have two questions 1) I've added the list styles I found in asciidoctor's CSS and not only `.unstyled`. I'm not sure of the status...

### Description Using responsive font with Safari requires adding a `line-height: 0vw` property, see https://github.com/seaneking/postcss-responsive-type/issues/15 or https://github.com/twbs/rfs/issues/14 , but when the value is processed by the convertValues plugin, it is...

Hello, I'm using the gem in a situation where a GraphQL API is exposed for a single application, and I'd like to be only exposed required the data. I'm thinking...

The gem works fine for mac and for ascii characters but is causing encoding errors when generating cards with diacritic characters like é or è. From my personal test it...

In `com.sismics.docs.core.util.indexing.LuceneIndexingHandler#findByCriteria` I found this code: ```java if (!Strings.isNullOrEmpty(criteria.getSimpleSearch()) || !Strings.isNullOrEmpty(criteria.getFullSearch())) { // … suggestSearchTerms(criteria.getFullSearch(), suggestionList); } ``` It means that if `criteria.getSimpleSearch()` is filled and `criteria.getFullSearch()` is `null`, `suggestSearchTerms`...

bug

When using the API, the current document search syntax is working but is a bit awkward. I'm thinking that a more HTTP-y syntax would be easier to use, and it...

enhancement

PostgreSQL has an UUID type https://www.postgresql.org/docs/current/datatype-uuid.html that is stored as binary but exposed as a string, which means a more efficient storage for data and index with no change in...

enhancement