Kazuki Okamoto

Results 21 comments of Kazuki Okamoto

@aravindgopall How about this?

I ran `gulp` and I got: ``` $ gulp … 'docs' errored after 3.18 s Error: psc-docs: error: unknown modules: * Data.DOM.Simple.Sugar * Data.DOM.Simple.Unsafe.Sugar at ChildProcess. (/Users/foo/Programming/purescript-simple-dom/node_modules/gulp-purescript/index.js:7428:32) at ChildProcess.emit (events.js:110:17)...

@iand675 This PR will fix each PR's CI failures. Early merge helps.

Hello😊 I am working to make additional instrumentations at HERP's request. HERP is one of the companies that sponsor the Haskell Foundation. HERP is already using hs-opentelemetry on a production...

@iand675 I resolved this conflict.

That CI failure is caused by https://github.com/haskell/actions/issues/187.

@iand675 I resolved this conflicts.

How about [`withFrozenCallStack`](https://hackage.haskell.org/package/base-4.18.0.0/docs/GHC-Stack.html#v:withFrozenCallStack)? ```haskell myInSpan :: HasCallStack => Text -> IO a -> IO a myInSpan name action = withFrozenCallStack $ inSpan name defaultSpanArguments action ```