vilicvane

Results 42 issues of vilicvane

There was a marker `#` for modifiers, but maybe we can remove that? The problem is, a modifier would create a scope, just like the `function` in JavaScript does. Counting...

v0.2

Decorator target is one of the successful concept in Drop v0.1, but it could be more powerful in v0.2. In v0.1, decorator target is a collection of some elements plus...

v0.2

Currently in Drop v0.1: I have modifiers (which can create a scope) like `{#each ...}`, processors like `{%if ...}` and other special processors like attribute processor `{@class ...}` and event...

v0.2

As some special event may need initialization on specific elements, Drop will allow developer to register customized events for handling things like `tap` and other gestures. ``` typescript // TODO:...

v0.2

感觉 `overwrite` 选项行为有一点不合理, 是否考虑为 `true` 时备份原文件, 为 `false` 时直接跳过? 另外觉得是个很棒的项目, 建议提供英文版本内容. 👍

It warns and prompts accessibility settings but still returns seemingly correct mouse position, making the program unable to determine whether it has access or not. And in my case the...

Something like downloading the model as `xxx.tmp` and then renaming to `xxx`. As downloading the model takes some time, if terminated, it will skip downloading the next time and fail...

Hi, I want to detect the package manager within subdirectories of a project, including workspace packages. Would love to make a PR if that sounds viable to you.

Also, in this case, directly use `$__interval` is neither possible: ``` Arrow error: Not yet implemented: Unsupported Interval Expression with value "500ms seconds" ``` -- Workaround: ```ts GROUP BY date_bin(interval...