Alfred

Results 10 issues of Alfred

``` $ npx decktape remark index.html slide.pdf --chrome-arg=--disable-web-security Loading page file:///Users/myid/slide/index.html ... 800 600 { skip... } 0 [ 'page-10' ] Loading page finished with status: 0 Remark JS plugin...

bug

Currently `babel-plugin-css-in-js` support some nested rules using global selectors `$`, but they are very limited. I'm considering implementing nested rules for a universal case used in css pre-processes such as...

## **Summary** When using the `basePath` as an absolute url including the domain and the domain of `index.html` and the domain of `basePath` are different, Currently, files fetched from `basePath`...

# Description When i run `npx serverless --debug`, a lot of meaningless logs are output. This makes debugging very difficult. ![Screen Shot 2020-11-03 at 5 22 17 PM](https://user-images.githubusercontent.com/15520015/97962745-27662580-1df9-11eb-92e5-a54847cca6d4.png) In CI...

I don't think `blog.anotherutopos.me` should match the cert file `utopos.me.crt`. ``` upstream blog.anotherutopos.me { # inside-out server 172.17.0.9:80; } server { server_name blog.anotherutopos.me; listen 80 ; access_log /var/log/nginx/access.log vhost; return...

kind/bug

Hello, On the web UI, `imageId` appears to represent the v1 schema. Since it is difficult to get the `imageId` of the v1 schema in the current version of the...

I tried some code like below: ``` const curl = r2curl({ auth: { username: 'xxx', password: 'yyy' }, url: 'https://example.com', }) console.log(curl) ``` ## Current behavior ``` curl -X GET...

#4 에서 작업하던 Recipes 부분이 여러 문서로 나눠져서 나눠진 모든 문서를 이 PR에서 재 작업합니다. - [x] docs/recipes - [x] docs/recipes/pages-layouts - [x] docs/recipes/styling-css - [x] docs/recipes/working-with-starters - [x] docs/recipes/working-with-themes...

https://www.gatsbyjs.org/contributing/translation/ui-messages/ 가이드를 참고하여 - UI 요소의 문구들을 번역 하여 `.po` 파일을 gatsby 저장소에 PR 올려서 - https://github.com/gatsbyjs/gatsby/tree/master/www/src/data/locales 이 위치에 ko 디렉토리 및 `.po` 파일이 추가 되어야함

Based on the behavior of Raycast, the sorting results should return to the initial order when all keywords are deleted, but there is a problem where they do not return....