thadeu
thadeu
I need the `route` to be synchronous, so that, just change the screen when the previous one is disassembled. How to do this? preact version: 8.1.0 preact-router version: 2.5.1
```js /** * Available methods * * value * isValue * setValue({ item: value }) * withValue({ item: value }) * * @param {*} key */ export function useStore(key) {...
This Pull Request allow support to use a custom MediaStream, when accept invite. This will help developers have the flexibility to use the Browser's getUserMedia or not. How to use?...
**Is your feature request related to a problem? Please describe.** Chrome now blocks the use of navigator.mediaDevices.getUserMedia in the background. So when SDH gets stuck because of this. **Describe the...
no comments for now.. so, waiting :(
# _individuals_grid.html.erb ``` ``` # MyController ``` @individuals = Registration::Individual.all @individuals_grid = initialize_grid(@individuals, per_page: 50, name: 'individuals', enable_export_to_csv: true, csv_field_separator: ';', csv_file_name: "#{DateTime.now.to_date}-individuals" ) if params[:individuals] && params[:individuals][:export] == "csv"...
protected function updateNumPages(){ $this->numPages = ($this->itemsPerPage == 0 ? 0 : (int) **floor**($this->totalItems/$this->itemsPerPage)); }
Ao trabalhar com SemanticUI o retorno fica quebrado. Então resolvi dar um extends na class e criar um método toHtmlSemanticUI e no __toString() fazer uma verificação. /** - Render an...