Matthew Steedman
Matthew Steedman
I've updated my issue nolanlawson/cordova-plugin-sqlite-2#80 with a response from Apple about `NSURLIsExcludedFromBackupKey` [here](https://github.com/nolanlawson/cordova-plugin-sqlite-2/issues/80#issuecomment-941862881). I think it is safe to remove `NSURLIsExcludedFromBackupKey` to allow for backups, but I'm not sure if...
@chrisdrackett Could you share a link to the Apple docs you're referring to?
@chrisdrackett How did you handle the migration in JS?
I need to clear the cache to get my yarn installation working again. An interface would be nice, but in lieu of that, how can i clear it manually?
@MichaelStergianis Interesting proposal. I think if we take that approach it may make sense to use a "vendor prefix," something like ```clj (defstyles my-style [] {:&:hover {#_"some style definition"} :&:active...
@roman01la Got it, thanks for the quick reply. I'll describe my issue here then; This code: ```clj (defstyled foo :div {}) (def some-component [] [foo {:style {:font-size "12px"}}] ``` Will...
@mattly Would you mind sharing how you're using emotion in your cljs project? Are you using the "vanilla" emotion package, or `@emotion/styled` or something else?
I was just wondering if it needed to be used a certain way to take advantage of the performance benefits, but it doesn't seem like `emotion/styled` is doing anything special...
I'm getting these artifacts on vim 7.4 patches 1-1952
In vim, `foldmethod = indent` creates "folds" for every indentation level (much like standard editors), which allows you to go in and use "zc" to close all of the code...