Skip to content

Instantly share code, notes, and snippets.

View singerxt's full-sized avatar
🙃
Trying to be Rustacean ;-)

Mateusz Śpiewak singerxt

🙃
Trying to be Rustacean ;-)
View GitHub Profile
$ docker-compose up -d video series seasons screens admin geo promo
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',
};
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', {
query = {};
options = {};
options.filter = {
{fieldName}: {Value}
}
console.log(0.1 + 0.2);
console.log(0.1 + 0.2 == 0.3);
@singerxt
singerxt / SassMeister-input.scss
Created July 29, 2015 21:46
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.first, .second {
.hello {
content: 'yo';
}
}
var freeWheel = {
/**
* Configure correct ad width and height
* @returns {undefined}
*/
setAdWidthHeight: function () {
var adWidth,
adHeight,