-
I am trying to port one of my sapper app over and run into a bit of a problem with external sass file
In my sapper project, I add
```
:global {
@import '../style/global.scss';
}
```
t…
-
This discussion doesn't have to live here forever since it's not technically Baltimore-specific, but we can start it here. So far we have a few resources to look at and think about how to build on for…
-
I believe I'm hitting similar behavior to a few of the other issues, but it's quite unclear how to resolve.
I have a form as so:
```
(defn some-form [foo]
(let [doc (r/atom {:bar (:bar foo)])
…
-
-
Spearhead throws, "Directory invalid" terminal error when using correct filepath to .spearhead extention.
-
Hey, we need to start up a project. Let's discuss what we should work on first and why.
-
> One thing that may overshadow all of this -- the zero RMSE problem.
>
> I decided to look at the .csvs from this run. I'm looking at the TCW one, and I filtered it down to just our favorite clust…
-
### Steps to reproduce the behavior
1. Go to the Block Editor > Preferences > Appearance and select 'Use theme styles'.
2. Click on 'Use theme styles'.
#### What I expected to happen
I wou…
-
`zsh-abbr` allows for the creation of fish-like abbreviations. These get substituted in-shell with the specified command and do appear inside the history as the substituted command.
Repository: htt…
-
One thing we see come up a lot is needing to pass options that we pass to our build differently for the host configuration. In some cases bazel has a flag for this like `--host_swiftcopt` / `--swiftco…