made with esnextbin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Slack emoji |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Label, ModelType, Version } from "@customTypes/templates"; | |
export default class Segmentation { | |
constructor( | |
public b64_mask = "", | |
public label = Label.Uncategorized, | |
public main_colors = "", | |
public model_type = ModelType.Free, | |
public model_version = Version.UnknownVersion, | |
public no_objects = false, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ label: "Arabic", value: "ar-AR" }, | |
{ label: "Danish", value: "da-DK" }, | |
{ label: "German", value: "de-DE" }, | |
{ label: "English", value: "en-US" }, | |
{ label: "Spanish (Spain)", value: "es-ES" }, | |
{ label: "Spanish (Latin America)", value: "es-419" }, | |
{ label: "Finnish", value: "fi-FI" }, | |
{ label: "French", value: "fr-FR" }, | |
{ label: "Hebrew", value: "he-IL" }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-01-09T10:25:40.0633699Z ##[section]Starting: Request a runner to run this job | |
2020-01-09T10:25:40.2395888Z Requesting a hosted runner in current repository's account/organization with labels: 'ubuntu-latest', require runner match: True | |
2020-01-09T10:25:40.2946255Z Labels matched hosted runners has been found, waiting for one of them get assigned for this job. | |
2020-01-09T10:25:40.3373017Z ##[section]Finishing: Request a runner to run this job | |
2020-01-09T10:25:47.7137594Z Current runner version: '2.163.1' | |
2020-01-09T10:25:47.7138909Z Prepare workflow directory | |
2020-01-09T10:25:47.7363087Z Prepare all required actions | |
2020-01-09T10:25:47.7388745Z Download action repository 'actions/checkout@v2' | |
2020-01-09T10:25:49.6391641Z Download action repository 'eregon/use-ruby-action@master' | |
2020-01-09T10:25:49.8696320Z Download action repository 'actions/cache@v1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
# Similar to docker-compose.yml but not the same, 🤷♂️ | |
services: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var workers = [ | |
{name: 'worker1', fn: function(task, cb) {/* some async processing */}}, | |
{name: 'worker2', fn: function(task, cb) {/* some async processing */ }} | |
]; | |
var tasks = ['one']; // this will be filled with a first task and then filled with more tasks from the workers | |
// I want to distribute tasks to workers, each worker can process only one task at a time | |
// workers will add more tasks while processing | |
// in some situations tasks may be empty and all workers processing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
README: | |
# TITLE | |
Small description | |
# Example | |
[STILL IMAGE] USAGE VIDEO on youtube |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
function spr() { | |
remoteOrigin=$(git remote get-url origin) | |
originGitHubUser=${remoteOrigin#git@github.com:*} | |
originGitHubUser=${originGitHubUser%%/*} | |
if [[ $1 == "--"* ]] # spr --branch | |
then | |
params=(${@:1}) |
Previous changelogs:
- https://gist.github.com/vvo/7d674bc0a707fe36db09d84e7883dd50 (beta.15)
- https://gist.github.com/vvo/ac2b24d594d16f029a12b053c6971a8a (beta.18)
This is the last release with important breaking changes inside it. react-instantsearch is going out Thursday 8th December 2016 morning CET.
We focused this release on:
- providing a default consistent style, and beautiful style for our widgets (that you have to load)
NewerOlder