start new:
tmux
start new with session name:
tmux new -s myname
| using Fusillade; | |
| using ReactiveUI; | |
| using Refit; | |
| using Restaurant.Model; | |
| using Restaurant.Models; | |
| using Restaurant.ReactiveUI; | |
| using Splat; | |
| using System; | |
| using System.Diagnostics; | |
| using System.Net.Http; |
| using Fusillade; | |
| using ReactiveUI; | |
| using Refit; | |
| using Restaurant.Model; | |
| using Restaurant.Models; | |
| using Restaurant.ReactiveUI; | |
| using Splat; | |
| using System; | |
| using System.Diagnostics; | |
| using System.Net.Http; |
| #!/bin/bash | |
| # | |
| # Copyright (c) 2015 W. Mark Kubacki <wmark@hurrikane.de> | |
| # Licensed under the terms of the RPL 1.5 for all usages | |
| # http://www.opensource.org/licenses/rpl1.5 | |
| # | |
| set -e -o pipefail | |
| CAsubj="/C=DE/ST=Niedersachsen/L=Hannover/O=Dummy CA/CN=Sign-It-All" |
| //https://medium.com/@matryer/the-http-handler-wrapper-technique-in-golang-updated-bc7fbcffa702 | |
| //wraps the handler do do things before and/or after | |
| func auth(h http.Handler) http.Handler { | |
| return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { | |
| fmt.Println("Before") | |
| h.ServeHTTP(w, r) | |
| fmt.Println("After") | |
| }) | |
| } |
BMad Version: 3.1 (March 30, 2025) Cursor Version: 0.48+
Note from BMad: This repo has become much more successful than I originally envisioned, and I want to thank everyone for the feedback, support, contributions, and also feedback on the youtube channel. I now realize that many are using what I originally thought would be just a way to document some best practices around cursor rules and a simple rule that helps generate the rules - all with the intent of creating a separate updated workflow repo and set of documentation. But this has evolved.
With that in mind, going forward after this correction update - any major changes will follow a versioning standard, and upgrade paths or instructions to migrate if you are already using a prior version of rules or workflows whenever there is a significant potentially breaking change - although I will try to avoid that somehow depending on what comes with Cursor updates or workflow improvements. Keep