Attila Večerek

Results 27 comments of Attila Večerek

Still an issue today, also in the case of the GitHub integration.

Same here (using `v1.0.3`): No-indent "workaround": With indent "workaround":

Oh, wait a second... This does not work on a regular page but it does work in a page nested under `/docs`. Is this the expected behavior?

Feature parity with v2 would be nice: > Occasionally credentials can expire in the middle of a long-running > application. In this case, the SDK will automatically attempt to >...

@bboure I've tried your workaround and after 12 hours, the credentials expired and I'm getting `ExpiredToken: The provided token has expired.` errors. Is this expected, or am I supposed to...

It works using `pipe`: ```ts import { option, record } from "fp-ts"; import { pipe } from "fp-ts/lib/function"; const lookupCount = (r: Record) => pipe( r, record.lookup("total"), option.map((count) => ({...

> We could look at moving the cli ConfigFile module to platform: https://github.com/Effect-TS/effect/blob/main/packages/cli/test/ConfigFile.test.ts#L13 `ConfigFile`, in its current implementation, seems quite limiting (`json`, `ini`, `yaml`, `toml`). Often, secrets are stored in...

@saihaj how do I get the ball rolling on this PR? I opened #665 about 2 months ago and nobody has looked at it since. This PR is the re-opened...