Mikhail Titov

Results 29 issues of Mikhail Titov

I'm working on the [fellow project ](https://github.com/mlt/schwinn810) to provide cross-platform support for Schwinn 810, Mio Quest, Soleus, and all other watches based on NEWCO platform. I thought it might be...

Bootstrap 3 uses data-remote for modals. https://getbootstrap.com/docs/3.4/javascript/#modals-options This closes #309

Awaiting user feedback

Clean url names are broken on MS Windows. Dirty fix is to just append ``` .replace(os.sep,'/') ``` at the very last assignment along with `import os`.

```javascript new $.jsDate("2016-01-05T12:00:00.000Z") ``` produces ```javascript Object { syntax: "perl", _type: "jsDate", proxy: NaN, options: {}, locale: "en", formatString: "", defaultCentury: 1900 } ``` I would expect the same result...

bug

Here is the use case. I'd like to index custom types (by extending Tika). Those files can have different extensions (it doesn't matter). Also extensions sometime can vary, like htm...

It is very confusing for newcomers that previously saved metadata replacement mapping is being used although there is no UI as of now. It took me a while to realize...

[I don't know if this is intentional](https://github.com/mirkosertic/FXDesktopSearch/blob/master/src/main/java/de/mirkosertic/desktopsearch/LuceneIndexHandler.java#L302), but it might be nice to start with showing available facets right away, i.e. set theQuery to new MatchAllDocsQuery when query is empty.

This is a follow up on [Google Groups thread](https://groups.google.com/forum/#!topic/chocolatey/7G9zHT0zYEg) on ambiguity of binary producing projects vs software project and alike and how to fit all this into Nuspec tags with...

0 - Triaging
Enhancement

The problem is that when using fixtures for testing, rails disables referential integrity by using table names only. This requires putting all necessary schema names into a *schema_search_path* in `config/database.yml`....