Baoshan Sheng
Baoshan Sheng
There’re several modules in my `import_map.json` from where I import some types like: ``` import type { Foo } from "bar" ``` I wonder if there is a way to...
## Failing module - **GitHub**: https://github.com/gcanti/fp-ts - **npm**: https://www.npmjs.com/package/fp-ts Inferred type of `result` is different when using `esm.sh` & `Deno`: ```ts import { sequenceT } from "fp-ts/Apply"; import { getApplicativeValidation,...
## Failing module - **GitHub**: https://github.com/samhh/fp-ts-std - **npm**: https://www.npmjs.com/package/fp-ts-std ```js import { pick } from "https://esm.sh/fp-ts-std/Record"; ``` ## Error message **Type definition** is not served. ## Additional info [`package.json`](https://github.com/samhh/fp-ts-std/blob/master/package.json) of...
If I: 1. remove the `CamanJS` part from the page script 2. link to `camanjs.min.js` script from the `dist` folder the image will flickering when sliding the sliders (e.g., the...
This PR fixes #332. Something to be mentioned: 1. I removed the `onUnhandledRequest` option. Callers can still custom unhandled requests: use the express `*` router (as covered by the test...
When specifying `crossOrigin = true` in the option, a `crossorigin` attribute will be added to enable the image loaded from foreign origins to be used in canvas.
# 🐛 bug report HMR is not working for inlined CSS (`@import`ed from `style` tag). ## 💻 Code Sample **index.html** ```html @import './index.css'; ``` **index.css** ```css body { background-color: beige;...
https://github.com/gcanti/fp-ts Although the `fp-ts` ecosystem seems to be relatively mature. It doesn’t need to be `fp-ts` specifically. https://github.com/nullpub/fun may be promising as long as long-term support is scheduled. An official...
1. Open a page 2. Click a native in-page anchor `#my_id` 3. Click a pjax link 4. Click back button The url changes to `#my_id` but not the content. No...
Hash in the `X-PJAX-URL` header should be treated as a common anchor linking. The original code is almost there.