Shogun Sea

Results 5 issues of Shogun Sea

According to https://developer.mozilla.org/en-US/docs/Web/API/Element/animate#Browser_compatibility The element.animate is not yet supported by most browsers.. does that imply this module also might not work cross different browsers..? (if so maybe it's worth mentioning...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Please...

Given the following code: ``` export const FooFoo = buildFoo('Foo') as unknown as (foo: any) => Foo | FooLegacy; ``` What ast-explorer shows is that the `TSUnionType` node is on...

**Is your feature suggestion related to a problem? Please describe.** When I activate the scroll mode, it by default scrolls the content in current channel, sometimes I want to scroll...

enhancement