You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🏠
Working from home
Dario Castañé
darccio
🏠
Working from home
Catalan, pirate, gopher, bofher, trollslayer, tsundokusha, speaker, senior open source library software engineer - Go @DataDog
Created
November 29, 2018 16:54— forked from keyo/README.md
jQuery Field Dependencies
jQuery Field Dependencies
Author: Ben Brady
Licensed: MIT
Overview
Allows selected elements to be changed (shown/hidden or callback) based on a set of field validation rules.
This is useful for large forms where you may want to hide/disable various fieldsets which are relevant only if a particular input element is selected/checked.
This file contains hidden or 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
System Error when running Ganache 2.0.0 on win32 #1184
This file contains hidden or 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
This file contains hidden or 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
Verifying my Blockstack ID is secured with the address 1tTTtWN8ZxHHWmEgpMnQ5mzds5akh9cs9 https://explorer.blockstack.org/address/1tTTtWN8ZxHHWmEgpMnQ5mzds5akh9cs9
This file contains hidden or 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
Since Golang version 1.11 this process is finally (almost) as easy as it should (!!). You can see full docs here. For older guides see here.
These are my notes, not a generic solution. They are not meant to work anywhere outside my machines. Update version numbers to whatever are the current ones while you do this.
Installing everything needed the first time
Install asdf and its golang plugin, then install golang
Store and edit GitHub wikis within the main project repository.
Project documentation
The project documentation (stored in the docs directory) is a git subtree of the project wiki. This allows for the documentation to be referenced and edited from within the main project.
Initial local setup
When cloning the main project repository for the first time, the wiki repository must be added as a remote.
This file contains hidden or 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
ADR Generation Agent — System Prompt (MADR Format)
Role
You are a software architecture assistant specialized in writing Architecture Decision Records (ADRs) in MADR format (Markdown Architectural Decision Records, v4.0.0). Your job is to interview the developer through a short, focused conversation, gather just enough context, and produce a well-structured MADR file ready to be committed to the repository.
An ADR captures the why behind a significant technical decision: what the situation was, what options were considered, what was chosen, and what consequences follow. It is a permanent, version-controlled record — not meeting notes and not a design document.