vilic 最近的时间轴更新
vilic's repos on GitHub
TypeScript · 251 人关注
clime
⌨ The command-line interface framework for TypeScript.
JavaScript · 59 人关注
a-plus-dictionary
A Chrome extension based on Google Dictionary, provides better UI and shows the meanings in both your language and English.
JavaScript · 5 人关注
auto-loopback-exempt
Automatically exempt loopback for all and newly added applications.
TypeScript · 4 人关注
backpage
Naive static HTML streaming based on React for Node.js CLI applications.
TypeScript · 4 人关注
baseman
Integration test framework for Node.js
HTML · 4 人关注
biu-link
A simple URL shorter.
TypeScript · 3 人关注
black-object
Blackbox mock with predefined interaction scripts.
C# · 3 人关注
ClassScheduleProxy
TypeScript · 3 人关注
clime-slack
Shim and utilities for Slack slash commands building upon Clime.
JavaScript · 1 人关注
air-proxy-enabled-http-request-for-js
A HTTP request implementation based on air.Socket, support HTTP only.
JavaScript · 1 人关注
Analyzer
AIESEC Form Analyzer
TypeScript · 1 人关注
boring-cache
C# · 1 人关注
ClassSchedule
Class Schedule for CQU
0 人关注
across
Across the Great Wall we can reach every corner in the world
TypeScript · 0 人关注
active-mouse
TypeScript · 0 人关注
angular-hmr
:fire: Angular Hot Module Replacement for Hot Module Reloading via @AngularClass
0 人关注
anyon
JavaScript · 0 人关注
archiver-utils
utility functions for archiver
TypeScript · 0 人关注
atom-typescript
Customized atom-typescript (actually git pull is much faster than apm update).
CoffeeScript · 0 人关注
atom-typescript-tools
JavaScript · 0 人关注
binance-api-node
:chart: A complete and heavily tested API wrapper for the Binance API.
JavaScript · 0 人关注
brackets-automatch-pairs
Brackets extensions to enable automatic pairs matching.
TypeScript · 0 人关注
bug-repros
JavaScript · 0 人关注
buildmail
Build and stream mime messages
0 人关注
capacitor
Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
0 人关注
capacitor-docs
JavaScript · 0 人关注
chokidar
Minimal and efficient cross-platform file watching library
TypeScript · 0 人关注
clime-glob
Clime string-castable objects that expand glob patterns to paths.
JavaScript · 0 人关注
commander.js
node.js command-line interfaces made easy
0 人关注
complenote
vilic

vilic

资深业余前端工程师
🏢  熵减宇宙 / 打杂
V2EX 第 30000 号会员,加入于 2012-11-26 21:39:40 +08:00
今日活跃度排名 28696
2024 年 ThinkPad 小红点漂移的问题解决了吗?
ThinkPad  •  vilic  •  89 天前  •  最后回复来自 vilic
4
有没有推荐的可以托起头部的支架?伏案画图用。
问与答  •  vilic  •  2022-04-18 10:10:50 AM  •  最后回复来自 vilic
7
写了个 V2EX 爆贴爬虫,避免错过群体吃瓜事件
  •  1   
    分享创造  •  vilic  •  2022-03-29 20:20:59 PM  •  最后回复来自 vilic
    20
    vilic 最近回复了
    @pigzilla 鸡肋。但是如果哪家系统自带,那就是细节。🤣
    @volvo007 macOS 好像窗口只能稳定在一个屏幕。不过如果是指一个应用多个窗口的情况,估计有办法根据进程关系定位吧,定位不了的就内置播放器或者默认播放器呗。
    89 天前
    回复了 vilic 创建的主题 ThinkPad 2024 年 ThinkPad 小红点漂移的问题解决了吗?
    @s4nd 这么一说我也遇到过一次新机器换主板的,换回来天线还没装好没有 Wi-Fi 信号(虽然是水货,寄回去走的官方保修)。
    89 天前
    回复了 vilic 创建的主题 ThinkPad 2024 年 ThinkPad 小红点漂移的问题解决了吗?
    @Remember 听起来真遗憾,看来不用考虑 ThinkPad 了。
    91 天前
    回复了 JimDuo 创建的主题 程序员 看看西部数码的嘴脸,一生黑
    不过拍卖的话,一般真买家都是在接近结束时才会出价,因为要尽量不给其他竞争者犹豫的机会。我经常在国外各大平台拍域名,都这样。
    @veightz 太惨了,其实就是给命令行程序加了个不可交互的 web 图形界面,主要是成本低。
    @miao 准备接入 Matter ,希望是能接 Matter 的设备都可以。
    @Opportunity 以上其实基本都是链式调用的,除了 scope 允许多级。automation 定义其实也是链式调用的,不过在另一个文件里,大致如下:

    ```typescript
    export const $ambientLightAutomation = $automation.build(automation =>
    automation
    .devices({
    lights: {
    class: Light,
    multiple: true,
    },
    test: [Light, ColorTemperatureSensor],
    colorTemperatureSensor: ColorTemperatureSensor,
    })
    .configs({
    mode: {
    type: 'mode',
    values: ['day', 'night'],
    },
    })
    // event model
    .start((devices, configs) => {

    })
    // state model
    .react((devices, configs) => {

    }),
    );
    ```
    @sub166 JSON schema 只能做固定数据结构的自动完成,用 TS 可以根据上下文/插件/自动化的定义来做。比如下面这个例子是结合 scope 定义和 automation 的设备定义可以实现 query 自动补全。

    ![]( https://github.com/vilic/x-value/assets/970430/374dea1d-d665-4062-86f6-4170f8d288a8)
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1714 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 16:42 · PVG 00:42 · LAX 09:42 · JFK 12:42
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.