OGIOS

Results 21 comments of OGIOS

same, i need raw text to process. and i can not overwrite transformer for `.md`, error: ``` [nitro 11:07:55 AM] ERROR RollupError: virtual:#content/virtual/transformers (2:7): Identifier "markdown_transform_ts_rr4xXXXpBA" has already been declared...

@platform-kit i manage to do it by overwrite nuxt content markdown transformer, the error before may be caused by cache, this is the minimal example repo: https://github.com/ogios/nuxt-content-raw-markdown-test

it is a breaking change, may not be in recent update before a major version release i think? can you make it work in the way of the example i...

same issue with `add a game`, it loose focus and no window is popping up

it's about the version ubuntu's apt always seems to have trouble with version updates🤔

> By the way, have you managed to get around this problem? l yes, i download the latest version from chafa's github release, and it works now

you might wanna checkout [`tokio-timerfd`](https://docs.rs/tokio-timerfd/latest/tokio_timerfd/) which provides nanosecond precision. `thread::yield_now` and `spin_loop` are all sync which means blocking other futures while spinning for the `accuracy time`

i wrote a component which do not wrap but clips the line if anyone's interested: #509

is there any error occurred? from what i know, if you're using `slack_sdk` to gain access to claude app, there's a need to add scopes to your app and copy...