James Campos
James Campos
ultradom is now superfine, it returns to the `'name, 'props', 'children'` signature, and it requires text nodes to be wrapped in a vnode: https://github.com/jorgebucaran/superfine/blob/master/src/index.js#L368-L381 ```js var createVNode = function(name, props,...
i'd like to see only heroes with above a certain number of games played, and above a certain win rate.
Current and previous medal are shown in client.
Hello, could there be an option for no scaling, and just denoising?
### Describe the bug i like to run `ls` on `cd`, and set up my config to do that automatically. the bare `ls` command in the hook doesn't print anything,...
quiz 4+
are more quizzes planned? the final one is quiz3 which only covers up to chapter 15, traits; there are 8 chapters after that with no quiz.
elvish has tab-completion, but the feature i miss most from fish is browser style as-you-type autocompletion, where typing a command will show a preview of an autocompletable command. requesting this!
Hi, `split_at_safe` appears to be broken, always splitting at 3 characters to eot. ``` use unicode_linebreak::split_at_safe; fn main() { let v = vec!["testing", "4321", "a longer sentence 987654321"]; for s...
i'd like the cursor to display a block when the containing terminal is focused, and a 'hollow block' when unfocused. can this be scripted with lua?