ian

Results 29 comments of ian

## Updates on 2022-10-11 - I'm still working on the user stories and will publish an analysis report this week. - I published a post for open discussions: https://github.com/nervosnetwork/ckb/discussions/3619 -...

## Updates on 2022-10-17 - I have been working on the user stories analysis. - Got @TheWaWaR and @EthanYuan on board. ### Next Actions - Publish the user stories analysis...

## Updates on 2022-10-28 - Research on user stories - #3670 - #3671 ### Next Actions - Kick-off the PoC development

According to the source code, `!important` is not added in the at-rule block. https://github.com/ankit/stylebot/blob/bc9d8108f4cd4570ce4bf2fe32f189d09adbaf3e/src/css/declaration.ts#L76-L78 Here is an exmaple to use `@media all`, which is effective always. ```css @media all {...

I found a workaround: puting the filename heading in the comment. Both the markdown comment and HTML comment works. Example: ``` %% # Filename %% # My Title ``` or...

Some edge cases to ignore the plugin in files which has no particular path pattern. For example, I often extract a chapter from a main file but want to keep...

I can reproduce when noice has loaded nui. Details ```lua local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then -- stylua: ignore vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", lazypath...

FYI, my steps to setup Edge. The essential step is adding flatpak overrides to share folders to the sandbox. I install browserpass to "$HOME/opt", and put the password store in...

## Updates on 2023-02-17 - Discuss on the details of the open transaction format. - Continue writing the RFC draft and demos. ### Next Actions - Continue writing the RFC...