Johan Svensson
Johan Svensson
I'm using Pagoda too. `@stylesheets('application')` etc works for me.
Took another quick stab at this. A test that calls ScssPHP directly works as intended: ``` php public function getScssphp() { $path = public_path() . '/assets/stylesheets/scss'; $s = new scssc();...
Have you tried `--force`? edit: on that note, I just noticed that `--force` isn't mentioned in `basset --help`. edit2: ah, it shows under `basset:build --help`.
Also curious about this one - with new tools like [Grafana's Tempo](https://grafana.com/oss/tempo/) that can correlate logs to traces and take you straight to the trace view from the log viewer,...
Thanks for the update! We don't yet have any tracing where I work, but I'm trying to champion it and get it going. I've experimented with both OpenTracing and OpenTelemetry,...
> If you tmux file is located at `~/.config/tmux/tmux.conf` I highly recommend following these steps: I've just started rewriting a bunch of dotfiles from scratch and ran into this issue....
Just another data point for this issue -- I'm using a Helm chart in Terraform, so these are the equivalent modified settings: ``` hcl resource "helm_release" "hajimari" { repository =...
In addition to this, opening a repo in GitButler from the terminal would be great, ie `gitbutler .` when in the repo in the terminal.
Came to make just this issue. For reference, this is the relevant(?) part of my git config to use 1Password as the SSH agent. ``` [user] signingkey = ssh-ed25519 [redacted]...
+1 on that! This was the major blocker for me, preventing me from actually giving GitButler a fair shake. Looking forward to using it now!