Chayoung You
Chayoung You
일단 일부 제거해뒀습니다.
DNS 보호의 경우 도메인을 통째로 차단하기 때문에 특정 URL 주소만 차단하는 것이 불가능합니다. DNS 필터의 경우 이미 있는 필터에서 도메인을 일부 추려서 만드는 식으로 진행되는 경우가 많기 때문에 다양한 부작용이...
There is #122 discussing the future of this project.
[Semantic Versioning](http://semver.org)에 따라 BaseHangul 스펙 자체에 버전을 매기는 것은 어떻습니까? 현재 버전이 1.0.0이라면 다음 버전은 1.1.0이, 현재 버전이 0.1.0이라면 다음 버전은 0.2.0 혹은 1.0.0이 될 것 같습니다.
Hi @Weishaupt, Recently whiteglass v1.11.6 tried to replace `lighten` and `darken` with `color.adjust`, but #54 occurred. In Jekyll < 4, which is used by default github-pages gem (https://github.com/github/pages-gem/issues/813), there is...
I'm thinking about this: - 1.x for Jekyll < 4 - 1.11.x for current state and disable warnings that will be deprecated in Dart Sass 3.0.0 - 1.12, 1.13, ......
jekyll-sass-converter recently added feature that can specify `silence_deprecations` option, but a new version has not been released. - https://github.com/jekyll/jekyll-sass-converter/pull/164 You can specify `gem 'sass-embedded', '< 1.80'` to disable warnings temporarily....
jekyll-sass-converter v3.1.0 has been released: https://github.com/jekyll/jekyll-sass-converter/releases/tag/v3.1.0 Now you can add the following lines to your `_config.yml` to suppress warnings from whiteglass and scss files: ``` yml sass: silence_deprecations: [import, global-builtin]...
It seems that 1Blocker 6.0+ has different syntax for custom rules: https://support.1blocker.com/en/articles/9313644-importing-exporting-custom-filters The new file extension is `.1b`, so I need to convert rules to follow their syntax.
Sorry, it's not compatible with 1Blocker 6.0 yet. When it's available, the filename will be called as `*.1b`.