South Drifter
South Drifter
> > > > 作者一年前就失踪了,咋可能今年还在建群?而且作者所有博文的主张都是**陈述史实资料**、**客观理性分析各类政体的优劣**、**科普政治经济学常识**,是启蒙善举,从无另立政权的内容,与“马某某”行为完全不符。 > > > > > > > > > > > > 这是他自己对自己博文的评价。你说的不对吧 > > > > _打引号的煽动_ 意思是“让某些人觉得煽动”、“会被扣煽动的帽子”,中了“煽颠”的口袋罪。但凡有**常识**和**逻辑**的人看多了作者博文,反而**更加理性地看待政治**、**更加务实地去解决身边的点滴问题**。 > > 有没有这个性质,不是个人主观问题,是他所在国家法律定义的。 但凡有**常识**和**逻辑**的 应该知道吧? 时政专家比他多了,为什么要看一个搞技术的谈时政?还美其名...
When a new Mobile device visits my site (which works well in PC Chrome), the CDN will crash with *no-space* error:  Could we try to cache JS files in...
`Chromy.prototype.evaluate()` returns a `Promise()` object, so you can use `Promise.prototype.then()` or `await` keyword in **ECMAScript 8**.
@dotneet sometimes…… Perhaps, headless mode of Chrome is unstable now ?
But [WebCell](https://github.com/EasyWebApp/WebCell) has more property types for DOM & Component node, and SnabbDOM's `h()` & `Fragment()` are not fulfilled all my situations, so I need some wrappers.
**DOM Properties** are the first choice for **JSX**, only custom keys are treated as **HTML Attributes**. So I think it needs to be fixed.
This packge is just a wrapper to **inject JS into Web pages loaded in IE**, so it can't operate **Native Dialogs** to fill in Username & Password...
@levino I think there're Interface Breaking Changes between TS 4.7 and 4.8, which needs Parcel to adapt.
@levino Unfortunately, TypeScript never follows the Semantic Version specification, almost every Iteration version have breaking changes. This is not the first time I met in TypeScript ecosystem...
@mischnic If I downgrade Parcel `2.7.0` to `2.6.2`, the building succeed with a warning: ```text @parcel/transformer-typescript-types: Cannot find module './index.module.less' or its corresponding type declarations. ``` Reproduce codes is in...