Skip to content

Instantly share code, notes, and snippets.

View iegik's full-sized avatar
🏠
Working from home

Arturs Jansons iegik

🏠
Working from home
View GitHub Profile
@iegik
iegik / README.md
Last active November 15, 2023 15:27
Framework Web iOS Android Language Integration Cost per month
GhostInspector Y N N .side.Selenium, python Azure•GitHub•Jenkins Already have license
RobotFramework Y Y Y Python, Java, .NET, Jython, IronPython Git Free
Testproject Y Y Y Python, Java Jenkins Free
Testcomplete Y Y Y Javascript, Python, VBScript Jira, Azure, Git, Jenkins Starting at €5,170
Ranorex Y Y Y VB.NET, C# Azure, TestRail, Jenkins 4790 euro
LAMBDATEST Y Y Y Python, Java, Javascript, C-Sharp, Ruby, PHP JenkinsBambooTeamcityGITLAB CIetc.https://www.lambdatest.com/support/docs/integrate-azure-pipelines-with-lambdatest/ 99 euro per month (billed annually)1 Parallel Test (5 users)
XRay

Build

using UnityEditor;
using UnityEngine;

public class Build
{
    static void WebGLProductionBuild()
    {

Resize

for i in *.png; do convert "$i" -resize 1024x ; done;
#!/bin/bash
USAGE=$(cat <<-EOM
Usage: ${0##*/} [PATCHES_FOLDER]
Applies all patches from provided folder.
Example for Android:
${0##*/} patches-android
@iegik
iegik / README.md
Last active December 7, 2023 09:47

unknown

unknown | any

;(unknownValue as Function).call(null)

infer

@iegik
iegik / Bug.md
Last active February 14, 2023 15:57

Summary

Minimal reproducible example

Expected behavior

Actual behavior

_

Don't allow sites to save data on your device

Will prevent use of localStorage, sessionStorage

chrome://settings/content/siteData

Settings > Privacy and security > Site settings > Additional content settings > On-device site data > Don't allow sites to save data on your device

localStorage
Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
@iegik
iegik / .prettierrc
Last active September 28, 2022 08:15
{
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true
}
@iegik
iegik / README.md
Last active September 16, 2022 08:12

_