- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug nor adds a feature
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
{{ $defaultWidth := "100%" }} | |
{{ $defaultHeight := "500px" }} | |
{{ if .IsNamedParams }} | |
<iframe | |
src="https://codesandbox.io/embed/{{ .Get "id" }}?codemirror=1&fontsize=13&hidenavigation=1&theme=dark&view=preview" | |
style="width:{{ with .Get "width" }}{{.}}{{ else }}100%{{ end }}; height:{{ with .Get "height" }}{{.}}{{ else }}{{ $defaultHeight }}{{ end }}; border:0; border-radius: 4px; overflow:hidden;" | |
title="{{ with .Get "title" }}{{.}}{{ else }}{{ .Get "id" }}{{ end }}" | |
allow="geolocation; microphone; camera; midi; vr; accelerometer; gyroscope; payment; ambient-light-sensor; encrypted-media; usb" | |
sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin" |
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
{:paths ["."] | |
:deps {clansi/clansi {:mvn/version "1.0.0"}}} |
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
$ go run client.go /tmp/uds-sample-server.sock 0123456789abcdefghijklmnopqrstuvwxyz | |
# サーバーへの送信データ | |
client.go:28: send: 0123456789abcdefghijklmnopqrstuvwxyz | |
# サーバーからの受信データ | |
client.go:44: receive: 0123456789 | |
client.go:44: receive: abcdefghij | |
client.go:44: receive: klmnopqrst | |
client.go:44: receive: uvwxyz0123 | |
client.go:44: receive: 456789abcd | |
client.go:44: receive: efghijklmn |
例文を組み込んだAlfred Workflowを作りました: Alfred Git Commit Message Example
以下転載:
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Ensure any install or build dependencies are removed before the end of the layer when doing a