South Drifter

Results 172 comments of South Drifter

这是 React 版示例:https://codesandbox.io/s/leaflet-react-china-map-q9l5qn?file=/src/App.tsx 关键:不使用地图组件库内置的 Tile Layer 标签,改为一个用 `leaflet` 核心库手动加载瓦片图的自定义组件。

> Could we try to cache JS files in a cheap **Object Storage Service**, such as https://cloudinary.com/ ? > > On the other hand, I'm looking for a Cloud Service...

I fix this error by myself: https://github.com/idea2app/Idea-React/pull/51/commits/70311ea842e9107e8aa6471f488f7d2beea51830 The reason is Storybook CLI & Vite throw no error while Babel has no TypeScript preset configured...

> 嗯 2.6.0 travis-ci 发布出问题了,travis-ci 变成收费项目了。建议先用 v2.5.2 版本吧。 发自我的iPhone > […](#) > 在 2022年1月10日,18:37,yun.kou ***@***.***> 写道:  node-pre-gyp ERR! install response status 404 Not Found on https://github.com/yanyiwu/nodejieba/releases/download/v2.6.0/nodejieba-v2.6.0-node-v83-linux-x64.tar.gz 这个包没打 路径是 404...

@codemile Thanks your discovery, but your solution is incompatible with [`class-validator-jsonschema`][1], such as: ```text error TS2740: Type 'MetadataStorage' is missing the following properties from type 'MetadataStorage': _typeMetadatas, _transformMetadatas, _exposeMetadatas, _excludeMetadatas,...

> Currently facing the same issue. Simple new NextJS installation. @remoblaser To shut down _React Strict Mode_ for now: https://nextjs.org/docs/pages/api-reference/next-config-js/reactStrictMode

I find that `@types/webtorrent`'s version is at `0.109.x`, which is an old version published at 4 years old: https://github.com/webtorrent/webtorrent/tree/v0.109.2 But the latest `webtorrent` is published at about 1 month ago:...

> Too many deps in node_module result npm install electron-squirrel-startup to take 4 hours. When I `pnpx` Electron Forge CLI to init a project scaffold, it uses Yarn 1 to...

> Does it also still fail with Parcel 2.8.2? 1. Same error in Parcel 2.8.2 & TypeScript 4.9.4 2. Same error with one more warning in Parcel 2.8.2 & TypeScript...

> It's working for me: https://github.com/mischnic/parcel-issue-8703 Could you test a more complex case? such as the context I shown above: https://github.com/idea2app/MobX-RESTful/commit/0370678fd2592094c0225662303a4dd2510c20fd#diff-780bc523b57f373918475f4b3d1d120f938678b33c03bf79ce4f7b20b7085254R63-R69