comfuture

Results 16 issues of comfuture

I'm using nuxt-image-loader-module with @nuxt/content static generator, it so much useful. But very beginning of project, there's no images in `imageBaseDir`, forceGenerateImages option shows an error when generate site. ```...

I just wrote quick fix of #29 by producing `handle_Constant()` method for each AstHandlers. And the existing `handle_Num()`, `handle_Str()`, .. methods were left untouched to obtain backward compatibility. See https://docs.python.org/3/library/ast.html#ast.NodeVisitor.generic_visit...

Greetings, I am intending to utilize this module for conditional proxy purposes. In order to branch according to the expected `accept:` header in the request, I wrote a function in...

## Description Partially solved the problem that the `queue` name and `routingKey` determined at the time of client creation cannot be changed. Due to the design of the current code,...

## Description Celery can specify the queue name and routing_key manually at the task message. https://docs.celeryq.dev/en/stable/userguide/routing.html#manual-routing ```python from my.tasks import add add.apply_async(args=[1, 2], queue='math_tasks', routing_key='math.queue') ``` I hope that celery.node...

enhancement

https://github.com/nuxt-themes/docus/blob/main/plugins/menu.ts#L15 The code is written to close when the route changes, but If the page of nuxtContent changes, the route change event does not occur. Additional code is required, such...

1. 서수 표현 방법 `````` week of month 등을 한글로 표현하고자 할때, ```python >>> Noun('4월 1째주').read() 사월 일째주 `````` 대신에 `사월 첫째주`로 표기할 수 있는 방법이 있으면 좋겠습니다. 예를들면, ```...

- `.dimmer.dimmed` class should be added to `` when `page` prop is `true`.

bug

도큐먼테이션 페이지의 SEO를 확보하기 위해 `hash` 모드 대신 `history` 모드로 routing 하면 좋겠습니다. 특정 페이지에 직접 방문하는 사용자를 위해 각 개별 페이지를 서버사이드 렌더링 하려고 하는데, github은 mime-type을 커스터마이징 할...

enhancement