I hereby claim:
- I am manuelmazzuola on github.
- I am originof (https://keybase.io/originof) on keybase.
- I have a public key whose fingerprint is BFB7 D93F 0820 71EC D121 5BA6 B732 4C03 0B53 C8AB
To claim this, I am signing this object:
# Edit this configuration file to define what should be installed on | |
# your system. Help is available in the configuration.nix(5) man page | |
# and in the NixOS manual (accessible by running ‘nixos-help’). | |
{ config, pkgs, ... }: | |
{ | |
imports = | |
[ # Include the results of the hardware scan. | |
./hardware-configuration.nix |
nix-shell -p python27Packages.docker_compose -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz |
{ config, pkgs, ... }: | |
{ | |
nixpkgs.config = { | |
allowUnfree = true; | |
firefox = { | |
enableGoogleTalkPlugin = true; | |
enableAdobeFlash = false; |
I hereby claim:
To claim this, I am signing this object:
package main | |
import ( | |
"k8s.io/apimachinery/pkg/api/meta" | |
"k8s.io/client-go/discovery" | |
"k8s.io/client-go/discovery/cached/memory" | |
"k8s.io/client-go/rest" | |
"k8s.io/client-go/restmapper" | |
"k8s.io/client-go/tools/clientcmd" | |
"k8s.io/client-go/tools/clientcmd/api" |
@ApiOperation( value = "Retrieve products" ) | |
@PostMapping | |
public List<ProductDTO> getAll( | |
@Valid ProductQuery query, | |
@Valid PageRequestDTO pageRequest, | |
HttpServletResponse response ) | |
{ | |
Page<Product> products = getProducts( query, pageRequest, true ); | |
setPagedHeaders( response, products ); | |
return conversionService.convertList( products.getContent(), ProductDTO[].class ); |
openapi: 3.1.0 | |
info: | |
title: Cloudesire Marketplace API | |
version: 1.0.0 | |
servers: | |
- url: 'https://cloudesire-dev-backend.netasaas.cloudeng.it/marketplace' | |
paths: | |
/configuration/{name}: | |
patch: | |
summary: Updates the configuration file |
{ | |
"openapi": "3.1.0", | |
"info": { | |
"title": "Cloudesire Marketplace API", | |
"version": "1.0.0" | |
}, | |
"servers": [ | |
{ | |
"url": "https://cloudesire-dev-backend.netasaas.cloudeng.it/marketplace" | |
} |
This script makes sure telegram web to use full screen width by replacing styles. The script works with scripting utilities like TamperMonkey.
Click this link to install user script.