Erwann Mest
Erwann Mest
**Affected Projects** React **Is your feature request related to a problem? Please describe.** I would like to sort my list also via url. **Describe the solution you'd like** When URLParams...
Like `renderResultStats` or `renderNoResults`, make `renderSortOptions` for customisation. https://github.com/appbaseio/reactivesearch/blob/next/packages/web/src/components/result/ReactiveList.js#L616
**Affected Projects** React **Is your feature request related to a problem? Please describe.** I don't know in CSS when a filter / facet has a value chosen. **Describe the solution...
The code on the documention is tough to read. Maybe it's because I'm a bit colourblind but it hurts my eyes to read the code.  Some tools: - https://accessible-colors.com/...
Hello, You should be more explicite about what packages we should to install first before install submarine in the README. I'm on ubuntu server and it was a bit tough...
Hello, I use and love your theme but I prefer another colour theme for my code. I've got Oceanic Next Italic. This is the render: However, as you can see,...
related: https://github.com/devzonetech/react-show-more-text/issues/4
Hello, I'm doing this: ``` import React from "react" import { Model } from 'coloquent' class AppModel extends Model { getJsonApiBaseUrl() { return 'http://mysite.com/api' } } class Bill extends AppModel...