Yi S.
Yi S.
Serve static assets from Canopy project Changes include: * new nginx config template for static file serving * new configuration items under admin_gui_* namespace * bundle canopy assets during the...
# What's new * Add write capability for password-protected MF Ultralight tags. * Fix the check condition in `mf_ultralight_poller_handler_read_tearing_flags`. Support for `MfUltralightFeatureSupportSingleCounter` doesn't imply support for reading tearing flags, as...
Hello I just found two issue in this project. First is this file couldn't work on Windows Chrome (just test v40 stable and v41 beta), I guess clearRect seems doesn't...
Lua has a default `AR= ar rcu` in its makefile, overriding it with `AR=/usr/bin/ar` will cause the build fail on macOS due to missing required arguments The `/usr/bin` is in...
This PR introduces a method to narrow the types of destructured variables through control flow analysis without relying on the discriminant member. When the initializer of the `ObjectBindingPattern` is available,...