based on https://github.com/tus/tusd/blob/master/pkg/s3store/s3store.go#L943
$ docker-compose up -d video series seasons screens admin geo promo
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 React, { Component } from 'react' | |
import style from './style.css' | |
import { patchGnome } from '../../utils/HrApiHelper' | |
class Edit extends Component { | |
patchGnome() { | |
const testDate = { | |
id: 1233, | |
name: 'siema', | |
}; |
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 axios from 'axios' | |
const baseURL = 'http://master.datasource.jazzy-hr.jzapp.io/api/v1/'; | |
const api = axios.create({ | |
baseURL, | |
timeout: 1500, | |
}) | |
export const getGnomes = (params = {}) => api.get('/gnomes', { |
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
query = {}; | |
options = {}; | |
options.filter = { | |
{fieldName}: {Value} | |
} |
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
console.log(0.1 + 0.2); | |
console.log(0.1 + 0.2 == 0.3); |
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
.first, .second { | |
.hello { | |
content: 'yo'; | |
} | |
} |
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 freeWheel = { | |
/** | |
* Configure correct ad width and height | |
* @returns {undefined} | |
*/ | |
setAdWidthHeight: function () { | |
var adWidth, | |
adHeight, |
NewerOlder