Skip to content

Instantly share code, notes, and snippets.

View maxanatsko's full-sized avatar

Maxim Anatsko maxanatsko

View GitHub Profile
@maxanatsko
maxanatsko / settings.json
Last active March 23, 2026 17:09
Claude Code Permissions
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Edit(**)",
"Write(**)",
"Read(**)",
"Read(~/.claude/**)",
"Bash(git:*)",
"Bash(npm:*)",
@maxanatsko
maxanatsko / spec.json
Created August 11, 2024 09:07
Categorial Treemap
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "Treemap visualization using Deneb with Power BI data.",
"autosize": {
"type": "fit",
"contains": "padding"
},
"padding": 0,
"signals": [
{