-
Updated
Aug 22, 2021 - HTML
algolia-search
Algolia is a hosted API for building search into web and mobile applications, with typo-tolerance, fully configurable relevance, and other tools for making great search experiences.
Here are 147 public repositories matching this topic...
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
Jul 7, 2021 - SCSS
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
Mar 5, 2018 - PHP
-
Updated
Aug 13, 2021 - JavaScript
It'd be great to have an example of experiments coupled with the parametrization (or, probably a mention that it's possible?).
# dvc.yaml
stages:
build:
cmd: python src/main.py ${test_size}
deps:
- src/main.py
outs:
- model.pickle
metrics:
- metrics.json:
cache: false$ dvc exp run --set-param "-
Updated
Aug 18, 2021 - Go
-
Updated
Aug 11, 2021 - PHP
Codacy detected an issue:
Message: Arrow function has a complexity of 13. Maximum allowed is 4.
Occurred on:
- Commit: 64fc565051683ac714b8887bf75a88d92c008396
- File: [components/Header/Hamburger.component.jsx](https://github.com/w3bdesign/nextjs-woocommerce/blob/64fc565051683ac714b888
Summary
The type of averageClickPosition field in variant response structure must be float.
It was revealed that it was set to int in the Go API Client, so we have to check its correctness among other clients.
-
Updated
Aug 17, 2021 - Java
-
Updated
Jun 7, 2021 - Elixir
-
Updated
Jul 17, 2021 - Dart
-
Updated
Aug 19, 2021 - PHP
-
Updated
Aug 23, 2021 - C
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Mar 22, 2019 - PHP
The restrictIndices of API keys should be typed as:
- an array of strings OR
- a comma-separated string
Both format should be handled at serialization/deserialization time.
-
Updated
Jul 12, 2021 - SCSS
-
Updated
Jun 7, 2021 - TypeScript
Quick refactoring: the IndexingDsl trait is currently written within the IndexingDefinition.scala file of the definitions package but it should be migrated to the dsl package, like all other *Dsl traits.
-
Updated
Aug 13, 2021 - TypeScript
-
Updated
Jul 27, 2020 - PHP
Currently, we are creating admin accounts manually. This will be a bit tricky for non-programmers so, we need a script that creates a user and corresponding doc in user collection with required fields. Doc id will be the admin's UID which is generated by Firebase auth.
Admin's doc in user collection should be:
- isAdmin - boolean - true
- isGuest - boolean - false
- pincode
-
Updated
Mar 21, 2021 - PHP
-
Updated
May 26, 2021 - CSS
-
Updated
Apr 18, 2019 - Java
-
Updated
Dec 31, 2020 - Python
Created by Nicolas Dessaigne, Julien Lemoine
Released October 23, 2012
- Organization
- algolia
- Website
- www.algolia.com
- Wikipedia
- Wikipedia
This issue was created to be a
good first issue. The Goal is to study the inclusion of somerequire-devdependencies to analyse and detect issues in source for us.Some proposals:
After discussion, we may want you to perform a pull request that includes the tool in the project. You may also have to update the
travis.yml.